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

Name
call-dismiss-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the call dismiss icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m5.757 7.023l1.072-.984a2 2 0 0 0 .521-2.176l-.434-1.16A1.99 1.99 0 0 0 4.473 1.5c-1.683.515-3.034 2.024-2.748 3.909c.2 1.316.661 2.99 1.678 4.738a13.7 13.7 0 0 0 3.262 3.805c1.488 1.195 3.474.787 4.764-.415a1.98 1.98 0 0 0 .179-2.708l-.792-.962a2 2 0 0 0-2.144-.636l-1.389.437a6.6 6.6 0 0 1-.936-1.223a6.3 6.3 0 0 1-.59-1.421M2.714 5.258C2.523 4 3.41 2.87 4.765 2.456a.99.99 0 0 1 1.214.598l.435 1.16a1 1 0 0 1-.26 1.088L4.86 6.487a.5.5 0 0 0-.152.47l.012.052l.031.13a7.3 7.3 0 0 0 .729 1.805a7.3 7.3 0 0 0 1.296 1.627l.04.036a.5.5 0 0 0 .482.103l1.673-.527a1 1 0 0 1 1.072.319l.792.961c.33.4.29.988-.089 1.341c-1.037.967-2.463 1.165-3.455.368a12.7 12.7 0 0 1-3.024-3.529a12.4 12.4 0 0 1-1.554-4.385m11.64-3.612a.5.5 0 0 1 0 .707L12.707 4l1.647 1.646a.5.5 0 0 1-.708.707L12 4.707l-1.646 1.646a.5.5 0 0 1-.708-.707L11.293 4L9.646 2.353a.5.5 0 1 1 .708-.707L12 3.293l1.646-1.647a.5.5 0 0 1 .708 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallDismiss16Regular(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="m5.757 7.023l1.072-.984a2 2 0 0 0 .521-2.176l-.434-1.16A1.99 1.99 0 0 0 4.473 1.5c-1.683.515-3.034 2.024-2.748 3.909c.2 1.316.661 2.99 1.678 4.738a13.7 13.7 0 0 0 3.262 3.805c1.488 1.195 3.474.787 4.764-.415a1.98 1.98 0 0 0 .179-2.708l-.792-.962a2 2 0 0 0-2.144-.636l-1.389.437a6.6 6.6 0 0 1-.936-1.223a6.3 6.3 0 0 1-.59-1.421M2.714 5.258C2.523 4 3.41 2.87 4.765 2.456a.99.99 0 0 1 1.214.598l.435 1.16a1 1 0 0 1-.26 1.088L4.86 6.487a.5.5 0 0 0-.152.47l.012.052l.031.13a7.3 7.3 0 0 0 .729 1.805a7.3 7.3 0 0 0 1.296 1.627l.04.036a.5.5 0 0 0 .482.103l1.673-.527a1 1 0 0 1 1.072.319l.792.961c.33.4.29.988-.089 1.341c-1.037.967-2.463 1.165-3.455.368a12.7 12.7 0 0 1-3.024-3.529a12.4 12.4 0 0 1-1.554-4.385m11.64-3.612a.5.5 0 0 1 0 .707L12.707 4l1.647 1.646a.5.5 0 0 1-.708.707L12 4.707l-1.646 1.646a.5.5 0 0 1-.708-.707L11.293 4L9.646 2.353a.5.5 0 1 1 .708-.707L12 3.293l1.646-1.647a.5.5 0 0 1 .708 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m5.757 7.023l1.072-.984a2 2 0 0 0 .521-2.176l-.434-1.16A1.99 1.99 0 0 0 4.473 1.5c-1.683.515-3.034 2.024-2.748 3.909c.2 1.316.661 2.99 1.678 4.738a13.7 13.7 0 0 0 3.262 3.805c1.488 1.195 3.474.787 4.764-.415a1.98 1.98 0 0 0 .179-2.708l-.792-.962a2 2 0 0 0-2.144-.636l-1.389.437a6.6 6.6 0 0 1-.936-1.223a6.3 6.3 0 0 1-.59-1.421M2.714 5.258C2.523 4 3.41 2.87 4.765 2.456a.99.99 0 0 1 1.214.598l.435 1.16a1 1 0 0 1-.26 1.088L4.86 6.487a.5.5 0 0 0-.152.47l.012.052l.031.13a7.3 7.3 0 0 0 .729 1.805a7.3 7.3 0 0 0 1.296 1.627l.04.036a.5.5 0 0 0 .482.103l1.673-.527a1 1 0 0 1 1.072.319l.792.961c.33.4.29.988-.089 1.341c-1.037.967-2.463 1.165-3.455.368a12.7 12.7 0 0 1-3.024-3.529a12.4 12.4 0 0 1-1.554-4.385m11.64-3.612a.5.5 0 0 1 0 .707L12.707 4l1.647 1.646a.5.5 0 0 1-.708.707L12 4.707l-1.646 1.646a.5.5 0 0 1-.708-.707L11.293 4L9.646 2.353a.5.5 0 1 1 .708-.707L12 3.293l1.646-1.647a.5.5 0 0 1 .708 0"/></svg>
</template>

CSS

.icon-call-dismiss-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%22m5.757%207.023l1.072-.984a2%202%200%200%200%20.521-2.176l-.434-1.16A1.99%201.99%200%200%200%204.473%201.5c-1.683.515-3.034%202.024-2.748%203.909c.2%201.316.661%202.99%201.678%204.738a13.7%2013.7%200%200%200%203.262%203.805c1.488%201.195%203.474.787%204.764-.415a1.98%201.98%200%200%200%20.179-2.708l-.792-.962a2%202%200%200%200-2.144-.636l-1.389.437a6.6%206.6%200%200%201-.936-1.223a6.3%206.3%200%200%201-.59-1.421M2.714%205.258C2.523%204%203.41%202.87%204.765%202.456a.99.99%200%200%201%201.214.598l.435%201.16a1%201%200%200%201-.26%201.088L4.86%206.487a.5.5%200%200%200-.152.47l.012.052l.031.13a7.3%207.3%200%200%200%20.729%201.805a7.3%207.3%200%200%200%201.296%201.627l.04.036a.5.5%200%200%200%20.482.103l1.673-.527a1%201%200%200%201%201.072.319l.792.961c.33.4.29.988-.089%201.341c-1.037.967-2.463%201.165-3.455.368a12.7%2012.7%200%200%201-3.024-3.529a12.4%2012.4%200%200%201-1.554-4.385m11.64-3.612a.5.5%200%200%201%200%20.707L12.707%204l1.647%201.646a.5.5%200%200%201-.708.707L12%204.707l-1.646%201.646a.5.5%200%200%201-.708-.707L11.293%204L9.646%202.353a.5.5%200%201%201%20.708-.707L12%203.293l1.646-1.647a.5.5%200%200%201%20.708%200%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%22m5.757%207.023l1.072-.984a2%202%200%200%200%20.521-2.176l-.434-1.16A1.99%201.99%200%200%200%204.473%201.5c-1.683.515-3.034%202.024-2.748%203.909c.2%201.316.661%202.99%201.678%204.738a13.7%2013.7%200%200%200%203.262%203.805c1.488%201.195%203.474.787%204.764-.415a1.98%201.98%200%200%200%20.179-2.708l-.792-.962a2%202%200%200%200-2.144-.636l-1.389.437a6.6%206.6%200%200%201-.936-1.223a6.3%206.3%200%200%201-.59-1.421M2.714%205.258C2.523%204%203.41%202.87%204.765%202.456a.99.99%200%200%201%201.214.598l.435%201.16a1%201%200%200%201-.26%201.088L4.86%206.487a.5.5%200%200%200-.152.47l.012.052l.031.13a7.3%207.3%200%200%200%20.729%201.805a7.3%207.3%200%200%200%201.296%201.627l.04.036a.5.5%200%200%200%20.482.103l1.673-.527a1%201%200%200%201%201.072.319l.792.961c.33.4.29.988-.089%201.341c-1.037.967-2.463%201.165-3.455.368a12.7%2012.7%200%200%201-3.024-3.529a12.4%2012.4%200%200%201-1.554-4.385m11.64-3.612a.5.5%200%200%201%200%20.707L12.707%204l1.647%201.646a.5.5%200%200%201-.708.707L12%204.707l-1.646%201.646a.5.5%200%200%201-.708-.707L11.293%204L9.646%202.353a.5.5%200%201%201%20.708-.707L12%203.293l1.646-1.647a.5.5%200%200%201%20.708%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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