Tornado Warning Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Tornado Warning 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/319096.svg" alt="Tornado Warning icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319096.svg" alt="Tornado Warning icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319096.svg" alt="Tornado Warning icon" :width="24" :height="24" />
CSS background
.icon-tornado-warning {
background-image: url('https://proicons.com/icon/319096.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="2" y="4" width="16" height="2"/>
<rect x="4" y="8" width="12" height="2"/>
<rect x="2" y="12" width="12" height="2"/>
<rect x="2" y="16" width="10" height="2"/>
<rect x="4" y="20" width="8" height="2"/>
<rect x="8" y="24" width="6" height="2"/>
<rect x="12" y="28" width="4" height="2"/>
<path id="_inner-path_" data-name="<inner-path>" class="cls-1" d="M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z" transform="translate(0 0)"/>
<path d="M29.9115,13.9355,23.6284,2.3706a.7181.7181,0,0,0-1.2568,0L16.0885,13.9355A.72.72,0,0,0,16.72,15H29.28A.72.72,0,0,0,29.9115,13.9355ZM22.25,6h1.5v4h-1.5ZM23,13a1,1,0,1,1,1-1A1,1,0,0,1,23,13Z" transform="translate(0 0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!