Exclamation Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Exclamation icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305608.svg" alt="Exclamation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305608.svg" alt="Exclamation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305608.svg" alt="Exclamation icon" :width="24" :height="24" />
CSS background
.icon-exclamation {
background-image: url('https://proicons.com/icon/305608.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 611c18 0 36-2 56-5l8-401c-21-4-43-5-64-5s-42 1-63 5l8 401c18 4 37 5 55 5zm61 63c-21-3-41-5-61-5s-40 2-60 5c-3 21-5 41-5 61s2 40 5 60c20 3 41 5 60 5 20 0 40-2 61-5 3-20 4-41 4-61 0-19-1-39-4-60z"/></svg>
Copied!