square lock check 02 icon
square-lock-check-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- square-lock-check-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 check 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="M18.5 11.5c-.275-1.025-1.525-2.504-3.425-2.4c0 0-1.932-.104-3.884-.104c-1.953 0-2.94.029-4.466.104c-1.025 0-2.65.575-3.275 2.325c-.576 1.75-.55 5.374-.2 7.225c.075.95.598 2.3 2.15 3c.75.45 5.45.3 6.1.35M6.516 8.196c-.05-2.375-.15-4.25 2.604-5.801c.926-.375 2.303-.7 4.005.1c1.777 1.075 1.998 2.213 2.153 2.5c.425 1.126.2 2.726.25 3.376"/><path d="M15.67 18.444c.3.144.672.516.852.816c.06.42.36-1.2 1.824-2.16M21 18a4 4 0 1 1-8 0a4 4 0 0 1 8 0Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSquareLockCheck02(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="M18.5 11.5c-.275-1.025-1.525-2.504-3.425-2.4c0 0-1.932-.104-3.884-.104c-1.953 0-2.94.029-4.466.104c-1.025 0-2.65.575-3.275 2.325c-.576 1.75-.55 5.374-.2 7.225c.075.95.598 2.3 2.15 3c.75.45 5.45.3 6.1.35M6.516 8.196c-.05-2.375-.15-4.25 2.604-5.801c.926-.375 2.303-.7 4.005.1c1.777 1.075 1.998 2.213 2.153 2.5c.425 1.126.2 2.726.25 3.376"/><path d="M15.67 18.444c.3.144.672.516.852.816c.06.42.36-1.2 1.824-2.16M21 18a4 4 0 1 1-8 0a4 4 0 0 1 8 0Z"/></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="M18.5 11.5c-.275-1.025-1.525-2.504-3.425-2.4c0 0-1.932-.104-3.884-.104c-1.953 0-2.94.029-4.466.104c-1.025 0-2.65.575-3.275 2.325c-.576 1.75-.55 5.374-.2 7.225c.075.95.598 2.3 2.15 3c.75.45 5.45.3 6.1.35M6.516 8.196c-.05-2.375-.15-4.25 2.604-5.801c.926-.375 2.303-.7 4.005.1c1.777 1.075 1.998 2.213 2.153 2.5c.425 1.126.2 2.726.25 3.376"/><path d="M15.67 18.444c.3.144.672.516.852.816c.06.42.36-1.2 1.824-2.16M21 18a4 4 0 1 1-8 0a4 4 0 0 1 8 0Z"/></g></svg> </template>
CSS
.icon-square-lock-check-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%22M18.5%2011.5c-.275-1.025-1.525-2.504-3.425-2.4c0%200-1.932-.104-3.884-.104c-1.953%200-2.94.029-4.466.104c-1.025%200-2.65.575-3.275%202.325c-.576%201.75-.55%205.374-.2%207.225c.075.95.598%202.3%202.15%203c.75.45%205.45.3%206.1.35M6.516%208.196c-.05-2.375-.15-4.25%202.604-5.801c.926-.375%202.303-.7%204.005.1c1.777%201.075%201.998%202.213%202.153%202.5c.425%201.126.2%202.726.25%203.376%22%2F%3E%3Cpath%20d%3D%22M15.67%2018.444c.3.144.672.516.852.816c.06.42.36-1.2%201.824-2.16M21%2018a4%204%200%201%201-8%200a4%204%200%200%201%208%200Z%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%22M18.5%2011.5c-.275-1.025-1.525-2.504-3.425-2.4c0%200-1.932-.104-3.884-.104c-1.953%200-2.94.029-4.466.104c-1.025%200-2.65.575-3.275%202.325c-.576%201.75-.55%205.374-.2%207.225c.075.95.598%202.3%202.15%203c.75.45%205.45.3%206.1.35M6.516%208.196c-.05-2.375-.15-4.25%202.604-5.801c.926-.375%202.303-.7%204.005.1c1.777%201.075%201.998%202.213%202.153%202.5c.425%201.126.2%202.726.25%203.376%22%2F%3E%3Cpath%20d%3D%22M15.67%2018.444c.3.144.672.516.852.816c.06.42.36-1.2%201.824-2.16M21%2018a4%204%200%201%201-8%200a4%204%200%200%201%208%200Z%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-check-02.svg?color=%231a73e8&size=48