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/310740.svg" alt="Gem B icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310740.svg" alt="Gem B icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310740.svg" alt="Gem B icon" :width="24" :height="24" />
CSS background
.icon-gem-b {
background-image: url('https://proicons.com/icon/310740.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="M18.6121 10.8188L12.8745 2.93878C12.7762 2.80331 12.6454 2.69267 12.4931 2.61628C12.3409 2.53989 12.1717 2.5 12 2.5C11.8283 2.5 11.6591 2.53989 11.5069 2.61628C11.3546 2.69267 11.2238 2.80331 11.1255 2.93878L5.38787 10.8188C5.13545 11.1644 5 11.5764 5 11.9988C5 12.4211 5.13545 12.8332 5.38787 13.1787L11.1255 21.0588C11.2238 21.1943 11.3546 21.3049 11.5069 21.3813C11.6591 21.4577 11.8283 21.4976 12 21.4976C12.1717 21.4976 12.3409 21.4577 12.4931 21.3813C12.6454 21.3049 12.7762 21.1943 12.8745 21.0588L18.6121 13.1787C18.8645 12.8332 19 12.4211 19 11.9988C19 11.5764 18.8645 11.1644 18.6121 10.8188Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.01465 12.1937L12 15.0769L18.9854 12.1937" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 21.5V15.0769" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!