Magician Hat Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Magician Hat 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/306050.svg" alt="Magician Hat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306050.svg" alt="Magician Hat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306050.svg" alt="Magician Hat icon" :width="24" :height="24" />
CSS background
.icon-magician-hat {
background-image: url('https://proicons.com/icon/306050.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="M709 408c22 67 41 125 60 184 14 46 9 61-33 84-46 24-95 34-146 40-94 10-187 7-278-20-22-7-43-16-62-29-23-16-32-36-23-63l90-267c2-7 5-15 10-21 50-60 103-117 164-166 28-22 56-22 83 0 116 96 232 192 348 289 20 16 11 90-11 104-15 10-26 6-23-13 7-39-14-54-46-66-43-16-84-35-133-56zM226 537c-2 26-13 49-21 73-14 42-8 60 30 83 46 29 98 40 151 47 106 13 212 11 316-20 14-4 28-9 42-16 56-26 64-45 45-106-6-19-11-38-19-65 62 21 115 45 151 95 24 33 22 71-3 105-29 40-70 64-114 79-201 73-404 73-606 1-37-13-71-32-100-60-47-46-47-99-2-146 31-32 79-58 130-70z"/></svg>
Copied!