dumbbell icon

dumbbell-broken from Solar by 480 Design · Broken · Sports · CC-BY-4.0 Attribution required.

Name
dumbbell-broken
Set
Solar
Style
Broken
Category
Sports
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More sports icons from Solar

Use the dumbbell icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21.8478 8.23484C21.6448 7.74478 21.2554 7.35523 20.7654 7.15224C20.3978 7 19.9319 7 19 7C18.0681 7 17.6022 7 17.2346 7.15224C16.7446 7.35523 16.3552 7.74432 16.1522 8.23438C16 8.60192 16 9.56786 16 10.4997H7.9999C7.9999 9.56786 7.9999 8.60192 7.84766 8.23438C7.64467 7.74432 7.25542 7.35523 6.76537 7.15224C6.39782 7 5.93188 7 5 7C4.06812 7 3.60216 7 3.23462 7.15224C2.74456 7.35523 2.35523 7.74432 2.15224 8.23438C2 8.60192 2 9.06812 2 10V14C2 14.9319 2 15.3978 2.15224 15.7654C2.35523 16.2554 2.74456 16.6447 3.23462 16.8477C3.60216 16.9999 4.0681 16.9999 4.99999 16.9999C5.93187 16.9999 6.39784 16.9999 6.76538 16.8477C7.25544 16.6447 7.64467 16.2554 7.84766 15.7654C7.9999 15.3978 7.9999 14.4319 7.9999 13.5H16.0001V13.5019C16.0001 14.4332 16.0001 15.3981 16.1522 15.7654C16.3552 16.2554 16.7446 16.6447 17.2346 16.8477C17.6022 16.9999 18.0681 16.9999 19 16.9999C19.9319 16.9999 20.3978 16.9999 20.7654 16.8477C21.2554 16.6447 21.6447 16.2554 21.8477 15.7654C21.9999 15.3978 21.9999 14.9319 21.9999 14L22.0001 12"/></svg>

React

import type { SVGProps } from "react";

export function SolarDumbbellBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M21.8478 8.23484C21.6448 7.74478 21.2554 7.35523 20.7654 7.15224C20.3978 7 19.9319 7 19 7C18.0681 7 17.6022 7 17.2346 7.15224C16.7446 7.35523 16.3552 7.74432 16.1522 8.23438C16 8.60192 16 9.56786 16 10.4997H7.9999C7.9999 9.56786 7.9999 8.60192 7.84766 8.23438C7.64467 7.74432 7.25542 7.35523 6.76537 7.15224C6.39782 7 5.93188 7 5 7C4.06812 7 3.60216 7 3.23462 7.15224C2.74456 7.35523 2.35523 7.74432 2.15224 8.23438C2 8.60192 2 9.06812 2 10V14C2 14.9319 2 15.3978 2.15224 15.7654C2.35523 16.2554 2.74456 16.6447 3.23462 16.8477C3.60216 16.9999 4.0681 16.9999 4.99999 16.9999C5.93187 16.9999 6.39784 16.9999 6.76538 16.8477C7.25544 16.6447 7.64467 16.2554 7.84766 15.7654C7.9999 15.3978 7.9999 14.4319 7.9999 13.5H16.0001V13.5019C16.0001 14.4332 16.0001 15.3981 16.1522 15.7654C16.3552 16.2554 16.7446 16.6447 17.2346 16.8477C17.6022 16.9999 18.0681 16.9999 19 16.9999C19.9319 16.9999 20.3978 16.9999 20.7654 16.8477C21.2554 16.6447 21.6447 16.2554 21.8477 15.7654C21.9999 15.3978 21.9999 14.9319 21.9999 14L22.0001 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21.8478 8.23484C21.6448 7.74478 21.2554 7.35523 20.7654 7.15224C20.3978 7 19.9319 7 19 7C18.0681 7 17.6022 7 17.2346 7.15224C16.7446 7.35523 16.3552 7.74432 16.1522 8.23438C16 8.60192 16 9.56786 16 10.4997H7.9999C7.9999 9.56786 7.9999 8.60192 7.84766 8.23438C7.64467 7.74432 7.25542 7.35523 6.76537 7.15224C6.39782 7 5.93188 7 5 7C4.06812 7 3.60216 7 3.23462 7.15224C2.74456 7.35523 2.35523 7.74432 2.15224 8.23438C2 8.60192 2 9.06812 2 10V14C2 14.9319 2 15.3978 2.15224 15.7654C2.35523 16.2554 2.74456 16.6447 3.23462 16.8477C3.60216 16.9999 4.0681 16.9999 4.99999 16.9999C5.93187 16.9999 6.39784 16.9999 6.76538 16.8477C7.25544 16.6447 7.64467 16.2554 7.84766 15.7654C7.9999 15.3978 7.9999 14.4319 7.9999 13.5H16.0001V13.5019C16.0001 14.4332 16.0001 15.3981 16.1522 15.7654C16.3552 16.2554 16.7446 16.6447 17.2346 16.8477C17.6022 16.9999 18.0681 16.9999 19 16.9999C19.9319 16.9999 20.3978 16.9999 20.7654 16.8477C21.2554 16.6447 21.6447 16.2554 21.8477 15.7654C21.9999 15.3978 21.9999 14.9319 21.9999 14L22.0001 12"/></svg>
</template>

CSS

.icon-dumbbell-broken {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21.8478%208.23484C21.6448%207.74478%2021.2554%207.35523%2020.7654%207.15224C20.3978%207%2019.9319%207%2019%207C18.0681%207%2017.6022%207%2017.2346%207.15224C16.7446%207.35523%2016.3552%207.74432%2016.1522%208.23438C16%208.60192%2016%209.56786%2016%2010.4997H7.9999C7.9999%209.56786%207.9999%208.60192%207.84766%208.23438C7.64467%207.74432%207.25542%207.35523%206.76537%207.15224C6.39782%207%205.93188%207%205%207C4.06812%207%203.60216%207%203.23462%207.15224C2.74456%207.35523%202.35523%207.74432%202.15224%208.23438C2%208.60192%202%209.06812%202%2010V14C2%2014.9319%202%2015.3978%202.15224%2015.7654C2.35523%2016.2554%202.74456%2016.6447%203.23462%2016.8477C3.60216%2016.9999%204.0681%2016.9999%204.99999%2016.9999C5.93187%2016.9999%206.39784%2016.9999%206.76538%2016.8477C7.25544%2016.6447%207.64467%2016.2554%207.84766%2015.7654C7.9999%2015.3978%207.9999%2014.4319%207.9999%2013.5H16.0001V13.5019C16.0001%2014.4332%2016.0001%2015.3981%2016.1522%2015.7654C16.3552%2016.2554%2016.7446%2016.6447%2017.2346%2016.8477C17.6022%2016.9999%2018.0681%2016.9999%2019%2016.9999C19.9319%2016.9999%2020.3978%2016.9999%2020.7654%2016.8477C21.2554%2016.6447%2021.6447%2016.2554%2021.8477%2015.7654C21.9999%2015.3978%2021.9999%2014.9319%2021.9999%2014L22.0001%2012%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21.8478%208.23484C21.6448%207.74478%2021.2554%207.35523%2020.7654%207.15224C20.3978%207%2019.9319%207%2019%207C18.0681%207%2017.6022%207%2017.2346%207.15224C16.7446%207.35523%2016.3552%207.74432%2016.1522%208.23438C16%208.60192%2016%209.56786%2016%2010.4997H7.9999C7.9999%209.56786%207.9999%208.60192%207.84766%208.23438C7.64467%207.74432%207.25542%207.35523%206.76537%207.15224C6.39782%207%205.93188%207%205%207C4.06812%207%203.60216%207%203.23462%207.15224C2.74456%207.35523%202.35523%207.74432%202.15224%208.23438C2%208.60192%202%209.06812%202%2010V14C2%2014.9319%202%2015.3978%202.15224%2015.7654C2.35523%2016.2554%202.74456%2016.6447%203.23462%2016.8477C3.60216%2016.9999%204.0681%2016.9999%204.99999%2016.9999C5.93187%2016.9999%206.39784%2016.9999%206.76538%2016.8477C7.25544%2016.6447%207.64467%2016.2554%207.84766%2015.7654C7.9999%2015.3978%207.9999%2014.4319%207.9999%2013.5H16.0001V13.5019C16.0001%2014.4332%2016.0001%2015.3981%2016.1522%2015.7654C16.3552%2016.2554%2016.7446%2016.6447%2017.2346%2016.8477C17.6022%2016.9999%2018.0681%2016.9999%2019%2016.9999C19.9319%2016.9999%2020.3978%2016.9999%2020.7654%2016.8477C21.2554%2016.6447%2021.6447%2016.2554%2021.8477%2015.7654C21.9999%2015.3978%2021.9999%2014.9319%2021.9999%2014L22.0001%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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