Gem C Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Gem C 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/310741.svg" alt="Gem C icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310741.svg" alt="Gem C icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310741.svg" alt="Gem C icon" :width="24" :height="24" />
CSS background
.icon-gem-c {
background-image: url('https://proicons.com/icon/310741.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.8199L12.8745 2.93883C12.7762 2.80335 12.6454 2.6927 12.4931 2.6163C12.3409 2.5399 12.1717 2.5 12 2.5C11.8283 2.5 11.6591 2.5399 11.5069 2.6163C11.3546 2.6927 11.2238 2.80335 11.1255 2.93883L5.38787 10.8199C5.13545 11.1655 5 11.5776 5 12C5 12.4224 5.13545 12.8345 5.38787 13.1801L11.1255 21.0612C11.2238 21.1967 11.3546 21.3073 11.5069 21.3837C11.6591 21.4601 11.8283 21.5 12 21.5C12.1717 21.5 12.3409 21.4601 12.4931 21.3837C12.6454 21.3073 12.7762 21.1967 12.8745 21.0612L18.6121 13.1801C18.8645 12.8345 19 12.4224 19 12C19 11.5776 18.8645 11.1655 18.6121 10.8199Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.01465 12.1949L12 15.0781L18.9854 12.1949" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!