← Go back
Share

Cog Three


Usage:

React Code:

npm install @mynaui/icons-react
import { CogThree } from "@mynaui/icons-react";

const App = () => {
  return <CogThree />;
};

SVG HTML:

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><path d="M8.4 18.235a7.2 7.2 0 1 0 7.2-12.47m-7.2 12.47A7.2 7.2 0 0 1 5.765 8.4M8.4 18.235l-.9 1.56m8.1-14.03A7.2 7.2 0 0 0 5.765 8.4M15.6 5.765l.9-1.56M5.765 8.4l-1.56-.9m10.295 6 5.294 3M12 21v-1.8M12 9V3m4.5 16.794-.899-1.558m-8.1-14.03.898 1.558M20.999 12h-1.798m-16.2 0h1.798m14.995-4.5-1.558.899M9.5 13.5l-5.294 3"/><circle cx="2.5" cy="2.5" r="2.5" stroke-miterlimit="1" transform="matrix(1 0 0 -1 9.5 14.5)"/></svg>

SVG CDN:

<img src="https://unpkg.com/@mynaui/icons/icons/cog-three.svg" />

SVG Sprite:

npm install @mynaui/icons
<svg
        width="24"
        height="24"
        fill="none"
        viewBox="0 0 24 24"
        stroke-width="1.5"
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke="currentColor"
      >
        <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-cog-three"></use></svg
      >