warning icon
warning-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- warning-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
warning-filledAnt Design IconswarningCarbonwarningCodiconswarningEmoji One (Colored)warningElement PluswarningFont Awesome Solidwarning-16Fluent UI System Color IconswarningFluent EmojiwarningFluent Emoji FlatwarningFluent Emoji High ContrastwarningHealth IconswarningIonIconswarningMaterial SymbolswarningMaterial Symbols Lightwarning-fillMingCute IconwarningNoto EmojiwarningOpenMojiwarningPhosphorwarningTwitter Emoji
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.742 4.897c1.438-2.529 5.083-2.529 6.52 0L25.506 19.4c1.42 2.5-.385 5.602-3.26 5.603H5.76c-2.875 0-4.68-3.103-3.26-5.603zM14.002 18a1 1 0 1 0 0 2a1 1 0 0 0 0-2m0-9a.75.75 0 0 0-.75.75v6a.75.75 0 0 0 1.5 0v-6a.75.75 0 0 0-.75-.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentWarning28Filled(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.742 4.897c1.438-2.529 5.083-2.529 6.52 0L25.506 19.4c1.42 2.5-.385 5.602-3.26 5.603H5.76c-2.875 0-4.68-3.103-3.26-5.603zM14.002 18a1 1 0 1 0 0 2a1 1 0 0 0 0-2m0-9a.75.75 0 0 0-.75.75v6a.75.75 0 0 0 1.5 0v-6a.75.75 0 0 0-.75-.75"/></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.742 4.897c1.438-2.529 5.083-2.529 6.52 0L25.506 19.4c1.42 2.5-.385 5.602-3.26 5.603H5.76c-2.875 0-4.68-3.103-3.26-5.603zM14.002 18a1 1 0 1 0 0 2a1 1 0 0 0 0-2m0-9a.75.75 0 0 0-.75.75v6a.75.75 0 0 0 1.5 0v-6a.75.75 0 0 0-.75-.75"/></svg> </template>
CSS
.icon-warning-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.742%204.897c1.438-2.529%205.083-2.529%206.52%200L25.506%2019.4c1.42%202.5-.385%205.602-3.26%205.603H5.76c-2.875%200-4.68-3.103-3.26-5.603zM14.002%2018a1%201%200%201%200%200%202a1%201%200%200%200%200-2m0-9a.75.75%200%200%200-.75.75v6a.75.75%200%200%200%201.5%200v-6a.75.75%200%200%200-.75-.75%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.742%204.897c1.438-2.529%205.083-2.529%206.52%200L25.506%2019.4c1.42%202.5-.385%205.602-3.26%205.603H5.76c-2.875%200-4.68-3.103-3.26-5.603zM14.002%2018a1%201%200%201%200%200%202a1%201%200%200%200%200-2m0-9a.75.75%200%200%200-.75.75v6a.75.75%200%200%200%201.5%200v-6a.75.75%200%200%200-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/warning-28-filled.svg?color=%231a73e8&size=48