key square icon
key-square from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- key-square
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the key square 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" stroke-linejoin="round" d="m13.212 14.285l-3.41 3.432H7.776v2.037H5.754v2.036H2.212v-1.883c0-.829 0-1.243.157-1.615c.156-.372.452-.662 1.044-1.242l5.8-5.683"/><path d="m18.997 5.26l-.654-.652c-1.427-1.424-2.14-2.136-2.99-2.326a3 3 0 0 0-1.303-.001c-.85.188-1.564.899-2.994 2.32c-1.438 1.43-2.157 2.145-2.349 2.997a3 3 0 0 0-.001 1.31c.19.853.906 1.57 2.34 3.003l1.036 1.036c1.436 1.436 2.154 2.154 3.008 2.343c.43.096.877.095 1.307-.002c.854-.192 1.57-.913 3-2.354c1.423-1.433 2.134-2.15 2.32-3a3 3 0 0 0-.002-1.302c-.191-.85-.906-1.563-2.335-2.989z" clip-rule="evenodd"/><path stroke-linecap="round" stroke-linejoin="round" d="m15.212 5.79l3 3"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsKeySquare(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" strokeLinejoin="round" d="m13.212 14.285l-3.41 3.432H7.776v2.037H5.754v2.036H2.212v-1.883c0-.829 0-1.243.157-1.615c.156-.372.452-.662 1.044-1.242l5.8-5.683"/><path d="m18.997 5.26l-.654-.652c-1.427-1.424-2.14-2.136-2.99-2.326a3 3 0 0 0-1.303-.001c-.85.188-1.564.899-2.994 2.32c-1.438 1.43-2.157 2.145-2.349 2.997a3 3 0 0 0-.001 1.31c.19.853.906 1.57 2.34 3.003l1.036 1.036c1.436 1.436 2.154 2.154 3.008 2.343c.43.096.877.095 1.307-.002c.854-.192 1.57-.913 3-2.354c1.423-1.433 2.134-2.15 2.32-3a3 3 0 0 0-.002-1.302c-.191-.85-.906-1.563-2.335-2.989z" clipRule="evenodd"/><path strokeLinecap="round" strokeLinejoin="round" d="m15.212 5.79l3 3"/></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" stroke-linejoin="round" d="m13.212 14.285l-3.41 3.432H7.776v2.037H5.754v2.036H2.212v-1.883c0-.829 0-1.243.157-1.615c.156-.372.452-.662 1.044-1.242l5.8-5.683"/><path d="m18.997 5.26l-.654-.652c-1.427-1.424-2.14-2.136-2.99-2.326a3 3 0 0 0-1.303-.001c-.85.188-1.564.899-2.994 2.32c-1.438 1.43-2.157 2.145-2.349 2.997a3 3 0 0 0-.001 1.31c.19.853.906 1.57 2.34 3.003l1.036 1.036c1.436 1.436 2.154 2.154 3.008 2.343c.43.096.877.095 1.307-.002c.854-.192 1.57-.913 3-2.354c1.423-1.433 2.134-2.15 2.32-3a3 3 0 0 0-.002-1.302c-.191-.85-.906-1.563-2.335-2.989z" clip-rule="evenodd"/><path stroke-linecap="round" stroke-linejoin="round" d="m15.212 5.79l3 3"/></g></svg> </template>
CSS
.icon-key-square {
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%20stroke-linejoin%3D%22round%22%20d%3D%22m13.212%2014.285l-3.41%203.432H7.776v2.037H5.754v2.036H2.212v-1.883c0-.829%200-1.243.157-1.615c.156-.372.452-.662%201.044-1.242l5.8-5.683%22%2F%3E%3Cpath%20d%3D%22m18.997%205.26l-.654-.652c-1.427-1.424-2.14-2.136-2.99-2.326a3%203%200%200%200-1.303-.001c-.85.188-1.564.899-2.994%202.32c-1.438%201.43-2.157%202.145-2.349%202.997a3%203%200%200%200-.001%201.31c.19.853.906%201.57%202.34%203.003l1.036%201.036c1.436%201.436%202.154%202.154%203.008%202.343c.43.096.877.095%201.307-.002c.854-.192%201.57-.913%203-2.354c1.423-1.433%202.134-2.15%202.32-3a3%203%200%200%200-.002-1.302c-.191-.85-.906-1.563-2.335-2.989z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m15.212%205.79l3%203%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%20stroke-linejoin%3D%22round%22%20d%3D%22m13.212%2014.285l-3.41%203.432H7.776v2.037H5.754v2.036H2.212v-1.883c0-.829%200-1.243.157-1.615c.156-.372.452-.662%201.044-1.242l5.8-5.683%22%2F%3E%3Cpath%20d%3D%22m18.997%205.26l-.654-.652c-1.427-1.424-2.14-2.136-2.99-2.326a3%203%200%200%200-1.303-.001c-.85.188-1.564.899-2.994%202.32c-1.438%201.43-2.157%202.145-2.349%202.997a3%203%200%200%200-.001%201.31c.19.853.906%201.57%202.34%203.003l1.036%201.036c1.436%201.436%202.154%202.154%203.008%202.343c.43.096.877.095%201.307-.002c.854-.192%201.57-.913%203-2.354c1.423-1.433%202.134-2.15%202.32-3a3%203%200%200%200-.002-1.302c-.191-.85-.906-1.563-2.335-2.989z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m15.212%205.79l3%203%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/key-square.svg?color=%231a73e8&size=48