telephone off icon

telephone-off-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
telephone-off-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT
Aliases
telephone-slash-solid

1 other variant in Myna UI Icons

Related icons in Myna UI Icons

Use the telephone off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.004 3.416C8.432 2.606 7.64 2.241 6.8 2.25c-.797.008-1.573.349-2.221.803A6.2 6.2 0 0 0 2.92 4.79c-.41.649-.706 1.416-.666 2.165c.175 3.257 1.848 6.718 4.273 9.457L2.47 20.47a.75.75 0 1 0 1.06 1.06l4.034-4.033c2.816 2.717 6.51 4.575 10.237 4.207c.752-.074 1.463-.457 2.044-.945a5.8 5.8 0 0 0 1.443-1.84c.34-.692.543-1.49.431-2.267c-.116-.81-.569-1.534-1.402-2.014a16 16 0 0 1-.512-.31c-.15-.093-.31-.194-.504-.31a7.5 7.5 0 0 0-1.249-.618c-.447-.163-.958-.27-1.49-.197c-.551.076-1.063.336-1.506.802c-.341.36-.843.472-1.549.268c-.556-.161-1.166-.508-1.74-.98L21.53 3.53a.75.75 0 0 0-1.06-1.06l-9.754 9.753c-.42-.532-.736-1.094-.897-1.617c-.224-.728-.125-1.263.225-1.632c.473-.498.725-1.052.778-1.638c.052-.57-.09-1.106-.293-1.574c-.304-.699-.82-1.394-1.224-1.936a22 22 0 0 1-.3-.41"/></svg>

React

import type { SVGProps } from "react";

export function MynauiTelephoneOffSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.004 3.416C8.432 2.606 7.64 2.241 6.8 2.25c-.797.008-1.573.349-2.221.803A6.2 6.2 0 0 0 2.92 4.79c-.41.649-.706 1.416-.666 2.165c.175 3.257 1.848 6.718 4.273 9.457L2.47 20.47a.75.75 0 1 0 1.06 1.06l4.034-4.033c2.816 2.717 6.51 4.575 10.237 4.207c.752-.074 1.463-.457 2.044-.945a5.8 5.8 0 0 0 1.443-1.84c.34-.692.543-1.49.431-2.267c-.116-.81-.569-1.534-1.402-2.014a16 16 0 0 1-.512-.31c-.15-.093-.31-.194-.504-.31a7.5 7.5 0 0 0-1.249-.618c-.447-.163-.958-.27-1.49-.197c-.551.076-1.063.336-1.506.802c-.341.36-.843.472-1.549.268c-.556-.161-1.166-.508-1.74-.98L21.53 3.53a.75.75 0 0 0-1.06-1.06l-9.754 9.753c-.42-.532-.736-1.094-.897-1.617c-.224-.728-.125-1.263.225-1.632c.473-.498.725-1.052.778-1.638c.052-.57-.09-1.106-.293-1.574c-.304-.699-.82-1.394-1.224-1.936a22 22 0 0 1-.3-.41"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.004 3.416C8.432 2.606 7.64 2.241 6.8 2.25c-.797.008-1.573.349-2.221.803A6.2 6.2 0 0 0 2.92 4.79c-.41.649-.706 1.416-.666 2.165c.175 3.257 1.848 6.718 4.273 9.457L2.47 20.47a.75.75 0 1 0 1.06 1.06l4.034-4.033c2.816 2.717 6.51 4.575 10.237 4.207c.752-.074 1.463-.457 2.044-.945a5.8 5.8 0 0 0 1.443-1.84c.34-.692.543-1.49.431-2.267c-.116-.81-.569-1.534-1.402-2.014a16 16 0 0 1-.512-.31c-.15-.093-.31-.194-.504-.31a7.5 7.5 0 0 0-1.249-.618c-.447-.163-.958-.27-1.49-.197c-.551.076-1.063.336-1.506.802c-.341.36-.843.472-1.549.268c-.556-.161-1.166-.508-1.74-.98L21.53 3.53a.75.75 0 0 0-1.06-1.06l-9.754 9.753c-.42-.532-.736-1.094-.897-1.617c-.224-.728-.125-1.263.225-1.632c.473-.498.725-1.052.778-1.638c.052-.57-.09-1.106-.293-1.574c-.304-.699-.82-1.394-1.224-1.936a22 22 0 0 1-.3-.41"/></svg>
</template>

CSS

.icon-telephone-off-solid {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.004%203.416C8.432%202.606%207.64%202.241%206.8%202.25c-.797.008-1.573.349-2.221.803A6.2%206.2%200%200%200%202.92%204.79c-.41.649-.706%201.416-.666%202.165c.175%203.257%201.848%206.718%204.273%209.457L2.47%2020.47a.75.75%200%201%200%201.06%201.06l4.034-4.033c2.816%202.717%206.51%204.575%2010.237%204.207c.752-.074%201.463-.457%202.044-.945a5.8%205.8%200%200%200%201.443-1.84c.34-.692.543-1.49.431-2.267c-.116-.81-.569-1.534-1.402-2.014a16%2016%200%200%201-.512-.31c-.15-.093-.31-.194-.504-.31a7.5%207.5%200%200%200-1.249-.618c-.447-.163-.958-.27-1.49-.197c-.551.076-1.063.336-1.506.802c-.341.36-.843.472-1.549.268c-.556-.161-1.166-.508-1.74-.98L21.53%203.53a.75.75%200%200%200-1.06-1.06l-9.754%209.753c-.42-.532-.736-1.094-.897-1.617c-.224-.728-.125-1.263.225-1.632c.473-.498.725-1.052.778-1.638c.052-.57-.09-1.106-.293-1.574c-.304-.699-.82-1.394-1.224-1.936a22%2022%200%200%201-.3-.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.004%203.416C8.432%202.606%207.64%202.241%206.8%202.25c-.797.008-1.573.349-2.221.803A6.2%206.2%200%200%200%202.92%204.79c-.41.649-.706%201.416-.666%202.165c.175%203.257%201.848%206.718%204.273%209.457L2.47%2020.47a.75.75%200%201%200%201.06%201.06l4.034-4.033c2.816%202.717%206.51%204.575%2010.237%204.207c.752-.074%201.463-.457%202.044-.945a5.8%205.8%200%200%200%201.443-1.84c.34-.692.543-1.49.431-2.267c-.116-.81-.569-1.534-1.402-2.014a16%2016%200%200%201-.512-.31c-.15-.093-.31-.194-.504-.31a7.5%207.5%200%200%200-1.249-.618c-.447-.163-.958-.27-1.49-.197c-.551.076-1.063.336-1.506.802c-.341.36-.843.472-1.549.268c-.556-.161-1.166-.508-1.74-.98L21.53%203.53a.75.75%200%200%200-1.06-1.06l-9.754%209.753c-.42-.532-.736-1.094-.897-1.617c-.224-.728-.125-1.263.225-1.632c.473-.498.725-1.052.778-1.638c.052-.57-.09-1.106-.293-1.574c-.304-.699-.82-1.394-1.224-1.936a22%2022%200%200%201-.3-.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/telephone-off-solid.svg?color=%231a73e8&size=48