warning icon
warning-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- warning-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
warning-filledAnt Design IconswarningCarbonwarningCodiconswarningEmoji One (Colored)warningElement PluswarningFont Awesome Solidwarning-12-filledFluent UI System Iconswarning-16Fluent UI System Color IconswarningFluent EmojiwarningFluent Emoji FlatwarningFluent Emoji High ContrastwarningHealth IconswarningIonIconswarningMaterial SymbolswarningMaterial Symbols Lightwarning-fillMingCute IconwarningNoto EmojiwarningOpenMojiwarningTwitter Emoji
Related icons in Phosphor
Use the warning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M235.07 189.09L147.61 37.22a22.75 22.75 0 0 0-39.22 0L20.93 189.09a21.53 21.53 0 0 0 0 21.72A22.35 22.35 0 0 0 40.55 222h174.9a22.35 22.35 0 0 0 19.6-11.19a21.53 21.53 0 0 0 .02-21.72m-10.41 15.71a10.46 10.46 0 0 1-9.21 5.2H40.55a10.46 10.46 0 0 1-9.21-5.2a9.51 9.51 0 0 1 0-9.72l87.45-151.87a10.75 10.75 0 0 1 18.42 0l87.46 151.87a9.51 9.51 0 0 1-.01 9.72M122 144v-40a6 6 0 0 1 12 0v40a6 6 0 0 1-12 0m16 36a10 10 0 1 1-10-10a10 10 0 0 1 10 10"/></svg>
React
import type { SVGProps } from "react";
export function PhWarningLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M235.07 189.09L147.61 37.22a22.75 22.75 0 0 0-39.22 0L20.93 189.09a21.53 21.53 0 0 0 0 21.72A22.35 22.35 0 0 0 40.55 222h174.9a22.35 22.35 0 0 0 19.6-11.19a21.53 21.53 0 0 0 .02-21.72m-10.41 15.71a10.46 10.46 0 0 1-9.21 5.2H40.55a10.46 10.46 0 0 1-9.21-5.2a9.51 9.51 0 0 1 0-9.72l87.45-151.87a10.75 10.75 0 0 1 18.42 0l87.46 151.87a9.51 9.51 0 0 1-.01 9.72M122 144v-40a6 6 0 0 1 12 0v40a6 6 0 0 1-12 0m16 36a10 10 0 1 1-10-10a10 10 0 0 1 10 10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M235.07 189.09L147.61 37.22a22.75 22.75 0 0 0-39.22 0L20.93 189.09a21.53 21.53 0 0 0 0 21.72A22.35 22.35 0 0 0 40.55 222h174.9a22.35 22.35 0 0 0 19.6-11.19a21.53 21.53 0 0 0 .02-21.72m-10.41 15.71a10.46 10.46 0 0 1-9.21 5.2H40.55a10.46 10.46 0 0 1-9.21-5.2a9.51 9.51 0 0 1 0-9.72l87.45-151.87a10.75 10.75 0 0 1 18.42 0l87.46 151.87a9.51 9.51 0 0 1-.01 9.72M122 144v-40a6 6 0 0 1 12 0v40a6 6 0 0 1-12 0m16 36a10 10 0 1 1-10-10a10 10 0 0 1 10 10"/></svg> </template>
CSS
.icon-warning-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M235.07%20189.09L147.61%2037.22a22.75%2022.75%200%200%200-39.22%200L20.93%20189.09a21.53%2021.53%200%200%200%200%2021.72A22.35%2022.35%200%200%200%2040.55%20222h174.9a22.35%2022.35%200%200%200%2019.6-11.19a21.53%2021.53%200%200%200%20.02-21.72m-10.41%2015.71a10.46%2010.46%200%200%201-9.21%205.2H40.55a10.46%2010.46%200%200%201-9.21-5.2a9.51%209.51%200%200%201%200-9.72l87.45-151.87a10.75%2010.75%200%200%201%2018.42%200l87.46%20151.87a9.51%209.51%200%200%201-.01%209.72M122%20144v-40a6%206%200%200%201%2012%200v40a6%206%200%200%201-12%200m16%2036a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M235.07%20189.09L147.61%2037.22a22.75%2022.75%200%200%200-39.22%200L20.93%20189.09a21.53%2021.53%200%200%200%200%2021.72A22.35%2022.35%200%200%200%2040.55%20222h174.9a22.35%2022.35%200%200%200%2019.6-11.19a21.53%2021.53%200%200%200%20.02-21.72m-10.41%2015.71a10.46%2010.46%200%200%201-9.21%205.2H40.55a10.46%2010.46%200%200%201-9.21-5.2a9.51%209.51%200%200%201%200-9.72l87.45-151.87a10.75%2010.75%200%200%201%2018.42%200l87.46%20151.87a9.51%209.51%200%200%201-.01%209.72M122%20144v-40a6%206%200%200%201%2012%200v40a6%206%200%200%201-12%200m16%2036a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/warning-light.svg?color=%231a73e8&size=48