Skip to main content
Go back
Share

Cog Four

React Code

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

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

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <path d='M14.5 12a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0'/><path d='M10 4.89c0 1.435-1.802 2.534-3.074 1.792-2.271-1.223-3.996 2.145-1.99 3.496 1.224.714 1.225 2.88 0 3.595-2.163 1.311-.189 4.66 1.99 3.486 1.379-.804 3.075.512 3.075 1.956 0 2.411 3.98 2.349 3.98 0 0-1.471 1.67-2.775 3.074-1.956 2.24 1.207 4.168-2.312 1.99-3.486-1.226-.715-1.225-2.89 0-3.604 2.163-1.311.19-4.66-1.99-3.487-1.243.726-3.073-.363-3.074-1.792 0-2.56-3.98-2.48-3.98 0'/>
</svg>

SVG CDN

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

SVG Sprite

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