warning icon
warning-filled from Carbon by IBM · Filled · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- warning-filled
- Set
- Carbon
- Style
- Filled
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
1 other variant in Carbon
The same icon in other sets
warning-filledAnt Design IconswarningCodiconswarningEmoji 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 EmojiwarningOpenMojiwarningPhosphorwarningTwitter Emoji
More organization icons from Carbon
Use the warning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2C8.3 2 2 8.3 2 16s6.3 14 14 14s14-6.3 14-14S23.7 2 16 2m-1.1 6h2.2v11h-2.2zM16 25c-.8 0-1.5-.7-1.5-1.5S15.2 22 16 22s1.5.7 1.5 1.5S16.8 25 16 25"/></svg>
React
import type { SVGProps } from "react";
export function CarbonWarningFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2C8.3 2 2 8.3 2 16s6.3 14 14 14s14-6.3 14-14S23.7 2 16 2m-1.1 6h2.2v11h-2.2zM16 25c-.8 0-1.5-.7-1.5-1.5S15.2 22 16 22s1.5.7 1.5 1.5S16.8 25 16 25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2C8.3 2 2 8.3 2 16s6.3 14 14 14s14-6.3 14-14S23.7 2 16 2m-1.1 6h2.2v11h-2.2zM16 25c-.8 0-1.5-.7-1.5-1.5S15.2 22 16 22s1.5.7 1.5 1.5S16.8 25 16 25"/></svg> </template>
CSS
.icon-warning-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202C8.3%202%202%208.3%202%2016s6.3%2014%2014%2014s14-6.3%2014-14S23.7%202%2016%202m-1.1%206h2.2v11h-2.2zM16%2025c-.8%200-1.5-.7-1.5-1.5S15.2%2022%2016%2022s1.5.7%201.5%201.5S16.8%2025%2016%2025%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202C8.3%202%202%208.3%202%2016s6.3%2014%2014%2014s14-6.3%2014-14S23.7%202%2016%202m-1.1%206h2.2v11h-2.2zM16%2025c-.8%200-1.5-.7-1.5-1.5S15.2%2022%2016%2022s1.5.7%201.5%201.5S16.8%2025%2016%2025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/warning-filled.svg?color=%231a73e8&size=48