call warning icon
call-warning-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- call-warning-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M4.09 2.881c1.12-.719 2.552-.995 3.967-.802l.246.034a2.75 2.75 0 0 1 2.088 1.495l1.405 2.81a3.25 3.25 0 0 1-.791 3.92L9.74 11.421c-.316.271-.425.611-.36.882c.356 1.483 1.329 3.238 2.382 4.282c.188.187.528.267.923.128l1.66-.58a3.75 3.75 0 0 1 4.53 1.743l1.264 2.318a2.75 2.75 0 0 1 .014 2.608c-1.45 2.726-4.757 4.239-7.563 2.402c-2.394-1.566-5.336-4.162-7.743-8.33c-2.442-4.23-2.93-7.896-2.78-10.55c.087-1.532.886-2.714 2.022-3.443m3.764.685c-1.106-.151-2.17.075-2.954.578c-.768.493-1.278 1.255-1.335 2.264c-.135 2.379.294 5.752 2.582 9.715c2.273 3.936 5.038 6.368 7.265 7.825c1.854 1.214 4.252.342 5.418-1.85a1.25 1.25 0 0 0-.006-1.186l-1.265-2.317a2.25 2.25 0 0 0-2.718-1.047l-1.66.581c-.783.274-1.774.214-2.473-.478c-1.26-1.249-2.367-3.255-2.785-4.997c-.228-.947.207-1.828.841-2.371l1.264-1.084a1.75 1.75 0 0 0 .427-2.11l-1.406-2.81a1.25 1.25 0 0 0-.949-.68zm10.31-1.739c.552-1.103 2.12-1.103 2.673 0l5.002 9.993c.5 1-.224 2.18-1.337 2.18H14.498c-1.114 0-1.837-1.18-1.336-2.18zM19.5 11a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m0-7a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallWarning28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4.09 2.881c1.12-.719 2.552-.995 3.967-.802l.246.034a2.75 2.75 0 0 1 2.088 1.495l1.405 2.81a3.25 3.25 0 0 1-.791 3.92L9.74 11.421c-.316.271-.425.611-.36.882c.356 1.483 1.329 3.238 2.382 4.282c.188.187.528.267.923.128l1.66-.58a3.75 3.75 0 0 1 4.53 1.743l1.264 2.318a2.75 2.75 0 0 1 .014 2.608c-1.45 2.726-4.757 4.239-7.563 2.402c-2.394-1.566-5.336-4.162-7.743-8.33c-2.442-4.23-2.93-7.896-2.78-10.55c.087-1.532.886-2.714 2.022-3.443m3.764.685c-1.106-.151-2.17.075-2.954.578c-.768.493-1.278 1.255-1.335 2.264c-.135 2.379.294 5.752 2.582 9.715c2.273 3.936 5.038 6.368 7.265 7.825c1.854 1.214 4.252.342 5.418-1.85a1.25 1.25 0 0 0-.006-1.186l-1.265-2.317a2.25 2.25 0 0 0-2.718-1.047l-1.66.581c-.783.274-1.774.214-2.473-.478c-1.26-1.249-2.367-3.255-2.785-4.997c-.228-.947.207-1.828.841-2.371l1.264-1.084a1.75 1.75 0 0 0 .427-2.11l-1.406-2.81a1.25 1.25 0 0 0-.949-.68zm10.31-1.739c.552-1.103 2.12-1.103 2.673 0l5.002 9.993c.5 1-.224 2.18-1.337 2.18H14.498c-1.114 0-1.837-1.18-1.336-2.18zM19.5 11a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m0-7a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5a.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 28 28"><path fill="currentColor" d="M4.09 2.881c1.12-.719 2.552-.995 3.967-.802l.246.034a2.75 2.75 0 0 1 2.088 1.495l1.405 2.81a3.25 3.25 0 0 1-.791 3.92L9.74 11.421c-.316.271-.425.611-.36.882c.356 1.483 1.329 3.238 2.382 4.282c.188.187.528.267.923.128l1.66-.58a3.75 3.75 0 0 1 4.53 1.743l1.264 2.318a2.75 2.75 0 0 1 .014 2.608c-1.45 2.726-4.757 4.239-7.563 2.402c-2.394-1.566-5.336-4.162-7.743-8.33c-2.442-4.23-2.93-7.896-2.78-10.55c.087-1.532.886-2.714 2.022-3.443m3.764.685c-1.106-.151-2.17.075-2.954.578c-.768.493-1.278 1.255-1.335 2.264c-.135 2.379.294 5.752 2.582 9.715c2.273 3.936 5.038 6.368 7.265 7.825c1.854 1.214 4.252.342 5.418-1.85a1.25 1.25 0 0 0-.006-1.186l-1.265-2.317a2.25 2.25 0 0 0-2.718-1.047l-1.66.581c-.783.274-1.774.214-2.473-.478c-1.26-1.249-2.367-3.255-2.785-4.997c-.228-.947.207-1.828.841-2.371l1.264-1.084a1.75 1.75 0 0 0 .427-2.11l-1.406-2.81a1.25 1.25 0 0 0-.949-.68zm10.31-1.739c.552-1.103 2.12-1.103 2.673 0l5.002 9.993c.5 1-.224 2.18-1.337 2.18H14.498c-1.114 0-1.837-1.18-1.336-2.18zM19.5 11a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m0-7a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5"/></svg> </template>
CSS
.icon-call-warning-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.09%202.881c1.12-.719%202.552-.995%203.967-.802l.246.034a2.75%202.75%200%200%201%202.088%201.495l1.405%202.81a3.25%203.25%200%200%201-.791%203.92L9.74%2011.421c-.316.271-.425.611-.36.882c.356%201.483%201.329%203.238%202.382%204.282c.188.187.528.267.923.128l1.66-.58a3.75%203.75%200%200%201%204.53%201.743l1.264%202.318a2.75%202.75%200%200%201%20.014%202.608c-1.45%202.726-4.757%204.239-7.563%202.402c-2.394-1.566-5.336-4.162-7.743-8.33c-2.442-4.23-2.93-7.896-2.78-10.55c.087-1.532.886-2.714%202.022-3.443m3.764.685c-1.106-.151-2.17.075-2.954.578c-.768.493-1.278%201.255-1.335%202.264c-.135%202.379.294%205.752%202.582%209.715c2.273%203.936%205.038%206.368%207.265%207.825c1.854%201.214%204.252.342%205.418-1.85a1.25%201.25%200%200%200-.006-1.186l-1.265-2.317a2.25%202.25%200%200%200-2.718-1.047l-1.66.581c-.783.274-1.774.214-2.473-.478c-1.26-1.249-2.367-3.255-2.785-4.997c-.228-.947.207-1.828.841-2.371l1.264-1.084a1.75%201.75%200%200%200%20.427-2.11l-1.406-2.81a1.25%201.25%200%200%200-.949-.68zm10.31-1.739c.552-1.103%202.12-1.103%202.673%200l5.002%209.993c.5%201-.224%202.18-1.337%202.18H14.498c-1.114%200-1.837-1.18-1.336-2.18zM19.5%2011a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m0-7a.5.5%200%200%200-.5.5v5a.5.5%200%200%200%201%200v-5a.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.09%202.881c1.12-.719%202.552-.995%203.967-.802l.246.034a2.75%202.75%200%200%201%202.088%201.495l1.405%202.81a3.25%203.25%200%200%201-.791%203.92L9.74%2011.421c-.316.271-.425.611-.36.882c.356%201.483%201.329%203.238%202.382%204.282c.188.187.528.267.923.128l1.66-.58a3.75%203.75%200%200%201%204.53%201.743l1.264%202.318a2.75%202.75%200%200%201%20.014%202.608c-1.45%202.726-4.757%204.239-7.563%202.402c-2.394-1.566-5.336-4.162-7.743-8.33c-2.442-4.23-2.93-7.896-2.78-10.55c.087-1.532.886-2.714%202.022-3.443m3.764.685c-1.106-.151-2.17.075-2.954.578c-.768.493-1.278%201.255-1.335%202.264c-.135%202.379.294%205.752%202.582%209.715c2.273%203.936%205.038%206.368%207.265%207.825c1.854%201.214%204.252.342%205.418-1.85a1.25%201.25%200%200%200-.006-1.186l-1.265-2.317a2.25%202.25%200%200%200-2.718-1.047l-1.66.581c-.783.274-1.774.214-2.473-.478c-1.26-1.249-2.367-3.255-2.785-4.997c-.228-.947.207-1.828.841-2.371l1.264-1.084a1.75%201.75%200%200%200%20.427-2.11l-1.406-2.81a1.25%201.25%200%200%200-.949-.68zm10.31-1.739c.552-1.103%202.12-1.103%202.673%200l5.002%209.993c.5%201-.224%202.18-1.337%202.18H14.498c-1.114%200-1.837-1.18-1.336-2.18zM19.5%2011a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m0-7a.5.5%200%200%200-.5.5v5a.5.5%200%200%200%201%200v-5a.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-28-regular.svg?color=%231a73e8&size=48