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/310638.svg" alt="Crown A icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310638.svg" alt="Crown A icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310638.svg" alt="Crown A icon" :width="24" :height="24" />
CSS background
.icon-crown-a {
background-image: url('https://proicons.com/icon/310638.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="M19.3486 5.17917L16.1111 8.31806L12.9147 3.93556C12.8285 3.7672 12.6974 3.62592 12.536 3.52726C12.3746 3.42861 12.1892 3.3764 12 3.3764C11.8108 3.3764 11.6254 3.42861 11.464 3.52726C11.3026 3.62592 11.1715 3.7672 11.0853 3.93556L7.88889 8.31806L4.65139 5.17917C4.53548 4.99163 4.36233 4.84633 4.15752 4.76473C3.95271 4.68313 3.72709 4.66955 3.51397 4.726C3.30085 4.78245 3.11153 4.90593 2.97397 5.07821C2.8364 5.2505 2.75788 5.46245 2.75 5.68278V15.4847C2.75 16.8476 3.29142 18.1547 4.25515 19.1185C5.21887 20.0822 6.52597 20.6236 7.88889 20.6236H16.1111C17.474 20.6236 18.7811 20.0822 19.7449 19.1185C20.7086 18.1547 21.25 16.8476 21.25 15.4847V5.68278C21.2421 5.46245 21.1636 5.2505 21.026 5.07821C20.8885 4.90593 20.6991 4.78245 20.486 4.726C20.2729 4.66955 20.0473 4.68313 19.8425 4.76473C19.6377 4.84633 19.4645 4.99163 19.3486 5.17917Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8 16.5125H16" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!