glove from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
glove
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the glove icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.282 21h-1.08c-1.937 0-2.905 0-3.738-.422c-.833-.423-1.414-1.208-2.576-2.778l-2.474-3.343a2.12 2.12 0 0 1 .193-2.745a2.054 2.054 0 0 1 3.122.225L8.256 14V9.42c0-.39 0-.585.009-.75c.166-3.054 2.571-5.493 5.584-5.66c.163-.01.356-.01.741-.01c.447 0 .67 0 .85.011c3.364.208 5.878 3.216 5.527 6.614c-.018.181-.055.405-.129.851l-.772 4.7c-.388 2.357-.582 3.535-1.25 4.361a4 4 0 0 1-1.083.93c-.914.533-2.093.533-4.45.533M19 17h-7"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsGlove(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M13.282 21h-1.08c-1.937 0-2.905 0-3.738-.422c-.833-.423-1.414-1.208-2.576-2.778l-2.474-3.343a2.12 2.12 0 0 1 .193-2.745a2.054 2.054 0 0 1 3.122.225L8.256 14V9.42c0-.39 0-.585.009-.75c.166-3.054 2.571-5.493 5.584-5.66c.163-.01.356-.01.741-.01c.447 0 .67 0 .85.011c3.364.208 5.878 3.216 5.527 6.614c-.018.181-.055.405-.129.851l-.772 4.7c-.388 2.357-.582 3.535-1.25 4.361a4 4 0 0 1-1.083.93c-.914.533-2.093.533-4.45.533M19 17h-7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.282 21h-1.08c-1.937 0-2.905 0-3.738-.422c-.833-.423-1.414-1.208-2.576-2.778l-2.474-3.343a2.12 2.12 0 0 1 .193-2.745a2.054 2.054 0 0 1 3.122.225L8.256 14V9.42c0-.39 0-.585.009-.75c.166-3.054 2.571-5.493 5.584-5.66c.163-.01.356-.01.741-.01c.447 0 .67 0 .85.011c3.364.208 5.878 3.216 5.527 6.614c-.018.181-.055.405-.129.851l-.772 4.7c-.388 2.357-.582 3.535-1.25 4.361a4 4 0 0 1-1.083.93c-.914.533-2.093.533-4.45.533M19 17h-7"/></svg>
</template>

CSS

.icon-glove {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13.282%2021h-1.08c-1.937%200-2.905%200-3.738-.422c-.833-.423-1.414-1.208-2.576-2.778l-2.474-3.343a2.12%202.12%200%200%201%20.193-2.745a2.054%202.054%200%200%201%203.122.225L8.256%2014V9.42c0-.39%200-.585.009-.75c.166-3.054%202.571-5.493%205.584-5.66c.163-.01.356-.01.741-.01c.447%200%20.67%200%20.85.011c3.364.208%205.878%203.216%205.527%206.614c-.018.181-.055.405-.129.851l-.772%204.7c-.388%202.357-.582%203.535-1.25%204.361a4%204%200%200%201-1.083.93c-.914.533-2.093.533-4.45.533M19%2017h-7%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13.282%2021h-1.08c-1.937%200-2.905%200-3.738-.422c-.833-.423-1.414-1.208-2.576-2.778l-2.474-3.343a2.12%202.12%200%200%201%20.193-2.745a2.054%202.054%200%200%201%203.122.225L8.256%2014V9.42c0-.39%200-.585.009-.75c.166-3.054%202.571-5.493%205.584-5.66c.163-.01.356-.01.741-.01c.447%200%20.67%200%20.85.011c3.364.208%205.878%203.216%205.527%206.614c-.018.181-.055.405-.129.851l-.772%204.7c-.388%202.357-.582%203.535-1.25%204.361a4%204%200%200%201-1.083.93c-.914.533-2.093.533-4.45.533M19%2017h-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/glove.svg?color=%231a73e8&size=48