Exclamation Circle Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Exclamation Circle 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/305605.svg" alt="Exclamation Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305605.svg" alt="Exclamation Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305605.svg" alt="Exclamation Circle icon" :width="24" :height="24" />
CSS background
.icon-exclamation-circle {
background-image: url('https://proicons.com/icon/305605.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 62C258 62 63 258 63 500s195 438 437 438 438-196 438-438S742 62 500 62zm0 162c19 0 39 1 59 4l-8 370c-18 3-34 4-51 4s-34-1-51-4l-8-370c20-3 39-4 59-4zm56 548c-20 2-38 4-56 4s-37-2-56-4c-3-19-4-37-4-56 0-18 1-37 4-56 19-2 37-4 55-4 19 0 37 2 56 4 4 19 5 38 5 56s-1 37-4 56z"/></svg>
Exclamation Circle in other icon packs
Copied!