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

Name
call-warning-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 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.291 2.582a3.25 3.25 0 0 1-1.104 4.157L8.87 11.486c-.397.264-.508.631-.42.899c.53 1.614 1.94 3.802 3.169 5.055c.23.235.648.306 1.076.07l1.304-.718a3.75 3.75 0 0 1 5.1 1.49l1.041 1.912a2.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.443m14.074-1.054c.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 FluentCallWarning28Filled(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.291 2.582a3.25 3.25 0 0 1-1.104 4.157L8.87 11.486c-.397.264-.508.631-.42.899c.53 1.614 1.94 3.802 3.169 5.055c.23.235.648.306 1.076.07l1.304-.718a3.75 3.75 0 0 1 5.1 1.49l1.041 1.912a2.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.443m14.074-1.054c.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.291 2.582a3.25 3.25 0 0 1-1.104 4.157L8.87 11.486c-.397.264-.508.631-.42.899c.53 1.614 1.94 3.802 3.169 5.055c.23.235.648.306 1.076.07l1.304-.718a3.75 3.75 0 0 1 5.1 1.49l1.041 1.912a2.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.443m14.074-1.054c.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-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%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.291%202.582a3.25%203.25%200%200%201-1.104%204.157L8.87%2011.486c-.397.264-.508.631-.42.899c.53%201.614%201.94%203.802%203.169%205.055c.23.235.648.306%201.076.07l1.304-.718a3.75%203.75%200%200%201%205.1%201.49l1.041%201.912a2.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.443m14.074-1.054c.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.291%202.582a3.25%203.25%200%200%201-1.104%204.157L8.87%2011.486c-.397.264-.508.631-.42.899c.53%201.614%201.94%203.802%203.169%205.055c.23.235.648.306%201.076.07l1.304-.718a3.75%203.75%200%200%201%205.1%201.49l1.041%201.912a2.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.443m14.074-1.054c.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-filled.svg?color=%231a73e8&size=48