phone off icon
phone-off from IconPark Outline by ByteDance · Outline · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- phone-off
- Set
- IconPark Outline
- Style
- Outline
- Category
- Communicate
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More communicate icons from IconPark Outline
commentcomment-onecommentscommunicationmessagemessage-emojimessage-failedmessage-onemessage-privacymessage-searchmessage-securitymessage-sentmessage-successmessage-unreadonline-meetingphone-callphone-incomingphone-incoming-onephone-missedphone-outgoingphone-outgoing-onephone-telephonephone-video-calltips-one
Use the phone off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M19.444 21.5c-.427-1.067-.57-1.8-.57-1.8l2.358-4.713a2 2 0 0 0-.04-1.865l-2.447-4.407a2 2 0 0 0-1.749-1.03h-5.072c-2.584 0-4.45 2.403-3.623 4.851c1.211 3.59 3.204 8.595 6.046 12.964m12.33 3.412c1.227.521 2.097.688 2.097.688l4.713-2.356a2 2 0 0 1 1.866.04l4.42 2.458A2 2 0 0 1 40.8 31.49v5.073c0 2.584-2.404 4.449-4.852 3.623c-3.747-1.265-9.035-3.381-13.533-6.424M40 8L8 40"/></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlinePhoneOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M19.444 21.5c-.427-1.067-.57-1.8-.57-1.8l2.358-4.713a2 2 0 0 0-.04-1.865l-2.447-4.407a2 2 0 0 0-1.749-1.03h-5.072c-2.584 0-4.45 2.403-3.623 4.851c1.211 3.59 3.204 8.595 6.046 12.964m12.33 3.412c1.227.521 2.097.688 2.097.688l4.713-2.356a2 2 0 0 1 1.866.04l4.42 2.458A2 2 0 0 1 40.8 31.49v5.073c0 2.584-2.404 4.449-4.852 3.623c-3.747-1.265-9.035-3.381-13.533-6.424M40 8L8 40"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M19.444 21.5c-.427-1.067-.57-1.8-.57-1.8l2.358-4.713a2 2 0 0 0-.04-1.865l-2.447-4.407a2 2 0 0 0-1.749-1.03h-5.072c-2.584 0-4.45 2.403-3.623 4.851c1.211 3.59 3.204 8.595 6.046 12.964m12.33 3.412c1.227.521 2.097.688 2.097.688l4.713-2.356a2 2 0 0 1 1.866.04l4.42 2.458A2 2 0 0 1 40.8 31.49v5.073c0 2.584-2.404 4.449-4.852 3.623c-3.747-1.265-9.035-3.381-13.533-6.424M40 8L8 40"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M19.444%2021.5c-.427-1.067-.57-1.8-.57-1.8l2.358-4.713a2%202%200%200%200-.04-1.865l-2.447-4.407a2%202%200%200%200-1.749-1.03h-5.072c-2.584%200-4.45%202.403-3.623%204.851c1.211%203.59%203.204%208.595%206.046%2012.964m12.33%203.412c1.227.521%202.097.688%202.097.688l4.713-2.356a2%202%200%200%201%201.866.04l4.42%202.458A2%202%200%200%201%2040.8%2031.49v5.073c0%202.584-2.404%204.449-4.852%203.623c-3.747-1.265-9.035-3.381-13.533-6.424M40%208L8%2040%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%2048%2048%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M19.444%2021.5c-.427-1.067-.57-1.8-.57-1.8l2.358-4.713a2%202%200%200%200-.04-1.865l-2.447-4.407a2%202%200%200%200-1.749-1.03h-5.072c-2.584%200-4.45%202.403-3.623%204.851c1.211%203.59%203.204%208.595%206.046%2012.964m12.33%203.412c1.227.521%202.097.688%202.097.688l4.713-2.356a2%202%200%200%201%201.866.04l4.42%202.458A2%202%200%200%201%2040.8%2031.49v5.073c0%202.584-2.404%204.449-4.852%203.623c-3.747-1.265-9.035-3.381-13.533-6.424M40%208L8%2040%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/phone-off.svg?color=%231a73e8&size=48