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/310068.svg" alt="Crown B icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310068.svg" alt="Crown B icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310068.svg" alt="Crown B icon" :width="24" :height="24" />
CSS background
.icon-crown-b {
background-image: url('https://proicons.com/icon/310068.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.6261 4.68188C21.3876 4.38579 21.0621 4.17225 20.6956 4.07149C20.3446 3.97943 19.9738 3.99614 19.6325 4.11944C19.2912 4.24273 18.9955 4.46679 18.7843 4.76193L16.2228 7.23349L13.5611 3.6012C13.408 3.34157 13.1953 3.12207 12.9407 2.96079C12.7368 2.83568 12.5098 2.75291 12.2733 2.71741C12.0367 2.68192 11.7955 2.69443 11.564 2.7542C11.3324 2.81396 11.1152 2.91975 10.9254 3.06527C10.7355 3.2108 10.577 3.39307 10.4591 3.6012L7.79742 7.23349L5.23574 4.76193C5.02276 4.46891 4.72691 4.24649 4.38621 4.12341C4.04551 4.00033 3.67571 3.98225 3.32463 4.07149C2.95776 4.17094 2.63204 4.38452 2.3946 4.68133C2.15715 4.97814 2.02021 5.34278 2.00372 5.72253C1.99876 5.76909 1.99876 5.81605 2.00372 5.86262L3.59482 17.0597C3.74337 18.2314 4.31416 19.3088 5.2002 20.0898C6.08624 20.8709 7.22665 21.302 8.40779 21.3024H15.6824C16.8653 21.3044 18.0082 20.8744 18.8963 20.0932C19.7845 19.3119 20.3566 18.2332 20.5054 17.0597L21.9963 5.85262C22.0012 5.81274 22.0012 5.77242 21.9963 5.73254C21.987 5.352 21.8574 4.98418 21.6261 4.68188ZM16.0526 17.4199H8.04757C7.78219 17.4199 7.52763 17.3145 7.33998 17.1268C7.15232 16.9392 7.04694 16.6847 7.04694 16.4193C7.04694 16.1539 7.15232 15.8994 7.33998 15.7117C7.52763 15.5241 7.78219 15.4186 8.04757 15.4186H16.0526C16.318 15.4186 16.5726 15.5241 16.7602 15.7117C16.9479 15.8994 17.0533 16.1539 17.0533 16.4193C17.0533 16.6847 16.9479 16.9392 16.7602 17.1268C16.5726 17.3145 16.318 17.4199 16.0526 17.4199Z" fill="black"/> </svg>
Copied!