lock unlocked icon

lock-unlocked-bold from Solar by 480 Design · Bold · Security · CC-BY-4.0 Attribution required.

Name
lock-unlocked-bold
Set
Solar
Style
Bold
Category
Security
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More security icons from Solar

Use the lock unlocked icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.75 8C6.75 5.10051 9.10051 2.75 12 2.75C14.4453 2.75 16.5018 4.42242 17.0846 6.68694C17.1879 7.08808 17.5968 7.32957 17.9979 7.22633C18.3991 7.12308 18.6405 6.7142 18.5373 6.31306C17.788 3.4019 15.1463 1.25 12 1.25C8.27208 1.25 5.25 4.27208 5.25 8V10.0546C4.13525 10.1379 3.40931 10.348 2.87868 10.8787C2 11.7574 2 13.1716 2 16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22H16C18.8284 22 20.2426 22 21.1213 21.1213C22 20.2426 22 18.8284 22 16C22 13.1716 22 11.7574 21.1213 10.8787C20.2426 10 18.8284 10 16 10H8C7.54849 10 7.13301 10 6.75 10.0036V8Z"/></svg>

React

import type { SVGProps } from "react";

export function SolarLockUnlockedBold(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="M6.75 8C6.75 5.10051 9.10051 2.75 12 2.75C14.4453 2.75 16.5018 4.42242 17.0846 6.68694C17.1879 7.08808 17.5968 7.32957 17.9979 7.22633C18.3991 7.12308 18.6405 6.7142 18.5373 6.31306C17.788 3.4019 15.1463 1.25 12 1.25C8.27208 1.25 5.25 4.27208 5.25 8V10.0546C4.13525 10.1379 3.40931 10.348 2.87868 10.8787C2 11.7574 2 13.1716 2 16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22H16C18.8284 22 20.2426 22 21.1213 21.1213C22 20.2426 22 18.8284 22 16C22 13.1716 22 11.7574 21.1213 10.8787C20.2426 10 18.8284 10 16 10H8C7.54849 10 7.13301 10 6.75 10.0036V8Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.75 8C6.75 5.10051 9.10051 2.75 12 2.75C14.4453 2.75 16.5018 4.42242 17.0846 6.68694C17.1879 7.08808 17.5968 7.32957 17.9979 7.22633C18.3991 7.12308 18.6405 6.7142 18.5373 6.31306C17.788 3.4019 15.1463 1.25 12 1.25C8.27208 1.25 5.25 4.27208 5.25 8V10.0546C4.13525 10.1379 3.40931 10.348 2.87868 10.8787C2 11.7574 2 13.1716 2 16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22H16C18.8284 22 20.2426 22 21.1213 21.1213C22 20.2426 22 18.8284 22 16C22 13.1716 22 11.7574 21.1213 10.8787C20.2426 10 18.8284 10 16 10H8C7.54849 10 7.13301 10 6.75 10.0036V8Z"/></svg>
</template>

CSS

.icon-lock-unlocked-bold {
  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%22M6.75%208C6.75%205.10051%209.10051%202.75%2012%202.75C14.4453%202.75%2016.5018%204.42242%2017.0846%206.68694C17.1879%207.08808%2017.5968%207.32957%2017.9979%207.22633C18.3991%207.12308%2018.6405%206.7142%2018.5373%206.31306C17.788%203.4019%2015.1463%201.25%2012%201.25C8.27208%201.25%205.25%204.27208%205.25%208V10.0546C4.13525%2010.1379%203.40931%2010.348%202.87868%2010.8787C2%2011.7574%202%2013.1716%202%2016C2%2018.8284%202%2020.2426%202.87868%2021.1213C3.75736%2022%205.17157%2022%208%2022H16C18.8284%2022%2020.2426%2022%2021.1213%2021.1213C22%2020.2426%2022%2018.8284%2022%2016C22%2013.1716%2022%2011.7574%2021.1213%2010.8787C20.2426%2010%2018.8284%2010%2016%2010H8C7.54849%2010%207.13301%2010%206.75%2010.0036V8Z%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%22M6.75%208C6.75%205.10051%209.10051%202.75%2012%202.75C14.4453%202.75%2016.5018%204.42242%2017.0846%206.68694C17.1879%207.08808%2017.5968%207.32957%2017.9979%207.22633C18.3991%207.12308%2018.6405%206.7142%2018.5373%206.31306C17.788%203.4019%2015.1463%201.25%2012%201.25C8.27208%201.25%205.25%204.27208%205.25%208V10.0546C4.13525%2010.1379%203.40931%2010.348%202.87868%2010.8787C2%2011.7574%202%2013.1716%202%2016C2%2018.8284%202%2020.2426%202.87868%2021.1213C3.75736%2022%205.17157%2022%208%2022H16C18.8284%2022%2020.2426%2022%2021.1213%2021.1213C22%2020.2426%2022%2018.8284%2022%2016C22%2013.1716%2022%2011.7574%2021.1213%2010.8787C20.2426%2010%2018.8284%2010%2016%2010H8C7.54849%2010%207.13301%2010%206.75%2010.0036V8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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