phone cancel icon
phone-cancel from Material Design Icons by Pictogrammers · Filled · Cellphone / Phone · Apache-2.0 Free for personal and commercial use.
- Name
- phone-cancel
- Set
- Material Design Icons
- Style
- Filled
- Category
- Cellphone / Phone
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- phone-block
1 other variant in Material Design Icons
The same icon in other sets
More cellphone / phone icons from Material Design Icons
cellphonecellphone-arrow-downcellphone-arrow-down-variantcellphone-basiccellphone-chargingcellphone-checkcellphone-cogcellphone-dockcellphone-informationcellphone-keycellphone-linkcellphone-link-offcellphone-lockcellphone-markercellphone-messagecellphone-message-offcellphone-nfc-offcellphone-offcellphone-playcellphone-removecellphone-screenshotcellphone-settingscellphone-soundcellphone-text
Use the phone cancel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25c1.12.37 2.32.57 3.57.57c.55 0 1 .45 1 1V20c0 .55-.45 1-1 1c-9.39 0-17-7.61-17-17c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1c0 1.25.2 2.45.57 3.57c.11.35.03.74-.25 1.02zM16.5 2C14 2 12 4 12 6.5s2 4.5 4.5 4.5S21 9 21 6.5S19 2 16.5 2m0 7.5c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5L18 9.08c-.42.27-.94.42-1.5.42M19.08 8L15 3.92c.42-.27.94-.42 1.5-.42c1.66 0 3 1.34 3 3c0 .56-.15 1.08-.42 1.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiPhoneCancel(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="M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25c1.12.37 2.32.57 3.57.57c.55 0 1 .45 1 1V20c0 .55-.45 1-1 1c-9.39 0-17-7.61-17-17c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1c0 1.25.2 2.45.57 3.57c.11.35.03.74-.25 1.02zM16.5 2C14 2 12 4 12 6.5s2 4.5 4.5 4.5S21 9 21 6.5S19 2 16.5 2m0 7.5c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5L18 9.08c-.42.27-.94.42-1.5.42M19.08 8L15 3.92c.42-.27.94-.42 1.5-.42c1.66 0 3 1.34 3 3c0 .56-.15 1.08-.42 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25c1.12.37 2.32.57 3.57.57c.55 0 1 .45 1 1V20c0 .55-.45 1-1 1c-9.39 0-17-7.61-17-17c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1c0 1.25.2 2.45.57 3.57c.11.35.03.74-.25 1.02zM16.5 2C14 2 12 4 12 6.5s2 4.5 4.5 4.5S21 9 21 6.5S19 2 16.5 2m0 7.5c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5L18 9.08c-.42.27-.94.42-1.5.42M19.08 8L15 3.92c.42-.27.94-.42 1.5-.42c1.66 0 3 1.34 3 3c0 .56-.15 1.08-.42 1.5"/></svg> </template>
CSS
.icon-phone-cancel {
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%22M6.62%2010.79c1.44%202.83%203.76%205.15%206.59%206.59l2.2-2.2c.28-.28.67-.36%201.02-.25c1.12.37%202.32.57%203.57.57c.55%200%201%20.45%201%201V20c0%20.55-.45%201-1%201c-9.39%200-17-7.61-17-17c0-.55.45-1%201-1h3.5c.55%200%201%20.45%201%201c0%201.25.2%202.45.57%203.57c.11.35.03.74-.25%201.02zM16.5%202C14%202%2012%204%2012%206.5s2%204.5%204.5%204.5S21%209%2021%206.5S19%202%2016.5%202m0%207.5c-1.66%200-3-1.34-3-3c0-.56.15-1.08.42-1.5L18%209.08c-.42.27-.94.42-1.5.42M19.08%208L15%203.92c.42-.27.94-.42%201.5-.42c1.66%200%203%201.34%203%203c0%20.56-.15%201.08-.42%201.5%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%22M6.62%2010.79c1.44%202.83%203.76%205.15%206.59%206.59l2.2-2.2c.28-.28.67-.36%201.02-.25c1.12.37%202.32.57%203.57.57c.55%200%201%20.45%201%201V20c0%20.55-.45%201-1%201c-9.39%200-17-7.61-17-17c0-.55.45-1%201-1h3.5c.55%200%201%20.45%201%201c0%201.25.2%202.45.57%203.57c.11.35.03.74-.25%201.02zM16.5%202C14%202%2012%204%2012%206.5s2%204.5%204.5%204.5S21%209%2021%206.5S19%202%2016.5%202m0%207.5c-1.66%200-3-1.34-3-3c0-.56.15-1.08.42-1.5L18%209.08c-.42.27-.94.42-1.5.42M19.08%208L15%203.92c.42-.27.94-.42%201.5-.42c1.66%200%203%201.34%203%203c0%20.56-.15%201.08-.42%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/phone-cancel.svg?color=%231a73e8&size=48