gem c icon
gem-c-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- gem-c-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Related icons in Mage Icons
Use the gem c icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.25 10.377l-5.732-7.882a1.8 1.8 0 0 0-.66-.55a1.85 1.85 0 0 0-2.31.55l-5.732 7.882a2.73 2.73 0 0 0-.53 1.62q-.007.09 0 .18c0 .103.02.206.06.3c.058.413.216.804.46 1.14l5.732 7.883a1.81 1.81 0 0 0 1.49.75a1.9 1.9 0 0 0 .83-.19a1.9 1.9 0 0 0 .65-.55l5.732-7.882c.248-.347.41-.748.47-1.17a.14.14 0 0 0 0-.07q.015-.09 0-.18a.7.7 0 0 0 0-.2a2.74 2.74 0 0 0-.46-1.631m-7.002 10.242a.27.27 0 0 1-.11.1a.42.42 0 0 1-.31 0a.4.4 0 0 1-.11-.1l-5.001-6.921l5.001 2.07a.72.72 0 0 0 .57 0l5.001-2.07z"/></svg>
React
import type { SVGProps } from "react";
export function MageGemCFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.25 10.377l-5.732-7.882a1.8 1.8 0 0 0-.66-.55a1.85 1.85 0 0 0-2.31.55l-5.732 7.882a2.73 2.73 0 0 0-.53 1.62q-.007.09 0 .18c0 .103.02.206.06.3c.058.413.216.804.46 1.14l5.732 7.883a1.81 1.81 0 0 0 1.49.75a1.9 1.9 0 0 0 .83-.19a1.9 1.9 0 0 0 .65-.55l5.732-7.882c.248-.347.41-.748.47-1.17a.14.14 0 0 0 0-.07q.015-.09 0-.18a.7.7 0 0 0 0-.2a2.74 2.74 0 0 0-.46-1.631m-7.002 10.242a.27.27 0 0 1-.11.1a.42.42 0 0 1-.31 0a.4.4 0 0 1-.11-.1l-5.001-6.921l5.001 2.07a.72.72 0 0 0 .57 0l5.001-2.07z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.25 10.377l-5.732-7.882a1.8 1.8 0 0 0-.66-.55a1.85 1.85 0 0 0-2.31.55l-5.732 7.882a2.73 2.73 0 0 0-.53 1.62q-.007.09 0 .18c0 .103.02.206.06.3c.058.413.216.804.46 1.14l5.732 7.883a1.81 1.81 0 0 0 1.49.75a1.9 1.9 0 0 0 .83-.19a1.9 1.9 0 0 0 .65-.55l5.732-7.882c.248-.347.41-.748.47-1.17a.14.14 0 0 0 0-.07q.015-.09 0-.18a.7.7 0 0 0 0-.2a2.74 2.74 0 0 0-.46-1.631m-7.002 10.242a.27.27 0 0 1-.11.1a.42.42 0 0 1-.31 0a.4.4 0 0 1-.11-.1l-5.001-6.921l5.001 2.07a.72.72 0 0 0 .57 0l5.001-2.07z"/></svg> </template>
CSS
.icon-gem-c-fill {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.25%2010.377l-5.732-7.882a1.8%201.8%200%200%200-.66-.55a1.85%201.85%200%200%200-2.31.55l-5.732%207.882a2.73%202.73%200%200%200-.53%201.62q-.007.09%200%20.18c0%20.103.02.206.06.3c.058.413.216.804.46%201.14l5.732%207.883a1.81%201.81%200%200%200%201.49.75a1.9%201.9%200%200%200%20.83-.19a1.9%201.9%200%200%200%20.65-.55l5.732-7.882c.248-.347.41-.748.47-1.17a.14.14%200%200%200%200-.07q.015-.09%200-.18a.7.7%200%200%200%200-.2a2.74%202.74%200%200%200-.46-1.631m-7.002%2010.242a.27.27%200%200%201-.11.1a.42.42%200%200%201-.31%200a.4.4%200%200%201-.11-.1l-5.001-6.921l5.001%202.07a.72.72%200%200%200%20.57%200l5.001-2.07z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.25%2010.377l-5.732-7.882a1.8%201.8%200%200%200-.66-.55a1.85%201.85%200%200%200-2.31.55l-5.732%207.882a2.73%202.73%200%200%200-.53%201.62q-.007.09%200%20.18c0%20.103.02.206.06.3c.058.413.216.804.46%201.14l5.732%207.883a1.81%201.81%200%200%200%201.49.75a1.9%201.9%200%200%200%20.83-.19a1.9%201.9%200%200%200%20.65-.55l5.732-7.882c.248-.347.41-.748.47-1.17a.14.14%200%200%200%200-.07q.015-.09%200-.18a.7.7%200%200%200%200-.2a2.74%202.74%200%200%200-.46-1.631m-7.002%2010.242a.27.27%200%200%201-.11.1a.42.42%200%200%201-.31%200a.4.4%200%200%201-.11-.1l-5.001-6.921l5.001%202.07a.72.72%200%200%200%20.57%200l5.001-2.07z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/gem-c-fill.svg?color=%231a73e8&size=48