Queen Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The 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/306298.svg" alt="Queen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306298.svg" alt="Queen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306298.svg" alt="Queen icon" :width="24" :height="24" />
CSS background
.icon-queen {
background-image: url('https://proicons.com/icon/306298.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="M880 332c-32 0-58 26-58 57 0 13 5 24 11 34l-108 69-29-62c-4-9-14-13-23-9l-72 33-6 6-74-112c21-9 36-29 36-54 0-31-25-57-57-57s-58 26-58 57c0 25 16 45 37 54l-74 112-6-6-72-33c-9-3-19 0-23 9l-29 63-108-70c6-10 10-21 10-34 0-31-25-57-57-57s-58 26-58 57c0 32 26 58 58 58 6 0 12-1 17-3l140 223c4 5 9 8 15 8h416c6 0 11-3 14-8l141-223c5 2 11 3 17 3 32 0 57-26 57-58 1-31-25-57-57-57zM709 712H291c-10 0-18 11-18 25s8 26 18 26h418c10 0 18-12 18-26s-8-25-18-25z"/></svg>
Copied!