boxing glove icon
boxing-glove from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- boxing-glove
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the boxing glove 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="M16.584 6.057c2.335 0 2.962 3.187 1.958 5.285c-.449.939-1.226 1.763-1.847 2.594c-.597.796-.895 1.194-1.287 1.473c-.874.621-1.886.591-2.918.591h-1.032c-2.539 0-3.808 0-4.647-.71s-1.044-1.93-1.455-4.373c-.226-1.343-.385-2.685-.352-3.986c.06-2.382 1.885-4.388 4.348-4.782c1.174-.188 2.62-.206 3.793-.007c2.097.356 3.576 2.162 3.43 4.19c-.09 1.235-.592 2.508-.905 3.702"/><path d="M7.004 15.5V18c0 1.886 0 2.828.586 3.414c.585.586 1.528.586 3.414.586h1c1.886 0 2.828 0 3.414-.586s.586-1.528.586-3.414v-3m-9 4h3"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBoxingGlove(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="M16.584 6.057c2.335 0 2.962 3.187 1.958 5.285c-.449.939-1.226 1.763-1.847 2.594c-.597.796-.895 1.194-1.287 1.473c-.874.621-1.886.591-2.918.591h-1.032c-2.539 0-3.808 0-4.647-.71s-1.044-1.93-1.455-4.373c-.226-1.343-.385-2.685-.352-3.986c.06-2.382 1.885-4.388 4.348-4.782c1.174-.188 2.62-.206 3.793-.007c2.097.356 3.576 2.162 3.43 4.19c-.09 1.235-.592 2.508-.905 3.702"/><path d="M7.004 15.5V18c0 1.886 0 2.828.586 3.414c.585.586 1.528.586 3.414.586h1c1.886 0 2.828 0 3.414-.586s.586-1.528.586-3.414v-3m-9 4h3"/></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="M16.584 6.057c2.335 0 2.962 3.187 1.958 5.285c-.449.939-1.226 1.763-1.847 2.594c-.597.796-.895 1.194-1.287 1.473c-.874.621-1.886.591-2.918.591h-1.032c-2.539 0-3.808 0-4.647-.71s-1.044-1.93-1.455-4.373c-.226-1.343-.385-2.685-.352-3.986c.06-2.382 1.885-4.388 4.348-4.782c1.174-.188 2.62-.206 3.793-.007c2.097.356 3.576 2.162 3.43 4.19c-.09 1.235-.592 2.508-.905 3.702"/><path d="M7.004 15.5V18c0 1.886 0 2.828.586 3.414c.585.586 1.528.586 3.414.586h1c1.886 0 2.828 0 3.414-.586s.586-1.528.586-3.414v-3m-9 4h3"/></g></svg> </template>
CSS
.icon-boxing-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.584%206.057c2.335%200%202.962%203.187%201.958%205.285c-.449.939-1.226%201.763-1.847%202.594c-.597.796-.895%201.194-1.287%201.473c-.874.621-1.886.591-2.918.591h-1.032c-2.539%200-3.808%200-4.647-.71s-1.044-1.93-1.455-4.373c-.226-1.343-.385-2.685-.352-3.986c.06-2.382%201.885-4.388%204.348-4.782c1.174-.188%202.62-.206%203.793-.007c2.097.356%203.576%202.162%203.43%204.19c-.09%201.235-.592%202.508-.905%203.702%22%2F%3E%3Cpath%20d%3D%22M7.004%2015.5V18c0%201.886%200%202.828.586%203.414c.585.586%201.528.586%203.414.586h1c1.886%200%202.828%200%203.414-.586s.586-1.528.586-3.414v-3m-9%204h3%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%22M16.584%206.057c2.335%200%202.962%203.187%201.958%205.285c-.449.939-1.226%201.763-1.847%202.594c-.597.796-.895%201.194-1.287%201.473c-.874.621-1.886.591-2.918.591h-1.032c-2.539%200-3.808%200-4.647-.71s-1.044-1.93-1.455-4.373c-.226-1.343-.385-2.685-.352-3.986c.06-2.382%201.885-4.388%204.348-4.782c1.174-.188%202.62-.206%203.793-.007c2.097.356%203.576%202.162%203.43%204.19c-.09%201.235-.592%202.508-.905%203.702%22%2F%3E%3Cpath%20d%3D%22M7.004%2015.5V18c0%201.886%200%202.828.586%203.414c.585.586%201.528.586%203.414.586h1c1.886%200%202.828%200%203.414-.586s.586-1.528.586-3.414v-3m-9%204h3%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/boxing-glove.svg?color=%231a73e8&size=48