dumbbell icon

dumbbell-duotone from Reicon by REICON · Duotone · Sports · MIT Free for personal and commercial use.

Name
dumbbell-duotone
Set
Reicon
Style
Duotone
Category
Sports
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All dumbbell icons →

More sports icons from Reicon

Use the dumbbell icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M22 10v4c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C20.398 17 19.932 17 19 17s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C16 15.398 16 14.432 16 13.5v-3c0-.932 0-1.898.152-2.265a2 2 0 0 1 1.083-1.083C17.602 7 18.068 7 19 7s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C22 8.602 22 9.068 22 10m-14 .5v3c0 .932 0 1.898-.152 2.265a2 2 0 0 1-1.083 1.083C6.398 17 5.932 17 5 17s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C2 15.398 2 14.932 2 14v-4c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.602 7 4.068 7 5 7s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C8 8.602 8 9.568 8 10.5" clip-rule="evenodd"/><path d="M16 10.5H8v3h8z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconDumbbellDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M22 10v4c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C20.398 17 19.932 17 19 17s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C16 15.398 16 14.432 16 13.5v-3c0-.932 0-1.898.152-2.265a2 2 0 0 1 1.083-1.083C17.602 7 18.068 7 19 7s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C22 8.602 22 9.068 22 10m-14 .5v3c0 .932 0 1.898-.152 2.265a2 2 0 0 1-1.083 1.083C6.398 17 5.932 17 5 17s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C2 15.398 2 14.932 2 14v-4c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.602 7 4.068 7 5 7s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C8 8.602 8 9.568 8 10.5" clipRule="evenodd"/><path d="M16 10.5H8v3h8z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M22 10v4c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C20.398 17 19.932 17 19 17s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C16 15.398 16 14.432 16 13.5v-3c0-.932 0-1.898.152-2.265a2 2 0 0 1 1.083-1.083C17.602 7 18.068 7 19 7s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C22 8.602 22 9.068 22 10m-14 .5v3c0 .932 0 1.898-.152 2.265a2 2 0 0 1-1.083 1.083C6.398 17 5.932 17 5 17s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C2 15.398 2 14.932 2 14v-4c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.602 7 4.068 7 5 7s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C8 8.602 8 9.568 8 10.5" clip-rule="evenodd"/><path d="M16 10.5H8v3h8z" opacity=".5"/></g></svg>
</template>

CSS

.icon-dumbbell-duotone {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%2010v4c0%20.932%200%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C20.398%2017%2019.932%2017%2019%2017s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C16%2015.398%2016%2014.432%2016%2013.5v-3c0-.932%200-1.898.152-2.265a2%202%200%200%201%201.083-1.083C17.602%207%2018.068%207%2019%207s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C22%208.602%2022%209.068%2022%2010m-14%20.5v3c0%20.932%200%201.898-.152%202.265a2%202%200%200%201-1.083%201.083C6.398%2017%205.932%2017%205%2017s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C2%2015.398%202%2014.932%202%2014v-4c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.602%207%204.068%207%205%207s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C8%208.602%208%209.568%208%2010.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16%2010.5H8v3h8z%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%2010v4c0%20.932%200%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C20.398%2017%2019.932%2017%2019%2017s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C16%2015.398%2016%2014.432%2016%2013.5v-3c0-.932%200-1.898.152-2.265a2%202%200%200%201%201.083-1.083C17.602%207%2018.068%207%2019%207s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C22%208.602%2022%209.068%2022%2010m-14%20.5v3c0%20.932%200%201.898-.152%202.265a2%202%200%200%201-1.083%201.083C6.398%2017%205.932%2017%205%2017s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083C2%2015.398%202%2014.932%202%2014v-4c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.602%207%204.068%207%205%207s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C8%208.602%208%209.568%208%2010.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16%2010.5H8v3h8z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/dumbbell-duotone.svg?color=%231a73e8&size=48