punching ball 01 icon
punching-ball-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- punching-ball-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the punching ball 01 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-width="1.5"><path d="M12.002 22c-3.59 0-6.5-2.182-6.5-5.49c0-2.85 2.41-4.863 3.771-8.555c.173-.469.26-.703.326-.825c.355-.654.856-.985 1.642-1.084a6.4 6.4 0 0 1 1.522 0c.786.099 1.287.43 1.642 1.084c.067.122.153.356.326.825c1.361 3.692 3.771 5.706 3.771 8.554c0 3.308-2.91 5.491-6.5 5.491Z"/><path stroke-linecap="round" d="M9.955 14c-1.023 1.778-.302 8 2.046 8c2.345 0 3.073-6.222 2.048-8"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 6V3.5m0 0l.915-.229A2.43 2.43 0 0 0 14.5 2M12 3.5l-.915-.229A2.43 2.43 0 0 1 9.5 2m5.502 7h-6"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPunchingBall01(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" strokeWidth="1.5"><path d="M12.002 22c-3.59 0-6.5-2.182-6.5-5.49c0-2.85 2.41-4.863 3.771-8.555c.173-.469.26-.703.326-.825c.355-.654.856-.985 1.642-1.084a6.4 6.4 0 0 1 1.522 0c.786.099 1.287.43 1.642 1.084c.067.122.153.356.326.825c1.361 3.692 3.771 5.706 3.771 8.554c0 3.308-2.91 5.491-6.5 5.491Z"/><path strokeLinecap="round" d="M9.955 14c-1.023 1.778-.302 8 2.046 8c2.345 0 3.073-6.222 2.048-8"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 6V3.5m0 0l.915-.229A2.43 2.43 0 0 0 14.5 2M12 3.5l-.915-.229A2.43 2.43 0 0 1 9.5 2m5.502 7h-6"/></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-width="1.5"><path d="M12.002 22c-3.59 0-6.5-2.182-6.5-5.49c0-2.85 2.41-4.863 3.771-8.555c.173-.469.26-.703.326-.825c.355-.654.856-.985 1.642-1.084a6.4 6.4 0 0 1 1.522 0c.786.099 1.287.43 1.642 1.084c.067.122.153.356.326.825c1.361 3.692 3.771 5.706 3.771 8.554c0 3.308-2.91 5.491-6.5 5.491Z"/><path stroke-linecap="round" d="M9.955 14c-1.023 1.778-.302 8 2.046 8c2.345 0 3.073-6.222 2.048-8"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 6V3.5m0 0l.915-.229A2.43 2.43 0 0 0 14.5 2M12 3.5l-.915-.229A2.43 2.43 0 0 1 9.5 2m5.502 7h-6"/></g></svg> </template>
CSS
.icon-punching-ball-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.002%2022c-3.59%200-6.5-2.182-6.5-5.49c0-2.85%202.41-4.863%203.771-8.555c.173-.469.26-.703.326-.825c.355-.654.856-.985%201.642-1.084a6.4%206.4%200%200%201%201.522%200c.786.099%201.287.43%201.642%201.084c.067.122.153.356.326.825c1.361%203.692%203.771%205.706%203.771%208.554c0%203.308-2.91%205.491-6.5%205.491Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.955%2014c-1.023%201.778-.302%208%202.046%208c2.345%200%203.073-6.222%202.048-8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%206V3.5m0%200l.915-.229A2.43%202.43%200%200%200%2014.5%202M12%203.5l-.915-.229A2.43%202.43%200%200%201%209.5%202m5.502%207h-6%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.002%2022c-3.59%200-6.5-2.182-6.5-5.49c0-2.85%202.41-4.863%203.771-8.555c.173-.469.26-.703.326-.825c.355-.654.856-.985%201.642-1.084a6.4%206.4%200%200%201%201.522%200c.786.099%201.287.43%201.642%201.084c.067.122.153.356.326.825c1.361%203.692%203.771%205.706%203.771%208.554c0%203.308-2.91%205.491-6.5%205.491Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.955%2014c-1.023%201.778-.302%208%202.046%208c2.345%200%203.073-6.222%202.048-8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%206V3.5m0%200l.915-.229A2.43%202.43%200%200%200%2014.5%202M12%203.5l-.915-.229A2.43%202.43%200%200%201%209.5%202m5.502%207h-6%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/punching-ball-01.svg?color=%231a73e8&size=48