Crown King Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Crown King 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/305458.svg" alt="Crown King icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305458.svg" alt="Crown King icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305458.svg" alt="Crown King icon" :width="24" :height="24" />
CSS background
.icon-crown-king {
background-image: url('https://proicons.com/icon/305458.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="M260 256l-67-86 53-69c9-11 24-11 33 0l58 75-77 80zm549-88l-52-67c-9-11-24-11-33 0l-59 76 75 79 69-88zm129-41v441c0 101-196 183-438 183S63 669 63 568V127c0-18 11-30 23-30 6 0 12 3 17 9l70 90 85 109 99-103L485 69c5-4 10-6 15-6s11 2 15 6l130 135 98 101 154-199c5-6 11-9 17-9 12 0 24 12 24 30zM177 499l-17-42c-3-9-13-9-17 0l-16 42c-1 3-1 8 0 11l16 42c4 9 14 9 17 0l17-42c1-4 1-8 0-11zm384 50l-53-99c-4-6-12-6-16 0l-53 99c-2 4-2 10 0 14l53 98c4 7 12 7 16 0l53-98c2-5 2-10 0-14zm314-50l-17-42c-3-9-13-9-16 0l-17 42c-1 3-1 8 0 11l17 42c3 9 13 9 17 0l16-42c1-4 1-8 0-11zM599 796c-31 4-65 5-99 5s-67-1-99-5c-164-15-293-69-330-137-4-6-6-12-8-19v115c0 101 195 183 437 183s438-82 438-183V640c-2 7-5 13-8 19-38 68-167 122-331 137z"/></svg>
Copied!