Good Lock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Good Lock icon is commonly used in login screens, security indicators and password fields. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/326604.svg" alt="Good Lock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326604.svg" alt="Good Lock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326604.svg" alt="Good Lock icon" :width="24" :height="24" />
CSS background
.icon-good-lock {
background-image: url('https://proicons.com/icon/326604.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="e" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></g><line class="e" x1="5.5" y1="24" x2="42.5" y2="24"/><path class="e" d="M24,34.3107h-.0994c-.4342,2.0315-2.2395,3.5549-4.4006,3.5549-2.4853,0-4.5-2.0147-4.5-4.5s2.0147-4.5,4.5-4.5c2.1611,0,3.9664,1.5234,4.4006,3.5549h.0994"/><line class="e" x1="24" y1="42.5" x2="24" y2="34.3107"/><line class="e" x1="24" y1="32.4205" x2="24" y2="24"/><path class="e" d="M24,13.6893h.0994c.4342-2.0315,2.2395-3.5549,4.4006-3.5549,2.4853,0,4.5,2.0147,4.5,4.5s-2.0147,4.5-4.5,4.5c-2.1611,0-3.9664-1.5234-4.4006-3.5549h-.0994"/><line class="e" x1="24" y1="5.5" x2="24" y2="13.6893"/><line class="e" x1="24" y1="15.5795" x2="24" y2="24"/></svg>
Copied!