Skip to main content
Go back
Share

Eight

React Code

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

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

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='M11.875 12S15 12.625 15 14.5 13.6 17 11.875 17c-1.726 0-3.125-.625-3.125-2.5s3.125-2.5 3.125-2.5m0 0S15 11.375 15 9.5 13.6 7 11.875 7c-1.726 0-3.125.625-3.125 2.5s3.125 2.5 3.125 2.5'/>
</svg>

SVG CDN

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