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

Name
warning-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M10.738 4.896c1.438-2.528 5.083-2.528 6.52 0l8.243 14.502c1.42 2.5-.384 5.603-3.26 5.603H5.756c-2.876 0-4.681-3.103-3.26-5.603zm5.216.742c-.863-1.517-3.05-1.517-3.912 0L3.8 20.14c-.853 1.5.23 3.361 1.956 3.361H22.24c1.725 0 2.808-1.861 1.956-3.361zM14 18a1 1 0 1 1 0 2a1 1 0 0 1 0-2m0-9a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6A.75.75 0 0 1 14 9"/></svg>

React

import type { SVGProps } from "react";

export function FluentWarning28Regular(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="M10.738 4.896c1.438-2.528 5.083-2.528 6.52 0l8.243 14.502c1.42 2.5-.384 5.603-3.26 5.603H5.756c-2.876 0-4.681-3.103-3.26-5.603zm5.216.742c-.863-1.517-3.05-1.517-3.912 0L3.8 20.14c-.853 1.5.23 3.361 1.956 3.361H22.24c1.725 0 2.808-1.861 1.956-3.361zM14 18a1 1 0 1 1 0 2a1 1 0 0 1 0-2m0-9a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6A.75.75 0 0 1 14 9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.738 4.896c1.438-2.528 5.083-2.528 6.52 0l8.243 14.502c1.42 2.5-.384 5.603-3.26 5.603H5.756c-2.876 0-4.681-3.103-3.26-5.603zm5.216.742c-.863-1.517-3.05-1.517-3.912 0L3.8 20.14c-.853 1.5.23 3.361 1.956 3.361H22.24c1.725 0 2.808-1.861 1.956-3.361zM14 18a1 1 0 1 1 0 2a1 1 0 0 1 0-2m0-9a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6A.75.75 0 0 1 14 9"/></svg>
</template>

CSS

.icon-warning-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.738%204.896c1.438-2.528%205.083-2.528%206.52%200l8.243%2014.502c1.42%202.5-.384%205.603-3.26%205.603H5.756c-2.876%200-4.681-3.103-3.26-5.603zm5.216.742c-.863-1.517-3.05-1.517-3.912%200L3.8%2020.14c-.853%201.5.23%203.361%201.956%203.361H22.24c1.725%200%202.808-1.861%201.956-3.361zM14%2018a1%201%200%201%201%200%202a1%201%200%200%201%200-2m0-9a.75.75%200%200%201%20.75.75v6a.75.75%200%200%201-1.5%200v-6A.75.75%200%200%201%2014%209%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%22M10.738%204.896c1.438-2.528%205.083-2.528%206.52%200l8.243%2014.502c1.42%202.5-.384%205.603-3.26%205.603H5.756c-2.876%200-4.681-3.103-3.26-5.603zm5.216.742c-.863-1.517-3.05-1.517-3.912%200L3.8%2020.14c-.853%201.5.23%203.361%201.956%203.361H22.24c1.725%200%202.808-1.861%201.956-3.361zM14%2018a1%201%200%201%201%200%202a1%201%200%200%201%200-2m0-9a.75.75%200%200%201%20.75.75v6a.75.75%200%200%201-1.5%200v-6A.75.75%200%200%201%2014%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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