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

Name
key-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the key 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-linejoin="round" stroke-width="1.5"><path d="M13.5 13.5c1.624.696 2.437 1.044 3.255.935a3 3 0 0 0 .276-.05c.805-.185 1.443-.796 2.72-2.017l.15-.144c.968-.968 1.453-1.452 1.57-2.44c.118-.989-.134-1.402-.64-2.228a13.2 13.2 0 0 0-1.945-2.442a13.2 13.2 0 0 0-2.442-1.946c-.826-.505-1.24-.757-2.228-.64c-.988.118-1.472.602-2.44 1.57l-.144.15C10.411 5.526 9.8 6.164 9.615 6.97q-.032.137-.05.275c-.11.82.239 1.631.935 3.256"/><path d="m10.5 10.499l-8 8v3h3v-2h2v-2h2l4-4M17 7l-1 1"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsKey02(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M13.5 13.5c1.624.696 2.437 1.044 3.255.935a3 3 0 0 0 .276-.05c.805-.185 1.443-.796 2.72-2.017l.15-.144c.968-.968 1.453-1.452 1.57-2.44c.118-.989-.134-1.402-.64-2.228a13.2 13.2 0 0 0-1.945-2.442a13.2 13.2 0 0 0-2.442-1.946c-.826-.505-1.24-.757-2.228-.64c-.988.118-1.472.602-2.44 1.57l-.144.15C10.411 5.526 9.8 6.164 9.615 6.97q-.032.137-.05.275c-.11.82.239 1.631.935 3.256"/><path d="m10.5 10.499l-8 8v3h3v-2h2v-2h2l4-4M17 7l-1 1"/></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-linejoin="round" stroke-width="1.5"><path d="M13.5 13.5c1.624.696 2.437 1.044 3.255.935a3 3 0 0 0 .276-.05c.805-.185 1.443-.796 2.72-2.017l.15-.144c.968-.968 1.453-1.452 1.57-2.44c.118-.989-.134-1.402-.64-2.228a13.2 13.2 0 0 0-1.945-2.442a13.2 13.2 0 0 0-2.442-1.946c-.826-.505-1.24-.757-2.228-.64c-.988.118-1.472.602-2.44 1.57l-.144.15C10.411 5.526 9.8 6.164 9.615 6.97q-.032.137-.05.275c-.11.82.239 1.631.935 3.256"/><path d="m10.5 10.499l-8 8v3h3v-2h2v-2h2l4-4M17 7l-1 1"/></g></svg>
</template>

CSS

.icon-key-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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.5%2013.5c1.624.696%202.437%201.044%203.255.935a3%203%200%200%200%20.276-.05c.805-.185%201.443-.796%202.72-2.017l.15-.144c.968-.968%201.453-1.452%201.57-2.44c.118-.989-.134-1.402-.64-2.228a13.2%2013.2%200%200%200-1.945-2.442a13.2%2013.2%200%200%200-2.442-1.946c-.826-.505-1.24-.757-2.228-.64c-.988.118-1.472.602-2.44%201.57l-.144.15C10.411%205.526%209.8%206.164%209.615%206.97q-.032.137-.05.275c-.11.82.239%201.631.935%203.256%22%2F%3E%3Cpath%20d%3D%22m10.5%2010.499l-8%208v3h3v-2h2v-2h2l4-4M17%207l-1%201%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.5%2013.5c1.624.696%202.437%201.044%203.255.935a3%203%200%200%200%20.276-.05c.805-.185%201.443-.796%202.72-2.017l.15-.144c.968-.968%201.453-1.452%201.57-2.44c.118-.989-.134-1.402-.64-2.228a13.2%2013.2%200%200%200-1.945-2.442a13.2%2013.2%200%200%200-2.442-1.946c-.826-.505-1.24-.757-2.228-.64c-.988.118-1.472.602-2.44%201.57l-.144.15C10.411%205.526%209.8%206.164%209.615%206.97q-.032.137-.05.275c-.11.82.239%201.631.935%203.256%22%2F%3E%3Cpath%20d%3D%22m10.5%2010.499l-8%208v3h3v-2h2v-2h2l4-4M17%207l-1%201%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-02.svg?color=%231a73e8&size=48