unlock alt icon
unlock-alt from Line Awesome by Icons8 · Line · Status · Apache-2.0 Free for personal and commercial use.
- Name
- unlock-alt
- Set
- Line Awesome
- Style
- Line
- Category
- Status
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- unlock-alt-solid
The same icon in other sets
More status icons from Line Awesome
banbattery-emptybattery-fullbattery-halfbattery-quarterbattery-three-quartersbellbell-slashbell-slash-solidbell-solidcalendarcalendar-altcalendar-alt-solidcalendar-checkcalendar-check-solidcalendar-daycalendar-minuscalendar-minus-solidcalendar-pluscalendar-plus-solidcalendar-solidcalendar-timescalendar-times-solidcalendar-week
Use the unlock alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-3.035 0-5.586 1.965-6.625 4.625l1.844.75C11.977 6.434 13.836 5 16 5c2.754 0 5 2.246 5 5v1.375C19.523 10.515 17.824 10 16 10c-5.512 0-10 4.488-10 10s4.488 10 10 10s10-4.488 10-10a9.97 9.97 0 0 0-3-7.125V10c0-3.844-3.156-7-7-7m0 9c4.43 0 8 3.57 8 8s-3.57 8-8 8s-8-3.57-8-8s3.57-8 8-8m0 6a2 2 0 0 0-2 2c0 .738.402 1.371 1 1.719V25h2v-3.281c.598-.348 1-.98 1-1.719a2 2 0 0 0-2-2"/></svg>
React
import type { SVGProps } from "react";
export function LaUnlockAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-3.035 0-5.586 1.965-6.625 4.625l1.844.75C11.977 6.434 13.836 5 16 5c2.754 0 5 2.246 5 5v1.375C19.523 10.515 17.824 10 16 10c-5.512 0-10 4.488-10 10s4.488 10 10 10s10-4.488 10-10a9.97 9.97 0 0 0-3-7.125V10c0-3.844-3.156-7-7-7m0 9c4.43 0 8 3.57 8 8s-3.57 8-8 8s-8-3.57-8-8s3.57-8 8-8m0 6a2 2 0 0 0-2 2c0 .738.402 1.371 1 1.719V25h2v-3.281c.598-.348 1-.98 1-1.719a2 2 0 0 0-2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-3.035 0-5.586 1.965-6.625 4.625l1.844.75C11.977 6.434 13.836 5 16 5c2.754 0 5 2.246 5 5v1.375C19.523 10.515 17.824 10 16 10c-5.512 0-10 4.488-10 10s4.488 10 10 10s10-4.488 10-10a9.97 9.97 0 0 0-3-7.125V10c0-3.844-3.156-7-7-7m0 9c4.43 0 8 3.57 8 8s-3.57 8-8 8s-8-3.57-8-8s3.57-8 8-8m0 6a2 2 0 0 0-2 2c0 .738.402 1.371 1 1.719V25h2v-3.281c.598-.348 1-.98 1-1.719a2 2 0 0 0-2-2"/></svg> </template>
CSS
.icon-unlock-alt {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-3.035%200-5.586%201.965-6.625%204.625l1.844.75C11.977%206.434%2013.836%205%2016%205c2.754%200%205%202.246%205%205v1.375C19.523%2010.515%2017.824%2010%2016%2010c-5.512%200-10%204.488-10%2010s4.488%2010%2010%2010s10-4.488%2010-10a9.97%209.97%200%200%200-3-7.125V10c0-3.844-3.156-7-7-7m0%209c4.43%200%208%203.57%208%208s-3.57%208-8%208s-8-3.57-8-8s3.57-8%208-8m0%206a2%202%200%200%200-2%202c0%20.738.402%201.371%201%201.719V25h2v-3.281c.598-.348%201-.98%201-1.719a2%202%200%200%200-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-3.035%200-5.586%201.965-6.625%204.625l1.844.75C11.977%206.434%2013.836%205%2016%205c2.754%200%205%202.246%205%205v1.375C19.523%2010.515%2017.824%2010%2016%2010c-5.512%200-10%204.488-10%2010s4.488%2010%2010%2010s10-4.488%2010-10a9.97%209.97%200%200%200-3-7.125V10c0-3.844-3.156-7-7-7m0%209c4.43%200%208%203.57%208%208s-3.57%208-8%208s-8-3.57-8-8s3.57-8%208-8m0%206a2%202%200%200%200-2%202c0%20.738.402%201.371%201%201.719V25h2v-3.281c.598-.348%201-.98%201-1.719a2%202%200%200%200-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/unlock-alt.svg?color=%231a73e8&size=48