Warning Alt Inverted Filled Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Warning Alt Inverted Filled icon is commonly used in form validation, system alerts and error messages. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/319270.svg" alt="Warning Alt Inverted Filled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319270.svg" alt="Warning Alt Inverted Filled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319270.svg" alt="Warning Alt Inverted Filled icon" :width="24" :height="24" />
CSS background
.icon-warning-alt-inverted-filled {
background-image: url('https://proicons.com/icon/319270.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path id="inner-path" class="cls-1" d="M16,20a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,20Zm-1.125-5h2.25V6h-2.25Z"/>
<path d="M27.3494,4H4.6506l-.0019.0034L15.998,25.8286h.004L27.3513,4.0034ZM14.875,6h2.25v9h-2.25ZM16,20a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,20Z"/>
<path d="M29.855,2.481a1.001,1.001,0,0,1,.0322.98l-13,25a1,1,0,0,1-1.7744,0l-13-25A1,1,0,0,1,3,2H29A1.0007,1.0007,0,0,1,29.855,2.481ZM4.6487,4.0033,15.998,25.8286h.004L27.3513,4.0033,27.3493,4H4.6507Z"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!