Crown Queen Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Crown Queen 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/305459.svg" alt="Crown Queen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305459.svg" alt="Crown Queen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305459.svg" alt="Crown Queen icon" :width="24" :height="24" />
CSS background
.icon-crown-queen {
background-image: url('https://proicons.com/icon/305459.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="M910 718c13 15 11 37-4 49-74 62-230 101-406 101S169 829 94 768c-15-13-17-35-4-50 12-15 34-17 49-4 70 58 232 84 361 84s291-26 361-84c15-13 37-11 49 4zm27-365l-36 305c-1 6-3 11-8 15-71 60-222 98-393 98s-322-38-393-98c-5-4-7-9-8-15L63 353c-1-10 3-19 11-24s19-3 26 2c1 1 62 48 139 48 100 0 180-78 239-232 4-9 12-15 22-15s19 6 22 15c59 154 139 232 239 232 77 0 138-47 139-47 7-6 17-7 25-2 9 4 14 13 12 23zM273 586c0-23-17-42-37-42s-37 19-37 42 17 42 37 42 37-19 37-42zm313 0l-71-107-71 107 31 47 40 60 40-60 31-47zm239 0c0-23-17-42-37-42s-37 19-37 42 17 42 37 42 37-19 37-42z"/></svg>
Copied!