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

Name
warning-12-regular
Set
Fluent UI System Icons
Style
12 Regular
Viewbox
12×12
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the warning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M4.283 1.973c.777-1.297 2.655-1.297 3.432 0l2.997 5.005c.798 1.332-.162 3.027-1.716 3.027H3.003c-1.554 0-2.514-1.694-1.716-3.027zm2.574.513a1 1 0 0 0-1.715 0L2.144 7.491a1 1 0 0 0 .859 1.514h5.993a1 1 0 0 0 .858-1.514zM6 6.75a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M6 3.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentWarning12Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M4.283 1.973c.777-1.297 2.655-1.297 3.432 0l2.997 5.005c.798 1.332-.162 3.027-1.716 3.027H3.003c-1.554 0-2.514-1.694-1.716-3.027zm2.574.513a1 1 0 0 0-1.715 0L2.144 7.491a1 1 0 0 0 .859 1.514h5.993a1 1 0 0 0 .858-1.514zM6 6.75a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M6 3.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M4.283 1.973c.777-1.297 2.655-1.297 3.432 0l2.997 5.005c.798 1.332-.162 3.027-1.716 3.027H3.003c-1.554 0-2.514-1.694-1.716-3.027zm2.574.513a1 1 0 0 0-1.715 0L2.144 7.491a1 1 0 0 0 .859 1.514h5.993a1 1 0 0 0 .858-1.514zM6 6.75a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M6 3.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5"/></svg>
</template>

CSS

.icon-warning-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.283%201.973c.777-1.297%202.655-1.297%203.432%200l2.997%205.005c.798%201.332-.162%203.027-1.716%203.027H3.003c-1.554%200-2.514-1.694-1.716-3.027zm2.574.513a1%201%200%200%200-1.715%200L2.144%207.491a1%201%200%200%200%20.859%201.514h5.993a1%201%200%200%200%20.858-1.514zM6%206.75a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5M6%203.5a.5.5%200%200%201%20.5.5v1.5a.5.5%200%200%201-1%200V4a.5.5%200%200%201%20.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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.283%201.973c.777-1.297%202.655-1.297%203.432%200l2.997%205.005c.798%201.332-.162%203.027-1.716%203.027H3.003c-1.554%200-2.514-1.694-1.716-3.027zm2.574.513a1%201%200%200%200-1.715%200L2.144%207.491a1%201%200%200%200%20.859%201.514h5.993a1%201%200%200%200%20.858-1.514zM6%206.75a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5M6%203.5a.5.5%200%200%201%20.5.5v1.5a.5.5%200%200%201-1%200V4a.5.5%200%200%201%20.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/warning-12-regular.svg?color=%231a73e8&size=48