dumbbell 01 icon

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

Name
dumbbell-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the dumbbell 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 stroke-linecap="round" stroke-linejoin="round" d="M7.734 13.732s.906-1.222 1.5-1.5c1.795-.84 2.16-1.206 3-3.001c.279-.595 1.5-1.5 1.5-1.5m-3.5 8.502s1.222-.906 1.5-1.5c.84-1.796 1.206-2.16 3-3.001c.595-.279 1.5-1.5 1.5-1.5"/><path d="M14.431 2.892a1.3 1.3 0 0 1 1.839-.003l4.811 4.798a1.3 1.3 0 0 1 .003 1.84l-1.528 1.533a1.3 1.3 0 0 1-1.839.003l-4.812-4.798a1.3 1.3 0 0 1-.002-1.839zM4.414 12.902a1.3 1.3 0 0 1 1.838-.003l4.812 4.798a1.3 1.3 0 0 1 .003 1.84L9.538 21.07a1.3 1.3 0 0 1-1.838.003l-4.812-4.798a1.3 1.3 0 0 1-.003-1.839z"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.938 3.453c1.882-2.468 5.202.387 2.605 2.576M3.378 17.977c-2.38 1.992.62 5.182 2.69 2.489"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDumbbell01(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 strokeLinecap="round" strokeLinejoin="round" d="M7.734 13.732s.906-1.222 1.5-1.5c1.795-.84 2.16-1.206 3-3.001c.279-.595 1.5-1.5 1.5-1.5m-3.5 8.502s1.222-.906 1.5-1.5c.84-1.796 1.206-2.16 3-3.001c.595-.279 1.5-1.5 1.5-1.5"/><path d="M14.431 2.892a1.3 1.3 0 0 1 1.839-.003l4.811 4.798a1.3 1.3 0 0 1 .003 1.84l-1.528 1.533a1.3 1.3 0 0 1-1.839.003l-4.812-4.798a1.3 1.3 0 0 1-.002-1.839zM4.414 12.902a1.3 1.3 0 0 1 1.838-.003l4.812 4.798a1.3 1.3 0 0 1 .003 1.84L9.538 21.07a1.3 1.3 0 0 1-1.838.003l-4.812-4.798a1.3 1.3 0 0 1-.003-1.839z"/><path strokeLinecap="round" strokeLinejoin="round" d="M17.938 3.453c1.882-2.468 5.202.387 2.605 2.576M3.378 17.977c-2.38 1.992.62 5.182 2.69 2.489"/></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 stroke-linecap="round" stroke-linejoin="round" d="M7.734 13.732s.906-1.222 1.5-1.5c1.795-.84 2.16-1.206 3-3.001c.279-.595 1.5-1.5 1.5-1.5m-3.5 8.502s1.222-.906 1.5-1.5c.84-1.796 1.206-2.16 3-3.001c.595-.279 1.5-1.5 1.5-1.5"/><path d="M14.431 2.892a1.3 1.3 0 0 1 1.839-.003l4.811 4.798a1.3 1.3 0 0 1 .003 1.84l-1.528 1.533a1.3 1.3 0 0 1-1.839.003l-4.812-4.798a1.3 1.3 0 0 1-.002-1.839zM4.414 12.902a1.3 1.3 0 0 1 1.838-.003l4.812 4.798a1.3 1.3 0 0 1 .003 1.84L9.538 21.07a1.3 1.3 0 0 1-1.838.003l-4.812-4.798a1.3 1.3 0 0 1-.003-1.839z"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.938 3.453c1.882-2.468 5.202.387 2.605 2.576M3.378 17.977c-2.38 1.992.62 5.182 2.69 2.489"/></g></svg>
</template>

CSS

.icon-dumbbell-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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.734%2013.732s.906-1.222%201.5-1.5c1.795-.84%202.16-1.206%203-3.001c.279-.595%201.5-1.5%201.5-1.5m-3.5%208.502s1.222-.906%201.5-1.5c.84-1.796%201.206-2.16%203-3.001c.595-.279%201.5-1.5%201.5-1.5%22%2F%3E%3Cpath%20d%3D%22M14.431%202.892a1.3%201.3%200%200%201%201.839-.003l4.811%204.798a1.3%201.3%200%200%201%20.003%201.84l-1.528%201.533a1.3%201.3%200%200%201-1.839.003l-4.812-4.798a1.3%201.3%200%200%201-.002-1.839zM4.414%2012.902a1.3%201.3%200%200%201%201.838-.003l4.812%204.798a1.3%201.3%200%200%201%20.003%201.84L9.538%2021.07a1.3%201.3%200%200%201-1.838.003l-4.812-4.798a1.3%201.3%200%200%201-.003-1.839z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.938%203.453c1.882-2.468%205.202.387%202.605%202.576M3.378%2017.977c-2.38%201.992.62%205.182%202.69%202.489%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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.734%2013.732s.906-1.222%201.5-1.5c1.795-.84%202.16-1.206%203-3.001c.279-.595%201.5-1.5%201.5-1.5m-3.5%208.502s1.222-.906%201.5-1.5c.84-1.796%201.206-2.16%203-3.001c.595-.279%201.5-1.5%201.5-1.5%22%2F%3E%3Cpath%20d%3D%22M14.431%202.892a1.3%201.3%200%200%201%201.839-.003l4.811%204.798a1.3%201.3%200%200%201%20.003%201.84l-1.528%201.533a1.3%201.3%200%200%201-1.839.003l-4.812-4.798a1.3%201.3%200%200%201-.002-1.839zM4.414%2012.902a1.3%201.3%200%200%201%201.838-.003l4.812%204.798a1.3%201.3%200%200%201%20.003%201.84L9.538%2021.07a1.3%201.3%200%200%201-1.838.003l-4.812-4.798a1.3%201.3%200%200%201-.003-1.839z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.938%203.453c1.882-2.468%205.202.387%202.605%202.576M3.378%2017.977c-2.38%201.992.62%205.182%202.69%202.489%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/dumbbell-01.svg?color=%231a73e8&size=48