lock open icon

lock-open-filled from Reicon by REICON · Filled · Security · MIT Free for personal and commercial use.

Name
lock-open-filled
Set
Reicon
Style
Filled
Category
Security
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All lock open icons →

More security icons from Reicon

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="M6.75 8a5.25 5.25 0 0 1 10.335-1.313a.75.75 0 0 0 1.452-.374A6.75 6.75 0 0 0 5.25 8v2.055c-1.115.083-1.84.293-2.371.824C2 11.757 2 13.172 2 16s0 4.243.879 5.121C3.757 22 5.172 22 8 22h8c2.828 0 4.243 0 5.121-.879C22 20.243 22 18.828 22 16s0-4.243-.879-5.121C20.243 10 18.828 10 16 10H8q-.677-.001-1.25.004z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconLockOpenFilled(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 8a5.25 5.25 0 0 1 10.335-1.313a.75.75 0 0 0 1.452-.374A6.75 6.75 0 0 0 5.25 8v2.055c-1.115.083-1.84.293-2.371.824C2 11.757 2 13.172 2 16s0 4.243.879 5.121C3.757 22 5.172 22 8 22h8c2.828 0 4.243 0 5.121-.879C22 20.243 22 18.828 22 16s0-4.243-.879-5.121C20.243 10 18.828 10 16 10H8q-.677-.001-1.25.004z"/></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 8a5.25 5.25 0 0 1 10.335-1.313a.75.75 0 0 0 1.452-.374A6.75 6.75 0 0 0 5.25 8v2.055c-1.115.083-1.84.293-2.371.824C2 11.757 2 13.172 2 16s0 4.243.879 5.121C3.757 22 5.172 22 8 22h8c2.828 0 4.243 0 5.121-.879C22 20.243 22 18.828 22 16s0-4.243-.879-5.121C20.243 10 18.828 10 16 10H8q-.677-.001-1.25.004z"/></svg>
</template>

CSS

.icon-lock-open-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%208a5.25%205.25%200%200%201%2010.335-1.313a.75.75%200%200%200%201.452-.374A6.75%206.75%200%200%200%205.25%208v2.055c-1.115.083-1.84.293-2.371.824C2%2011.757%202%2013.172%202%2016s0%204.243.879%205.121C3.757%2022%205.172%2022%208%2022h8c2.828%200%204.243%200%205.121-.879C22%2020.243%2022%2018.828%2022%2016s0-4.243-.879-5.121C20.243%2010%2018.828%2010%2016%2010H8q-.677-.001-1.25.004z%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%208a5.25%205.25%200%200%201%2010.335-1.313a.75.75%200%200%200%201.452-.374A6.75%206.75%200%200%200%205.25%208v2.055c-1.115.083-1.84.293-2.371.824C2%2011.757%202%2013.172%202%2016s0%204.243.879%205.121C3.757%2022%205.172%2022%208%2022h8c2.828%200%204.243%200%205.121-.879C22%2020.243%2022%2018.828%2022%2016s0-4.243-.879-5.121C20.243%2010%2018.828%2010%2016%2010H8q-.677-.001-1.25.004z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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