dumbbell icon

dumbbell-bold-duotone from Solar by 480 Design · Bold Duotone · Sports · CC-BY-4.0 Attribution required.

Name
dumbbell-bold-duotone
Set
Solar
Style
Bold Duotone
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"><g fill="currentColor"><path fill-rule="evenodd" d="M22 10V14C22 14.9319 22 15.3978 21.8478 15.7654C21.6448 16.2554 21.2554 16.6448 20.7654 16.8478C20.3978 17 19.9319 17 19 17C18.0681 17 17.6022 17 17.2346 16.8478C16.7446 16.6448 16.3552 16.2554 16.1522 15.7654C16 15.3978 16 14.4319 16 13.5V10.5C16 9.56812 16 8.60218 16.1522 8.23463C16.3552 7.74458 16.7446 7.35523 17.2346 7.15224C17.6022 7 18.0681 7 19 7C19.9319 7 20.3978 7 20.7654 7.15224C21.2554 7.35523 21.6448 7.74458 21.8478 8.23463C22 8.60218 22 9.06812 22 10ZM8 10.5V13.5C8 14.4319 8 15.3978 7.84776 15.7654C7.64477 16.2554 7.25542 16.6448 6.76537 16.8478C6.39782 17 5.93188 17 5 17C4.06812 17 3.60218 17 3.23463 16.8478C2.74458 16.6448 2.35523 16.2554 2.15224 15.7654C2 15.3978 2 14.9319 2 14V10C2 9.06812 2 8.60218 2.15224 8.23463C2.35523 7.74458 2.74458 7.35523 3.23463 7.15224C3.60218 7 4.06812 7 5 7C5.93188 7 6.39782 7 6.76537 7.15224C7.25542 7.35523 7.64477 7.74458 7.84776 8.23463C8 8.60218 8 9.56812 8 10.5Z" clip-rule="evenodd"/><path d="M16 10.5H8V13.5H16V10.5Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarDumbbellBoldDuotone(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 10V14C22 14.9319 22 15.3978 21.8478 15.7654C21.6448 16.2554 21.2554 16.6448 20.7654 16.8478C20.3978 17 19.9319 17 19 17C18.0681 17 17.6022 17 17.2346 16.8478C16.7446 16.6448 16.3552 16.2554 16.1522 15.7654C16 15.3978 16 14.4319 16 13.5V10.5C16 9.56812 16 8.60218 16.1522 8.23463C16.3552 7.74458 16.7446 7.35523 17.2346 7.15224C17.6022 7 18.0681 7 19 7C19.9319 7 20.3978 7 20.7654 7.15224C21.2554 7.35523 21.6448 7.74458 21.8478 8.23463C22 8.60218 22 9.06812 22 10ZM8 10.5V13.5C8 14.4319 8 15.3978 7.84776 15.7654C7.64477 16.2554 7.25542 16.6448 6.76537 16.8478C6.39782 17 5.93188 17 5 17C4.06812 17 3.60218 17 3.23463 16.8478C2.74458 16.6448 2.35523 16.2554 2.15224 15.7654C2 15.3978 2 14.9319 2 14V10C2 9.06812 2 8.60218 2.15224 8.23463C2.35523 7.74458 2.74458 7.35523 3.23463 7.15224C3.60218 7 4.06812 7 5 7C5.93188 7 6.39782 7 6.76537 7.15224C7.25542 7.35523 7.64477 7.74458 7.84776 8.23463C8 8.60218 8 9.56812 8 10.5Z" clipRule="evenodd"/><path d="M16 10.5H8V13.5H16V10.5Z" 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 10V14C22 14.9319 22 15.3978 21.8478 15.7654C21.6448 16.2554 21.2554 16.6448 20.7654 16.8478C20.3978 17 19.9319 17 19 17C18.0681 17 17.6022 17 17.2346 16.8478C16.7446 16.6448 16.3552 16.2554 16.1522 15.7654C16 15.3978 16 14.4319 16 13.5V10.5C16 9.56812 16 8.60218 16.1522 8.23463C16.3552 7.74458 16.7446 7.35523 17.2346 7.15224C17.6022 7 18.0681 7 19 7C19.9319 7 20.3978 7 20.7654 7.15224C21.2554 7.35523 21.6448 7.74458 21.8478 8.23463C22 8.60218 22 9.06812 22 10ZM8 10.5V13.5C8 14.4319 8 15.3978 7.84776 15.7654C7.64477 16.2554 7.25542 16.6448 6.76537 16.8478C6.39782 17 5.93188 17 5 17C4.06812 17 3.60218 17 3.23463 16.8478C2.74458 16.6448 2.35523 16.2554 2.15224 15.7654C2 15.3978 2 14.9319 2 14V10C2 9.06812 2 8.60218 2.15224 8.23463C2.35523 7.74458 2.74458 7.35523 3.23463 7.15224C3.60218 7 4.06812 7 5 7C5.93188 7 6.39782 7 6.76537 7.15224C7.25542 7.35523 7.64477 7.74458 7.84776 8.23463C8 8.60218 8 9.56812 8 10.5Z" clip-rule="evenodd"/><path d="M16 10.5H8V13.5H16V10.5Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-dumbbell-bold-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%2010V14C22%2014.9319%2022%2015.3978%2021.8478%2015.7654C21.6448%2016.2554%2021.2554%2016.6448%2020.7654%2016.8478C20.3978%2017%2019.9319%2017%2019%2017C18.0681%2017%2017.6022%2017%2017.2346%2016.8478C16.7446%2016.6448%2016.3552%2016.2554%2016.1522%2015.7654C16%2015.3978%2016%2014.4319%2016%2013.5V10.5C16%209.56812%2016%208.60218%2016.1522%208.23463C16.3552%207.74458%2016.7446%207.35523%2017.2346%207.15224C17.6022%207%2018.0681%207%2019%207C19.9319%207%2020.3978%207%2020.7654%207.15224C21.2554%207.35523%2021.6448%207.74458%2021.8478%208.23463C22%208.60218%2022%209.06812%2022%2010ZM8%2010.5V13.5C8%2014.4319%208%2015.3978%207.84776%2015.7654C7.64477%2016.2554%207.25542%2016.6448%206.76537%2016.8478C6.39782%2017%205.93188%2017%205%2017C4.06812%2017%203.60218%2017%203.23463%2016.8478C2.74458%2016.6448%202.35523%2016.2554%202.15224%2015.7654C2%2015.3978%202%2014.9319%202%2014V10C2%209.06812%202%208.60218%202.15224%208.23463C2.35523%207.74458%202.74458%207.35523%203.23463%207.15224C3.60218%207%204.06812%207%205%207C5.93188%207%206.39782%207%206.76537%207.15224C7.25542%207.35523%207.64477%207.74458%207.84776%208.23463C8%208.60218%208%209.56812%208%2010.5Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16%2010.5H8V13.5H16V10.5Z%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%2010V14C22%2014.9319%2022%2015.3978%2021.8478%2015.7654C21.6448%2016.2554%2021.2554%2016.6448%2020.7654%2016.8478C20.3978%2017%2019.9319%2017%2019%2017C18.0681%2017%2017.6022%2017%2017.2346%2016.8478C16.7446%2016.6448%2016.3552%2016.2554%2016.1522%2015.7654C16%2015.3978%2016%2014.4319%2016%2013.5V10.5C16%209.56812%2016%208.60218%2016.1522%208.23463C16.3552%207.74458%2016.7446%207.35523%2017.2346%207.15224C17.6022%207%2018.0681%207%2019%207C19.9319%207%2020.3978%207%2020.7654%207.15224C21.2554%207.35523%2021.6448%207.74458%2021.8478%208.23463C22%208.60218%2022%209.06812%2022%2010ZM8%2010.5V13.5C8%2014.4319%208%2015.3978%207.84776%2015.7654C7.64477%2016.2554%207.25542%2016.6448%206.76537%2016.8478C6.39782%2017%205.93188%2017%205%2017C4.06812%2017%203.60218%2017%203.23463%2016.8478C2.74458%2016.6448%202.35523%2016.2554%202.15224%2015.7654C2%2015.3978%202%2014.9319%202%2014V10C2%209.06812%202%208.60218%202.15224%208.23463C2.35523%207.74458%202.74458%207.35523%203.23463%207.15224C3.60218%207%204.06812%207%205%207C5.93188%207%206.39782%207%206.76537%207.15224C7.25542%207.35523%207.64477%207.74458%207.84776%208.23463C8%208.60218%208%209.56812%208%2010.5Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16%2010.5H8V13.5H16V10.5Z%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/solar/dumbbell-bold-duotone.svg?color=%231a73e8&size=48