Astonished Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Astonished 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/304940.svg" alt="Astonished icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304940.svg" alt="Astonished icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304940.svg" alt="Astonished icon" :width="24" :height="24" />
CSS background
.icon-astonished {
background-image: url('https://proicons.com/icon/304940.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="M482 425c0-46-38-83-83-83s-83 37-83 83 37 83 83 83 83-37 83-83zm-83 15c-8 0-15-7-15-15s7-15 15-15 15 7 15 15-7 15-15 15zm243-87c-40-22-90-8-113 32-11 19-13 41-7 62s19 39 39 50c12 7 26 11 40 11 29 0 57-15 72-42 23-40 8-91-31-113zm-28 79c-4 8-13 10-20 6-5-2-7-7-7-9-1-2-2-7 1-12 3-4 8-7 13-7 3 0 5 0 8 2 7 4 10 13 5 20zm-73 213c-40-22-91-8-113 32-11 19-13 41-8 62s20 39 40 50c12 7 26 11 40 11 29 0 57-15 72-42 22-40 8-90-31-113zm-28 79c-4 8-13 11-20 6-5-2-7-7-8-9 0-2-1-7 2-11 3-5 8-8 13-8 3 0 5 0 8 2 7 4 9 13 5 20zM500 0C224 0 0 224 0 500s224 500 500 500 500-224 500-500S776 0 500 0zm0 933C262 933 67 738 67 500S262 67 500 67s433 194 433 433-194 433-433 433z"/></svg>
Copied!