Fine Lock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fine 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/325873.svg" alt="Fine Lock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325873.svg" alt="Fine Lock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325873.svg" alt="Fine Lock icon" :width="24" :height="24" />
CSS background
.icon-fine-lock {
background-image: url('https://proicons.com/icon/325873.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="a" 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="b"><path id="c" class="e" d="M5.5,24h37"/><path class="e" d="M24,24v7.9068h.0021c.5237-1.4978,2.1902-2.4284,3.9222-2.1904s3.0103,1.5734,3.0086,3.1429c-.0017,1.5695-1.2829,2.9026-3.0155,3.1376-1.7325.235-3.3969-.6986-3.9174-2.1973v8.7004"/><path class="e" d="M24,5.5v7.9068h-.0021c-.5237-1.4978-2.1902-2.4284-3.9222-2.1904s-3.0103,1.5734-3.0086,3.1429c.0017,1.5695,1.2829,2.9026,3.0155,3.1376,1.7325.235,3.3969-.6986,3.9174-2.1973v8.7004"/></g><path id="d" class="e" d="M38.5001,5.5H9.5001c-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"/></svg>
Copied!