phone slash icon
phone-slash from Unicons by Iconscout · Line · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- phone-slash
- Set
- Unicons
- Style
- Line
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More communication icons from Unicons
callingdesktop-cloud-altenvelopeenvelope-addenvelope-altenvelope-blockenvelope-bookmarkenvelope-checkenvelope-downloadenvelope-download-altenvelope-editenvelope-exclamationenvelope-heartenvelope-infoenvelope-lockenvelope-minusenvelope-openenvelope-questionenvelope-receiveenvelope-redoenvelope-searchenvelope-sendenvelope-shareenvelope-shield
Use the phone slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.91 13.1a1 1 0 0 0 .85.47A1 1 0 0 0 6.61 12a17 17 0 0 1-2.47-6.85a1 1 0 0 1 .24-.81A1 1 0 0 1 5.13 4h3a1 1 0 0 1 1 .8c0 .23.08.44.13.67v.13a10 10 0 0 0 .47 1.54l-1.39.66a1 1 0 0 0-.52.57a1 1 0 0 0 0 .77c.1.21.2.42.32.64a1 1 0 0 0 1.37.37a1 1 0 0 0 .5-.94l.57-.21a2 2 0 0 0 1.05-2.48a9 9 0 0 1-.39-1.3v-.1c0-.2-.08-.4-.11-.58A3 3 0 0 0 8.16 2h-3a3 3 0 0 0-2.28 1a3 3 0 0 0-.72 2.39a19.05 19.05 0 0 0 2.75 7.71m14.61-.21l-.6-.11h-.08a9 9 0 0 1-1.33-.39a2 2 0 0 0-2.47 1l-.21.46a12.4 12.4 0 0 1-1.92-1.37l8.8-8.79a1 1 0 1 0-1.42-1.42l-18 18a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l4.59-4.6a19.1 19.1 0 0 0 10.29 4.73a3 3 0 0 0 .4 0a3 3 0 0 0 2-.75a3 3 0 0 0 1-2.25v-3a3 3 0 0 0-2.47-2.93m.48 6a1 1 0 0 1-.34.75a1 1 0 0 1-.81.24a17.07 17.07 0 0 1-9.14-4.18l1.77-1.77a14.7 14.7 0 0 0 3.38 2.21a1 1 0 0 0 .77 0a1 1 0 0 0 .57-.52l.62-1.41a12 12 0 0 0 1.6.47h.11l.69.13a1 1 0 0 1 .78 1Z"/></svg>
React
import type { SVGProps } from "react";
export function UilPhoneSlash(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="M4.91 13.1a1 1 0 0 0 .85.47A1 1 0 0 0 6.61 12a17 17 0 0 1-2.47-6.85a1 1 0 0 1 .24-.81A1 1 0 0 1 5.13 4h3a1 1 0 0 1 1 .8c0 .23.08.44.13.67v.13a10 10 0 0 0 .47 1.54l-1.39.66a1 1 0 0 0-.52.57a1 1 0 0 0 0 .77c.1.21.2.42.32.64a1 1 0 0 0 1.37.37a1 1 0 0 0 .5-.94l.57-.21a2 2 0 0 0 1.05-2.48a9 9 0 0 1-.39-1.3v-.1c0-.2-.08-.4-.11-.58A3 3 0 0 0 8.16 2h-3a3 3 0 0 0-2.28 1a3 3 0 0 0-.72 2.39a19.05 19.05 0 0 0 2.75 7.71m14.61-.21l-.6-.11h-.08a9 9 0 0 1-1.33-.39a2 2 0 0 0-2.47 1l-.21.46a12.4 12.4 0 0 1-1.92-1.37l8.8-8.79a1 1 0 1 0-1.42-1.42l-18 18a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l4.59-4.6a19.1 19.1 0 0 0 10.29 4.73a3 3 0 0 0 .4 0a3 3 0 0 0 2-.75a3 3 0 0 0 1-2.25v-3a3 3 0 0 0-2.47-2.93m.48 6a1 1 0 0 1-.34.75a1 1 0 0 1-.81.24a17.07 17.07 0 0 1-9.14-4.18l1.77-1.77a14.7 14.7 0 0 0 3.38 2.21a1 1 0 0 0 .77 0a1 1 0 0 0 .57-.52l.62-1.41a12 12 0 0 0 1.6.47h.11l.69.13a1 1 0 0 1 .78 1Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.91 13.1a1 1 0 0 0 .85.47A1 1 0 0 0 6.61 12a17 17 0 0 1-2.47-6.85a1 1 0 0 1 .24-.81A1 1 0 0 1 5.13 4h3a1 1 0 0 1 1 .8c0 .23.08.44.13.67v.13a10 10 0 0 0 .47 1.54l-1.39.66a1 1 0 0 0-.52.57a1 1 0 0 0 0 .77c.1.21.2.42.32.64a1 1 0 0 0 1.37.37a1 1 0 0 0 .5-.94l.57-.21a2 2 0 0 0 1.05-2.48a9 9 0 0 1-.39-1.3v-.1c0-.2-.08-.4-.11-.58A3 3 0 0 0 8.16 2h-3a3 3 0 0 0-2.28 1a3 3 0 0 0-.72 2.39a19.05 19.05 0 0 0 2.75 7.71m14.61-.21l-.6-.11h-.08a9 9 0 0 1-1.33-.39a2 2 0 0 0-2.47 1l-.21.46a12.4 12.4 0 0 1-1.92-1.37l8.8-8.79a1 1 0 1 0-1.42-1.42l-18 18a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l4.59-4.6a19.1 19.1 0 0 0 10.29 4.73a3 3 0 0 0 .4 0a3 3 0 0 0 2-.75a3 3 0 0 0 1-2.25v-3a3 3 0 0 0-2.47-2.93m.48 6a1 1 0 0 1-.34.75a1 1 0 0 1-.81.24a17.07 17.07 0 0 1-9.14-4.18l1.77-1.77a14.7 14.7 0 0 0 3.38 2.21a1 1 0 0 0 .77 0a1 1 0 0 0 .57-.52l.62-1.41a12 12 0 0 0 1.6.47h.11l.69.13a1 1 0 0 1 .78 1Z"/></svg> </template>
CSS
.icon-phone-slash {
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%22M4.91%2013.1a1%201%200%200%200%20.85.47A1%201%200%200%200%206.61%2012a17%2017%200%200%201-2.47-6.85a1%201%200%200%201%20.24-.81A1%201%200%200%201%205.13%204h3a1%201%200%200%201%201%20.8c0%20.23.08.44.13.67v.13a10%2010%200%200%200%20.47%201.54l-1.39.66a1%201%200%200%200-.52.57a1%201%200%200%200%200%20.77c.1.21.2.42.32.64a1%201%200%200%200%201.37.37a1%201%200%200%200%20.5-.94l.57-.21a2%202%200%200%200%201.05-2.48a9%209%200%200%201-.39-1.3v-.1c0-.2-.08-.4-.11-.58A3%203%200%200%200%208.16%202h-3a3%203%200%200%200-2.28%201a3%203%200%200%200-.72%202.39a19.05%2019.05%200%200%200%202.75%207.71m14.61-.21l-.6-.11h-.08a9%209%200%200%201-1.33-.39a2%202%200%200%200-2.47%201l-.21.46a12.4%2012.4%200%200%201-1.92-1.37l8.8-8.79a1%201%200%201%200-1.42-1.42l-18%2018a1%201%200%200%200%200%201.42a1%201%200%200%200%201.42%200l4.59-4.6a19.1%2019.1%200%200%200%2010.29%204.73a3%203%200%200%200%20.4%200a3%203%200%200%200%202-.75a3%203%200%200%200%201-2.25v-3a3%203%200%200%200-2.47-2.93m.48%206a1%201%200%200%201-.34.75a1%201%200%200%201-.81.24a17.07%2017.07%200%200%201-9.14-4.18l1.77-1.77a14.7%2014.7%200%200%200%203.38%202.21a1%201%200%200%200%20.77%200a1%201%200%200%200%20.57-.52l.62-1.41a12%2012%200%200%200%201.6.47h.11l.69.13a1%201%200%200%201%20.78%201Z%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%22M4.91%2013.1a1%201%200%200%200%20.85.47A1%201%200%200%200%206.61%2012a17%2017%200%200%201-2.47-6.85a1%201%200%200%201%20.24-.81A1%201%200%200%201%205.13%204h3a1%201%200%200%201%201%20.8c0%20.23.08.44.13.67v.13a10%2010%200%200%200%20.47%201.54l-1.39.66a1%201%200%200%200-.52.57a1%201%200%200%200%200%20.77c.1.21.2.42.32.64a1%201%200%200%200%201.37.37a1%201%200%200%200%20.5-.94l.57-.21a2%202%200%200%200%201.05-2.48a9%209%200%200%201-.39-1.3v-.1c0-.2-.08-.4-.11-.58A3%203%200%200%200%208.16%202h-3a3%203%200%200%200-2.28%201a3%203%200%200%200-.72%202.39a19.05%2019.05%200%200%200%202.75%207.71m14.61-.21l-.6-.11h-.08a9%209%200%200%201-1.33-.39a2%202%200%200%200-2.47%201l-.21.46a12.4%2012.4%200%200%201-1.92-1.37l8.8-8.79a1%201%200%201%200-1.42-1.42l-18%2018a1%201%200%200%200%200%201.42a1%201%200%200%200%201.42%200l4.59-4.6a19.1%2019.1%200%200%200%2010.29%204.73a3%203%200%200%200%20.4%200a3%203%200%200%200%202-.75a3%203%200%200%200%201-2.25v-3a3%203%200%200%200-2.47-2.93m.48%206a1%201%200%200%201-.34.75a1%201%200%200%201-.81.24a17.07%2017.07%200%200%201-9.14-4.18l1.77-1.77a14.7%2014.7%200%200%200%203.38%202.21a1%201%200%200%200%20.77%200a1%201%200%200%200%20.57-.52l.62-1.41a12%2012%200%200%200%201.6.47h.11l.69.13a1%201%200%200%201%20.78%201Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/phone-slash.svg?color=%231a73e8&size=48