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

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

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the call warning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.374.573l3.507 6.313A.75.75 0 0 1 15.226 8H7.769a.75.75 0 0 1-.656-1.114L10.626.572a1 1 0 0 1 1.748 0M11.494 7a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-.5-5v2.5a.5.5 0 1 0 1 0V2a.5.5 0 0 0-1 0M6.828 6.039l-1.073.984a6.6 6.6 0 0 0 .59 1.422a6.3 6.3 0 0 0 .937 1.222L8.67 9.23a2 2 0 0 1 2.145.637l.84 1.021a1.9 1.9 0 0 1-.17 2.596c-1.32 1.23-3.37 1.556-4.804.25A15.9 15.9 0 0 1 3.654 9.97a15.3 15.3 0 0 1-1.746-4.474c-.406-1.895.913-3.49 2.63-4.015a1.915 1.915 0 0 1 2.353 1.16l.459 1.224a2 2 0 0 1-.521 2.175"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallWarning16Filled(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="m12.374.573l3.507 6.313A.75.75 0 0 1 15.226 8H7.769a.75.75 0 0 1-.656-1.114L10.626.572a1 1 0 0 1 1.748 0M11.494 7a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-.5-5v2.5a.5.5 0 1 0 1 0V2a.5.5 0 0 0-1 0M6.828 6.039l-1.073.984a6.6 6.6 0 0 0 .59 1.422a6.3 6.3 0 0 0 .937 1.222L8.67 9.23a2 2 0 0 1 2.145.637l.84 1.021a1.9 1.9 0 0 1-.17 2.596c-1.32 1.23-3.37 1.556-4.804.25A15.9 15.9 0 0 1 3.654 9.97a15.3 15.3 0 0 1-1.746-4.474c-.406-1.895.913-3.49 2.63-4.015a1.915 1.915 0 0 1 2.353 1.16l.459 1.224a2 2 0 0 1-.521 2.175"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.374.573l3.507 6.313A.75.75 0 0 1 15.226 8H7.769a.75.75 0 0 1-.656-1.114L10.626.572a1 1 0 0 1 1.748 0M11.494 7a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-.5-5v2.5a.5.5 0 1 0 1 0V2a.5.5 0 0 0-1 0M6.828 6.039l-1.073.984a6.6 6.6 0 0 0 .59 1.422a6.3 6.3 0 0 0 .937 1.222L8.67 9.23a2 2 0 0 1 2.145.637l.84 1.021a1.9 1.9 0 0 1-.17 2.596c-1.32 1.23-3.37 1.556-4.804.25A15.9 15.9 0 0 1 3.654 9.97a15.3 15.3 0 0 1-1.746-4.474c-.406-1.895.913-3.49 2.63-4.015a1.915 1.915 0 0 1 2.353 1.16l.459 1.224a2 2 0 0 1-.521 2.175"/></svg>
</template>

CSS

.icon-call-warning-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%22m12.374.573l3.507%206.313A.75.75%200%200%201%2015.226%208H7.769a.75.75%200%200%201-.656-1.114L10.626.572a1%201%200%200%201%201.748%200M11.494%207a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m-.5-5v2.5a.5.5%200%201%200%201%200V2a.5.5%200%200%200-1%200M6.828%206.039l-1.073.984a6.6%206.6%200%200%200%20.59%201.422a6.3%206.3%200%200%200%20.937%201.222L8.67%209.23a2%202%200%200%201%202.145.637l.84%201.021a1.9%201.9%200%200%201-.17%202.596c-1.32%201.23-3.37%201.556-4.804.25A15.9%2015.9%200%200%201%203.654%209.97a15.3%2015.3%200%200%201-1.746-4.474c-.406-1.895.913-3.49%202.63-4.015a1.915%201.915%200%200%201%202.353%201.16l.459%201.224a2%202%200%200%201-.521%202.175%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%22m12.374.573l3.507%206.313A.75.75%200%200%201%2015.226%208H7.769a.75.75%200%200%201-.656-1.114L10.626.572a1%201%200%200%201%201.748%200M11.494%207a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m-.5-5v2.5a.5.5%200%201%200%201%200V2a.5.5%200%200%200-1%200M6.828%206.039l-1.073.984a6.6%206.6%200%200%200%20.59%201.422a6.3%206.3%200%200%200%20.937%201.222L8.67%209.23a2%202%200%200%201%202.145.637l.84%201.021a1.9%201.9%200%200%201-.17%202.596c-1.32%201.23-3.37%201.556-4.804.25A15.9%2015.9%200%200%201%203.654%209.97a15.3%2015.3%200%200%201-1.746-4.474c-.406-1.895.913-3.49%202.63-4.015a1.915%201.915%200%200%201%202.353%201.16l.459%201.224a2%202%200%200%201-.521%202.175%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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