call prohibited icon
call-prohibited-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- call-prohibited-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
- Aliases
- call-blocked-48-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 48 48"><path fill="currentColor" d="M42.528 20.752c2.48-4.157 1.8-9.832-2.92-12.147A35.35 35.35 0 0 0 24 5A35.35 35.35 0 0 0 8.39 8.605c-4.72 2.315-5.399 7.99-2.92 12.147a4.93 4.93 0 0 0 4.749 2.38l3.43-.356a5.25 5.25 0 0 0 4.526-3.846l.83-3.058c.21-.775.665-1.227 1.15-1.34c2.179-.51 5.498-.518 7.689-.003c.484.114.94.567 1.15 1.343l.83 3.058a5.25 5.25 0 0 0 4.526 3.846l3.43.356a4.94 4.94 0 0 0 4.748-2.38m-4.02-9.902c3.047 1.495 3.826 5.347 1.873 8.62a2.44 2.44 0 0 1-2.343 1.176l-3.43-.356a2.75 2.75 0 0 1-2.37-2.015l-.83-3.058c-.366-1.346-1.335-2.732-2.992-3.122c-2.572-.605-6.282-.593-8.83.003c-1.658.387-2.628 1.772-2.994 3.12l-.83 3.057a2.75 2.75 0 0 1-2.37 2.015l-3.431.356a2.44 2.44 0 0 1-2.343-1.175c-1.953-3.274-1.174-7.126 1.873-8.621A32.85 32.85 0 0 1 24 7.5a32.85 32.85 0 0 1 14.508 3.35M24 44c-6.075 0-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11m0-2.5a8.5 8.5 0 0 0 6.83-13.561l-11.892 11.89A8.46 8.46 0 0 0 24 41.5m5.061-15.33a8.5 8.5 0 0 0-11.89 11.89z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallProhibited48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M42.528 20.752c2.48-4.157 1.8-9.832-2.92-12.147A35.35 35.35 0 0 0 24 5A35.35 35.35 0 0 0 8.39 8.605c-4.72 2.315-5.399 7.99-2.92 12.147a4.93 4.93 0 0 0 4.749 2.38l3.43-.356a5.25 5.25 0 0 0 4.526-3.846l.83-3.058c.21-.775.665-1.227 1.15-1.34c2.179-.51 5.498-.518 7.689-.003c.484.114.94.567 1.15 1.343l.83 3.058a5.25 5.25 0 0 0 4.526 3.846l3.43.356a4.94 4.94 0 0 0 4.748-2.38m-4.02-9.902c3.047 1.495 3.826 5.347 1.873 8.62a2.44 2.44 0 0 1-2.343 1.176l-3.43-.356a2.75 2.75 0 0 1-2.37-2.015l-.83-3.058c-.366-1.346-1.335-2.732-2.992-3.122c-2.572-.605-6.282-.593-8.83.003c-1.658.387-2.628 1.772-2.994 3.12l-.83 3.057a2.75 2.75 0 0 1-2.37 2.015l-3.431.356a2.44 2.44 0 0 1-2.343-1.175c-1.953-3.274-1.174-7.126 1.873-8.621A32.85 32.85 0 0 1 24 7.5a32.85 32.85 0 0 1 14.508 3.35M24 44c-6.075 0-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11m0-2.5a8.5 8.5 0 0 0 6.83-13.561l-11.892 11.89A8.46 8.46 0 0 0 24 41.5m5.061-15.33a8.5 8.5 0 0 0-11.89 11.89z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M42.528 20.752c2.48-4.157 1.8-9.832-2.92-12.147A35.35 35.35 0 0 0 24 5A35.35 35.35 0 0 0 8.39 8.605c-4.72 2.315-5.399 7.99-2.92 12.147a4.93 4.93 0 0 0 4.749 2.38l3.43-.356a5.25 5.25 0 0 0 4.526-3.846l.83-3.058c.21-.775.665-1.227 1.15-1.34c2.179-.51 5.498-.518 7.689-.003c.484.114.94.567 1.15 1.343l.83 3.058a5.25 5.25 0 0 0 4.526 3.846l3.43.356a4.94 4.94 0 0 0 4.748-2.38m-4.02-9.902c3.047 1.495 3.826 5.347 1.873 8.62a2.44 2.44 0 0 1-2.343 1.176l-3.43-.356a2.75 2.75 0 0 1-2.37-2.015l-.83-3.058c-.366-1.346-1.335-2.732-2.992-3.122c-2.572-.605-6.282-.593-8.83.003c-1.658.387-2.628 1.772-2.994 3.12l-.83 3.057a2.75 2.75 0 0 1-2.37 2.015l-3.431.356a2.44 2.44 0 0 1-2.343-1.175c-1.953-3.274-1.174-7.126 1.873-8.621A32.85 32.85 0 0 1 24 7.5a32.85 32.85 0 0 1 14.508 3.35M24 44c-6.075 0-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11m0-2.5a8.5 8.5 0 0 0 6.83-13.561l-11.892 11.89A8.46 8.46 0 0 0 24 41.5m5.061-15.33a8.5 8.5 0 0 0-11.89 11.89z"/></svg> </template>
CSS
.icon-call-prohibited-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M42.528%2020.752c2.48-4.157%201.8-9.832-2.92-12.147A35.35%2035.35%200%200%200%2024%205A35.35%2035.35%200%200%200%208.39%208.605c-4.72%202.315-5.399%207.99-2.92%2012.147a4.93%204.93%200%200%200%204.749%202.38l3.43-.356a5.25%205.25%200%200%200%204.526-3.846l.83-3.058c.21-.775.665-1.227%201.15-1.34c2.179-.51%205.498-.518%207.689-.003c.484.114.94.567%201.15%201.343l.83%203.058a5.25%205.25%200%200%200%204.526%203.846l3.43.356a4.94%204.94%200%200%200%204.748-2.38m-4.02-9.902c3.047%201.495%203.826%205.347%201.873%208.62a2.44%202.44%200%200%201-2.343%201.176l-3.43-.356a2.75%202.75%200%200%201-2.37-2.015l-.83-3.058c-.366-1.346-1.335-2.732-2.992-3.122c-2.572-.605-6.282-.593-8.83.003c-1.658.387-2.628%201.772-2.994%203.12l-.83%203.057a2.75%202.75%200%200%201-2.37%202.015l-3.431.356a2.44%202.44%200%200%201-2.343-1.175c-1.953-3.274-1.174-7.126%201.873-8.621A32.85%2032.85%200%200%201%2024%207.5a32.85%2032.85%200%200%201%2014.508%203.35M24%2044c-6.075%200-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011s-4.925%2011-11%2011m0-2.5a8.5%208.5%200%200%200%206.83-13.561l-11.892%2011.89A8.46%208.46%200%200%200%2024%2041.5m5.061-15.33a8.5%208.5%200%200%200-11.89%2011.89z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M42.528%2020.752c2.48-4.157%201.8-9.832-2.92-12.147A35.35%2035.35%200%200%200%2024%205A35.35%2035.35%200%200%200%208.39%208.605c-4.72%202.315-5.399%207.99-2.92%2012.147a4.93%204.93%200%200%200%204.749%202.38l3.43-.356a5.25%205.25%200%200%200%204.526-3.846l.83-3.058c.21-.775.665-1.227%201.15-1.34c2.179-.51%205.498-.518%207.689-.003c.484.114.94.567%201.15%201.343l.83%203.058a5.25%205.25%200%200%200%204.526%203.846l3.43.356a4.94%204.94%200%200%200%204.748-2.38m-4.02-9.902c3.047%201.495%203.826%205.347%201.873%208.62a2.44%202.44%200%200%201-2.343%201.176l-3.43-.356a2.75%202.75%200%200%201-2.37-2.015l-.83-3.058c-.366-1.346-1.335-2.732-2.992-3.122c-2.572-.605-6.282-.593-8.83.003c-1.658.387-2.628%201.772-2.994%203.12l-.83%203.057a2.75%202.75%200%200%201-2.37%202.015l-3.431.356a2.44%202.44%200%200%201-2.343-1.175c-1.953-3.274-1.174-7.126%201.873-8.621A32.85%2032.85%200%200%201%2024%207.5a32.85%2032.85%200%200%201%2014.508%203.35M24%2044c-6.075%200-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011s-4.925%2011-11%2011m0-2.5a8.5%208.5%200%200%200%206.83-13.561l-11.892%2011.89A8.46%208.46%200%200%200%2024%2041.5m5.061-15.33a8.5%208.5%200%200%200-11.89%2011.89z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-prohibited-48-regular.svg?color=%231a73e8&size=48