square lock remove 02 icon
square-lock-remove-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- square-lock-remove-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
square-01square-activitysquare-arrow-data-transfer-diagonalsquare-arrow-data-transfer-horizontalsquare-arrow-data-transfer-verticalsquare-arrow-diagonal-01square-arrow-diagonal-02square-arrow-down-01square-arrow-down-02square-arrow-down-03square-arrow-down-doublesquare-arrow-down-leftsquare-arrow-down-rightsquare-arrow-expand-01square-arrow-expand-02square-arrow-horizontalsquare-arrow-left-01square-arrow-left-02square-arrow-left-03square-arrow-left-doublesquare-arrow-left-rightsquare-arrow-move-down-leftsquare-arrow-move-down-rightsquare-arrow-move-left-down
Use the square lock remove 02 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="M17.943 17.057L17 18m0 0l-.943.943M17 18l.943.943M17 18l-.943-.943m3.771 3.771a4 4 0 1 1-5.656-5.656a4 4 0 0 1 5.656 5.656Z"/><path d="M11.5 21.999L11 22c-1.585 0-3.024-.034-4.44-.1c-1.684-.076-3.067-1.385-3.292-3.055C3.12 17.755 3 16.638 3 15.5s.121-2.255.268-3.345c.225-1.67 1.608-2.979 3.292-3.056C7.976 9.034 9.415 9 11 9s3.024.034 4.44.1c1.456.066 2.608 1.054 3.06 2.4"/><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 HugeiconsSquareLockRemove02(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="M17.943 17.057L17 18m0 0l-.943.943M17 18l.943.943M17 18l-.943-.943m3.771 3.771a4 4 0 1 1-5.656-5.656a4 4 0 0 1 5.656 5.656Z"/><path d="M11.5 21.999L11 22c-1.585 0-3.024-.034-4.44-.1c-1.684-.076-3.067-1.385-3.292-3.055C3.12 17.755 3 16.638 3 15.5s.121-2.255.268-3.345c.225-1.67 1.608-2.979 3.292-3.056C7.976 9.034 9.415 9 11 9s3.024.034 4.44.1c1.456.066 2.608 1.054 3.06 2.4"/><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="M17.943 17.057L17 18m0 0l-.943.943M17 18l.943.943M17 18l-.943-.943m3.771 3.771a4 4 0 1 1-5.656-5.656a4 4 0 0 1 5.656 5.656Z"/><path d="M11.5 21.999L11 22c-1.585 0-3.024-.034-4.44-.1c-1.684-.076-3.067-1.385-3.292-3.055C3.12 17.755 3 16.638 3 15.5s.121-2.255.268-3.345c.225-1.67 1.608-2.979 3.292-3.056C7.976 9.034 9.415 9 11 9s3.024.034 4.44.1c1.456.066 2.608 1.054 3.06 2.4"/><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-02 {
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%22M17.943%2017.057L17%2018m0%200l-.943.943M17%2018l.943.943M17%2018l-.943-.943m3.771%203.771a4%204%200%201%201-5.656-5.656a4%204%200%200%201%205.656%205.656Z%22%2F%3E%3Cpath%20d%3D%22M11.5%2021.999L11%2022c-1.585%200-3.024-.034-4.44-.1c-1.684-.076-3.067-1.385-3.292-3.055C3.12%2017.755%203%2016.638%203%2015.5s.121-2.255.268-3.345c.225-1.67%201.608-2.979%203.292-3.056C7.976%209.034%209.415%209%2011%209s3.024.034%204.44.1c1.456.066%202.608%201.054%203.06%202.4%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%22M17.943%2017.057L17%2018m0%200l-.943.943M17%2018l.943.943M17%2018l-.943-.943m3.771%203.771a4%204%200%201%201-5.656-5.656a4%204%200%200%201%205.656%205.656Z%22%2F%3E%3Cpath%20d%3D%22M11.5%2021.999L11%2022c-1.585%200-3.024-.034-4.44-.1c-1.684-.076-3.067-1.385-3.292-3.055C3.12%2017.755%203%2016.638%203%2015.5s.121-2.255.268-3.345c.225-1.67%201.608-2.979%203.292-3.056C7.976%209.034%209.415%209%2011%209s3.024.034%204.44.1c1.456.066%202.608%201.054%203.06%202.4%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-02.svg?color=%231a73e8&size=48