Gem A Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Gem 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/310739.svg" alt="Gem A icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310739.svg" alt="Gem A icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310739.svg" alt="Gem A icon" :width="24" :height="24" />
CSS background
.icon-gem-a {
background-image: url('https://proicons.com/icon/310739.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.8202L12.8745 2.9411C12.7762 2.80565 12.6454 2.69503 12.4931 2.61865C12.3409 2.54227 12.1717 2.50238 12 2.50238C11.8283 2.50238 11.6591 2.54227 11.5069 2.61865C11.3546 2.69503 11.2238 2.80565 11.1255 2.9411L5.38787 10.8202C5.13545 11.1657 5 11.5777 5 12C5 12.4223 5.13545 12.8343 5.38787 13.1798L11.1255 21.0588C11.2238 21.1943 11.3546 21.3049 11.5069 21.3813C11.6591 21.4576 11.8283 21.4975 12 21.4975C12.1717 21.4975 12.3409 21.4576 12.4931 21.3813C12.6454 21.3049 12.7762 21.1943 12.8745 21.0588L18.6121 13.1798C18.8645 12.8343 19 12.4223 19 12C19 11.5777 18.8645 11.1657 18.6121 10.8202Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.01462 12.1949L12 15.0778L18.9854 12.1949" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 2.5V15.0778V21.5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!