Controls

Stroke width2px
Size56px
codeprogrammingdevelopmentanimation

Code

Animated Code icon

import CodeIcon from "cssvg-icons/code";

export default function App() {
  return (
    <CodeIcon
      color="#ffffff"
      strokeWidth={2}
      size={56}
    />
  );
}

Details

AuthorHari