Skip to main content
Go back
Share

Record

React Code

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

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

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='M21 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-11 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0M6.5 16h11'/>
</svg>

SVG CDN

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