← Go back
Share

Contactless


Usage:

React Code:

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

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

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="M17.46 21c1.32-2.76 2.04-5.76 2.04-9s-.72-6.36-2.04-9m-4.32 15.96C14.1 16.8 14.7 14.4 14.7 12c0-2.4-.6-4.92-1.56-7.08m-4.32 12C9.54 15.36 9.9 13.68 9.9 12c0-1.68-.36-3.48-1.08-4.92M4.5 14.76c.36-.84.6-1.8.6-2.76 0-.96-.24-2.04-.6-2.88"/></svg>

SVG CDN:

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