dumbbell icon

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

Name
dumbbell-filled
Set
Reicon
Style
Filled
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"><path fill="currentColor" d="M22 14v-4c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C20.398 7 19.932 7 19 7s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C16 8.602 16 9.568 16 10.5H8c0-.932 0-1.898-.152-2.265a2 2 0 0 0-1.083-1.083C6.398 7 5.932 7 5 7s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C2 8.602 2 9.068 2 10v4c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C3.602 17 4.068 17 5 17s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C8 15.398 8 14.432 8 13.5h8c0 .932 0 1.898.152 2.265a2 2 0 0 0 1.083 1.083C17.602 17 18.068 17 19 17s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C22 15.398 22 14.932 22 14"/></svg>

React

import type { SVGProps } from "react";

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

Vue

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

CSS

.icon-dumbbell-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2014v-4c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C20.398%207%2019.932%207%2019%207s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C16%208.602%2016%209.568%2016%2010.5H8c0-.932%200-1.898-.152-2.265a2%202%200%200%200-1.083-1.083C6.398%207%205.932%207%205%207s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C2%208.602%202%209.068%202%2010v4c0%20.932%200%201.398.152%201.765a2%202%200%200%200%201.083%201.083C3.602%2017%204.068%2017%205%2017s1.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C8%2015.398%208%2014.432%208%2013.5h8c0%20.932%200%201.898.152%202.265a2%202%200%200%200%201.083%201.083C17.602%2017%2018.068%2017%2019%2017s1.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C22%2015.398%2022%2014.932%2022%2014%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2014v-4c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C20.398%207%2019.932%207%2019%207s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C16%208.602%2016%209.568%2016%2010.5H8c0-.932%200-1.898-.152-2.265a2%202%200%200%200-1.083-1.083C6.398%207%205.932%207%205%207s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C2%208.602%202%209.068%202%2010v4c0%20.932%200%201.398.152%201.765a2%202%200%200%200%201.083%201.083C3.602%2017%204.068%2017%205%2017s1.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C8%2015.398%208%2014.432%208%2013.5h8c0%20.932%200%201.898.152%202.265a2%202%200%200%200%201.083%201.083C17.602%2017%2018.068%2017%2019%2017s1.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C22%2015.398%2022%2014.932%2022%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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