App Lock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The App 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/336502.svg" alt="App Lock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336502.svg" alt="App Lock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336502.svg" alt="App Lock icon" :width="24" :height="24" />
CSS background
.icon-app-lock {
background-image: url('https://proicons.com/icon/336502.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="m24,43.5c9.0432-3.1174,15.4885-10.3631,16.5-19.5889.2804-4.0049.2566-8.0254-.0714-12.0267-.0898-1.3069-1.1582-2.3314-2.4677-2.3663-4.0911-.126-8.8455-.8077-12.52-4.4273-.7988-.7877-2.0822-.7877-2.881,0-3.6749,3.6192-8.4293,4.3013-12.5199,4.4273-1.3095.0349-2.3779,1.0594-2.4677,2.3663-.3283,4.0013-.3524,8.0217-.0723,12.0267,1.0115,9.2258,7.4568,16.4715,16.5,19.5889Z"/><g><path class="c" d="m18.322,21.0476h11.3561c.4307,0,.7798.3491.7798.7798v8.3927c0,.4307-.3491.7798-.7798.7798h-11.3561c-.4307,0-.7799-.3492-.7799-.7799v-8.3927c0-.4307.3491-.7798.7798-.7798h0Z"/><path class="c" d="m19.7258,21.0476v-1.7902c.0073-2.3586,1.9252-4.2647,4.2838-4.2574,2.3483.0072,4.2502,1.9091,4.2574,4.2574v1.7902"/><circle class="c" cx="23.9963" cy="26.0238" r="1.6563"/></g></svg>
Copied!