phone off icon

phone-off from Reicon by REICON · Outline · Call · MIT Free for personal and commercial use.

Name
phone-off
Set
Reicon
Style
Outline
Category
Call
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All phone off icons →

More call icons from Reicon

Use the phone off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.422 1.641a1.75 1.75 0 0 0-1.896-.2h-.003c-.198.102-.38.262-.56.42l-.041.036l-.68.595l-.092.082a5.75 5.75 0 0 0-1.718 5.704v.006l.049.176l.013.048a16.8 16.8 0 0 0 2.214 4.864l.031.047l.001.001q.54.81 1.141 1.571a.75.75 0 1 0 1.178-.929q-.565-.716-1.072-1.476l-.03-.045l-.002-.002A15.3 15.3 0 0 1 2.94 8.111l-.012-.044l-.044-.165a4.25 4.25 0 0 1 1.273-4.216l.007-.006l.054-.048l.692-.606c.117-.103.188-.165.243-.208l.057-.043a.25.25 0 0 1 .265.029l.046.052c.044.055.1.13.193.255L9.065 7.61L6.99 9.77a.75.75 0 0 0-.131.852q.388.786.8 1.466a.75.75 0 0 0 1.282-.78a16 16 0 0 1-.5-.884l1.691-1.76c.072-.075.152-.157.216-.235a1.3 1.3 0 0 0 .221-.378c.08-.221.095-.462.043-.694a1.3 1.3 0 0 0-.173-.4a4 4 0 0 0-.188-.266L6.918 2.216l-.033-.044c-.142-.192-.287-.388-.461-.53z"/><path fill-rule="evenodd" d="M9.56 13.38a1 1 0 0 0-.074.073l-2.633 2.634l-.057.056L1.47 21.47a.75.75 0 1 0 1.06 1.06l4.833-4.832a24.7 24.7 0 0 0 3.216 2.559h.002l.043.03l.003.002a16.8 16.8 0 0 0 4.865 2.214h.001l.039.01l.184.05l.005.002a5.75 5.75 0 0 0 5.704-1.717l.083-.093l.597-.683l.047-.054c.151-.174.309-.354.408-.548l.002-.003a1.75 1.75 0 0 0-.198-1.89l-.003-.003c-.14-.173-.335-.318-.527-.462l-.043-.032l-4.58-3.44l-.01-.007a5 5 0 0 0-.282-.201a1.3 1.3 0 0 0-.42-.178h-.003a1.25 1.25 0 0 0-.72.065a1.3 1.3 0 0 0-.382.249c-.08.072-.163.162-.24.244l-1.602 1.722c-.966-.53-1.748-1.048-2.414-1.612L22.53 2.53a.75.75 0 1 0-1.06-1.06zm.515 1.606l-1.651 1.65c.928.87 1.927 1.665 2.99 2.374l.002.002l.043.028l.001.001a15.3 15.3 0 0 0 4.429 2.015l.004.001l.042.012l.144.039l.018.005a4.25 4.25 0 0 0 4.217-1.272l.006-.007l.048-.054l.038-.044l.568-.649l.001-.002l.002-.002c.1-.116.162-.187.207-.242l.043-.058a.25.25 0 0 0-.028-.261l-.054-.048a8 8 0 0 0-.254-.194l-4.582-3.44l-.036-.028l-2.016 2.166a.75.75 0 0 1-.895.154c-1.312-.681-2.378-1.36-3.287-2.146" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPhoneOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.422 1.641a1.75 1.75 0 0 0-1.896-.2h-.003c-.198.102-.38.262-.56.42l-.041.036l-.68.595l-.092.082a5.75 5.75 0 0 0-1.718 5.704v.006l.049.176l.013.048a16.8 16.8 0 0 0 2.214 4.864l.031.047l.001.001q.54.81 1.141 1.571a.75.75 0 1 0 1.178-.929q-.565-.716-1.072-1.476l-.03-.045l-.002-.002A15.3 15.3 0 0 1 2.94 8.111l-.012-.044l-.044-.165a4.25 4.25 0 0 1 1.273-4.216l.007-.006l.054-.048l.692-.606c.117-.103.188-.165.243-.208l.057-.043a.25.25 0 0 1 .265.029l.046.052c.044.055.1.13.193.255L9.065 7.61L6.99 9.77a.75.75 0 0 0-.131.852q.388.786.8 1.466a.75.75 0 0 0 1.282-.78a16 16 0 0 1-.5-.884l1.691-1.76c.072-.075.152-.157.216-.235a1.3 1.3 0 0 0 .221-.378c.08-.221.095-.462.043-.694a1.3 1.3 0 0 0-.173-.4a4 4 0 0 0-.188-.266L6.918 2.216l-.033-.044c-.142-.192-.287-.388-.461-.53z"/><path fillRule="evenodd" d="M9.56 13.38a1 1 0 0 0-.074.073l-2.633 2.634l-.057.056L1.47 21.47a.75.75 0 1 0 1.06 1.06l4.833-4.832a24.7 24.7 0 0 0 3.216 2.559h.002l.043.03l.003.002a16.8 16.8 0 0 0 4.865 2.214h.001l.039.01l.184.05l.005.002a5.75 5.75 0 0 0 5.704-1.717l.083-.093l.597-.683l.047-.054c.151-.174.309-.354.408-.548l.002-.003a1.75 1.75 0 0 0-.198-1.89l-.003-.003c-.14-.173-.335-.318-.527-.462l-.043-.032l-4.58-3.44l-.01-.007a5 5 0 0 0-.282-.201a1.3 1.3 0 0 0-.42-.178h-.003a1.25 1.25 0 0 0-.72.065a1.3 1.3 0 0 0-.382.249c-.08.072-.163.162-.24.244l-1.602 1.722c-.966-.53-1.748-1.048-2.414-1.612L22.53 2.53a.75.75 0 1 0-1.06-1.06zm.515 1.606l-1.651 1.65c.928.87 1.927 1.665 2.99 2.374l.002.002l.043.028l.001.001a15.3 15.3 0 0 0 4.429 2.015l.004.001l.042.012l.144.039l.018.005a4.25 4.25 0 0 0 4.217-1.272l.006-.007l.048-.054l.038-.044l.568-.649l.001-.002l.002-.002c.1-.116.162-.187.207-.242l.043-.058a.25.25 0 0 0-.028-.261l-.054-.048a8 8 0 0 0-.254-.194l-4.582-3.44l-.036-.028l-2.016 2.166a.75.75 0 0 1-.895.154c-1.312-.681-2.378-1.36-3.287-2.146" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.422 1.641a1.75 1.75 0 0 0-1.896-.2h-.003c-.198.102-.38.262-.56.42l-.041.036l-.68.595l-.092.082a5.75 5.75 0 0 0-1.718 5.704v.006l.049.176l.013.048a16.8 16.8 0 0 0 2.214 4.864l.031.047l.001.001q.54.81 1.141 1.571a.75.75 0 1 0 1.178-.929q-.565-.716-1.072-1.476l-.03-.045l-.002-.002A15.3 15.3 0 0 1 2.94 8.111l-.012-.044l-.044-.165a4.25 4.25 0 0 1 1.273-4.216l.007-.006l.054-.048l.692-.606c.117-.103.188-.165.243-.208l.057-.043a.25.25 0 0 1 .265.029l.046.052c.044.055.1.13.193.255L9.065 7.61L6.99 9.77a.75.75 0 0 0-.131.852q.388.786.8 1.466a.75.75 0 0 0 1.282-.78a16 16 0 0 1-.5-.884l1.691-1.76c.072-.075.152-.157.216-.235a1.3 1.3 0 0 0 .221-.378c.08-.221.095-.462.043-.694a1.3 1.3 0 0 0-.173-.4a4 4 0 0 0-.188-.266L6.918 2.216l-.033-.044c-.142-.192-.287-.388-.461-.53z"/><path fill-rule="evenodd" d="M9.56 13.38a1 1 0 0 0-.074.073l-2.633 2.634l-.057.056L1.47 21.47a.75.75 0 1 0 1.06 1.06l4.833-4.832a24.7 24.7 0 0 0 3.216 2.559h.002l.043.03l.003.002a16.8 16.8 0 0 0 4.865 2.214h.001l.039.01l.184.05l.005.002a5.75 5.75 0 0 0 5.704-1.717l.083-.093l.597-.683l.047-.054c.151-.174.309-.354.408-.548l.002-.003a1.75 1.75 0 0 0-.198-1.89l-.003-.003c-.14-.173-.335-.318-.527-.462l-.043-.032l-4.58-3.44l-.01-.007a5 5 0 0 0-.282-.201a1.3 1.3 0 0 0-.42-.178h-.003a1.25 1.25 0 0 0-.72.065a1.3 1.3 0 0 0-.382.249c-.08.072-.163.162-.24.244l-1.602 1.722c-.966-.53-1.748-1.048-2.414-1.612L22.53 2.53a.75.75 0 1 0-1.06-1.06zm.515 1.606l-1.651 1.65c.928.87 1.927 1.665 2.99 2.374l.002.002l.043.028l.001.001a15.3 15.3 0 0 0 4.429 2.015l.004.001l.042.012l.144.039l.018.005a4.25 4.25 0 0 0 4.217-1.272l.006-.007l.048-.054l.038-.044l.568-.649l.001-.002l.002-.002c.1-.116.162-.187.207-.242l.043-.058a.25.25 0 0 0-.028-.261l-.054-.048a8 8 0 0 0-.254-.194l-4.582-3.44l-.036-.028l-2.016 2.166a.75.75 0 0 1-.895.154c-1.312-.681-2.378-1.36-3.287-2.146" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-phone-off {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.422%201.641a1.75%201.75%200%200%200-1.896-.2h-.003c-.198.102-.38.262-.56.42l-.041.036l-.68.595l-.092.082a5.75%205.75%200%200%200-1.718%205.704v.006l.049.176l.013.048a16.8%2016.8%200%200%200%202.214%204.864l.031.047l.001.001q.54.81%201.141%201.571a.75.75%200%201%200%201.178-.929q-.565-.716-1.072-1.476l-.03-.045l-.002-.002A15.3%2015.3%200%200%201%202.94%208.111l-.012-.044l-.044-.165a4.25%204.25%200%200%201%201.273-4.216l.007-.006l.054-.048l.692-.606c.117-.103.188-.165.243-.208l.057-.043a.25.25%200%200%201%20.265.029l.046.052c.044.055.1.13.193.255L9.065%207.61L6.99%209.77a.75.75%200%200%200-.131.852q.388.786.8%201.466a.75.75%200%200%200%201.282-.78a16%2016%200%200%201-.5-.884l1.691-1.76c.072-.075.152-.157.216-.235a1.3%201.3%200%200%200%20.221-.378c.08-.221.095-.462.043-.694a1.3%201.3%200%200%200-.173-.4a4%204%200%200%200-.188-.266L6.918%202.216l-.033-.044c-.142-.192-.287-.388-.461-.53z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.56%2013.38a1%201%200%200%200-.074.073l-2.633%202.634l-.057.056L1.47%2021.47a.75.75%200%201%200%201.06%201.06l4.833-4.832a24.7%2024.7%200%200%200%203.216%202.559h.002l.043.03l.003.002a16.8%2016.8%200%200%200%204.865%202.214h.001l.039.01l.184.05l.005.002a5.75%205.75%200%200%200%205.704-1.717l.083-.093l.597-.683l.047-.054c.151-.174.309-.354.408-.548l.002-.003a1.75%201.75%200%200%200-.198-1.89l-.003-.003c-.14-.173-.335-.318-.527-.462l-.043-.032l-4.58-3.44l-.01-.007a5%205%200%200%200-.282-.201a1.3%201.3%200%200%200-.42-.178h-.003a1.25%201.25%200%200%200-.72.065a1.3%201.3%200%200%200-.382.249c-.08.072-.163.162-.24.244l-1.602%201.722c-.966-.53-1.748-1.048-2.414-1.612L22.53%202.53a.75.75%200%201%200-1.06-1.06zm.515%201.606l-1.651%201.65c.928.87%201.927%201.665%202.99%202.374l.002.002l.043.028l.001.001a15.3%2015.3%200%200%200%204.429%202.015l.004.001l.042.012l.144.039l.018.005a4.25%204.25%200%200%200%204.217-1.272l.006-.007l.048-.054l.038-.044l.568-.649l.001-.002l.002-.002c.1-.116.162-.187.207-.242l.043-.058a.25.25%200%200%200-.028-.261l-.054-.048a8%208%200%200%200-.254-.194l-4.582-3.44l-.036-.028l-2.016%202.166a.75.75%200%200%201-.895.154c-1.312-.681-2.378-1.36-3.287-2.146%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.422%201.641a1.75%201.75%200%200%200-1.896-.2h-.003c-.198.102-.38.262-.56.42l-.041.036l-.68.595l-.092.082a5.75%205.75%200%200%200-1.718%205.704v.006l.049.176l.013.048a16.8%2016.8%200%200%200%202.214%204.864l.031.047l.001.001q.54.81%201.141%201.571a.75.75%200%201%200%201.178-.929q-.565-.716-1.072-1.476l-.03-.045l-.002-.002A15.3%2015.3%200%200%201%202.94%208.111l-.012-.044l-.044-.165a4.25%204.25%200%200%201%201.273-4.216l.007-.006l.054-.048l.692-.606c.117-.103.188-.165.243-.208l.057-.043a.25.25%200%200%201%20.265.029l.046.052c.044.055.1.13.193.255L9.065%207.61L6.99%209.77a.75.75%200%200%200-.131.852q.388.786.8%201.466a.75.75%200%200%200%201.282-.78a16%2016%200%200%201-.5-.884l1.691-1.76c.072-.075.152-.157.216-.235a1.3%201.3%200%200%200%20.221-.378c.08-.221.095-.462.043-.694a1.3%201.3%200%200%200-.173-.4a4%204%200%200%200-.188-.266L6.918%202.216l-.033-.044c-.142-.192-.287-.388-.461-.53z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.56%2013.38a1%201%200%200%200-.074.073l-2.633%202.634l-.057.056L1.47%2021.47a.75.75%200%201%200%201.06%201.06l4.833-4.832a24.7%2024.7%200%200%200%203.216%202.559h.002l.043.03l.003.002a16.8%2016.8%200%200%200%204.865%202.214h.001l.039.01l.184.05l.005.002a5.75%205.75%200%200%200%205.704-1.717l.083-.093l.597-.683l.047-.054c.151-.174.309-.354.408-.548l.002-.003a1.75%201.75%200%200%200-.198-1.89l-.003-.003c-.14-.173-.335-.318-.527-.462l-.043-.032l-4.58-3.44l-.01-.007a5%205%200%200%200-.282-.201a1.3%201.3%200%200%200-.42-.178h-.003a1.25%201.25%200%200%200-.72.065a1.3%201.3%200%200%200-.382.249c-.08.072-.163.162-.24.244l-1.602%201.722c-.966-.53-1.748-1.048-2.414-1.612L22.53%202.53a.75.75%200%201%200-1.06-1.06zm.515%201.606l-1.651%201.65c.928.87%201.927%201.665%202.99%202.374l.002.002l.043.028l.001.001a15.3%2015.3%200%200%200%204.429%202.015l.004.001l.042.012l.144.039l.018.005a4.25%204.25%200%200%200%204.217-1.272l.006-.007l.048-.054l.038-.044l.568-.649l.001-.002l.002-.002c.1-.116.162-.187.207-.242l.043-.058a.25.25%200%200%200-.028-.261l-.054-.048a8%208%200%200%200-.254-.194l-4.582-3.44l-.036-.028l-2.016%202.166a.75.75%200%200%201-.895.154c-1.312-.681-2.378-1.36-3.287-2.146%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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