call-warning-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
call-warning-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 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 1M3.55 2.443c.854-.478 1.943-.59 2.984-.327c.507.129.94.457 1.2.91l.972 1.696a2.5 2.5 0 0 1-.663 3.239l-.601.454c-.283.213-.4.515-.342.77c.183.812.587 1.566 1.152 2.121c.169.166.465.223.788.1l.666-.255a2.5 2.5 0 0 1 3.074 1.113l.954 1.703c.263.47.306 1.03.12 1.536c-.371 1.003-1.086 1.811-1.965 2.216c-.893.412-1.938.395-2.884-.236c-1.498-.999-3.303-2.679-4.938-5.481c-1.656-2.84-2.073-5.257-2.026-7.058c.03-1.154.64-2.015 1.509-2.501m.488.872c-.586.329-.978.882-.998 1.655c-.042 1.614.328 3.848 1.89 6.528c1.56 2.671 3.259 4.239 4.63 5.153c.64.427 1.314.435 1.91.16c.611-.281 1.156-.87 1.446-1.655a.84.84 0 0 0-.055-.7l-.953-1.703a1.5 1.5 0 0 0-1.845-.668l-.666.254c-.58.222-1.324.193-1.846-.32c-.714-.7-1.205-1.631-1.427-2.614c-.163-.724.196-1.397.716-1.789l.6-.453a1.5 1.5 0 0 0 .398-1.944l-.971-1.695a.93.93 0 0 0-.578-.438c-.827-.21-1.649-.107-2.25.23"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallWarning20Regular(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 1M3.55 2.443c.854-.478 1.943-.59 2.984-.327c.507.129.94.457 1.2.91l.972 1.696a2.5 2.5 0 0 1-.663 3.239l-.601.454c-.283.213-.4.515-.342.77c.183.812.587 1.566 1.152 2.121c.169.166.465.223.788.1l.666-.255a2.5 2.5 0 0 1 3.074 1.113l.954 1.703c.263.47.306 1.03.12 1.536c-.371 1.003-1.086 1.811-1.965 2.216c-.893.412-1.938.395-2.884-.236c-1.498-.999-3.303-2.679-4.938-5.481c-1.656-2.84-2.073-5.257-2.026-7.058c.03-1.154.64-2.015 1.509-2.501m.488.872c-.586.329-.978.882-.998 1.655c-.042 1.614.328 3.848 1.89 6.528c1.56 2.671 3.259 4.239 4.63 5.153c.64.427 1.314.435 1.91.16c.611-.281 1.156-.87 1.446-1.655a.84.84 0 0 0-.055-.7l-.953-1.703a1.5 1.5 0 0 0-1.845-.668l-.666.254c-.58.222-1.324.193-1.846-.32c-.714-.7-1.205-1.631-1.427-2.614c-.163-.724.196-1.397.716-1.789l.6-.453a1.5 1.5 0 0 0 .398-1.944l-.971-1.695a.93.93 0 0 0-.578-.438c-.827-.21-1.649-.107-2.25.23"/></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 1M3.55 2.443c.854-.478 1.943-.59 2.984-.327c.507.129.94.457 1.2.91l.972 1.696a2.5 2.5 0 0 1-.663 3.239l-.601.454c-.283.213-.4.515-.342.77c.183.812.587 1.566 1.152 2.121c.169.166.465.223.788.1l.666-.255a2.5 2.5 0 0 1 3.074 1.113l.954 1.703c.263.47.306 1.03.12 1.536c-.371 1.003-1.086 1.811-1.965 2.216c-.893.412-1.938.395-2.884-.236c-1.498-.999-3.303-2.679-4.938-5.481c-1.656-2.84-2.073-5.257-2.026-7.058c.03-1.154.64-2.015 1.509-2.501m.488.872c-.586.329-.978.882-.998 1.655c-.042 1.614.328 3.848 1.89 6.528c1.56 2.671 3.259 4.239 4.63 5.153c.64.427 1.314.435 1.91.16c.611-.281 1.156-.87 1.446-1.655a.84.84 0 0 0-.055-.7l-.953-1.703a1.5 1.5 0 0 0-1.845-.668l-.666.254c-.58.222-1.324.193-1.846-.32c-.714-.7-1.205-1.631-1.427-2.614c-.163-.724.196-1.397.716-1.789l.6-.453a1.5 1.5 0 0 0 .398-1.944l-.971-1.695a.93.93 0 0 0-.578-.438c-.827-.21-1.649-.107-2.25.23"/></svg>
</template>

CSS

.icon-call-warning-20-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%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%201M3.55%202.443c.854-.478%201.943-.59%202.984-.327c.507.129.94.457%201.2.91l.972%201.696a2.5%202.5%200%200%201-.663%203.239l-.601.454c-.283.213-.4.515-.342.77c.183.812.587%201.566%201.152%202.121c.169.166.465.223.788.1l.666-.255a2.5%202.5%200%200%201%203.074%201.113l.954%201.703c.263.47.306%201.03.12%201.536c-.371%201.003-1.086%201.811-1.965%202.216c-.893.412-1.938.395-2.884-.236c-1.498-.999-3.303-2.679-4.938-5.481c-1.656-2.84-2.073-5.257-2.026-7.058c.03-1.154.64-2.015%201.509-2.501m.488.872c-.586.329-.978.882-.998%201.655c-.042%201.614.328%203.848%201.89%206.528c1.56%202.671%203.259%204.239%204.63%205.153c.64.427%201.314.435%201.91.16c.611-.281%201.156-.87%201.446-1.655a.84.84%200%200%200-.055-.7l-.953-1.703a1.5%201.5%200%200%200-1.845-.668l-.666.254c-.58.222-1.324.193-1.846-.32c-.714-.7-1.205-1.631-1.427-2.614c-.163-.724.196-1.397.716-1.789l.6-.453a1.5%201.5%200%200%200%20.398-1.944l-.971-1.695a.93.93%200%200%200-.578-.438c-.827-.21-1.649-.107-2.25.23%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%201M3.55%202.443c.854-.478%201.943-.59%202.984-.327c.507.129.94.457%201.2.91l.972%201.696a2.5%202.5%200%200%201-.663%203.239l-.601.454c-.283.213-.4.515-.342.77c.183.812.587%201.566%201.152%202.121c.169.166.465.223.788.1l.666-.255a2.5%202.5%200%200%201%203.074%201.113l.954%201.703c.263.47.306%201.03.12%201.536c-.371%201.003-1.086%201.811-1.965%202.216c-.893.412-1.938.395-2.884-.236c-1.498-.999-3.303-2.679-4.938-5.481c-1.656-2.84-2.073-5.257-2.026-7.058c.03-1.154.64-2.015%201.509-2.501m.488.872c-.586.329-.978.882-.998%201.655c-.042%201.614.328%203.848%201.89%206.528c1.56%202.671%203.259%204.239%204.63%205.153c.64.427%201.314.435%201.91.16c.611-.281%201.156-.87%201.446-1.655a.84.84%200%200%200-.055-.7l-.953-1.703a1.5%201.5%200%200%200-1.845-.668l-.666.254c-.58.222-1.324.193-1.846-.32c-.714-.7-1.205-1.631-1.427-2.614c-.163-.724.196-1.397.716-1.789l.6-.453a1.5%201.5%200%200%200%20.398-1.944l-.971-1.695a.93.93%200%200%200-.578-.438c-.827-.21-1.649-.107-2.25.23%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-regular.svg?color=%231a73e8&size=48