call warning icon
call-warning-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- call-warning-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
7 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-prohibited-16-filledcall-rectangle-landscape-16-filledcall-square-16-filledcall-transfer-16-filled
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 0m-6.229.455C3.41 2.87 2.523 4.001 2.714 5.257a12.4 12.4 0 0 0 1.554 4.386a12.7 12.7 0 0 0 3.024 3.528c.992.798 2.418.6 3.455-.367a.98.98 0 0 0 .089-1.341l-.792-.962a1 1 0 0 0-1.072-.318l-1.673.527a.5.5 0 0 1-.482-.103l-.04-.037l-.097-.092a7.3 7.3 0 0 1-1.2-1.532a7.3 7.3 0 0 1-.76-1.936l-.012-.053a.5.5 0 0 1 .152-.47l1.292-1.185a1 1 0 0 0 .26-1.087l-.434-1.16a.99.99 0 0 0-1.214-.599M6.83 6.04l-1.072.984a6.6 6.6 0 0 0 .59 1.422a6.3 6.3 0 0 0 .936 1.222l1.389-.437a2 2 0 0 1 2.144.637l.792.961a1.98 1.98 0 0 1-.179 2.708c-1.29 1.203-3.276 1.611-4.764.416a13.7 13.7 0 0 1-3.262-3.806a13.4 13.4 0 0 1-1.678-4.738C1.439 3.524 2.79 2.015 4.473 1.5a1.99 1.99 0 0 1 2.443 1.204l.434 1.16a2 2 0 0 1-.52 2.175"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallWarning16Regular(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 0m-6.229.455C3.41 2.87 2.523 4.001 2.714 5.257a12.4 12.4 0 0 0 1.554 4.386a12.7 12.7 0 0 0 3.024 3.528c.992.798 2.418.6 3.455-.367a.98.98 0 0 0 .089-1.341l-.792-.962a1 1 0 0 0-1.072-.318l-1.673.527a.5.5 0 0 1-.482-.103l-.04-.037l-.097-.092a7.3 7.3 0 0 1-1.2-1.532a7.3 7.3 0 0 1-.76-1.936l-.012-.053a.5.5 0 0 1 .152-.47l1.292-1.185a1 1 0 0 0 .26-1.087l-.434-1.16a.99.99 0 0 0-1.214-.599M6.83 6.04l-1.072.984a6.6 6.6 0 0 0 .59 1.422a6.3 6.3 0 0 0 .936 1.222l1.389-.437a2 2 0 0 1 2.144.637l.792.961a1.98 1.98 0 0 1-.179 2.708c-1.29 1.203-3.276 1.611-4.764.416a13.7 13.7 0 0 1-3.262-3.806a13.4 13.4 0 0 1-1.678-4.738C1.439 3.524 2.79 2.015 4.473 1.5a1.99 1.99 0 0 1 2.443 1.204l.434 1.16a2 2 0 0 1-.52 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 0m-6.229.455C3.41 2.87 2.523 4.001 2.714 5.257a12.4 12.4 0 0 0 1.554 4.386a12.7 12.7 0 0 0 3.024 3.528c.992.798 2.418.6 3.455-.367a.98.98 0 0 0 .089-1.341l-.792-.962a1 1 0 0 0-1.072-.318l-1.673.527a.5.5 0 0 1-.482-.103l-.04-.037l-.097-.092a7.3 7.3 0 0 1-1.2-1.532a7.3 7.3 0 0 1-.76-1.936l-.012-.053a.5.5 0 0 1 .152-.47l1.292-1.185a1 1 0 0 0 .26-1.087l-.434-1.16a.99.99 0 0 0-1.214-.599M6.83 6.04l-1.072.984a6.6 6.6 0 0 0 .59 1.422a6.3 6.3 0 0 0 .936 1.222l1.389-.437a2 2 0 0 1 2.144.637l.792.961a1.98 1.98 0 0 1-.179 2.708c-1.29 1.203-3.276 1.611-4.764.416a13.7 13.7 0 0 1-3.262-3.806a13.4 13.4 0 0 1-1.678-4.738C1.439 3.524 2.79 2.015 4.473 1.5a1.99 1.99 0 0 1 2.443 1.204l.434 1.16a2 2 0 0 1-.52 2.175"/></svg> </template>
CSS
.icon-call-warning-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%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%200m-6.229.455C3.41%202.87%202.523%204.001%202.714%205.257a12.4%2012.4%200%200%200%201.554%204.386a12.7%2012.7%200%200%200%203.024%203.528c.992.798%202.418.6%203.455-.367a.98.98%200%200%200%20.089-1.341l-.792-.962a1%201%200%200%200-1.072-.318l-1.673.527a.5.5%200%200%201-.482-.103l-.04-.037l-.097-.092a7.3%207.3%200%200%201-1.2-1.532a7.3%207.3%200%200%201-.76-1.936l-.012-.053a.5.5%200%200%201%20.152-.47l1.292-1.185a1%201%200%200%200%20.26-1.087l-.434-1.16a.99.99%200%200%200-1.214-.599M6.83%206.04l-1.072.984a6.6%206.6%200%200%200%20.59%201.422a6.3%206.3%200%200%200%20.936%201.222l1.389-.437a2%202%200%200%201%202.144.637l.792.961a1.98%201.98%200%200%201-.179%202.708c-1.29%201.203-3.276%201.611-4.764.416a13.7%2013.7%200%200%201-3.262-3.806a13.4%2013.4%200%200%201-1.678-4.738C1.439%203.524%202.79%202.015%204.473%201.5a1.99%201.99%200%200%201%202.443%201.204l.434%201.16a2%202%200%200%201-.52%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%200m-6.229.455C3.41%202.87%202.523%204.001%202.714%205.257a12.4%2012.4%200%200%200%201.554%204.386a12.7%2012.7%200%200%200%203.024%203.528c.992.798%202.418.6%203.455-.367a.98.98%200%200%200%20.089-1.341l-.792-.962a1%201%200%200%200-1.072-.318l-1.673.527a.5.5%200%200%201-.482-.103l-.04-.037l-.097-.092a7.3%207.3%200%200%201-1.2-1.532a7.3%207.3%200%200%201-.76-1.936l-.012-.053a.5.5%200%200%201%20.152-.47l1.292-1.185a1%201%200%200%200%20.26-1.087l-.434-1.16a.99.99%200%200%200-1.214-.599M6.83%206.04l-1.072.984a6.6%206.6%200%200%200%20.59%201.422a6.3%206.3%200%200%200%20.936%201.222l1.389-.437a2%202%200%200%201%202.144.637l.792.961a1.98%201.98%200%200%201-.179%202.708c-1.29%201.203-3.276%201.611-4.764.416a13.7%2013.7%200%200%201-3.262-3.806a13.4%2013.4%200%200%201-1.678-4.738C1.439%203.524%202.79%202.015%204.473%201.5a1.99%201.99%200%200%201%202.443%201.204l.434%201.16a2%202%200%200%201-.52%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-regular.svg?color=%231a73e8&size=48