Necklace Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Necklace 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/312221.svg" alt="Necklace icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312221.svg" alt="Necklace icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312221.svg" alt="Necklace icon" :width="24" :height="24" />
CSS background
.icon-necklace {
background-image: url('https://proicons.com/icon/312221.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-necklace" viewBox="0 0 22 22"><path d="M9 17H10V16H12V17H13V19H12V20H10V19H9V17M10 15V14H9V13H8.09V12H7V10H6V8H5V6H4V3H5V2H17V3H18V6H17V8H16V10H15V12H14V13H13V14H12V15H10M7 5V7H8V9H9V11H10.09V12H12V11H13V9H14V7H15V5H16V4H6V5H7Z" /></svg>
Copied!