Warning Icon
Free SVG icon from the IcoFont 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/306899.svg" alt="Warning icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306899.svg" alt="Warning icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306899.svg" alt="Warning icon" :width="24" :height="24" />
CSS background
.icon-warning {
background-image: url('https://proicons.com/icon/306899.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M132 896h737c51 0 84-55 61-101L562 143c-26-51-98-51-124 0L70 795c-23 46 10 101 62 101zm426-152c0 34-25 60-60 60s-60-26-60-60v-2c0-34 25-60 60-60s60 26 60 60v2zm-92-441h69c19 0 30 16 28 36l-30 266c-2 19-15 31-33 31-17 0-30-12-32-31l-31-266c-2-20 10-36 29-36z"/></svg>
Warning in other icon packs
Copied!