call-prohibited-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
call-prohibited-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT
Aliases
call-blocked-16-filled

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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.757 5.432l-.303-1.514l-.269-.05a7 7 0 0 0-1.18-.118c-.396 0-.833.057-1.18.118q-.15.026-.269.05l-.302 1.514A1.5 1.5 0 0 1 5.05 6.613l-.673.123A2 2 0 0 1 2.07 5.218l-.068-.294c-.26-1.128.157-2.394 1.312-2.918c1.068-.484 2.676-1 4.688-1.006a11.2 11.2 0 0 1 4.708 1.006c1.147.526 1.557 1.787 1.298 2.906l-.07.306a2 2 0 0 1-2.307 1.518l-.673-.123a1.5 1.5 0 0 1-1.202-1.181M8 15a4 4 0 1 1 0-8a4 4 0 0 1 0 8m0-1a3 3 0 0 0 2.445-4.738l-4.183 4.183c.49.35 1.09.555 1.738.555m-2.445-1.262l4.183-4.183a3 3 0 0 0-4.184 4.184"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallProhibited16Filled(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.757 5.432l-.303-1.514l-.269-.05a7 7 0 0 0-1.18-.118c-.396 0-.833.057-1.18.118q-.15.026-.269.05l-.302 1.514A1.5 1.5 0 0 1 5.05 6.613l-.673.123A2 2 0 0 1 2.07 5.218l-.068-.294c-.26-1.128.157-2.394 1.312-2.918c1.068-.484 2.676-1 4.688-1.006a11.2 11.2 0 0 1 4.708 1.006c1.147.526 1.557 1.787 1.298 2.906l-.07.306a2 2 0 0 1-2.307 1.518l-.673-.123a1.5 1.5 0 0 1-1.202-1.181M8 15a4 4 0 1 1 0-8a4 4 0 0 1 0 8m0-1a3 3 0 0 0 2.445-4.738l-4.183 4.183c.49.35 1.09.555 1.738.555m-2.445-1.262l4.183-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.757 5.432l-.303-1.514l-.269-.05a7 7 0 0 0-1.18-.118c-.396 0-.833.057-1.18.118q-.15.026-.269.05l-.302 1.514A1.5 1.5 0 0 1 5.05 6.613l-.673.123A2 2 0 0 1 2.07 5.218l-.068-.294c-.26-1.128.157-2.394 1.312-2.918c1.068-.484 2.676-1 4.688-1.006a11.2 11.2 0 0 1 4.708 1.006c1.147.526 1.557 1.787 1.298 2.906l-.07.306a2 2 0 0 1-2.307 1.518l-.673-.123a1.5 1.5 0 0 1-1.202-1.181M8 15a4 4 0 1 1 0-8a4 4 0 0 1 0 8m0-1a3 3 0 0 0 2.445-4.738l-4.183 4.183c.49.35 1.09.555 1.738.555m-2.445-1.262l4.183-4.183a3 3 0 0 0-4.184 4.184"/></svg>
</template>

CSS

.icon-call-prohibited-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.757%205.432l-.303-1.514l-.269-.05a7%207%200%200%200-1.18-.118c-.396%200-.833.057-1.18.118q-.15.026-.269.05l-.302%201.514A1.5%201.5%200%200%201%205.05%206.613l-.673.123A2%202%200%200%201%202.07%205.218l-.068-.294c-.26-1.128.157-2.394%201.312-2.918c1.068-.484%202.676-1%204.688-1.006a11.2%2011.2%200%200%201%204.708%201.006c1.147.526%201.557%201.787%201.298%202.906l-.07.306a2%202%200%200%201-2.307%201.518l-.673-.123a1.5%201.5%200%200%201-1.202-1.181M8%2015a4%204%200%201%201%200-8a4%204%200%200%201%200%208m0-1a3%203%200%200%200%202.445-4.738l-4.183%204.183c.49.35%201.09.555%201.738.555m-2.445-1.262l4.183-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.757%205.432l-.303-1.514l-.269-.05a7%207%200%200%200-1.18-.118c-.396%200-.833.057-1.18.118q-.15.026-.269.05l-.302%201.514A1.5%201.5%200%200%201%205.05%206.613l-.673.123A2%202%200%200%201%202.07%205.218l-.068-.294c-.26-1.128.157-2.394%201.312-2.918c1.068-.484%202.676-1%204.688-1.006a11.2%2011.2%200%200%201%204.708%201.006c1.147.526%201.557%201.787%201.298%202.906l-.07.306a2%202%200%200%201-2.307%201.518l-.673-.123a1.5%201.5%200%200%201-1.202-1.181M8%2015a4%204%200%201%201%200-8a4%204%200%200%201%200%208m0-1a3%203%200%200%200%202.445-4.738l-4.183%204.183c.49.35%201.09.555%201.738.555m-2.445-1.262l4.183-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-filled.svg?color=%231a73e8&size=48