unlock-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
unlock-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path d="M12 2.004c1.875 0 3.334 1.207 3.928 3.003a.75.75 0 0 1-1.425.47C14.102 4.263 13.185 3.505 12 3.505c-1.407 0-2.42.958-2.496 2.552l-.005.194V8h8.251a2.25 2.25 0 0 1 2.245 2.096l.005.154v9.496a2.25 2.25 0 0 1-2.096 2.245l-.154.005H6.25A2.25 2.25 0 0 1 4.005 19.9L4 19.746V10.25a2.25 2.25 0 0 1 2.096-2.245L6.25 8h1.749V6.25C8 3.712 9.71 2.004 12 2.004zM17.75 9.5H6.25a.75.75 0 0 0-.743.648l-.007.102v9.496c0 .38.282.694.648.743l.102.007h11.5a.75.75 0 0 0 .743-.648l.007-.102V10.25a.75.75 0 0 0-.648-.743L17.75 9.5zm-5.75 4a1.499 1.499 0 1 1 0 2.997a1.499 1.499 0 0 1 0-2.997z" fill="currentColor" fill-rule="nonzero"/></svg>

React

import type { SVGProps } from "react";

export function FluentUnlock24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 2.004c1.875 0 3.334 1.207 3.928 3.003a.75.75 0 0 1-1.425.47C14.102 4.263 13.185 3.505 12 3.505c-1.407 0-2.42.958-2.496 2.552l-.005.194V8h8.251a2.25 2.25 0 0 1 2.245 2.096l.005.154v9.496a2.25 2.25 0 0 1-2.096 2.245l-.154.005H6.25A2.25 2.25 0 0 1 4.005 19.9L4 19.746V10.25a2.25 2.25 0 0 1 2.096-2.245L6.25 8h1.749V6.25C8 3.712 9.71 2.004 12 2.004zM17.75 9.5H6.25a.75.75 0 0 0-.743.648l-.007.102v9.496c0 .38.282.694.648.743l.102.007h11.5a.75.75 0 0 0 .743-.648l.007-.102V10.25a.75.75 0 0 0-.648-.743L17.75 9.5zm-5.75 4a1.499 1.499 0 1 1 0 2.997a1.499 1.499 0 0 1 0-2.997z" fill="currentColor" fillRule="nonzero"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 2.004c1.875 0 3.334 1.207 3.928 3.003a.75.75 0 0 1-1.425.47C14.102 4.263 13.185 3.505 12 3.505c-1.407 0-2.42.958-2.496 2.552l-.005.194V8h8.251a2.25 2.25 0 0 1 2.245 2.096l.005.154v9.496a2.25 2.25 0 0 1-2.096 2.245l-.154.005H6.25A2.25 2.25 0 0 1 4.005 19.9L4 19.746V10.25a2.25 2.25 0 0 1 2.096-2.245L6.25 8h1.749V6.25C8 3.712 9.71 2.004 12 2.004zM17.75 9.5H6.25a.75.75 0 0 0-.743.648l-.007.102v9.496c0 .38.282.694.648.743l.102.007h11.5a.75.75 0 0 0 .743-.648l.007-.102V10.25a.75.75 0 0 0-.648-.743L17.75 9.5zm-5.75 4a1.499 1.499 0 1 1 0 2.997a1.499 1.499 0 0 1 0-2.997z" fill="currentColor" fill-rule="nonzero"/></svg>
</template>

CSS

.icon-unlock-24-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%2024%2024%22%3E%3Cpath%20d%3D%22M12%202.004c1.875%200%203.334%201.207%203.928%203.003a.75.75%200%200%201-1.425.47C14.102%204.263%2013.185%203.505%2012%203.505c-1.407%200-2.42.958-2.496%202.552l-.005.194V8h8.251a2.25%202.25%200%200%201%202.245%202.096l.005.154v9.496a2.25%202.25%200%200%201-2.096%202.245l-.154.005H6.25A2.25%202.25%200%200%201%204.005%2019.9L4%2019.746V10.25a2.25%202.25%200%200%201%202.096-2.245L6.25%208h1.749V6.25C8%203.712%209.71%202.004%2012%202.004zM17.75%209.5H6.25a.75.75%200%200%200-.743.648l-.007.102v9.496c0%20.38.282.694.648.743l.102.007h11.5a.75.75%200%200%200%20.743-.648l.007-.102V10.25a.75.75%200%200%200-.648-.743L17.75%209.5zm-5.75%204a1.499%201.499%200%201%201%200%202.997a1.499%201.499%200%200%201%200-2.997z%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%2024%2024%22%3E%3Cpath%20d%3D%22M12%202.004c1.875%200%203.334%201.207%203.928%203.003a.75.75%200%200%201-1.425.47C14.102%204.263%2013.185%203.505%2012%203.505c-1.407%200-2.42.958-2.496%202.552l-.005.194V8h8.251a2.25%202.25%200%200%201%202.245%202.096l.005.154v9.496a2.25%202.25%200%200%201-2.096%202.245l-.154.005H6.25A2.25%202.25%200%200%201%204.005%2019.9L4%2019.746V10.25a2.25%202.25%200%200%201%202.096-2.245L6.25%208h1.749V6.25C8%203.712%209.71%202.004%2012%202.004zM17.75%209.5H6.25a.75.75%200%200%200-.743.648l-.007.102v9.496c0%20.38.282.694.648.743l.102.007h11.5a.75.75%200%200%200%20.743-.648l.007-.102V10.25a.75.75%200%200%200-.648-.743L17.75%209.5zm-5.75%204a1.499%201.499%200%201%201%200%202.997a1.499%201.499%200%200%201%200-2.997z%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-24-regular.svg?color=%231a73e8&size=48