Skip to main content
Go back
Share

Nine

React Code

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

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

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='M10 17h1.25A3.75 3.75 0 0 0 15 13.25v-3.125m0 0a3.125 3.125 0 1 0-6.25 0c0 1.726 1.4 2.5 3.125 2.5 1.726 0 3.125-.774 3.125-2.5'/>
</svg>

SVG CDN

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