Warning Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The 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/304875.svg" alt="Warning icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304875.svg" alt="Warning icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304875.svg" alt="Warning icon" :width="24" :height="24" />
CSS background
.icon-warning {
background-image: url('https://proicons.com/icon/304875.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" viewBox="0 0 72 56"><title>warning</title><path d="M15.8,49.7H56.22a3.78,3.78,0,0,0,3.36-5.5L39.38,8.39a3.8,3.8,0,0,0-6.78,0L12.4,44.2A3.81,3.81,0,0,0,15.8,49.7Zm23.38-8.33a3.29,3.29,0,1,1-6.58,0V41.3a3.29,3.29,0,0,1,6.58,0ZM34.11,17.18h3.8a1.63,1.63,0,0,1,1.54,2L37.79,33.75a1.78,1.78,0,0,1-3.56,0L32.56,19.19A1.64,1.64,0,0,1,34.11,17.18Z"/></svg>
Warning in other icon packs
Copied!