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/310148.svg" alt="Gem C icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310148.svg" alt="Gem C icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310148.svg" alt="Gem C icon" :width="24" :height="24" />
CSS background
.icon-gem-c {
background-image: url('https://proicons.com/icon/310148.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.2499 10.377L13.5185 2.49501C13.347 2.2602 13.1203 2.07127 12.8584 1.94489C12.4699 1.75093 12.0256 1.69975 11.6032 1.80032C11.1808 1.90089 10.8072 2.1468 10.5478 2.49501L4.81641 10.377C4.47129 10.8467 4.2855 11.4145 4.28625 11.9973C4.28129 12.0573 4.28129 12.1175 4.28625 12.1774C4.28599 12.2804 4.30639 12.3825 4.34627 12.4775C4.40356 12.8896 4.56162 13.2813 4.8064 13.6178L10.5378 21.4997C10.7084 21.7379 10.9352 21.9303 11.198 22.0598C11.4557 22.1883 11.7402 22.2534 12.0281 22.2499C12.3158 22.2512 12.6 22.1862 12.8584 22.0598C13.1134 21.9271 13.3354 21.7392 13.5085 21.5097L19.24 13.6277C19.4882 13.281 19.6494 12.8796 19.7101 12.4575C19.716 12.4345 19.716 12.4104 19.7101 12.3874C19.7196 12.3278 19.7196 12.267 19.7101 12.2074C19.7199 12.1411 19.7199 12.0737 19.7101 12.0074C19.7327 11.4289 19.5716 10.8582 19.2499 10.377ZM12.2482 20.6195C12.2216 20.6625 12.1835 20.6971 12.1382 20.7195C12.0386 20.759 11.9277 20.759 11.8281 20.7195C11.7849 20.6942 11.7474 20.6601 11.7181 20.6195L6.71691 13.6978L11.7181 15.7683C11.8096 15.8082 11.9083 15.8286 12.0081 15.8283C12.1046 15.8275 12.1999 15.8071 12.2882 15.7683L17.2894 13.6978L12.2482 20.6195Z" fill="black"/> </svg>
Copied!