jewelry icon
jewelry-fill from Remix Icon by Remix Design · Fill · Finance · Apache-2.0 Free for personal and commercial use.
- Name
- jewelry-fill
- Set
- Remix Icon
- Style
- Fill
- Category
- Finance
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More finance icons from Remix Icon
24-hours-fillauction-fillbank-card-2-fillbank-card-fillbit-coin-fillbnb-fillbtc-fillcash-fillcoin-fillcoins-fillcopper-coin-fillcopper-diamond-fillcoupon-2-fillcoupon-3-fillcoupon-4-fillcoupon-5-fillcoupon-fillcurrency-filldiamond-filldiamond-ring-filldiscount-percent-filleth-fillexchange-2-fillexchange-box-fill
Use the jewelry icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 2.847v2.016a1 1 0 0 0 .578.906l.409.191c-.086 1.403-.559 2.636-1.244 3.526C13.985 10.472 13.007 11 12 11s-1.984-.528-2.742-1.514C8.572 8.596 8.1 7.363 8.014 5.96l.41-.19A1 1 0 0 0 9 4.862V2.847c0-.489.354-.905.84-.96a18.8 18.8 0 0 1 4.321 0c.486.055.84.471.84.96M6.097 6.855L2.85 8.37a1.5 1.5 0 0 0-.729 1.984L6.6 20.125A1.5 1.5 0 0 0 7.963 21h8.075a1.5 1.5 0 0 0 1.363-.875l4.479-9.77a1.5 1.5 0 0 0-.73-1.985l-3.247-1.515c-.212 1.467-.766 2.8-1.574 3.85c-.913 1.188-2.18 2.043-3.648 2.248l1.508 2.111a.75.75 0 0 1 0 .872l-1.985 2.78a.25.25 0 0 1-.407 0l-1.985-2.78a.75.75 0 0 1 0-.872l1.508-2.111c-1.467-.205-2.735-1.06-3.648-2.247c-.808-1.05-1.362-2.383-1.575-3.851"/></svg>
React
import type { SVGProps } from "react";
export function RiJewelryFill(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="M15 2.847v2.016a1 1 0 0 0 .578.906l.409.191c-.086 1.403-.559 2.636-1.244 3.526C13.985 10.472 13.007 11 12 11s-1.984-.528-2.742-1.514C8.572 8.596 8.1 7.363 8.014 5.96l.41-.19A1 1 0 0 0 9 4.862V2.847c0-.489.354-.905.84-.96a18.8 18.8 0 0 1 4.321 0c.486.055.84.471.84.96M6.097 6.855L2.85 8.37a1.5 1.5 0 0 0-.729 1.984L6.6 20.125A1.5 1.5 0 0 0 7.963 21h8.075a1.5 1.5 0 0 0 1.363-.875l4.479-9.77a1.5 1.5 0 0 0-.73-1.985l-3.247-1.515c-.212 1.467-.766 2.8-1.574 3.85c-.913 1.188-2.18 2.043-3.648 2.248l1.508 2.111a.75.75 0 0 1 0 .872l-1.985 2.78a.25.25 0 0 1-.407 0l-1.985-2.78a.75.75 0 0 1 0-.872l1.508-2.111c-1.467-.205-2.735-1.06-3.648-2.247c-.808-1.05-1.362-2.383-1.575-3.851"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 2.847v2.016a1 1 0 0 0 .578.906l.409.191c-.086 1.403-.559 2.636-1.244 3.526C13.985 10.472 13.007 11 12 11s-1.984-.528-2.742-1.514C8.572 8.596 8.1 7.363 8.014 5.96l.41-.19A1 1 0 0 0 9 4.862V2.847c0-.489.354-.905.84-.96a18.8 18.8 0 0 1 4.321 0c.486.055.84.471.84.96M6.097 6.855L2.85 8.37a1.5 1.5 0 0 0-.729 1.984L6.6 20.125A1.5 1.5 0 0 0 7.963 21h8.075a1.5 1.5 0 0 0 1.363-.875l4.479-9.77a1.5 1.5 0 0 0-.73-1.985l-3.247-1.515c-.212 1.467-.766 2.8-1.574 3.85c-.913 1.188-2.18 2.043-3.648 2.248l1.508 2.111a.75.75 0 0 1 0 .872l-1.985 2.78a.25.25 0 0 1-.407 0l-1.985-2.78a.75.75 0 0 1 0-.872l1.508-2.111c-1.467-.205-2.735-1.06-3.648-2.247c-.808-1.05-1.362-2.383-1.575-3.851"/></svg> </template>
CSS
.icon-jewelry-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%22M15%202.847v2.016a1%201%200%200%200%20.578.906l.409.191c-.086%201.403-.559%202.636-1.244%203.526C13.985%2010.472%2013.007%2011%2012%2011s-1.984-.528-2.742-1.514C8.572%208.596%208.1%207.363%208.014%205.96l.41-.19A1%201%200%200%200%209%204.862V2.847c0-.489.354-.905.84-.96a18.8%2018.8%200%200%201%204.321%200c.486.055.84.471.84.96M6.097%206.855L2.85%208.37a1.5%201.5%200%200%200-.729%201.984L6.6%2020.125A1.5%201.5%200%200%200%207.963%2021h8.075a1.5%201.5%200%200%200%201.363-.875l4.479-9.77a1.5%201.5%200%200%200-.73-1.985l-3.247-1.515c-.212%201.467-.766%202.8-1.574%203.85c-.913%201.188-2.18%202.043-3.648%202.248l1.508%202.111a.75.75%200%200%201%200%20.872l-1.985%202.78a.25.25%200%200%201-.407%200l-1.985-2.78a.75.75%200%200%201%200-.872l1.508-2.111c-1.467-.205-2.735-1.06-3.648-2.247c-.808-1.05-1.362-2.383-1.575-3.851%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%22M15%202.847v2.016a1%201%200%200%200%20.578.906l.409.191c-.086%201.403-.559%202.636-1.244%203.526C13.985%2010.472%2013.007%2011%2012%2011s-1.984-.528-2.742-1.514C8.572%208.596%208.1%207.363%208.014%205.96l.41-.19A1%201%200%200%200%209%204.862V2.847c0-.489.354-.905.84-.96a18.8%2018.8%200%200%201%204.321%200c.486.055.84.471.84.96M6.097%206.855L2.85%208.37a1.5%201.5%200%200%200-.729%201.984L6.6%2020.125A1.5%201.5%200%200%200%207.963%2021h8.075a1.5%201.5%200%200%200%201.363-.875l4.479-9.77a1.5%201.5%200%200%200-.73-1.985l-3.247-1.515c-.212%201.467-.766%202.8-1.574%203.85c-.913%201.188-2.18%202.043-3.648%202.248l1.508%202.111a.75.75%200%200%201%200%20.872l-1.985%202.78a.25.25%200%200%201-.407%200l-1.985-2.78a.75.75%200%200%201%200-.872l1.508-2.111c-1.467-.205-2.735-1.06-3.648-2.247c-.808-1.05-1.362-2.383-1.575-3.851%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/jewelry-fill.svg?color=%231a73e8&size=48