lock open 2 icon

lock-open-2 from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
lock-open-2
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

The same icon in other sets

Related icons in Radix Icons

Use the lock open 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M11.501 0c1.173 0 2.138.39 2.762 1.193l.09.123c.439.628.647 1.426.647 2.317h-1c0-.691-.15-1.245-.41-1.658l-.117-.168C13.084 1.306 12.448 1 11.5 1c-.858 0-1.464.265-1.86.687C9.243 2.112 9 2.76 9 3.636V6h1a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h7V3.636c0-1.055.293-1.975.912-2.634C9.535.338 10.43 0 11.501 0M1 13h9V7H1z"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsLockOpen2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M11.501 0c1.173 0 2.138.39 2.762 1.193l.09.123c.439.628.647 1.426.647 2.317h-1c0-.691-.15-1.245-.41-1.658l-.117-.168C13.084 1.306 12.448 1 11.5 1c-.858 0-1.464.265-1.86.687C9.243 2.112 9 2.76 9 3.636V6h1a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h7V3.636c0-1.055.293-1.975.912-2.634C9.535.338 10.43 0 11.501 0M1 13h9V7H1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M11.501 0c1.173 0 2.138.39 2.762 1.193l.09.123c.439.628.647 1.426.647 2.317h-1c0-.691-.15-1.245-.41-1.658l-.117-.168C13.084 1.306 12.448 1 11.5 1c-.858 0-1.464.265-1.86.687C9.243 2.112 9 2.76 9 3.636V6h1a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h7V3.636c0-1.055.293-1.975.912-2.634C9.535.338 10.43 0 11.501 0M1 13h9V7H1z"/></svg>
</template>

CSS

.icon-lock-open-2 {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.501%200c1.173%200%202.138.39%202.762%201.193l.09.123c.439.628.647%201.426.647%202.317h-1c0-.691-.15-1.245-.41-1.658l-.117-.168C13.084%201.306%2012.448%201%2011.5%201c-.858%200-1.464.265-1.86.687C9.243%202.112%209%202.76%209%203.636V6h1a1%201%200%200%201%201%201v6a1%201%200%200%201-1%201H1a1%201%200%200%201-1-1V7a1%201%200%200%201%201-1h7V3.636c0-1.055.293-1.975.912-2.634C9.535.338%2010.43%200%2011.501%200M1%2013h9V7H1z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.501%200c1.173%200%202.138.39%202.762%201.193l.09.123c.439.628.647%201.426.647%202.317h-1c0-.691-.15-1.245-.41-1.658l-.117-.168C13.084%201.306%2012.448%201%2011.5%201c-.858%200-1.464.265-1.86.687C9.243%202.112%209%202.76%209%203.636V6h1a1%201%200%200%201%201%201v6a1%201%200%200%201-1%201H1a1%201%200%200%201-1-1V7a1%201%200%200%201%201-1h7V3.636c0-1.055.293-1.975.912-2.634C9.535.338%2010.43%200%2011.501%200M1%2013h9V7H1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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