lock-open-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
lock-open-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

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="M8.75 8c0-1.283.29-2.36.822-3.096c.51-.703 1.28-1.154 2.428-1.154c.883 0 1.53.267 2.004.685c.485.427.843 1.058 1.049 1.865a.75.75 0 1 0 1.453-.371c-.26-1.02-.745-1.946-1.51-2.62C14.22 2.627 13.212 2.25 12 2.25c-1.613 0-2.842.668-3.643 1.775C7.58 5.099 7.25 6.522 7.25 8v1.25h-.58c-.535 0-.98 0-1.345.03c-.38.031-.736.098-1.073.27a2.75 2.75 0 0 0-1.202 1.202c-.172.337-.24.694-.27 1.074c-.03.364-.03.81-.03 1.344v4.66c0 .535 0 .98.03 1.345c.03.38.098.737.27 1.074a2.75 2.75 0 0 0 1.202 1.202c.337.172.693.239 1.073.27c.365.03.81.03 1.345.03h10.66c.535 0 .98 0 1.345-.03c.38-.031.736-.098 1.073-.27a2.75 2.75 0 0 0 1.202-1.202c.172-.337.24-.694.27-1.074c.03-.364.03-.81.03-1.344V13.17c0-.534 0-.98-.03-1.344c-.03-.38-.098-.737-.27-1.074a2.75 2.75 0 0 0-1.2-1.202c-.338-.172-.694-.239-1.074-.27c-.365-.03-.81-.03-1.345-.03H8.75z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiLockOpenSolid(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="M8.75 8c0-1.283.29-2.36.822-3.096c.51-.703 1.28-1.154 2.428-1.154c.883 0 1.53.267 2.004.685c.485.427.843 1.058 1.049 1.865a.75.75 0 1 0 1.453-.371c-.26-1.02-.745-1.946-1.51-2.62C14.22 2.627 13.212 2.25 12 2.25c-1.613 0-2.842.668-3.643 1.775C7.58 5.099 7.25 6.522 7.25 8v1.25h-.58c-.535 0-.98 0-1.345.03c-.38.031-.736.098-1.073.27a2.75 2.75 0 0 0-1.202 1.202c-.172.337-.24.694-.27 1.074c-.03.364-.03.81-.03 1.344v4.66c0 .535 0 .98.03 1.345c.03.38.098.737.27 1.074a2.75 2.75 0 0 0 1.202 1.202c.337.172.693.239 1.073.27c.365.03.81.03 1.345.03h10.66c.535 0 .98 0 1.345-.03c.38-.031.736-.098 1.073-.27a2.75 2.75 0 0 0 1.202-1.202c.172-.337.24-.694.27-1.074c.03-.364.03-.81.03-1.344V13.17c0-.534 0-.98-.03-1.344c-.03-.38-.098-.737-.27-1.074a2.75 2.75 0 0 0-1.2-1.202c-.338-.172-.694-.239-1.074-.27c-.365-.03-.81-.03-1.345-.03H8.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 8c0-1.283.29-2.36.822-3.096c.51-.703 1.28-1.154 2.428-1.154c.883 0 1.53.267 2.004.685c.485.427.843 1.058 1.049 1.865a.75.75 0 1 0 1.453-.371c-.26-1.02-.745-1.946-1.51-2.62C14.22 2.627 13.212 2.25 12 2.25c-1.613 0-2.842.668-3.643 1.775C7.58 5.099 7.25 6.522 7.25 8v1.25h-.58c-.535 0-.98 0-1.345.03c-.38.031-.736.098-1.073.27a2.75 2.75 0 0 0-1.202 1.202c-.172.337-.24.694-.27 1.074c-.03.364-.03.81-.03 1.344v4.66c0 .535 0 .98.03 1.345c.03.38.098.737.27 1.074a2.75 2.75 0 0 0 1.202 1.202c.337.172.693.239 1.073.27c.365.03.81.03 1.345.03h10.66c.535 0 .98 0 1.345-.03c.38-.031.736-.098 1.073-.27a2.75 2.75 0 0 0 1.202-1.202c.172-.337.24-.694.27-1.074c.03-.364.03-.81.03-1.344V13.17c0-.534 0-.98-.03-1.344c-.03-.38-.098-.737-.27-1.074a2.75 2.75 0 0 0-1.2-1.202c-.338-.172-.694-.239-1.074-.27c-.365-.03-.81-.03-1.345-.03H8.75z"/></svg>
</template>

CSS

.icon-lock-open-solid {
  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%22M8.75%208c0-1.283.29-2.36.822-3.096c.51-.703%201.28-1.154%202.428-1.154c.883%200%201.53.267%202.004.685c.485.427.843%201.058%201.049%201.865a.75.75%200%201%200%201.453-.371c-.26-1.02-.745-1.946-1.51-2.62C14.22%202.627%2013.212%202.25%2012%202.25c-1.613%200-2.842.668-3.643%201.775C7.58%205.099%207.25%206.522%207.25%208v1.25h-.58c-.535%200-.98%200-1.345.03c-.38.031-.736.098-1.073.27a2.75%202.75%200%200%200-1.202%201.202c-.172.337-.24.694-.27%201.074c-.03.364-.03.81-.03%201.344v4.66c0%20.535%200%20.98.03%201.345c.03.38.098.737.27%201.074a2.75%202.75%200%200%200%201.202%201.202c.337.172.693.239%201.073.27c.365.03.81.03%201.345.03h10.66c.535%200%20.98%200%201.345-.03c.38-.031.736-.098%201.073-.27a2.75%202.75%200%200%200%201.202-1.202c.172-.337.24-.694.27-1.074c.03-.364.03-.81.03-1.344V13.17c0-.534%200-.98-.03-1.344c-.03-.38-.098-.737-.27-1.074a2.75%202.75%200%200%200-1.2-1.202c-.338-.172-.694-.239-1.074-.27c-.365-.03-.81-.03-1.345-.03H8.75z%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%22M8.75%208c0-1.283.29-2.36.822-3.096c.51-.703%201.28-1.154%202.428-1.154c.883%200%201.53.267%202.004.685c.485.427.843%201.058%201.049%201.865a.75.75%200%201%200%201.453-.371c-.26-1.02-.745-1.946-1.51-2.62C14.22%202.627%2013.212%202.25%2012%202.25c-1.613%200-2.842.668-3.643%201.775C7.58%205.099%207.25%206.522%207.25%208v1.25h-.58c-.535%200-.98%200-1.345.03c-.38.031-.736.098-1.073.27a2.75%202.75%200%200%200-1.202%201.202c-.172.337-.24.694-.27%201.074c-.03.364-.03.81-.03%201.344v4.66c0%20.535%200%20.98.03%201.345c.03.38.098.737.27%201.074a2.75%202.75%200%200%200%201.202%201.202c.337.172.693.239%201.073.27c.365.03.81.03%201.345.03h10.66c.535%200%20.98%200%201.345-.03c.38-.031.736-.098%201.073-.27a2.75%202.75%200%200%200%201.202-1.202c.172-.337.24-.694.27-1.074c.03-.364.03-.81.03-1.344V13.17c0-.534%200-.98-.03-1.344c-.03-.38-.098-.737-.27-1.074a2.75%202.75%200%200%200-1.2-1.202c-.338-.172-.694-.239-1.074-.27c-.365-.03-.81-.03-1.345-.03H8.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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