jewelry icon
jewelry-line from Remix Icon by Remix Design · Line · Finance · Apache-2.0 Free for personal and commercial use.
- Name
- jewelry-line
- Set
- Remix Icon
- Style
- Line
- 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="M9 2.9c0-.463.319-.865.769-.973c1.396-.33 3.065-.326 4.462 0c.446.106.77.515.77.973v2.138a.75.75 0 0 0 .431.679l5.694 2.668a1.5 1.5 0 0 1 .728 1.982l-4.473 9.785A1.45 1.45 0 0 1 16.06 21H7.94a1.45 1.45 0 0 1-1.32-.848l-4.474-9.785a1.5 1.5 0 0 1 .728-1.982l5.694-2.668A.75.75 0 0 0 9 5.037zm2 .88v1.258a2.75 2.75 0 0 1-1.583 2.49l-.98.46C9.141 9.888 10.57 11 12 11s2.859-1.11 3.565-3.013l-.981-.46A2.75 2.75 0 0 1 13 5.038V3.78a14 14 0 0 0-1-.033c-.403 0-.736.014-1 .033m.32 9.174c-2.153-.296-3.845-1.976-4.697-4.117L4.172 9.985L8.292 19h7.416l4.121-9.015l-2.451-1.148c-.852 2.142-2.544 3.82-4.696 4.117l1.507 2.11a.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-.872z"/></svg>
React
import type { SVGProps } from "react";
export function RiJewelryLine(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="M9 2.9c0-.463.319-.865.769-.973c1.396-.33 3.065-.326 4.462 0c.446.106.77.515.77.973v2.138a.75.75 0 0 0 .431.679l5.694 2.668a1.5 1.5 0 0 1 .728 1.982l-4.473 9.785A1.45 1.45 0 0 1 16.06 21H7.94a1.45 1.45 0 0 1-1.32-.848l-4.474-9.785a1.5 1.5 0 0 1 .728-1.982l5.694-2.668A.75.75 0 0 0 9 5.037zm2 .88v1.258a2.75 2.75 0 0 1-1.583 2.49l-.98.46C9.141 9.888 10.57 11 12 11s2.859-1.11 3.565-3.013l-.981-.46A2.75 2.75 0 0 1 13 5.038V3.78a14 14 0 0 0-1-.033c-.403 0-.736.014-1 .033m.32 9.174c-2.153-.296-3.845-1.976-4.697-4.117L4.172 9.985L8.292 19h7.416l4.121-9.015l-2.451-1.148c-.852 2.142-2.544 3.82-4.696 4.117l1.507 2.11a.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-.872z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 2.9c0-.463.319-.865.769-.973c1.396-.33 3.065-.326 4.462 0c.446.106.77.515.77.973v2.138a.75.75 0 0 0 .431.679l5.694 2.668a1.5 1.5 0 0 1 .728 1.982l-4.473 9.785A1.45 1.45 0 0 1 16.06 21H7.94a1.45 1.45 0 0 1-1.32-.848l-4.474-9.785a1.5 1.5 0 0 1 .728-1.982l5.694-2.668A.75.75 0 0 0 9 5.037zm2 .88v1.258a2.75 2.75 0 0 1-1.583 2.49l-.98.46C9.141 9.888 10.57 11 12 11s2.859-1.11 3.565-3.013l-.981-.46A2.75 2.75 0 0 1 13 5.038V3.78a14 14 0 0 0-1-.033c-.403 0-.736.014-1 .033m.32 9.174c-2.153-.296-3.845-1.976-4.697-4.117L4.172 9.985L8.292 19h7.416l4.121-9.015l-2.451-1.148c-.852 2.142-2.544 3.82-4.696 4.117l1.507 2.11a.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-.872z"/></svg> </template>
CSS
.icon-jewelry-line {
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%22M9%202.9c0-.463.319-.865.769-.973c1.396-.33%203.065-.326%204.462%200c.446.106.77.515.77.973v2.138a.75.75%200%200%200%20.431.679l5.694%202.668a1.5%201.5%200%200%201%20.728%201.982l-4.473%209.785A1.45%201.45%200%200%201%2016.06%2021H7.94a1.45%201.45%200%200%201-1.32-.848l-4.474-9.785a1.5%201.5%200%200%201%20.728-1.982l5.694-2.668A.75.75%200%200%200%209%205.037zm2%20.88v1.258a2.75%202.75%200%200%201-1.583%202.49l-.98.46C9.141%209.888%2010.57%2011%2012%2011s2.859-1.11%203.565-3.013l-.981-.46A2.75%202.75%200%200%201%2013%205.038V3.78a14%2014%200%200%200-1-.033c-.403%200-.736.014-1%20.033m.32%209.174c-2.153-.296-3.845-1.976-4.697-4.117L4.172%209.985L8.292%2019h7.416l4.121-9.015l-2.451-1.148c-.852%202.142-2.544%203.82-4.696%204.117l1.507%202.11a.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-.872z%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%22M9%202.9c0-.463.319-.865.769-.973c1.396-.33%203.065-.326%204.462%200c.446.106.77.515.77.973v2.138a.75.75%200%200%200%20.431.679l5.694%202.668a1.5%201.5%200%200%201%20.728%201.982l-4.473%209.785A1.45%201.45%200%200%201%2016.06%2021H7.94a1.45%201.45%200%200%201-1.32-.848l-4.474-9.785a1.5%201.5%200%200%201%20.728-1.982l5.694-2.668A.75.75%200%200%200%209%205.037zm2%20.88v1.258a2.75%202.75%200%200%201-1.583%202.49l-.98.46C9.141%209.888%2010.57%2011%2012%2011s2.859-1.11%203.565-3.013l-.981-.46A2.75%202.75%200%200%201%2013%205.038V3.78a14%2014%200%200%200-1-.033c-.403%200-.736.014-1%20.033m.32%209.174c-2.153-.296-3.845-1.976-4.697-4.117L4.172%209.985L8.292%2019h7.416l4.121-9.015l-2.451-1.148c-.852%202.142-2.544%203.82-4.696%204.117l1.507%202.11a.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-.872z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/jewelry-line.svg?color=%231a73e8&size=48