Warning Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Warning Alt 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/306898.svg" alt="Warning Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306898.svg" alt="Warning Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306898.svg" alt="Warning Alt icon" :width="24" :height="24" />
CSS background
.icon-warning-alt {
background-image: url('https://proicons.com/icon/306898.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="M500 62C259 62 63 258 63 500s196 438 437 438c242 0 438-197 438-438S742 62 500 62zm66 645c0 37-28 66-66 66s-65-29-65-66v-1c0-37 27-65 65-65s66 28 66 65v1zm-31-151c-2 21-16 34-35 34s-33-13-35-34l-33-289c-2-22 10-40 30-40h76c20 0 33 18 30 40l-33 289z"/></svg>
Warning Alt in other icon packs
Copied!