Confounded Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Confounded 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/305434.svg" alt="Confounded icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305434.svg" alt="Confounded icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305434.svg" alt="Confounded icon" :width="24" :height="24" />
CSS background
.icon-confounded {
background-image: url('https://proicons.com/icon/305434.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="M374 509c52 0 95-43 95-95s-43-95-95-95c-53 0-95 43-95 95s42 95 95 95zm0-123c15 0 27 13 27 28s-12 27-27 27-28-12-28-27 13-28 28-28zm299-55c-22-12-48-15-72-9-25 7-45 23-57 45-13 22-16 48-9 72 7 25 23 45 45 57 14 9 30 13 46 13 9 0 17-1 26-4 24-7 45-23 57-45s16-47 9-72c-7-24-23-44-45-57zm-23 96c-3 7-9 11-16 13s-15 1-21-2c-6-4-11-10-13-17s-1-14 3-21c3-6 9-11 16-13 2 0 5-1 7-1 5 0 10 2 14 4 6 4 11 9 13 16s1 15-3 21zm-43 230c-15 0-20-4-32-14-15-13-36-31-75-31s-60 18-75 31c-12 10-17 14-32 14-14 0-19-4-31-14-15-13-42-31-75-31v68c11 0 20 4 32 14 15 13 36 31 75 31s59-18 75-31c11-10 17-14 31-14 15 0 20 4 32 14 15 13 36 31 75 31s59-18 75-31c12-10 20-14 31-14v-68c-33 0-60 18-75 31-12 10-17 14-31 14zM500 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!