← Go back
Share

Radio


Usage:

React Code:

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

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

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="M12 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m-3.449 2.205a5.234 5.234 0 0 1-1.148-1.7 5.192 5.192 0 0 1 1.148-5.71M18.07 5.5a9.148 9.148 0 0 1 2.719 6.5 9.148 9.148 0 0 1-2.72 6.5M15.24 8.295a5.232 5.232 0 0 1 1.148 1.7 5.191 5.191 0 0 1-1.148 5.71M5.512 18.5A9.148 9.148 0 0 1 2.793 12c0-2.438.978-4.776 2.72-6.5"/></svg>

SVG CDN:

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