lock computer icon

lock-computer from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
lock-computer
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the lock computer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M13 2h-3C6.227 2 4.342 2 3.17 3.172C2 4.343 2 6.229 2 10s0 5.657 1.17 6.828C4.344 18 6.229 18 10 18h4c3.77 0 5.656 0 6.828-1.172c.653-.653.942-1.528 1.07-2.828"/><path d="M12 18v4"/><path stroke-linecap="round" d="M8 22h8"/><path stroke-linecap="round" stroke-linejoin="round" d="M11 15h2"/><path stroke-linecap="round" d="M16.75 5.376V4.123c.001-.398-.034-.78.156-1.13c.71-1.414 2.75-1.27 3.255.17c.087.237.092.612.09.96a90 90 0 0 0 .005 1.253m-3.506 0c-1.08 0-1.533.78-1.653 1.26s-.12 2.22-.048 2.94c.24.9.84 1.272 1.428 1.392c.54.048 2.82.03 3.48.03c.96.018 1.68-.342 1.98-1.422c.06-.36.12-2.34-.03-2.94c-.319-.96-1.05-1.26-1.65-1.26m-3.507 0h3.506"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLockComputer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M13 2h-3C6.227 2 4.342 2 3.17 3.172C2 4.343 2 6.229 2 10s0 5.657 1.17 6.828C4.344 18 6.229 18 10 18h4c3.77 0 5.656 0 6.828-1.172c.653-.653.942-1.528 1.07-2.828"/><path d="M12 18v4"/><path strokeLinecap="round" d="M8 22h8"/><path strokeLinecap="round" strokeLinejoin="round" d="M11 15h2"/><path strokeLinecap="round" d="M16.75 5.376V4.123c.001-.398-.034-.78.156-1.13c.71-1.414 2.75-1.27 3.255.17c.087.237.092.612.09.96a90 90 0 0 0 .005 1.253m-3.506 0c-1.08 0-1.533.78-1.653 1.26s-.12 2.22-.048 2.94c.24.9.84 1.272 1.428 1.392c.54.048 2.82.03 3.48.03c.96.018 1.68-.342 1.98-1.422c.06-.36.12-2.34-.03-2.94c-.319-.96-1.05-1.26-1.65-1.26m-3.507 0h3.506"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M13 2h-3C6.227 2 4.342 2 3.17 3.172C2 4.343 2 6.229 2 10s0 5.657 1.17 6.828C4.344 18 6.229 18 10 18h4c3.77 0 5.656 0 6.828-1.172c.653-.653.942-1.528 1.07-2.828"/><path d="M12 18v4"/><path stroke-linecap="round" d="M8 22h8"/><path stroke-linecap="round" stroke-linejoin="round" d="M11 15h2"/><path stroke-linecap="round" d="M16.75 5.376V4.123c.001-.398-.034-.78.156-1.13c.71-1.414 2.75-1.27 3.255.17c.087.237.092.612.09.96a90 90 0 0 0 .005 1.253m-3.506 0c-1.08 0-1.533.78-1.653 1.26s-.12 2.22-.048 2.94c.24.9.84 1.272 1.428 1.392c.54.048 2.82.03 3.48.03c.96.018 1.68-.342 1.98-1.422c.06-.36.12-2.34-.03-2.94c-.319-.96-1.05-1.26-1.65-1.26m-3.507 0h3.506"/></g></svg>
</template>

CSS

.icon-lock-computer {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%202h-3C6.227%202%204.342%202%203.17%203.172C2%204.343%202%206.229%202%2010s0%205.657%201.17%206.828C4.344%2018%206.229%2018%2010%2018h4c3.77%200%205.656%200%206.828-1.172c.653-.653.942-1.528%201.07-2.828%22%2F%3E%3Cpath%20d%3D%22M12%2018v4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2022h8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2015h2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.75%205.376V4.123c.001-.398-.034-.78.156-1.13c.71-1.414%202.75-1.27%203.255.17c.087.237.092.612.09.96a90%2090%200%200%200%20.005%201.253m-3.506%200c-1.08%200-1.533.78-1.653%201.26s-.12%202.22-.048%202.94c.24.9.84%201.272%201.428%201.392c.54.048%202.82.03%203.48.03c.96.018%201.68-.342%201.98-1.422c.06-.36.12-2.34-.03-2.94c-.319-.96-1.05-1.26-1.65-1.26m-3.507%200h3.506%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%202h-3C6.227%202%204.342%202%203.17%203.172C2%204.343%202%206.229%202%2010s0%205.657%201.17%206.828C4.344%2018%206.229%2018%2010%2018h4c3.77%200%205.656%200%206.828-1.172c.653-.653.942-1.528%201.07-2.828%22%2F%3E%3Cpath%20d%3D%22M12%2018v4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2022h8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2015h2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.75%205.376V4.123c.001-.398-.034-.78.156-1.13c.71-1.414%202.75-1.27%203.255.17c.087.237.092.612.09.96a90%2090%200%200%200%20.005%201.253m-3.506%200c-1.08%200-1.533.78-1.653%201.26s-.12%202.22-.048%202.94c.24.9.84%201.272%201.428%201.392c.54.048%202.82.03%203.48.03c.96.018%201.68-.342%201.98-1.422c.06-.36.12-2.34-.03-2.94c-.319-.96-1.05-1.26-1.65-1.26m-3.507%200h3.506%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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