Laban Key Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Laban Key icon is commonly used in password managers, authentication screens and security panels. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/342698.svg" alt="Laban Key icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342698.svg" alt="Laban Key icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342698.svg" alt="Laban Key icon" :width="24" :height="24" />
CSS background
.icon-laban-key {
background-image: url('https://proicons.com/icon/342698.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m12.4156,39.8702v4.6183c16.52.3668,30.6996-8.0778,30.6996-22.5149,0-8.0761-6.3708-18.4736-17.9572-18.4736C11.2654,3.5,4.8848,12.669,4.8848,21.9736c0,13.8483,16.4756,16.1698,19.1152,6.3506h-8.6887v-13.2776h17.9572c0,26.5552-15.6357,24.8243-20.8527,24.8243v-.0007Z"/></svg>
Copied!