ipad
eldoraui/ipadFreeComponent
An iPad SVG component.
Live preview
live · rendered by the registry
Rendered by eldoraui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://eldoraui.site/r/ipad.jsonSource
1import type { SVGProps } from "react"23export interface IpadProps extends SVGProps<SVGSVGElement> {4 width?: number5 height?: number6 src?: string7}89export function Ipad({ width = 520, height = 400, src, ...props }: IpadProps) {10 return (11 <svg12 width={width}13 height={height}14 viewBox={`0 0 ${width} ${height}`}15 fill="none"16 xmlns="http://www.w3.org/2000/svg"17 {...props}18 >19 <path20 fill="#aaabac"21 d="M479.04,14.14H88.14v-.59c0-.16-.13-.3-.3-.3h-16.7c-.16,0-.3.13-.3.3v.59h-3.46v-.59c0-.16-.13-.3-.3-.3h-16.7c-.16,0-.3.13-.3.3v.59h-9.13c-13.4,0-24.27,10.78-24.45,24.14h-.48c-.16,0-.3.13-.3.3v20.07c0,.16.13.3.3.3h.47v303.38c0,13.51,10.95,24.45,24.45,24.45h438.08c13.51,0,24.45-10.95,24.45-24.45V38.6c0-13.51-10.95-24.45-24.45-24.45Z"22 />23 <rect24 fill="#000"25 x="18.58"26 y="15.94"27 width="482.84"28 height="368.91"29 rx="23.29"30 ry="23.29"31 />32 <rect33 fill="currentColor"34 x="31.37"35 y="28.47"36 width="457.25"37 height="342.87"38 rx="9.61"39 ry="9.61"40 />41 {src && (42 <image43 href={src}44 x="31.37"45 y="28.47"46 width="457.25"47 height="342.87"48 preserveAspectRatio="xMidYMid slice"49 clipPath="url(#roundedCorners)"50 />51 )}52 <circle fill="#0a1054" cx="245.1" cy="22.23" r="2.44" />53 <circle fill="#333" cx="274.98" cy="22.23" r=".88" />54 <defs>55 <clipPath id="roundedCorners">56 <rect57 fill="#ffffff"58 x="31.37"59 y="28.47"60 width="457.25"61 height="342.87"62 rx="9.61"63 ry="9.61"64 />65 </clipPath>66 </defs>67 </svg>68 )69}
What it pulls in
npm packages
Files it writes
More from eldoraui
All 115 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| animated-badgeanimated-badge | eldoraui | Components | Free | 2 deps | |
| animated-frameworksanimated-frameworks | eldoraui | Components | Free | 2 deps | |
| animated-grid-patternanimated-grid-pattern | eldoraui | Components | Free | 3 deps | |
| animated-listanimated-list | eldoraui | Components | Free | 1 dep | |
| animated-shiny-buttonanimated-shiny-button | eldoraui | Components | Free | 1 dep | |
| blur-in-textblur-in-text | eldoraui | Components | Free | 3 deps | |
| browserbrowser | eldoraui | Components | Free | 2 deps | |
| card-flip-hovercard-flip-hover | eldoraui | Components | Free | 1 dep |
