unlock icon
unlock-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- unlock-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
unlock-filledAnt Design IconsunlockBootstrap IconsunlockCodiconsunlockElement Plusunlock-fillEva IconsunlockFont Awesome 6 SolidunlockFont Awesome SolidunlockFeather IconsunlockIconParkunlockIconPark OutlineunlockIconPark SolidunlockIconPark TwoToneunlockLine Awesomeunlock-fillMingCute Iconunlock-16OcticonsunlockPixelarticonsunlockPrime Iconsunlock-outlineTeenyiconsunlockUniconsunlockUnicons MonochromeunlockUnicons Solid
Use the unlock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path d="M13.288 2.005L13.5 2a4.5 4.5 0 0 1 4.49 4.205a.75.75 0 1 1-1.496.097a3 3 0 0 0-5.989.022L10.5 6.5v2.999l9.25.001A2.25 2.25 0 0 1 22 11.75v12.002a2.25 2.25 0 0 1-2.25 2.25H7.248a2.25 2.25 0 0 1-2.25-2.25V11.75a2.25 2.25 0 0 1 2.25-2.25L9 9.499L9 6.5a4.5 4.5 0 0 1 4.288-4.495L13.5 2l-.212.005zM19.75 11H7.248a.75.75 0 0 0-.75.75v12.002c0 .414.336.75.75.75H19.75a.75.75 0 0 0 .75-.75V11.75a.75.75 0 0 0-.75-.75zm-6.25 5.25a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentUnlock28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path d="M13.288 2.005L13.5 2a4.5 4.5 0 0 1 4.49 4.205a.75.75 0 1 1-1.496.097a3 3 0 0 0-5.989.022L10.5 6.5v2.999l9.25.001A2.25 2.25 0 0 1 22 11.75v12.002a2.25 2.25 0 0 1-2.25 2.25H7.248a2.25 2.25 0 0 1-2.25-2.25V11.75a2.25 2.25 0 0 1 2.25-2.25L9 9.499L9 6.5a4.5 4.5 0 0 1 4.288-4.495L13.5 2l-.212.005zM19.75 11H7.248a.75.75 0 0 0-.75.75v12.002c0 .414.336.75.75.75H19.75a.75.75 0 0 0 .75-.75V11.75a.75.75 0 0 0-.75-.75zm-6.25 5.25a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3z" fill="currentColor" fillRule="nonzero"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path d="M13.288 2.005L13.5 2a4.5 4.5 0 0 1 4.49 4.205a.75.75 0 1 1-1.496.097a3 3 0 0 0-5.989.022L10.5 6.5v2.999l9.25.001A2.25 2.25 0 0 1 22 11.75v12.002a2.25 2.25 0 0 1-2.25 2.25H7.248a2.25 2.25 0 0 1-2.25-2.25V11.75a2.25 2.25 0 0 1 2.25-2.25L9 9.499L9 6.5a4.5 4.5 0 0 1 4.288-4.495L13.5 2l-.212.005zM19.75 11H7.248a.75.75 0 0 0-.75.75v12.002c0 .414.336.75.75.75H19.75a.75.75 0 0 0 .75-.75V11.75a.75.75 0 0 0-.75-.75zm-6.25 5.25a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-unlock-28-regular {
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%2028%2028%22%3E%3Cpath%20d%3D%22M13.288%202.005L13.5%202a4.5%204.5%200%200%201%204.49%204.205a.75.75%200%201%201-1.496.097a3%203%200%200%200-5.989.022L10.5%206.5v2.999l9.25.001A2.25%202.25%200%200%201%2022%2011.75v12.002a2.25%202.25%200%200%201-2.25%202.25H7.248a2.25%202.25%200%200%201-2.25-2.25V11.75a2.25%202.25%200%200%201%202.25-2.25L9%209.499L9%206.5a4.5%204.5%200%200%201%204.288-4.495L13.5%202l-.212.005zM19.75%2011H7.248a.75.75%200%200%200-.75.75v12.002c0%20.414.336.75.75.75H19.75a.75.75%200%200%200%20.75-.75V11.75a.75.75%200%200%200-.75-.75zm-6.25%205.25a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%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%2028%2028%22%3E%3Cpath%20d%3D%22M13.288%202.005L13.5%202a4.5%204.5%200%200%201%204.49%204.205a.75.75%200%201%201-1.496.097a3%203%200%200%200-5.989.022L10.5%206.5v2.999l9.25.001A2.25%202.25%200%200%201%2022%2011.75v12.002a2.25%202.25%200%200%201-2.25%202.25H7.248a2.25%202.25%200%200%201-2.25-2.25V11.75a2.25%202.25%200%200%201%202.25-2.25L9%209.499L9%206.5a4.5%204.5%200%200%201%204.288-4.495L13.5%202l-.212.005zM19.75%2011H7.248a.75.75%200%200%200-.75.75v12.002c0%20.414.336.75.75.75H19.75a.75.75%200%200%200%20.75-.75V11.75a.75.75%200%200%200-.75-.75zm-6.25%205.25a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/unlock-28-regular.svg?color=%231a73e8&size=48