call-blocked-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
call-blocked-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

1 other variant in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the call blocked icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12.014 2.496c3.943 0 6.876.842 8.776 2.57a3.75 3.75 0 0 1 1.17 3.422l-.042.21l-.192.816a2.75 2.75 0 0 1-2.955 2.107l-1.755-.178a2.75 2.75 0 0 1-2.401-2.117l-.39-1.686a.25.25 0 0 0-.113-.157c-.321-.197-1.034-.32-2.098-.32c-1.465 0-2.153.23-2.192.393l-.408 1.77a2.75 2.75 0 0 1-2.401 2.117l-1.746.178a2.75 2.75 0 0 1-2.953-2.096l-.196-.818a3.75 3.75 0 0 1 1.13-3.65c1.9-1.722 4.83-2.561 8.766-2.561zm0 1.5c-3.597 0-6.176.739-7.759 2.172a2.25 2.25 0 0 0-.678 2.19l.196.818a1.25 1.25 0 0 0 1.342.953l1.746-.178a1.25 1.25 0 0 0 1.091-.962l.41-1.775c.27-1.13 1.53-1.55 3.652-1.55c1.318 0 2.265.163 2.88.54c.402.244.687.64.793 1.098l.39 1.686c.12.522.558.909 1.09.963l1.755.178a1.25 1.25 0 0 0 1.343-.958l.192-.816l.034-.171a2.25 2.25 0 0 0-.71-2.009c-1.582-1.438-4.164-2.18-7.767-2.18z" fill="currentColor"/><path d="M12 22a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11zm0-1.5a4 4 0 0 0 3.309-6.248l-5.557 5.557c.64.436 1.414.691 2.248.691zm-3.309-1.752l5.557-5.557a4 4 0 0 0-5.557 5.557z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentCallBlocked24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12.014 2.496c3.943 0 6.876.842 8.776 2.57a3.75 3.75 0 0 1 1.17 3.422l-.042.21l-.192.816a2.75 2.75 0 0 1-2.955 2.107l-1.755-.178a2.75 2.75 0 0 1-2.401-2.117l-.39-1.686a.25.25 0 0 0-.113-.157c-.321-.197-1.034-.32-2.098-.32c-1.465 0-2.153.23-2.192.393l-.408 1.77a2.75 2.75 0 0 1-2.401 2.117l-1.746.178a2.75 2.75 0 0 1-2.953-2.096l-.196-.818a3.75 3.75 0 0 1 1.13-3.65c1.9-1.722 4.83-2.561 8.766-2.561zm0 1.5c-3.597 0-6.176.739-7.759 2.172a2.25 2.25 0 0 0-.678 2.19l.196.818a1.25 1.25 0 0 0 1.342.953l1.746-.178a1.25 1.25 0 0 0 1.091-.962l.41-1.775c.27-1.13 1.53-1.55 3.652-1.55c1.318 0 2.265.163 2.88.54c.402.244.687.64.793 1.098l.39 1.686c.12.522.558.909 1.09.963l1.755.178a1.25 1.25 0 0 0 1.343-.958l.192-.816l.034-.171a2.25 2.25 0 0 0-.71-2.009c-1.582-1.438-4.164-2.18-7.767-2.18z" fill="currentColor"/><path d="M12 22a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11zm0-1.5a4 4 0 0 0 3.309-6.248l-5.557 5.557c.64.436 1.414.691 2.248.691zm-3.309-1.752l5.557-5.557a4 4 0 0 0-5.557 5.557z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12.014 2.496c3.943 0 6.876.842 8.776 2.57a3.75 3.75 0 0 1 1.17 3.422l-.042.21l-.192.816a2.75 2.75 0 0 1-2.955 2.107l-1.755-.178a2.75 2.75 0 0 1-2.401-2.117l-.39-1.686a.25.25 0 0 0-.113-.157c-.321-.197-1.034-.32-2.098-.32c-1.465 0-2.153.23-2.192.393l-.408 1.77a2.75 2.75 0 0 1-2.401 2.117l-1.746.178a2.75 2.75 0 0 1-2.953-2.096l-.196-.818a3.75 3.75 0 0 1 1.13-3.65c1.9-1.722 4.83-2.561 8.766-2.561zm0 1.5c-3.597 0-6.176.739-7.759 2.172a2.25 2.25 0 0 0-.678 2.19l.196.818a1.25 1.25 0 0 0 1.342.953l1.746-.178a1.25 1.25 0 0 0 1.091-.962l.41-1.775c.27-1.13 1.53-1.55 3.652-1.55c1.318 0 2.265.163 2.88.54c.402.244.687.64.793 1.098l.39 1.686c.12.522.558.909 1.09.963l1.755.178a1.25 1.25 0 0 0 1.343-.958l.192-.816l.034-.171a2.25 2.25 0 0 0-.71-2.009c-1.582-1.438-4.164-2.18-7.767-2.18z" fill="currentColor"/><path d="M12 22a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11zm0-1.5a4 4 0 0 0 3.309-6.248l-5.557 5.557c.64.436 1.414.691 2.248.691zm-3.309-1.752l5.557-5.557a4 4 0 0 0-5.557 5.557z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-call-blocked-24-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12.014%202.496c3.943%200%206.876.842%208.776%202.57a3.75%203.75%200%200%201%201.17%203.422l-.042.21l-.192.816a2.75%202.75%200%200%201-2.955%202.107l-1.755-.178a2.75%202.75%200%200%201-2.401-2.117l-.39-1.686a.25.25%200%200%200-.113-.157c-.321-.197-1.034-.32-2.098-.32c-1.465%200-2.153.23-2.192.393l-.408%201.77a2.75%202.75%200%200%201-2.401%202.117l-1.746.178a2.75%202.75%200%200%201-2.953-2.096l-.196-.818a3.75%203.75%200%200%201%201.13-3.65c1.9-1.722%204.83-2.561%208.766-2.561zm0%201.5c-3.597%200-6.176.739-7.759%202.172a2.25%202.25%200%200%200-.678%202.19l.196.818a1.25%201.25%200%200%200%201.342.953l1.746-.178a1.25%201.25%200%200%200%201.091-.962l.41-1.775c.27-1.13%201.53-1.55%203.652-1.55c1.318%200%202.265.163%202.88.54c.402.244.687.64.793%201.098l.39%201.686c.12.522.558.909%201.09.963l1.755.178a1.25%201.25%200%200%200%201.343-.958l.192-.816l.034-.171a2.25%202.25%200%200%200-.71-2.009c-1.582-1.438-4.164-2.18-7.767-2.18z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12%2022a5.5%205.5%200%201%201%200-11a5.5%205.5%200%200%201%200%2011zm0-1.5a4%204%200%200%200%203.309-6.248l-5.557%205.557c.64.436%201.414.691%202.248.691zm-3.309-1.752l5.557-5.557a4%204%200%200%200-5.557%205.557z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12.014%202.496c3.943%200%206.876.842%208.776%202.57a3.75%203.75%200%200%201%201.17%203.422l-.042.21l-.192.816a2.75%202.75%200%200%201-2.955%202.107l-1.755-.178a2.75%202.75%200%200%201-2.401-2.117l-.39-1.686a.25.25%200%200%200-.113-.157c-.321-.197-1.034-.32-2.098-.32c-1.465%200-2.153.23-2.192.393l-.408%201.77a2.75%202.75%200%200%201-2.401%202.117l-1.746.178a2.75%202.75%200%200%201-2.953-2.096l-.196-.818a3.75%203.75%200%200%201%201.13-3.65c1.9-1.722%204.83-2.561%208.766-2.561zm0%201.5c-3.597%200-6.176.739-7.759%202.172a2.25%202.25%200%200%200-.678%202.19l.196.818a1.25%201.25%200%200%200%201.342.953l1.746-.178a1.25%201.25%200%200%200%201.091-.962l.41-1.775c.27-1.13%201.53-1.55%203.652-1.55c1.318%200%202.265.163%202.88.54c.402.244.687.64.793%201.098l.39%201.686c.12.522.558.909%201.09.963l1.755.178a1.25%201.25%200%200%200%201.343-.958l.192-.816l.034-.171a2.25%202.25%200%200%200-.71-2.009c-1.582-1.438-4.164-2.18-7.767-2.18z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12%2022a5.5%205.5%200%201%201%200-11a5.5%205.5%200%200%201%200%2011zm0-1.5a4%204%200%200%200%203.309-6.248l-5.557%205.557c.64.436%201.414.691%202.248.691zm-3.309-1.752l5.557-5.557a4%204%200%200%200-5.557%205.557z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-blocked-24-regular.svg?color=%231a73e8&size=48