← Go back
Share

Telephone Missed


Usage:

React Code:

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

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

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="M15.6 14.522c-2.395 2.52-8.504-3.534-6.1-6.064 1.468-1.545-.19-3.31-1.108-4.609-1.723-2.435-5.504.927-5.39 3.066.363 6.746 7.66 14.74 14.726 14.042 2.21-.218 4.75-4.21 2.214-5.669-1.267-.73-3.008-2.17-4.342-.767M17 3l4 4m0-4-4 4"/></svg>

SVG CDN:

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