Transform raw SVG vector code into production-ready React 19 and Next.js JSX/TSX components with automatic camelCase attribute conversion and live preview.
Paste raw vector SVG markup from Figma, Illustrator, or icon sets and instantly get clean, copy-paste React components. Automatically converts kebab-case SVG attributes to camelCase, handles inline style objects, and supports TypeScript props.
Standard SVG uses kebab-case attributes like stroke-width and class, which cause React console warnings. Converting to JSX ensures camelCase props like strokeWidth and className.
Yes! You can specify any component name and choose whether to inject dynamic size props or currentColor support.