Exclamation Square Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Exclamation Square 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/305606.svg" alt="Exclamation Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305606.svg" alt="Exclamation Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305606.svg" alt="Exclamation Square icon" :width="24" :height="24" />
CSS background
.icon-exclamation-square {
background-image: url('https://proicons.com/icon/305606.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="M873 63H128c-36 0-65 28-65 64v746c0 36 29 64 65 64h745c36 0 65-28 65-64V127c0-36-29-64-65-64zM500 224c19 0 39 1 59 4l-8 370c-17 3-34 4-51 4s-34-1-51-4l-8-370c20-3 39-4 59-4zm56 548c-19 3-38 4-55 4-19 0-38-1-56-4-3-19-5-38-5-56s2-36 5-55c18-3 36-5 55-5 18 0 37 2 56 5 3 19 4 37 4 55s-1 37-4 56z"/></svg>
Exclamation Square in other icon packs
Copied!