square lock remove 01 icon

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

Name
square-lock-remove-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the square lock remove 01 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-linecap="round" stroke-width="1.5"><path d="m14 22l3.5-3.5m0 0L21 15m-3.5 3.5L14 15m3.5 3.5L21 22m-10 0a91 91 0 0 1-4.374-.1a3.56 3.56 0 0 1-3.353-3.055C3.123 17.755 3 16.638 3 15.5s.123-2.255.273-3.345A3.56 3.56 0 0 1 6.626 9.1c1.443-.066 2.909-.1 4.523-.1s3.08.034 4.523.1A3.56 3.56 0 0 1 19 12"/><path stroke-linejoin="round" d="M6.5 9V6.5a4.5 4.5 0 0 1 9 0V9"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSquareLockRemove01(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" strokeLinecap="round" strokeWidth="1.5"><path d="m14 22l3.5-3.5m0 0L21 15m-3.5 3.5L14 15m3.5 3.5L21 22m-10 0a91 91 0 0 1-4.374-.1a3.56 3.56 0 0 1-3.353-3.055C3.123 17.755 3 16.638 3 15.5s.123-2.255.273-3.345A3.56 3.56 0 0 1 6.626 9.1c1.443-.066 2.909-.1 4.523-.1s3.08.034 4.523.1A3.56 3.56 0 0 1 19 12"/><path strokeLinejoin="round" d="M6.5 9V6.5a4.5 4.5 0 0 1 9 0V9"/></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-linecap="round" stroke-width="1.5"><path d="m14 22l3.5-3.5m0 0L21 15m-3.5 3.5L14 15m3.5 3.5L21 22m-10 0a91 91 0 0 1-4.374-.1a3.56 3.56 0 0 1-3.353-3.055C3.123 17.755 3 16.638 3 15.5s.123-2.255.273-3.345A3.56 3.56 0 0 1 6.626 9.1c1.443-.066 2.909-.1 4.523-.1s3.08.034 4.523.1A3.56 3.56 0 0 1 19 12"/><path stroke-linejoin="round" d="M6.5 9V6.5a4.5 4.5 0 0 1 9 0V9"/></g></svg>
</template>

CSS

.icon-square-lock-remove-01 {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m14%2022l3.5-3.5m0%200L21%2015m-3.5%203.5L14%2015m3.5%203.5L21%2022m-10%200a91%2091%200%200%201-4.374-.1a3.56%203.56%200%200%201-3.353-3.055C3.123%2017.755%203%2016.638%203%2015.5s.123-2.255.273-3.345A3.56%203.56%200%200%201%206.626%209.1c1.443-.066%202.909-.1%204.523-.1s3.08.034%204.523.1A3.56%203.56%200%200%201%2019%2012%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.5%209V6.5a4.5%204.5%200%200%201%209%200V9%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m14%2022l3.5-3.5m0%200L21%2015m-3.5%203.5L14%2015m3.5%203.5L21%2022m-10%200a91%2091%200%200%201-4.374-.1a3.56%203.56%200%200%201-3.353-3.055C3.123%2017.755%203%2016.638%203%2015.5s.123-2.255.273-3.345A3.56%203.56%200%200%201%206.626%209.1c1.443-.066%202.909-.1%204.523-.1s3.08.034%204.523.1A3.56%203.56%200%200%201%2019%2012%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.5%209V6.5a4.5%204.5%200%200%201%209%200V9%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/square-lock-remove-01.svg?color=%231a73e8&size=48