call prohibited icon
call-prohibited-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- call-prohibited-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
- Aliases
- call-blocked-16-regular
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
call-add-16-filledcall-blocked-24-filledcall-checkmark-20-filledcall-chevron-down-16-filledcall-connecting-20-filledcall-dismiss-16-filledcall-end-12-filledcall-exclamation-20-filledcall-forward-16-filledcall-inbound-16-filledcall-missed-12-filledcall-outbound-16-filledcall-park-16-filledcall-pause-20-filledcall-rectangle-landscape-16-filledcall-square-16-filledcall-transfer-16-filledcall-warning-16-filled
Use the call prohibited icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m9.207 4.152l.216.969a2 2 0 0 0 1.623 1.539l.698.116a1.906 1.906 0 0 0 2.17-1.452c.316-1.366-.185-2.912-1.61-3.495A11.3 11.3 0 0 0 8.004 1a11.5 11.5 0 0 0-4.287.834C2.29 2.413 1.781 3.96 2.097 5.33a1.9 1.9 0 0 0 2.164 1.447l.703-.117a2 2 0 0 0 1.624-1.54l.215-.968A5.5 5.5 0 0 1 8.005 4a5 5 0 0 1 1.202.152m2.719-1.397c.85.347 1.252 1.316 1.014 2.344a.906.906 0 0 1-1.032.69l-.697-.116a1 1 0 0 1-.812-.77l-.28-1.261a.5.5 0 0 0-.332-.367h-.004l-.009-.004l-.03-.01l-.11-.032A6 6 0 0 0 8.005 3a6.1 6.1 0 0 0-1.738.262l-.03.01l-.01.003l-.003.001h-.002a.5.5 0 0 0-.33.367l-.28 1.262a1 1 0 0 1-.812.77l-.703.116a.9.9 0 0 1-1.026-.685c-.237-1.029.169-1.999 1.022-2.344c.957-.388 2.29-.756 3.914-.76a10.3 10.3 0 0 1 3.919.754M8 15a4 4 0 1 1 0-8a4 4 0 0 1 0 8m0-1a3 3 0 0 0 2.446-4.738l-4.184 4.183c.49.35 1.09.555 1.738.555m-2.445-1.262l4.184-4.183a3 3 0 0 0-4.184 4.184"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallProhibited16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m9.207 4.152l.216.969a2 2 0 0 0 1.623 1.539l.698.116a1.906 1.906 0 0 0 2.17-1.452c.316-1.366-.185-2.912-1.61-3.495A11.3 11.3 0 0 0 8.004 1a11.5 11.5 0 0 0-4.287.834C2.29 2.413 1.781 3.96 2.097 5.33a1.9 1.9 0 0 0 2.164 1.447l.703-.117a2 2 0 0 0 1.624-1.54l.215-.968A5.5 5.5 0 0 1 8.005 4a5 5 0 0 1 1.202.152m2.719-1.397c.85.347 1.252 1.316 1.014 2.344a.906.906 0 0 1-1.032.69l-.697-.116a1 1 0 0 1-.812-.77l-.28-1.261a.5.5 0 0 0-.332-.367h-.004l-.009-.004l-.03-.01l-.11-.032A6 6 0 0 0 8.005 3a6.1 6.1 0 0 0-1.738.262l-.03.01l-.01.003l-.003.001h-.002a.5.5 0 0 0-.33.367l-.28 1.262a1 1 0 0 1-.812.77l-.703.116a.9.9 0 0 1-1.026-.685c-.237-1.029.169-1.999 1.022-2.344c.957-.388 2.29-.756 3.914-.76a10.3 10.3 0 0 1 3.919.754M8 15a4 4 0 1 1 0-8a4 4 0 0 1 0 8m0-1a3 3 0 0 0 2.446-4.738l-4.184 4.183c.49.35 1.09.555 1.738.555m-2.445-1.262l4.184-4.183a3 3 0 0 0-4.184 4.184"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m9.207 4.152l.216.969a2 2 0 0 0 1.623 1.539l.698.116a1.906 1.906 0 0 0 2.17-1.452c.316-1.366-.185-2.912-1.61-3.495A11.3 11.3 0 0 0 8.004 1a11.5 11.5 0 0 0-4.287.834C2.29 2.413 1.781 3.96 2.097 5.33a1.9 1.9 0 0 0 2.164 1.447l.703-.117a2 2 0 0 0 1.624-1.54l.215-.968A5.5 5.5 0 0 1 8.005 4a5 5 0 0 1 1.202.152m2.719-1.397c.85.347 1.252 1.316 1.014 2.344a.906.906 0 0 1-1.032.69l-.697-.116a1 1 0 0 1-.812-.77l-.28-1.261a.5.5 0 0 0-.332-.367h-.004l-.009-.004l-.03-.01l-.11-.032A6 6 0 0 0 8.005 3a6.1 6.1 0 0 0-1.738.262l-.03.01l-.01.003l-.003.001h-.002a.5.5 0 0 0-.33.367l-.28 1.262a1 1 0 0 1-.812.77l-.703.116a.9.9 0 0 1-1.026-.685c-.237-1.029.169-1.999 1.022-2.344c.957-.388 2.29-.756 3.914-.76a10.3 10.3 0 0 1 3.919.754M8 15a4 4 0 1 1 0-8a4 4 0 0 1 0 8m0-1a3 3 0 0 0 2.446-4.738l-4.184 4.183c.49.35 1.09.555 1.738.555m-2.445-1.262l4.184-4.183a3 3 0 0 0-4.184 4.184"/></svg> </template>
CSS
.icon-call-prohibited-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.207%204.152l.216.969a2%202%200%200%200%201.623%201.539l.698.116a1.906%201.906%200%200%200%202.17-1.452c.316-1.366-.185-2.912-1.61-3.495A11.3%2011.3%200%200%200%208.004%201a11.5%2011.5%200%200%200-4.287.834C2.29%202.413%201.781%203.96%202.097%205.33a1.9%201.9%200%200%200%202.164%201.447l.703-.117a2%202%200%200%200%201.624-1.54l.215-.968A5.5%205.5%200%200%201%208.005%204a5%205%200%200%201%201.202.152m2.719-1.397c.85.347%201.252%201.316%201.014%202.344a.906.906%200%200%201-1.032.69l-.697-.116a1%201%200%200%201-.812-.77l-.28-1.261a.5.5%200%200%200-.332-.367h-.004l-.009-.004l-.03-.01l-.11-.032A6%206%200%200%200%208.005%203a6.1%206.1%200%200%200-1.738.262l-.03.01l-.01.003l-.003.001h-.002a.5.5%200%200%200-.33.367l-.28%201.262a1%201%200%200%201-.812.77l-.703.116a.9.9%200%200%201-1.026-.685c-.237-1.029.169-1.999%201.022-2.344c.957-.388%202.29-.756%203.914-.76a10.3%2010.3%200%200%201%203.919.754M8%2015a4%204%200%201%201%200-8a4%204%200%200%201%200%208m0-1a3%203%200%200%200%202.446-4.738l-4.184%204.183c.49.35%201.09.555%201.738.555m-2.445-1.262l4.184-4.183a3%203%200%200%200-4.184%204.184%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.207%204.152l.216.969a2%202%200%200%200%201.623%201.539l.698.116a1.906%201.906%200%200%200%202.17-1.452c.316-1.366-.185-2.912-1.61-3.495A11.3%2011.3%200%200%200%208.004%201a11.5%2011.5%200%200%200-4.287.834C2.29%202.413%201.781%203.96%202.097%205.33a1.9%201.9%200%200%200%202.164%201.447l.703-.117a2%202%200%200%200%201.624-1.54l.215-.968A5.5%205.5%200%200%201%208.005%204a5%205%200%200%201%201.202.152m2.719-1.397c.85.347%201.252%201.316%201.014%202.344a.906.906%200%200%201-1.032.69l-.697-.116a1%201%200%200%201-.812-.77l-.28-1.261a.5.5%200%200%200-.332-.367h-.004l-.009-.004l-.03-.01l-.11-.032A6%206%200%200%200%208.005%203a6.1%206.1%200%200%200-1.738.262l-.03.01l-.01.003l-.003.001h-.002a.5.5%200%200%200-.33.367l-.28%201.262a1%201%200%200%201-.812.77l-.703.116a.9.9%200%200%201-1.026-.685c-.237-1.029.169-1.999%201.022-2.344c.957-.388%202.29-.756%203.914-.76a10.3%2010.3%200%200%201%203.919.754M8%2015a4%204%200%201%201%200-8a4%204%200%200%201%200%208m0-1a3%203%200%200%200%202.446-4.738l-4.184%204.183c.49.35%201.09.555%201.738.555m-2.445-1.262l4.184-4.183a3%203%200%200%200-4.184%204.184%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-prohibited-16-regular.svg?color=%231a73e8&size=48