← Go back
Share

Telephone Slash


Usage:

React Code:

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

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

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="M10.684 13.316 21 3M10.684 13.316c1.53 1.556 3.701 2.484 4.916 1.205 1.334-1.404 3.075.038 4.342.767 2.536 1.46-.004 5.451-2.214 5.67-3.657.36-7.376-1.606-10.163-4.523m3.119-3.119-3.119 3.119M3 21l4.565-4.565M5.5 13.845c-1.447-2.193-2.374-4.634-2.497-6.93-.115-2.139 3.666-5.501 5.389-3.066.918 1.298 2.576 3.064 1.108 4.609-.493.519-.628 1.186-.51 1.897"/></svg>

SVG CDN:

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