Jewlery Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Jewlery 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/305926.svg" alt="Jewlery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305926.svg" alt="Jewlery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305926.svg" alt="Jewlery icon" :width="24" :height="24" />
CSS background
.icon-jewlery {
background-image: url('https://proicons.com/icon/305926.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M596 251h1l66-118c2-4 0-9-4-11L508 65c-3-1-5-2-7-2v-1h-2l-1 1c-1 0-3 1-6 2l-151 57c-5 2-7 7-4 11l66 118v1c-146 42-253 176-253 335 0 194 157 350 350 350s350-156 350-350c-1-159-108-294-254-336zm-96 605c-148 0-268-120-268-268s120-269 268-269 268 121 268 269-120 268-268 268z"/></svg>
Copied!