call warning icon
call-warning-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- call-warning-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M12.603 1.554L9.107 8.552A1 1 0 0 0 10.002 10h6.996a1 1 0 0 0 .895-1.448l-3.5-6.999a1 1 0 0 0-1.79 0m1.395 1.941v3.002a.5.5 0 1 1-1 0V3.495a.5.5 0 1 1 1 0M13.498 9a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1M6.535 2.117c-1.04-.264-2.13-.152-2.984.326c-.87.486-1.48 1.347-1.51 2.501c-.046 1.802.371 4.22 2.027 7.058c1.635 2.803 3.44 4.482 4.938 5.481c.946.631 1.991.648 2.884.236c.88-.405 1.594-1.213 1.965-2.216a1.84 1.84 0 0 0-.12-1.536l-.954-1.703a2.5 2.5 0 0 0-3.074-1.113l-.666.254c-.323.124-.62.067-.788-.099c-.565-.555-.969-1.309-1.152-2.12c-.058-.256.06-.558.342-.771l.601-.454a2.5 2.5 0 0 0 .663-3.239l-.972-1.695a1.93 1.93 0 0 0-1.2-.91"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallWarning20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.603 1.554L9.107 8.552A1 1 0 0 0 10.002 10h6.996a1 1 0 0 0 .895-1.448l-3.5-6.999a1 1 0 0 0-1.79 0m1.395 1.941v3.002a.5.5 0 1 1-1 0V3.495a.5.5 0 1 1 1 0M13.498 9a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1M6.535 2.117c-1.04-.264-2.13-.152-2.984.326c-.87.486-1.48 1.347-1.51 2.501c-.046 1.802.371 4.22 2.027 7.058c1.635 2.803 3.44 4.482 4.938 5.481c.946.631 1.991.648 2.884.236c.88-.405 1.594-1.213 1.965-2.216a1.84 1.84 0 0 0-.12-1.536l-.954-1.703a2.5 2.5 0 0 0-3.074-1.113l-.666.254c-.323.124-.62.067-.788-.099c-.565-.555-.969-1.309-1.152-2.12c-.058-.256.06-.558.342-.771l.601-.454a2.5 2.5 0 0 0 .663-3.239l-.972-1.695a1.93 1.93 0 0 0-1.2-.91"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.603 1.554L9.107 8.552A1 1 0 0 0 10.002 10h6.996a1 1 0 0 0 .895-1.448l-3.5-6.999a1 1 0 0 0-1.79 0m1.395 1.941v3.002a.5.5 0 1 1-1 0V3.495a.5.5 0 1 1 1 0M13.498 9a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1M6.535 2.117c-1.04-.264-2.13-.152-2.984.326c-.87.486-1.48 1.347-1.51 2.501c-.046 1.802.371 4.22 2.027 7.058c1.635 2.803 3.44 4.482 4.938 5.481c.946.631 1.991.648 2.884.236c.88-.405 1.594-1.213 1.965-2.216a1.84 1.84 0 0 0-.12-1.536l-.954-1.703a2.5 2.5 0 0 0-3.074-1.113l-.666.254c-.323.124-.62.067-.788-.099c-.565-.555-.969-1.309-1.152-2.12c-.058-.256.06-.558.342-.771l.601-.454a2.5 2.5 0 0 0 .663-3.239l-.972-1.695a1.93 1.93 0 0 0-1.2-.91"/></svg> </template>
CSS
.icon-call-warning-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.603%201.554L9.107%208.552A1%201%200%200%200%2010.002%2010h6.996a1%201%200%200%200%20.895-1.448l-3.5-6.999a1%201%200%200%200-1.79%200m1.395%201.941v3.002a.5.5%200%201%201-1%200V3.495a.5.5%200%201%201%201%200M13.498%209a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201M6.535%202.117c-1.04-.264-2.13-.152-2.984.326c-.87.486-1.48%201.347-1.51%202.501c-.046%201.802.371%204.22%202.027%207.058c1.635%202.803%203.44%204.482%204.938%205.481c.946.631%201.991.648%202.884.236c.88-.405%201.594-1.213%201.965-2.216a1.84%201.84%200%200%200-.12-1.536l-.954-1.703a2.5%202.5%200%200%200-3.074-1.113l-.666.254c-.323.124-.62.067-.788-.099c-.565-.555-.969-1.309-1.152-2.12c-.058-.256.06-.558.342-.771l.601-.454a2.5%202.5%200%200%200%20.663-3.239l-.972-1.695a1.93%201.93%200%200%200-1.2-.91%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.603%201.554L9.107%208.552A1%201%200%200%200%2010.002%2010h6.996a1%201%200%200%200%20.895-1.448l-3.5-6.999a1%201%200%200%200-1.79%200m1.395%201.941v3.002a.5.5%200%201%201-1%200V3.495a.5.5%200%201%201%201%200M13.498%209a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201M6.535%202.117c-1.04-.264-2.13-.152-2.984.326c-.87.486-1.48%201.347-1.51%202.501c-.046%201.802.371%204.22%202.027%207.058c1.635%202.803%203.44%204.482%204.938%205.481c.946.631%201.991.648%202.884.236c.88-.405%201.594-1.213%201.965-2.216a1.84%201.84%200%200%200-.12-1.536l-.954-1.703a2.5%202.5%200%200%200-3.074-1.113l-.666.254c-.323.124-.62.067-.788-.099c-.565-.555-.969-1.309-1.152-2.12c-.058-.256.06-.558.342-.771l.601-.454a2.5%202.5%200%200%200%20.663-3.239l-.972-1.695a1.93%201.93%200%200%200-1.2-.91%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-warning-20-filled.svg?color=%231a73e8&size=48