Crown A Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Crown A 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/310067.svg" alt="Crown A icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310067.svg" alt="Crown A icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310067.svg" alt="Crown A icon" :width="24" :height="24" />
CSS background
.icon-crown-a {
background-image: url('https://proicons.com/icon/310067.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M21.5599 4.60716C21.3219 4.32329 21.0026 4.1193 20.6449 4.02273C20.2872 3.92617 19.9085 3.94167 19.5599 4.06715C19.2404 4.19491 18.9657 4.41405 18.77 4.69716L16.21 7.17715L13.55 3.53715C13.4342 3.32728 13.2767 3.14314 13.0875 2.99591C12.8983 2.84867 12.6813 2.74142 12.4493 2.68063C12.2174 2.61985 11.9755 2.60682 11.7384 2.64232C11.5013 2.67782 11.2739 2.76112 11.0699 2.88716C10.8105 3.04655 10.5969 3.27051 10.45 3.53715L7.79004 7.17715L5.22998 4.69716C5.0724 4.47043 4.86397 4.2837 4.62134 4.15192C4.3787 4.02013 4.10862 3.94695 3.83264 3.9382C3.55667 3.92945 3.28248 3.98541 3.03198 4.10156C2.78149 4.21772 2.56164 4.39086 2.39001 4.60716C2.14293 4.91344 2.00561 5.29369 2 5.68716V15.4872C2 17.0493 2.62051 18.5474 3.7251 19.652C4.82969 20.7566 6.32789 21.3772 7.89001 21.3772H16.11C17.6705 21.3719 19.1656 20.7496 20.269 19.6462C21.3725 18.5427 21.9947 17.0477 22 15.4872V5.65716C21.9687 5.26928 21.8145 4.90148 21.5599 4.60716ZM15.99 17.5172H7.98999C7.72477 17.5172 7.47037 17.4118 7.28284 17.2243C7.0953 17.0367 6.98999 16.7824 6.98999 16.5172C6.98999 16.2519 7.0953 15.9976 7.28284 15.8101C7.47037 15.6225 7.72477 15.5172 7.98999 15.5172H15.99C16.2552 15.5172 16.5096 15.6225 16.6971 15.8101C16.8847 15.9976 16.99 16.2519 16.99 16.5172C16.99 16.7824 16.8847 17.0367 16.6971 17.2243C16.5096 17.4118 16.2552 17.5172 15.99 17.5172Z" fill="black"/> </svg>
Copied!