Controls

Stroke width2px
Size56px
sharesendsocialexportconnectnetworkflyinganimated share icon

Share

Animated Share icon

import ShareIcon from "cssvg-icons/share";

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

Details

AuthorHari