unlock-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
unlock-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

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.005zM13.5 16a1.624 1.624 0 1 0 0 3.249a1.624 1.624 0 0 0 0-3.249z" fill="currentColor" fill-rule="nonzero"/></svg>

React

import type { SVGProps } from "react";

export function FluentUnlock28Filled(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.005zM13.5 16a1.624 1.624 0 1 0 0 3.249a1.624 1.624 0 0 0 0-3.249z" 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.005zM13.5 16a1.624 1.624 0 1 0 0 3.249a1.624 1.624 0 0 0 0-3.249z" fill="currentColor" fill-rule="nonzero"/></svg>
</template>

CSS

.icon-unlock-28-filled {
  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.005zM13.5%2016a1.624%201.624%200%201%200%200%203.249a1.624%201.624%200%200%200%200-3.249z%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.005zM13.5%2016a1.624%201.624%200%201%200%200%203.249a1.624%201.624%200%200%200%200-3.249z%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-filled.svg?color=%231a73e8&size=48