← Go back
Share

Stop


Usage:

React Code:

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

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

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="M6 12.5c0-2.828 0-4.243.879-5.121C7.757 6.5 9.172 6.5 12 6.5c2.828 0 4.243 0 5.121.879C18 8.257 18 9.672 18 12.5c0 2.828 0 4.243-.879 5.121-.878.879-2.293.879-5.121.879-2.828 0-4.243 0-5.121-.879C6 16.743 6 15.328 6 12.5"/></svg>

SVG CDN:

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