Warning Other Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Warning Other 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/319278.svg" alt="Warning Other icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319278.svg" alt="Warning Other icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319278.svg" alt="Warning Other icon" :width="24" :height="24" />
CSS background
.icon-warning-other {
background-image: url('https://proicons.com/icon/319278.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<rect x="18" y="20" width="12" height="2"/>
<rect x="18" y="24" width="12" height="2"/>
<rect x="18" y="28" width="12" height="2"/>
<path d="M14,18a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,14,18Z" transform="translate(0 0)"/>
<rect x="13" y="7" width="2" height="9"/>
<path d="M14,4A10.0111,10.0111,0,0,1,24,14h2A12,12,0,1,0,14,26V24A10,10,0,0,1,14,4Z" transform="translate(0 0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!