boxing bag icon

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

Name
boxing-bag
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the boxing bag 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="M18 17.5q-6 2-12 0m12-7q-6-2-12 0m10-4l-2.505-2.818c-.697-.785-1.046-1.177-1.495-1.177s-.798.392-1.495 1.177L8 6.5M18 2H6"/><path d="M9.111 21.768q2.889.465 5.778 0c2.628-.422 3.111-1.3 3.111-3.476V9.708c0-2.176-.483-3.054-3.111-3.476a18.1 18.1 0 0 0-5.778 0C6.483 6.654 6 7.532 6 9.708v8.584c0 2.176.483 3.054 3.111 3.476"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBoxingBag(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="M18 17.5q-6 2-12 0m12-7q-6-2-12 0m10-4l-2.505-2.818c-.697-.785-1.046-1.177-1.495-1.177s-.798.392-1.495 1.177L8 6.5M18 2H6"/><path d="M9.111 21.768q2.889.465 5.778 0c2.628-.422 3.111-1.3 3.111-3.476V9.708c0-2.176-.483-3.054-3.111-3.476a18.1 18.1 0 0 0-5.778 0C6.483 6.654 6 7.532 6 9.708v8.584c0 2.176.483 3.054 3.111 3.476"/></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="M18 17.5q-6 2-12 0m12-7q-6-2-12 0m10-4l-2.505-2.818c-.697-.785-1.046-1.177-1.495-1.177s-.798.392-1.495 1.177L8 6.5M18 2H6"/><path d="M9.111 21.768q2.889.465 5.778 0c2.628-.422 3.111-1.3 3.111-3.476V9.708c0-2.176-.483-3.054-3.111-3.476a18.1 18.1 0 0 0-5.778 0C6.483 6.654 6 7.532 6 9.708v8.584c0 2.176.483 3.054 3.111 3.476"/></g></svg>
</template>

CSS

.icon-boxing-bag {
  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%22M18%2017.5q-6%202-12%200m12-7q-6-2-12%200m10-4l-2.505-2.818c-.697-.785-1.046-1.177-1.495-1.177s-.798.392-1.495%201.177L8%206.5M18%202H6%22%2F%3E%3Cpath%20d%3D%22M9.111%2021.768q2.889.465%205.778%200c2.628-.422%203.111-1.3%203.111-3.476V9.708c0-2.176-.483-3.054-3.111-3.476a18.1%2018.1%200%200%200-5.778%200C6.483%206.654%206%207.532%206%209.708v8.584c0%202.176.483%203.054%203.111%203.476%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%22M18%2017.5q-6%202-12%200m12-7q-6-2-12%200m10-4l-2.505-2.818c-.697-.785-1.046-1.177-1.495-1.177s-.798.392-1.495%201.177L8%206.5M18%202H6%22%2F%3E%3Cpath%20d%3D%22M9.111%2021.768q2.889.465%205.778%200c2.628-.422%203.111-1.3%203.111-3.476V9.708c0-2.176-.483-3.054-3.111-3.476a18.1%2018.1%200%200%200-5.778%200C6.483%206.654%206%207.532%206%209.708v8.584c0%202.176.483%203.054%203.111%203.476%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-bag.svg?color=%231a73e8&size=48