Crown B Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Crown B 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/310639.svg" alt="Crown B icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310639.svg" alt="Crown B icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310639.svg" alt="Crown B icon" :width="24" :height="24" />
CSS background
.icon-crown-b {
background-image: url('https://proicons.com/icon/310639.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.25465L16.1111 8.36576L12.9147 4.01104C12.8285 3.84269 12.6974 3.70141 12.536 3.60275C12.3746 3.50409 12.1892 3.45189 12 3.45189C11.8108 3.45189 11.6254 3.50409 11.464 3.60275C11.3026 3.70141 11.1715 3.84269 11.0853 4.01104L7.88889 8.36576L4.65139 5.25465C4.53548 5.06711 4.36233 4.92182 4.15752 4.84022C3.95271 4.75862 3.72709 4.74504 3.51397 4.80149C3.30085 4.85793 3.11153 4.98142 2.97397 5.1537C2.8364 5.32598 2.75788 5.53794 2.75 5.75826L4.34306 16.961C4.4712 17.9582 4.96029 18.8738 5.71784 19.5348C6.47538 20.1957 7.44885 20.5562 8.45417 20.548H15.6486C16.6539 20.5562 17.6274 20.1957 18.3849 19.5348C19.1425 18.8738 19.6316 17.9582 19.7597 16.961L21.25 5.75826C21.2421 5.53794 21.1636 5.32598 21.026 5.1537C20.8885 4.98142 20.6991 4.85793 20.486 4.80149C20.2729 4.74504 20.0473 4.75862 19.8425 4.84022C19.6377 4.92182 19.4645 5.06711 19.3486 5.25465Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M7.99997 16.4472H16" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!