Locket Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Locket 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/328634.svg" alt="Locket icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328634.svg" alt="Locket icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328634.svg" alt="Locket icon" :width="24" :height="24" />
CSS background
.icon-locket {
background-image: url('https://proicons.com/icon/328634.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m42.6814,15.0637c-.9913-3.9274-4.304-6.9718-8.3081-7.5836-4.3816-.6694-8.3271,1.4483-10.3733,4.8406-2.0466-3.393-5.9932-5.5109-10.3758-4.8403-4.004.6127-7.3162,3.6578-8.3063,7.5856-.5592,2.2186-.3459,4.3289.3687,6.1907,2.5174,7.2409,11.4185,15.0061,15.8165,18.5112,1.4644,1.1671,3.5293,1.1671,4.9937,0,4.398-3.5052,13.2991-11.2703,15.8165-18.5112.7149-1.8624.9283-3.9736.3681-6.193Z"/></svg>
Copied!