lock open 1 icon
lock-open-1 from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- lock-open-1
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
Related icons in Radix Icons
Use the lock open 1 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.499 0c1.072 0 1.966.338 2.589 1.002c.619.66.912 1.58.912 2.634V6h1a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h7V3.636c0-.876-.242-1.524-.642-1.95C8.963 1.267 8.357 1 7.5 1c-.888 0-1.502.269-1.895.715l-.077.092C5.197 2.233 5 2.843 5 3.633H4c0-.95.237-1.795.737-2.44l.121-.145C5.482.342 6.4 0 7.5 0M3 13h9V7H3z"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsLockOpen1(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="M7.499 0c1.072 0 1.966.338 2.589 1.002c.619.66.912 1.58.912 2.634V6h1a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h7V3.636c0-.876-.242-1.524-.642-1.95C8.963 1.267 8.357 1 7.5 1c-.888 0-1.502.269-1.895.715l-.077.092C5.197 2.233 5 2.843 5 3.633H4c0-.95.237-1.795.737-2.44l.121-.145C5.482.342 6.4 0 7.5 0M3 13h9V7H3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.499 0c1.072 0 1.966.338 2.589 1.002c.619.66.912 1.58.912 2.634V6h1a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h7V3.636c0-.876-.242-1.524-.642-1.95C8.963 1.267 8.357 1 7.5 1c-.888 0-1.502.269-1.895.715l-.077.092C5.197 2.233 5 2.843 5 3.633H4c0-.95.237-1.795.737-2.44l.121-.145C5.482.342 6.4 0 7.5 0M3 13h9V7H3z"/></svg> </template>
CSS
.icon-lock-open-1 {
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%22M7.499%200c1.072%200%201.966.338%202.589%201.002c.619.66.912%201.58.912%202.634V6h1a1%201%200%200%201%201%201v6a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1V7a1%201%200%200%201%201-1h7V3.636c0-.876-.242-1.524-.642-1.95C8.963%201.267%208.357%201%207.5%201c-.888%200-1.502.269-1.895.715l-.077.092C5.197%202.233%205%202.843%205%203.633H4c0-.95.237-1.795.737-2.44l.121-.145C5.482.342%206.4%200%207.5%200M3%2013h9V7H3z%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%22M7.499%200c1.072%200%201.966.338%202.589%201.002c.619.66.912%201.58.912%202.634V6h1a1%201%200%200%201%201%201v6a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1V7a1%201%200%200%201%201-1h7V3.636c0-.876-.242-1.524-.642-1.95C8.963%201.267%208.357%201%207.5%201c-.888%200-1.502.269-1.895.715l-.077.092C5.197%202.233%205%202.843%205%203.633H4c0-.95.237-1.795.737-2.44l.121-.145C5.482.342%206.4%200%207.5%200M3%2013h9V7H3z%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-1.svg?color=%231a73e8&size=48