codeprogrammingdevelopmentanimation
Code
Animated code SVG icon for React and Next.js. Animates bracket symbols to represent programming, code blocks, and developer tools.
import Code from "cssvg-icons/code";
export default function App() {
return (
<Code
color="#ffffff"
strokeWidth={2}
size={120}
/>
);
}Details
AuthorHari
Missing something?
Need a variant of Code or a different style? Open a GitHub issue and we'll add it to the queue.
Request a variant