dumbbell2 icon

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

Name
dumbbell2-filled
Set
Reicon
Style
Filled
Category
Sports
Viewbox
24×24
License
MIT

2 other variants in Reicon

More sports icons from Reicon

Use the dumbbell2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.924 18.607l1.469 1.469c.692.692 1.038 1.038 1.468 1.038s.776-.346 1.468-1.038l.367-.367l.367.367l.735.734c.686.686 1.029 1.029 1.432 1.137c.264.07.542.07.806 0c.403-.108.746-.451 1.432-1.137s1.03-1.03 1.137-1.433a1.55 1.55 0 0 0 0-.806c-.107-.403-.45-.746-1.137-1.432l-1.1-1.101l3.67-3.67l1.101 1.1c.686.686 1.03 1.03 1.432 1.137c.264.071.542.071.806 0c.404-.107.747-.45 1.433-1.137c.686-.686 1.029-1.029 1.137-1.432c.07-.264.07-.542 0-.806c-.108-.403-.451-.746-1.137-1.432l-.734-.735l-.371-.363l.37-.37c.693-.693 1.039-1.039 1.039-1.469s-.346-.776-1.038-1.468l-1.469-1.469c-.692-.692-1.038-1.038-1.468-1.038s-.776.346-1.468 1.038l-.367.368l-1.102-1.102c-.686-.686-1.029-1.029-1.432-1.137a1.56 1.56 0 0 0-.806 0c-.403.108-.746.451-1.432 1.137s-1.03 1.03-1.137 1.433a1.55 1.55 0 0 0 0 .806c.107.403.45.746 1.137 1.432l1.1 1.101l-3.67 3.67l-1.101-1.1c-.686-.686-1.03-1.03-1.432-1.137a1.56 1.56 0 0 0-.806 0c-.404.107-.747.45-1.433 1.137c-.686.686-1.029 1.029-1.137 1.432c-.07.264-.07.542 0 .806c.108.403.451.746 1.137 1.432l1.102 1.102l-.368.367c-.692.692-1.038 1.038-1.038 1.468s.346.776 1.038 1.468"/></svg>

React

import type { SVGProps } from "react";

export function ReiconDumbbell2Filled(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="m3.924 18.607l1.469 1.469c.692.692 1.038 1.038 1.468 1.038s.776-.346 1.468-1.038l.367-.367l.367.367l.735.734c.686.686 1.029 1.029 1.432 1.137c.264.07.542.07.806 0c.403-.108.746-.451 1.432-1.137s1.03-1.03 1.137-1.433a1.55 1.55 0 0 0 0-.806c-.107-.403-.45-.746-1.137-1.432l-1.1-1.101l3.67-3.67l1.101 1.1c.686.686 1.03 1.03 1.432 1.137c.264.071.542.071.806 0c.404-.107.747-.45 1.433-1.137c.686-.686 1.029-1.029 1.137-1.432c.07-.264.07-.542 0-.806c-.108-.403-.451-.746-1.137-1.432l-.734-.735l-.371-.363l.37-.37c.693-.693 1.039-1.039 1.039-1.469s-.346-.776-1.038-1.468l-1.469-1.469c-.692-.692-1.038-1.038-1.468-1.038s-.776.346-1.468 1.038l-.367.368l-1.102-1.102c-.686-.686-1.029-1.029-1.432-1.137a1.56 1.56 0 0 0-.806 0c-.403.108-.746.451-1.432 1.137s-1.03 1.03-1.137 1.433a1.55 1.55 0 0 0 0 .806c.107.403.45.746 1.137 1.432l1.1 1.101l-3.67 3.67l-1.101-1.1c-.686-.686-1.03-1.03-1.432-1.137a1.56 1.56 0 0 0-.806 0c-.404.107-.747.45-1.433 1.137c-.686.686-1.029 1.029-1.137 1.432c-.07.264-.07.542 0 .806c.108.403.451.746 1.137 1.432l1.102 1.102l-.368.367c-.692.692-1.038 1.038-1.038 1.468s.346.776 1.038 1.468"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.924 18.607l1.469 1.469c.692.692 1.038 1.038 1.468 1.038s.776-.346 1.468-1.038l.367-.367l.367.367l.735.734c.686.686 1.029 1.029 1.432 1.137c.264.07.542.07.806 0c.403-.108.746-.451 1.432-1.137s1.03-1.03 1.137-1.433a1.55 1.55 0 0 0 0-.806c-.107-.403-.45-.746-1.137-1.432l-1.1-1.101l3.67-3.67l1.101 1.1c.686.686 1.03 1.03 1.432 1.137c.264.071.542.071.806 0c.404-.107.747-.45 1.433-1.137c.686-.686 1.029-1.029 1.137-1.432c.07-.264.07-.542 0-.806c-.108-.403-.451-.746-1.137-1.432l-.734-.735l-.371-.363l.37-.37c.693-.693 1.039-1.039 1.039-1.469s-.346-.776-1.038-1.468l-1.469-1.469c-.692-.692-1.038-1.038-1.468-1.038s-.776.346-1.468 1.038l-.367.368l-1.102-1.102c-.686-.686-1.029-1.029-1.432-1.137a1.56 1.56 0 0 0-.806 0c-.403.108-.746.451-1.432 1.137s-1.03 1.03-1.137 1.433a1.55 1.55 0 0 0 0 .806c.107.403.45.746 1.137 1.432l1.1 1.101l-3.67 3.67l-1.101-1.1c-.686-.686-1.03-1.03-1.432-1.137a1.56 1.56 0 0 0-.806 0c-.404.107-.747.45-1.433 1.137c-.686.686-1.029 1.029-1.137 1.432c-.07.264-.07.542 0 .806c.108.403.451.746 1.137 1.432l1.102 1.102l-.368.367c-.692.692-1.038 1.038-1.038 1.468s.346.776 1.038 1.468"/></svg>
</template>

CSS

.icon-dumbbell2-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%22m3.924%2018.607l1.469%201.469c.692.692%201.038%201.038%201.468%201.038s.776-.346%201.468-1.038l.367-.367l.367.367l.735.734c.686.686%201.029%201.029%201.432%201.137c.264.07.542.07.806%200c.403-.108.746-.451%201.432-1.137s1.03-1.03%201.137-1.433a1.55%201.55%200%200%200%200-.806c-.107-.403-.45-.746-1.137-1.432l-1.1-1.101l3.67-3.67l1.101%201.1c.686.686%201.03%201.03%201.432%201.137c.264.071.542.071.806%200c.404-.107.747-.45%201.433-1.137c.686-.686%201.029-1.029%201.137-1.432c.07-.264.07-.542%200-.806c-.108-.403-.451-.746-1.137-1.432l-.734-.735l-.371-.363l.37-.37c.693-.693%201.039-1.039%201.039-1.469s-.346-.776-1.038-1.468l-1.469-1.469c-.692-.692-1.038-1.038-1.468-1.038s-.776.346-1.468%201.038l-.367.368l-1.102-1.102c-.686-.686-1.029-1.029-1.432-1.137a1.56%201.56%200%200%200-.806%200c-.403.108-.746.451-1.432%201.137s-1.03%201.03-1.137%201.433a1.55%201.55%200%200%200%200%20.806c.107.403.45.746%201.137%201.432l1.1%201.101l-3.67%203.67l-1.101-1.1c-.686-.686-1.03-1.03-1.432-1.137a1.56%201.56%200%200%200-.806%200c-.404.107-.747.45-1.433%201.137c-.686.686-1.029%201.029-1.137%201.432c-.07.264-.07.542%200%20.806c.108.403.451.746%201.137%201.432l1.102%201.102l-.368.367c-.692.692-1.038%201.038-1.038%201.468s.346.776%201.038%201.468%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%22m3.924%2018.607l1.469%201.469c.692.692%201.038%201.038%201.468%201.038s.776-.346%201.468-1.038l.367-.367l.367.367l.735.734c.686.686%201.029%201.029%201.432%201.137c.264.07.542.07.806%200c.403-.108.746-.451%201.432-1.137s1.03-1.03%201.137-1.433a1.55%201.55%200%200%200%200-.806c-.107-.403-.45-.746-1.137-1.432l-1.1-1.101l3.67-3.67l1.101%201.1c.686.686%201.03%201.03%201.432%201.137c.264.071.542.071.806%200c.404-.107.747-.45%201.433-1.137c.686-.686%201.029-1.029%201.137-1.432c.07-.264.07-.542%200-.806c-.108-.403-.451-.746-1.137-1.432l-.734-.735l-.371-.363l.37-.37c.693-.693%201.039-1.039%201.039-1.469s-.346-.776-1.038-1.468l-1.469-1.469c-.692-.692-1.038-1.038-1.468-1.038s-.776.346-1.468%201.038l-.367.368l-1.102-1.102c-.686-.686-1.029-1.029-1.432-1.137a1.56%201.56%200%200%200-.806%200c-.403.108-.746.451-1.432%201.137s-1.03%201.03-1.137%201.433a1.55%201.55%200%200%200%200%20.806c.107.403.45.746%201.137%201.432l1.1%201.101l-3.67%203.67l-1.101-1.1c-.686-.686-1.03-1.03-1.432-1.137a1.56%201.56%200%200%200-.806%200c-.404.107-.747.45-1.433%201.137c-.686.686-1.029%201.029-1.137%201.432c-.07.264-.07.542%200%20.806c.108.403.451.746%201.137%201.432l1.102%201.102l-.368.367c-.692.692-1.038%201.038-1.038%201.468s.346.776%201.038%201.468%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Dumbbell2 filled icon — Reicon · IconsDB