lock open icon

lock-open from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
lock-open
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Use the lock open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 3.25A4.75 4.75 0 0 0 11.25 8v2.25H6A2.75 2.75 0 0 0 3.25 13v5A2.75 2.75 0 0 0 6 20.75h7A2.75 2.75 0 0 0 15.75 18v-5A2.75 2.75 0 0 0 13 10.25h-.25V8a3.25 3.25 0 0 1 6.5 0a.75.75 0 0 0 1.5 0A4.75 4.75 0 0 0 16 3.25M14.25 13v5A1.25 1.25 0 0 1 13 19.25H6A1.25 1.25 0 0 1 4.75 18v-5A1.25 1.25 0 0 1 6 11.75h7A1.25 1.25 0 0 1 14.25 13"/></svg>

React

import type { SVGProps } from "react";

export function PrimeLockOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 3.25A4.75 4.75 0 0 0 11.25 8v2.25H6A2.75 2.75 0 0 0 3.25 13v5A2.75 2.75 0 0 0 6 20.75h7A2.75 2.75 0 0 0 15.75 18v-5A2.75 2.75 0 0 0 13 10.25h-.25V8a3.25 3.25 0 0 1 6.5 0a.75.75 0 0 0 1.5 0A4.75 4.75 0 0 0 16 3.25M14.25 13v5A1.25 1.25 0 0 1 13 19.25H6A1.25 1.25 0 0 1 4.75 18v-5A1.25 1.25 0 0 1 6 11.75h7A1.25 1.25 0 0 1 14.25 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 3.25A4.75 4.75 0 0 0 11.25 8v2.25H6A2.75 2.75 0 0 0 3.25 13v5A2.75 2.75 0 0 0 6 20.75h7A2.75 2.75 0 0 0 15.75 18v-5A2.75 2.75 0 0 0 13 10.25h-.25V8a3.25 3.25 0 0 1 6.5 0a.75.75 0 0 0 1.5 0A4.75 4.75 0 0 0 16 3.25M14.25 13v5A1.25 1.25 0 0 1 13 19.25H6A1.25 1.25 0 0 1 4.75 18v-5A1.25 1.25 0 0 1 6 11.75h7A1.25 1.25 0 0 1 14.25 13"/></svg>
</template>

CSS

.icon-lock-open {
  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%20fill%3D%22currentColor%22%20d%3D%22M16%203.25A4.75%204.75%200%200%200%2011.25%208v2.25H6A2.75%202.75%200%200%200%203.25%2013v5A2.75%202.75%200%200%200%206%2020.75h7A2.75%202.75%200%200%200%2015.75%2018v-5A2.75%202.75%200%200%200%2013%2010.25h-.25V8a3.25%203.25%200%200%201%206.5%200a.75.75%200%200%200%201.5%200A4.75%204.75%200%200%200%2016%203.25M14.25%2013v5A1.25%201.25%200%200%201%2013%2019.25H6A1.25%201.25%200%200%201%204.75%2018v-5A1.25%201.25%200%200%201%206%2011.75h7A1.25%201.25%200%200%201%2014.25%2013%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%20fill%3D%22currentColor%22%20d%3D%22M16%203.25A4.75%204.75%200%200%200%2011.25%208v2.25H6A2.75%202.75%200%200%200%203.25%2013v5A2.75%202.75%200%200%200%206%2020.75h7A2.75%202.75%200%200%200%2015.75%2018v-5A2.75%202.75%200%200%200%2013%2010.25h-.25V8a3.25%203.25%200%200%201%206.5%200a.75.75%200%200%200%201.5%200A4.75%204.75%200%200%200%2016%203.25M14.25%2013v5A1.25%201.25%200%200%201%2013%2019.25H6A1.25%201.25%200%200%201%204.75%2018v-5A1.25%201.25%200%200%201%206%2011.75h7A1.25%201.25%200%200%201%2014.25%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/lock-open.svg?color=%231a73e8&size=48