kettlebell icon

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

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

The same icon in other sets

Use the kettlebell 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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M17 9c1.212-2.861 1.82-3.849 1.33-4.929a2.8 2.8 0 0 0-.635-.886c-1.672-1.58-9.718-1.58-11.39 0a2.8 2.8 0 0 0-.635.886C5.18 5.151 5.79 6.14 7 9"/><path d="M12 8a8 8 0 0 0-6.325 12.898C6.395 21.827 7.064 22 8.22 22h7.558c1.157 0 1.827-.173 2.546-1.102A8 8 0 0 0 12 8Z"/><path stroke-linecap="round" d="M15 16h1.5m-9 0H9"/><circle cx="12" cy="16" r="3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsKettlebell(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M17 9c1.212-2.861 1.82-3.849 1.33-4.929a2.8 2.8 0 0 0-.635-.886c-1.672-1.58-9.718-1.58-11.39 0a2.8 2.8 0 0 0-.635.886C5.18 5.151 5.79 6.14 7 9"/><path d="M12 8a8 8 0 0 0-6.325 12.898C6.395 21.827 7.064 22 8.22 22h7.558c1.157 0 1.827-.173 2.546-1.102A8 8 0 0 0 12 8Z"/><path strokeLinecap="round" d="M15 16h1.5m-9 0H9"/><circle cx="12" cy="16" r="3"/></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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M17 9c1.212-2.861 1.82-3.849 1.33-4.929a2.8 2.8 0 0 0-.635-.886c-1.672-1.58-9.718-1.58-11.39 0a2.8 2.8 0 0 0-.635.886C5.18 5.151 5.79 6.14 7 9"/><path d="M12 8a8 8 0 0 0-6.325 12.898C6.395 21.827 7.064 22 8.22 22h7.558c1.157 0 1.827-.173 2.546-1.102A8 8 0 0 0 12 8Z"/><path stroke-linecap="round" d="M15 16h1.5m-9 0H9"/><circle cx="12" cy="16" r="3"/></g></svg>
</template>

CSS

.icon-kettlebell {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%209c1.212-2.861%201.82-3.849%201.33-4.929a2.8%202.8%200%200%200-.635-.886c-1.672-1.58-9.718-1.58-11.39%200a2.8%202.8%200%200%200-.635.886C5.18%205.151%205.79%206.14%207%209%22%2F%3E%3Cpath%20d%3D%22M12%208a8%208%200%200%200-6.325%2012.898C6.395%2021.827%207.064%2022%208.22%2022h7.558c1.157%200%201.827-.173%202.546-1.102A8%208%200%200%200%2012%208Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2016h1.5m-9%200H9%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2216%22%20r%3D%223%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%209c1.212-2.861%201.82-3.849%201.33-4.929a2.8%202.8%200%200%200-.635-.886c-1.672-1.58-9.718-1.58-11.39%200a2.8%202.8%200%200%200-.635.886C5.18%205.151%205.79%206.14%207%209%22%2F%3E%3Cpath%20d%3D%22M12%208a8%208%200%200%200-6.325%2012.898C6.395%2021.827%207.064%2022%208.22%2022h7.558c1.157%200%201.827-.173%202.546-1.102A8%208%200%200%200%2012%208Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2016h1.5m-9%200H9%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2216%22%20r%3D%223%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/kettlebell.svg?color=%231a73e8&size=48