Skip to main content
Go back
Share

Contactless Circle

React Code

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

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

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='M8 9.99a9.03 9.03 0 0 1 0 4.02m2.975-5.59a13.01 13.01 0 0 1 .5 3.58 13.01 13.01 0 0 1-.5 3.58m3.25-8.72a17.01 17.01 0 0 1 .79 5.14 17.01 17.01 0 0 1-.79 5.14'/><path d='M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0'/>
</svg>

SVG CDN

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