Exclamation Tringle Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Exclamation Tringle 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/305607.svg" alt="Exclamation Tringle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305607.svg" alt="Exclamation Tringle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305607.svg" alt="Exclamation Tringle icon" :width="24" :height="24" />
CSS background
.icon-exclamation-tringle {
background-image: url('https://proicons.com/icon/305607.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="M937 846c-2-12-6-23-11-33-11-20-22-40-33-59-113-204-226-407-339-610-6-12-14-23-23-33-18-17-41-18-60-1-8 8-16 18-21 28L75 813c-4 6-7 13-9 19-11 33 4 59 37 67 8 3 18 4 27 4h739c7 0 14-1 21-2 31-3 51-26 47-55zM499 294c18 0 35 1 53 4l-7 327c-15 3-30 4-45 4s-30-1-45-4l-7-327c18-2 34-4 51-4zm50 485c-17 2-33 4-49 4s-33-2-49-4c-3-17-4-33-4-49s1-33 4-50c16-2 32-4 48-4 17 0 33 2 50 4 3 17 4 33 4 49 0 17-1 33-4 50z"/></svg>
Copied!