boxing glove 01 icon
boxing-glove-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- boxing-glove-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the boxing glove 01 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="M5.981 11.245c-.087 2.723 3.122 6.079 6.13 7.133m-6.13-7.133c-.304.523-3.415 3.017-3.47 4.073c-.263 2.098 3.301 6.039 6.05 6.173c1.025.146 2.449-1.58 3.892-2.864c.795-.706 1.94-.87 6.524-2.008c1.664-.289 3.662-3.158.7-5.59m-13.696.216c.929-2.2 2.533-6.456 5.68-8.137c1.278-.726 4.598-1.394 7.85 1.698c1.12.941 3.06 3.002 1.254 5.378c-1.204 1.402-3.024.996-3.2 3.422"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBoxingGlove01(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="M5.981 11.245c-.087 2.723 3.122 6.079 6.13 7.133m-6.13-7.133c-.304.523-3.415 3.017-3.47 4.073c-.263 2.098 3.301 6.039 6.05 6.173c1.025.146 2.449-1.58 3.892-2.864c.795-.706 1.94-.87 6.524-2.008c1.664-.289 3.662-3.158.7-5.59m-13.696.216c.929-2.2 2.533-6.456 5.68-8.137c1.278-.726 4.598-1.394 7.85 1.698c1.12.941 3.06 3.002 1.254 5.378c-1.204 1.402-3.024.996-3.2 3.422"/></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="M5.981 11.245c-.087 2.723 3.122 6.079 6.13 7.133m-6.13-7.133c-.304.523-3.415 3.017-3.47 4.073c-.263 2.098 3.301 6.039 6.05 6.173c1.025.146 2.449-1.58 3.892-2.864c.795-.706 1.94-.87 6.524-2.008c1.664-.289 3.662-3.158.7-5.59m-13.696.216c.929-2.2 2.533-6.456 5.68-8.137c1.278-.726 4.598-1.394 7.85 1.698c1.12.941 3.06 3.002 1.254 5.378c-1.204 1.402-3.024.996-3.2 3.422"/></svg> </template>
CSS
.icon-boxing-glove-01 {
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%22M5.981%2011.245c-.087%202.723%203.122%206.079%206.13%207.133m-6.13-7.133c-.304.523-3.415%203.017-3.47%204.073c-.263%202.098%203.301%206.039%206.05%206.173c1.025.146%202.449-1.58%203.892-2.864c.795-.706%201.94-.87%206.524-2.008c1.664-.289%203.662-3.158.7-5.59m-13.696.216c.929-2.2%202.533-6.456%205.68-8.137c1.278-.726%204.598-1.394%207.85%201.698c1.12.941%203.06%203.002%201.254%205.378c-1.204%201.402-3.024.996-3.2%203.422%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%22M5.981%2011.245c-.087%202.723%203.122%206.079%206.13%207.133m-6.13-7.133c-.304.523-3.415%203.017-3.47%204.073c-.263%202.098%203.301%206.039%206.05%206.173c1.025.146%202.449-1.58%203.892-2.864c.795-.706%201.94-.87%206.524-2.008c1.664-.289%203.662-3.158.7-5.59m-13.696.216c.929-2.2%202.533-6.456%205.68-8.137c1.278-.726%204.598-1.394%207.85%201.698c1.12.941%203.06%203.002%201.254%205.378c-1.204%201.402-3.024.996-3.2%203.422%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/boxing-glove-01.svg?color=%231a73e8&size=48