round phone disabled icon
round-phone-disabled from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- round-phone-disabled
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
More communication icons from Google Material Icons
baseline-3pbaseline-add-ic-callbaseline-alternate-emailbaseline-app-registrationbaseline-businessbaseline-callbaseline-call-endbaseline-call-madebaseline-call-mergebaseline-call-missedbaseline-call-missed-outgoingbaseline-call-receivedbaseline-call-splitbaseline-cancel-presentationbaseline-cell-towerbaseline-cell-wifibaseline-chatbaseline-chat-bubblebaseline-clear-allbaseline-co-presentbaseline-commentbaseline-comments-disabledbaseline-contact-emergencybaseline-contact-mail
Use the round phone disabled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.54 17.37a16.87 16.87 0 0 1-9.45 3.61c-1.13.07-2.07-.87-2.07-2v-1.73c-.01-1.01.75-1.86 1.76-1.98l2.54-.29c.61-.07 1.21.14 1.64.57l1.84 1.84c.81-.41 1.59-.9 2.31-1.45L2.1 4.93a.996.996 0 0 1 0-1.41c.39-.39 1.03-.39 1.42 0L20.49 20.5a.996.996 0 1 1-1.41 1.41zm2.85-6.57l-1.85-1.85a1.99 1.99 0 0 1-.57-1.64l.29-2.52c.12-1.01.97-1.77 1.99-1.77h1.73c1.13 0 2.07.94 2 2.07a16.94 16.94 0 0 1-3.62 9.47l-1.43-1.43c.55-.73 1.04-1.51 1.46-2.33"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundPhoneDisabled(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="M14.54 17.37a16.87 16.87 0 0 1-9.45 3.61c-1.13.07-2.07-.87-2.07-2v-1.73c-.01-1.01.75-1.86 1.76-1.98l2.54-.29c.61-.07 1.21.14 1.64.57l1.84 1.84c.81-.41 1.59-.9 2.31-1.45L2.1 4.93a.996.996 0 0 1 0-1.41c.39-.39 1.03-.39 1.42 0L20.49 20.5a.996.996 0 1 1-1.41 1.41zm2.85-6.57l-1.85-1.85a1.99 1.99 0 0 1-.57-1.64l.29-2.52c.12-1.01.97-1.77 1.99-1.77h1.73c1.13 0 2.07.94 2 2.07a16.94 16.94 0 0 1-3.62 9.47l-1.43-1.43c.55-.73 1.04-1.51 1.46-2.33"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.54 17.37a16.87 16.87 0 0 1-9.45 3.61c-1.13.07-2.07-.87-2.07-2v-1.73c-.01-1.01.75-1.86 1.76-1.98l2.54-.29c.61-.07 1.21.14 1.64.57l1.84 1.84c.81-.41 1.59-.9 2.31-1.45L2.1 4.93a.996.996 0 0 1 0-1.41c.39-.39 1.03-.39 1.42 0L20.49 20.5a.996.996 0 1 1-1.41 1.41zm2.85-6.57l-1.85-1.85a1.99 1.99 0 0 1-.57-1.64l.29-2.52c.12-1.01.97-1.77 1.99-1.77h1.73c1.13 0 2.07.94 2 2.07a16.94 16.94 0 0 1-3.62 9.47l-1.43-1.43c.55-.73 1.04-1.51 1.46-2.33"/></svg> </template>
CSS
.icon-round-phone-disabled {
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%22M14.54%2017.37a16.87%2016.87%200%200%201-9.45%203.61c-1.13.07-2.07-.87-2.07-2v-1.73c-.01-1.01.75-1.86%201.76-1.98l2.54-.29c.61-.07%201.21.14%201.64.57l1.84%201.84c.81-.41%201.59-.9%202.31-1.45L2.1%204.93a.996.996%200%200%201%200-1.41c.39-.39%201.03-.39%201.42%200L20.49%2020.5a.996.996%200%201%201-1.41%201.41zm2.85-6.57l-1.85-1.85a1.99%201.99%200%200%201-.57-1.64l.29-2.52c.12-1.01.97-1.77%201.99-1.77h1.73c1.13%200%202.07.94%202%202.07a16.94%2016.94%200%200%201-3.62%209.47l-1.43-1.43c.55-.73%201.04-1.51%201.46-2.33%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%22M14.54%2017.37a16.87%2016.87%200%200%201-9.45%203.61c-1.13.07-2.07-.87-2.07-2v-1.73c-.01-1.01.75-1.86%201.76-1.98l2.54-.29c.61-.07%201.21.14%201.64.57l1.84%201.84c.81-.41%201.59-.9%202.31-1.45L2.1%204.93a.996.996%200%200%201%200-1.41c.39-.39%201.03-.39%201.42%200L20.49%2020.5a.996.996%200%201%201-1.41%201.41zm2.85-6.57l-1.85-1.85a1.99%201.99%200%200%201-.57-1.64l.29-2.52c.12-1.01.97-1.77%201.99-1.77h1.73c1.13%200%202.07.94%202%202.07a16.94%2016.94%200%200%201-3.62%209.47l-1.43-1.43c.55-.73%201.04-1.51%201.46-2.33%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-phone-disabled.svg?color=%231a73e8&size=48