call warning icon
call-warning-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- call-warning-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M6.224 2.065A2.75 2.75 0 0 1 9.526 3.57l.901 2.006a2.75 2.75 0 0 1-.632 3.139L8.3 10.108a.25.25 0 0 0-.077.155c-.044.397.224 1.17.845 2.245c.45.781.86 1.33 1.207 1.638c.241.214.374.26.431.244l2.011-.616a2.75 2.75 0 0 1 3.034 1.022l1.28 1.774a2.75 2.75 0 0 1-.338 3.607l-.887.839a3.75 3.75 0 0 1-3.586.89c-2.754-.77-5.224-3.094-7.436-6.924C2.57 11.145 1.792 7.84 2.508 5.068a3.75 3.75 0 0 1 2.343-2.583l.206-.069zm1.933 2.12a1.25 1.25 0 0 0-1.5-.684l-1.168.352l-.158.054a2.25 2.25 0 0 0-1.37 1.536c-.602 2.332.086 5.262 2.122 8.789c2.034 3.521 4.223 5.581 6.54 6.228a2.25 2.25 0 0 0 2.152-.533l.886-.84a1.25 1.25 0 0 0 .155-1.639l-1.282-1.775a1.25 1.25 0 0 0-1.379-.464l-2.015.616c-1.17.349-2.231-.592-3.371-2.567c-.768-1.33-1.127-2.36-1.037-3.161c.046-.416.24-.801.546-1.086l1.494-1.394A1.25 1.25 0 0 0 9.06 6.19zm7.004-2.355c.553-1.107 2.133-1.107 2.686 0l3.997 7.998A1.5 1.5 0 0 1 20.501 12h-7.994a1.5 1.5 0 0 1-1.343-2.172zm1.343 7.168a.5.5 0 1 0 0 1.002a.5.5 0 0 0 0-1.002m0-5.003a.5.5 0 0 0-.5.5v3.002a.501.501 0 0 0 1 0V4.495a.5.5 0 0 0-.5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallWarning24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.224 2.065A2.75 2.75 0 0 1 9.526 3.57l.901 2.006a2.75 2.75 0 0 1-.632 3.139L8.3 10.108a.25.25 0 0 0-.077.155c-.044.397.224 1.17.845 2.245c.45.781.86 1.33 1.207 1.638c.241.214.374.26.431.244l2.011-.616a2.75 2.75 0 0 1 3.034 1.022l1.28 1.774a2.75 2.75 0 0 1-.338 3.607l-.887.839a3.75 3.75 0 0 1-3.586.89c-2.754-.77-5.224-3.094-7.436-6.924C2.57 11.145 1.792 7.84 2.508 5.068a3.75 3.75 0 0 1 2.343-2.583l.206-.069zm1.933 2.12a1.25 1.25 0 0 0-1.5-.684l-1.168.352l-.158.054a2.25 2.25 0 0 0-1.37 1.536c-.602 2.332.086 5.262 2.122 8.789c2.034 3.521 4.223 5.581 6.54 6.228a2.25 2.25 0 0 0 2.152-.533l.886-.84a1.25 1.25 0 0 0 .155-1.639l-1.282-1.775a1.25 1.25 0 0 0-1.379-.464l-2.015.616c-1.17.349-2.231-.592-3.371-2.567c-.768-1.33-1.127-2.36-1.037-3.161c.046-.416.24-.801.546-1.086l1.494-1.394A1.25 1.25 0 0 0 9.06 6.19zm7.004-2.355c.553-1.107 2.133-1.107 2.686 0l3.997 7.998A1.5 1.5 0 0 1 20.501 12h-7.994a1.5 1.5 0 0 1-1.343-2.172zm1.343 7.168a.5.5 0 1 0 0 1.002a.5.5 0 0 0 0-1.002m0-5.003a.5.5 0 0 0-.5.5v3.002a.501.501 0 0 0 1 0V4.495a.5.5 0 0 0-.5-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.224 2.065A2.75 2.75 0 0 1 9.526 3.57l.901 2.006a2.75 2.75 0 0 1-.632 3.139L8.3 10.108a.25.25 0 0 0-.077.155c-.044.397.224 1.17.845 2.245c.45.781.86 1.33 1.207 1.638c.241.214.374.26.431.244l2.011-.616a2.75 2.75 0 0 1 3.034 1.022l1.28 1.774a2.75 2.75 0 0 1-.338 3.607l-.887.839a3.75 3.75 0 0 1-3.586.89c-2.754-.77-5.224-3.094-7.436-6.924C2.57 11.145 1.792 7.84 2.508 5.068a3.75 3.75 0 0 1 2.343-2.583l.206-.069zm1.933 2.12a1.25 1.25 0 0 0-1.5-.684l-1.168.352l-.158.054a2.25 2.25 0 0 0-1.37 1.536c-.602 2.332.086 5.262 2.122 8.789c2.034 3.521 4.223 5.581 6.54 6.228a2.25 2.25 0 0 0 2.152-.533l.886-.84a1.25 1.25 0 0 0 .155-1.639l-1.282-1.775a1.25 1.25 0 0 0-1.379-.464l-2.015.616c-1.17.349-2.231-.592-3.371-2.567c-.768-1.33-1.127-2.36-1.037-3.161c.046-.416.24-.801.546-1.086l1.494-1.394A1.25 1.25 0 0 0 9.06 6.19zm7.004-2.355c.553-1.107 2.133-1.107 2.686 0l3.997 7.998A1.5 1.5 0 0 1 20.501 12h-7.994a1.5 1.5 0 0 1-1.343-2.172zm1.343 7.168a.5.5 0 1 0 0 1.002a.5.5 0 0 0 0-1.002m0-5.003a.5.5 0 0 0-.5.5v3.002a.501.501 0 0 0 1 0V4.495a.5.5 0 0 0-.5-.5"/></svg> </template>
CSS
.icon-call-warning-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.224%202.065A2.75%202.75%200%200%201%209.526%203.57l.901%202.006a2.75%202.75%200%200%201-.632%203.139L8.3%2010.108a.25.25%200%200%200-.077.155c-.044.397.224%201.17.845%202.245c.45.781.86%201.33%201.207%201.638c.241.214.374.26.431.244l2.011-.616a2.75%202.75%200%200%201%203.034%201.022l1.28%201.774a2.75%202.75%200%200%201-.338%203.607l-.887.839a3.75%203.75%200%200%201-3.586.89c-2.754-.77-5.224-3.094-7.436-6.924C2.57%2011.145%201.792%207.84%202.508%205.068a3.75%203.75%200%200%201%202.343-2.583l.206-.069zm1.933%202.12a1.25%201.25%200%200%200-1.5-.684l-1.168.352l-.158.054a2.25%202.25%200%200%200-1.37%201.536c-.602%202.332.086%205.262%202.122%208.789c2.034%203.521%204.223%205.581%206.54%206.228a2.25%202.25%200%200%200%202.152-.533l.886-.84a1.25%201.25%200%200%200%20.155-1.639l-1.282-1.775a1.25%201.25%200%200%200-1.379-.464l-2.015.616c-1.17.349-2.231-.592-3.371-2.567c-.768-1.33-1.127-2.36-1.037-3.161c.046-.416.24-.801.546-1.086l1.494-1.394A1.25%201.25%200%200%200%209.06%206.19zm7.004-2.355c.553-1.107%202.133-1.107%202.686%200l3.997%207.998A1.5%201.5%200%200%201%2020.501%2012h-7.994a1.5%201.5%200%200%201-1.343-2.172zm1.343%207.168a.5.5%200%201%200%200%201.002a.5.5%200%200%200%200-1.002m0-5.003a.5.5%200%200%200-.5.5v3.002a.501.501%200%200%200%201%200V4.495a.5.5%200%200%200-.5-.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.224%202.065A2.75%202.75%200%200%201%209.526%203.57l.901%202.006a2.75%202.75%200%200%201-.632%203.139L8.3%2010.108a.25.25%200%200%200-.077.155c-.044.397.224%201.17.845%202.245c.45.781.86%201.33%201.207%201.638c.241.214.374.26.431.244l2.011-.616a2.75%202.75%200%200%201%203.034%201.022l1.28%201.774a2.75%202.75%200%200%201-.338%203.607l-.887.839a3.75%203.75%200%200%201-3.586.89c-2.754-.77-5.224-3.094-7.436-6.924C2.57%2011.145%201.792%207.84%202.508%205.068a3.75%203.75%200%200%201%202.343-2.583l.206-.069zm1.933%202.12a1.25%201.25%200%200%200-1.5-.684l-1.168.352l-.158.054a2.25%202.25%200%200%200-1.37%201.536c-.602%202.332.086%205.262%202.122%208.789c2.034%203.521%204.223%205.581%206.54%206.228a2.25%202.25%200%200%200%202.152-.533l.886-.84a1.25%201.25%200%200%200%20.155-1.639l-1.282-1.775a1.25%201.25%200%200%200-1.379-.464l-2.015.616c-1.17.349-2.231-.592-3.371-2.567c-.768-1.33-1.127-2.36-1.037-3.161c.046-.416.24-.801.546-1.086l1.494-1.394A1.25%201.25%200%200%200%209.06%206.19zm7.004-2.355c.553-1.107%202.133-1.107%202.686%200l3.997%207.998A1.5%201.5%200%200%201%2020.501%2012h-7.994a1.5%201.5%200%200%201-1.343-2.172zm1.343%207.168a.5.5%200%201%200%200%201.002a.5.5%200%200%200%200-1.002m0-5.003a.5.5%200%200%200-.5.5v3.002a.501.501%200%200%200%201%200V4.495a.5.5%200%200%200-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-warning-24-regular.svg?color=%231a73e8&size=48