phone off icon
phone-off-filled from Carbon by IBM · Filled · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- phone-off-filled
- Set
- Carbon
- Style
- Filled
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
1 other variant in Carbon
The same icon in other sets
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the phone off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m26.74 19.56l-2.52-1a2 2 0 0 0-2.15.44L20 21.06a9.93 9.93 0 0 1-5.35-2.29L30 3.41L28.59 2L2 28.59L3.41 30l7.93-7.92c3.24 3.12 7.89 5.5 14.55 5.92A2 2 0 0 0 28 26v-4.59a2 2 0 0 0-1.26-1.85M8.15 18.19l3.52-3.52a11.7 11.7 0 0 1-.82-2.67l2.07-2.07a2 2 0 0 0 .44-2.15l-1-2.52A2 2 0 0 0 10.5 4H6a2 2 0 0 0-2 2.22a29 29 0 0 0 4.15 11.97"/></svg>
React
import type { SVGProps } from "react";
export function CarbonPhoneOffFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m26.74 19.56l-2.52-1a2 2 0 0 0-2.15.44L20 21.06a9.93 9.93 0 0 1-5.35-2.29L30 3.41L28.59 2L2 28.59L3.41 30l7.93-7.92c3.24 3.12 7.89 5.5 14.55 5.92A2 2 0 0 0 28 26v-4.59a2 2 0 0 0-1.26-1.85M8.15 18.19l3.52-3.52a11.7 11.7 0 0 1-.82-2.67l2.07-2.07a2 2 0 0 0 .44-2.15l-1-2.52A2 2 0 0 0 10.5 4H6a2 2 0 0 0-2 2.22a29 29 0 0 0 4.15 11.97"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m26.74 19.56l-2.52-1a2 2 0 0 0-2.15.44L20 21.06a9.93 9.93 0 0 1-5.35-2.29L30 3.41L28.59 2L2 28.59L3.41 30l7.93-7.92c3.24 3.12 7.89 5.5 14.55 5.92A2 2 0 0 0 28 26v-4.59a2 2 0 0 0-1.26-1.85M8.15 18.19l3.52-3.52a11.7 11.7 0 0 1-.82-2.67l2.07-2.07a2 2 0 0 0 .44-2.15l-1-2.52A2 2 0 0 0 10.5 4H6a2 2 0 0 0-2 2.22a29 29 0 0 0 4.15 11.97"/></svg> </template>
CSS
.icon-phone-off-filled {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m26.74%2019.56l-2.52-1a2%202%200%200%200-2.15.44L20%2021.06a9.93%209.93%200%200%201-5.35-2.29L30%203.41L28.59%202L2%2028.59L3.41%2030l7.93-7.92c3.24%203.12%207.89%205.5%2014.55%205.92A2%202%200%200%200%2028%2026v-4.59a2%202%200%200%200-1.26-1.85M8.15%2018.19l3.52-3.52a11.7%2011.7%200%200%201-.82-2.67l2.07-2.07a2%202%200%200%200%20.44-2.15l-1-2.52A2%202%200%200%200%2010.5%204H6a2%202%200%200%200-2%202.22a29%2029%200%200%200%204.15%2011.97%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m26.74%2019.56l-2.52-1a2%202%200%200%200-2.15.44L20%2021.06a9.93%209.93%200%200%201-5.35-2.29L30%203.41L28.59%202L2%2028.59L3.41%2030l7.93-7.92c3.24%203.12%207.89%205.5%2014.55%205.92A2%202%200%200%200%2028%2026v-4.59a2%202%200%200%200-1.26-1.85M8.15%2018.19l3.52-3.52a11.7%2011.7%200%200%201-.82-2.67l2.07-2.07a2%202%200%200%200%20.44-2.15l-1-2.52A2%202%200%200%200%2010.5%204H6a2%202%200%200%200-2%202.22a29%2029%200%200%200%204.15%2011.97%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/phone-off-filled.svg?color=%231a73e8&size=48