Skip to main content
Go back
Share

Funny Circle

React Code

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

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

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='m8.699 10.646-.104-.49m4.995-.55-.104-.49M8.5 15.57c1.258.316 2.686.316 4.123-.069 1.436-.385 2.672-1.099 3.604-2.001'/><path d='m12.587 15.637.478.974a1.5 1.5 0 1 0 2.693-1.322l-.46-.935'/><path d='M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/funny-circle.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-funny-circle"></use>
</svg>