unlock-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.

Name
unlock-outline
Set
Dither Icons
Style
Outline
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All unlock icons →

Use the unlock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID36" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="#000" d="M6.2 10.3h11.6a2.2 2.2 0 0 1 2.2 2.2v6.7a2.2 2.2 0 0 1-2.2 2.2H6.2A2.2 2.2 0 0 1 4 19.2v-6.7a2.2 2.2 0 0 1 2.2-2.2Z"/></mask></defs><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" mask="url(#svgID36)"><path stroke-width="1.8" d="M7.6 11.3V8a4.4 4.4 0 0 1 8.8 0v3.3" transform="rotate(18 16.4 11.3)"/><path stroke-width=".7" d="M6.95 11.3h1.3" opacity="0" transform="rotate(18 16.4 11.3)"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3" d="M6.2 10.3h11.6a2.2 2.2 0 0 1 2.2 2.2v6.7a2.2 2.2 0 0 1-2.2 2.2H6.2A2.2 2.2 0 0 1 4 19.2v-6.7a2.2 2.2 0 0 1 2.2-2.2Z"/><path d="M11.3 16.05a1.35 1.35 0 1 1 1.4 0v2.05h-1.4Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M8.422689210067212 8.65424671520604L8.332828021865046 9.298005184552188M7.514406828999029 8.171304406580141L7.030956609000649 8.605787875521733" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherUnlockOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID36" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="#000" d="M6.2 10.3h11.6a2.2 2.2 0 0 1 2.2 2.2v6.7a2.2 2.2 0 0 1-2.2 2.2H6.2A2.2 2.2 0 0 1 4 19.2v-6.7a2.2 2.2 0 0 1 2.2-2.2Z"/></mask></defs><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" mask="url(#svgID36)"><path strokeWidth="1.8" d="M7.6 11.3V8a4.4 4.4 0 0 1 8.8 0v3.3" transform="rotate(18 16.4 11.3)"/><path strokeWidth=".7" d="M6.95 11.3h1.3" opacity="0" transform="rotate(18 16.4 11.3)"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.3" d="M6.2 10.3h11.6a2.2 2.2 0 0 1 2.2 2.2v6.7a2.2 2.2 0 0 1-2.2 2.2H6.2A2.2 2.2 0 0 1 4 19.2v-6.7a2.2 2.2 0 0 1 2.2-2.2Z"/><path d="M11.3 16.05a1.35 1.35 0 1 1 1.4 0v2.05h-1.4Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M8.422689210067212 8.65424671520604L8.332828021865046 9.298005184552188M7.514406828999029 8.171304406580141L7.030956609000649 8.605787875521733" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID36" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="#000" d="M6.2 10.3h11.6a2.2 2.2 0 0 1 2.2 2.2v6.7a2.2 2.2 0 0 1-2.2 2.2H6.2A2.2 2.2 0 0 1 4 19.2v-6.7a2.2 2.2 0 0 1 2.2-2.2Z"/></mask></defs><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" mask="url(#svgID36)"><path stroke-width="1.8" d="M7.6 11.3V8a4.4 4.4 0 0 1 8.8 0v3.3" transform="rotate(18 16.4 11.3)"/><path stroke-width=".7" d="M6.95 11.3h1.3" opacity="0" transform="rotate(18 16.4 11.3)"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3" d="M6.2 10.3h11.6a2.2 2.2 0 0 1 2.2 2.2v6.7a2.2 2.2 0 0 1-2.2 2.2H6.2A2.2 2.2 0 0 1 4 19.2v-6.7a2.2 2.2 0 0 1 2.2-2.2Z"/><path d="M11.3 16.05a1.35 1.35 0 1 1 1.4 0v2.05h-1.4Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M8.422689210067212 8.65424671520604L8.332828021865046 9.298005184552188M7.514406828999029 8.171304406580141L7.030956609000649 8.605787875521733" opacity="0"/></g></svg>
</template>

CSS

.icon-unlock-outline {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cdefs%3E%3Cmask%20id%3D%22svgID36%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M6.2%2010.3h11.6a2.2%202.2%200%200%201%202.2%202.2v6.7a2.2%202.2%200%200%201-2.2%202.2H6.2A2.2%202.2%200%200%201%204%2019.2v-6.7a2.2%202.2%200%200%201%202.2-2.2Z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20mask%3D%22url(%23svgID36)%22%3E%3Cpath%20stroke-width%3D%221.8%22%20d%3D%22M7.6%2011.3V8a4.4%204.4%200%200%201%208.8%200v3.3%22%20transform%3D%22rotate(18%2016.4%2011.3)%22%2F%3E%3Cpath%20stroke-width%3D%22.7%22%20d%3D%22M6.95%2011.3h1.3%22%20opacity%3D%220%22%20transform%3D%22rotate(18%2016.4%2011.3)%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.3%22%20d%3D%22M6.2%2010.3h11.6a2.2%202.2%200%200%201%202.2%202.2v6.7a2.2%202.2%200%200%201-2.2%202.2H6.2A2.2%202.2%200%200%201%204%2019.2v-6.7a2.2%202.2%200%200%201%202.2-2.2Z%22%2F%3E%3Cpath%20d%3D%22M11.3%2016.05a1.35%201.35%200%201%201%201.4%200v2.05h-1.4Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M8.422689210067212%208.65424671520604L8.332828021865046%209.298005184552188M7.514406828999029%208.171304406580141L7.030956609000649%208.605787875521733%22%20opacity%3D%220%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cdefs%3E%3Cmask%20id%3D%22svgID36%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M6.2%2010.3h11.6a2.2%202.2%200%200%201%202.2%202.2v6.7a2.2%202.2%200%200%201-2.2%202.2H6.2A2.2%202.2%200%200%201%204%2019.2v-6.7a2.2%202.2%200%200%201%202.2-2.2Z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20mask%3D%22url(%23svgID36)%22%3E%3Cpath%20stroke-width%3D%221.8%22%20d%3D%22M7.6%2011.3V8a4.4%204.4%200%200%201%208.8%200v3.3%22%20transform%3D%22rotate(18%2016.4%2011.3)%22%2F%3E%3Cpath%20stroke-width%3D%22.7%22%20d%3D%22M6.95%2011.3h1.3%22%20opacity%3D%220%22%20transform%3D%22rotate(18%2016.4%2011.3)%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.3%22%20d%3D%22M6.2%2010.3h11.6a2.2%202.2%200%200%201%202.2%202.2v6.7a2.2%202.2%200%200%201-2.2%202.2H6.2A2.2%202.2%200%200%201%204%2019.2v-6.7a2.2%202.2%200%200%201%202.2-2.2Z%22%2F%3E%3Cpath%20d%3D%22M11.3%2016.05a1.35%201.35%200%201%201%201.4%200v2.05h-1.4Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M8.422689210067212%208.65424671520604L8.332828021865046%209.298005184552188M7.514406828999029%208.171304406580141L7.030956609000649%208.605787875521733%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/unlock-outline.svg?color=%231a73e8&size=48

Unlock outline icon — Dither Icons · IconsDB