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

Name
warning-12-filled
Set
Fluent UI System Icons
Style
12 Filled
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.797 1.332-.163 3.027-1.716 3.027H3.003c-1.554 0-2.514-1.694-1.716-3.027zM6 6.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M6 3.5a.5.5 0 0 0-.5.5v1.5a.5.5 0 0 0 1 0V4a.5.5 0 0 0-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentWarning12Filled(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.797 1.332-.163 3.027-1.716 3.027H3.003c-1.554 0-2.514-1.694-1.716-3.027zM6 6.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M6 3.5a.5.5 0 0 0-.5.5v1.5a.5.5 0 0 0 1 0V4a.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 12 12"><path fill="currentColor" d="M4.283 1.973c.777-1.297 2.655-1.297 3.432 0l2.997 5.005c.797 1.332-.163 3.027-1.716 3.027H3.003c-1.554 0-2.514-1.694-1.716-3.027zM6 6.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M6 3.5a.5.5 0 0 0-.5.5v1.5a.5.5 0 0 0 1 0V4a.5.5 0 0 0-.5-.5"/></svg>
</template>

CSS

.icon-warning-12-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%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.797%201.332-.163%203.027-1.716%203.027H3.003c-1.554%200-2.514-1.694-1.716-3.027zM6%206.75a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M6%203.5a.5.5%200%200%200-.5.5v1.5a.5.5%200%200%200%201%200V4a.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%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.797%201.332-.163%203.027-1.716%203.027H3.003c-1.554%200-2.514-1.694-1.716-3.027zM6%206.75a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M6%203.5a.5.5%200%200%200-.5.5v1.5a.5.5%200%200%200%201%200V4a.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/warning-12-filled.svg?color=%231a73e8&size=48