Gem B Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Gem 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/310147.svg" alt="Gem B icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310147.svg" alt="Gem B icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310147.svg" alt="Gem B icon" :width="24" :height="24" />
CSS background
.icon-gem-b {
background-image: url('https://proicons.com/icon/310147.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.2756 10.3941L13.5476 2.5169C13.3763 2.27949 13.1509 2.08617 12.8902 1.95284C12.6295 1.81951 12.341 1.75 12.0482 1.75C11.7554 1.75 11.4667 1.81951 11.206 1.95284C10.9454 2.08617 10.7201 2.27949 10.5487 2.5169L4.82064 10.3941C4.47446 10.8629 4.28869 11.4308 4.29086 12.0136C4.2859 12.0735 4.2859 12.1336 4.29086 12.1935C4.29059 12.2965 4.31099 12.3985 4.35084 12.4934C4.40809 12.9053 4.566 13.2967 4.81064 13.633L10.5387 21.5103C10.7151 21.7428 10.9403 21.9339 11.1984 22.0701C11.4126 22.1697 11.6427 22.2307 11.8782 22.25H12.1781C12.4398 22.2293 12.694 22.1525 12.9234 22.0249C13.1528 21.8973 13.3521 21.7217 13.5076 21.5103L19.2356 13.633C19.4836 13.2901 19.6448 12.8922 19.7055 12.4734C19.7114 12.4505 19.7114 12.4264 19.7055 12.4034C19.715 12.3438 19.715 12.2831 19.7055 12.2235C19.7153 12.1572 19.7153 12.0899 19.7055 12.0236C19.7383 11.4486 19.5878 10.8781 19.2756 10.3941ZM6.75997 13.713L11.3184 15.5923V19.9708L6.75997 13.713ZM12.8178 19.9608V15.5923L17.3662 13.713L12.8178 19.9608Z" fill="black"/> </svg>
Copied!