dumbbell2 icon
dumbbell2-duotone from Reicon by REICON · Duotone · Sports · MIT Free for personal and commercial use.
- Name
- dumbbell2-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path fill-rule="evenodd" d="m4.292 15.304l4.404 4.405l.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.101l-4.406-4.405l-1.101-1.101c-.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.432zm11.746-2.937l-4.405-4.405l-1.101-1.101c-.686-.686-1.03-1.03-1.137-1.432a1.56 1.56 0 0 1 0-.806c.107-.404.45-.747 1.137-1.433c.686-.686 1.029-1.029 1.432-1.137c.264-.07.542-.07.806 0c.403.108.746.451 1.432 1.137l1.102 1.102l4.4 4.408l.372.363l.734.735c.686.686 1.029 1.029 1.137 1.432c.07.264.07.542 0 .806c-.108.403-.451.746-1.137 1.432s-1.03 1.03-1.433 1.137a1.55 1.55 0 0 1-.806 0c-.403-.107-.746-.45-1.432-1.137z" clip-rule="evenodd"/><path d="m18.608 3.924l1.468 1.468l.126.126c.608.61.912.94.912 1.343c0 .43-.346.776-1.038 1.468l-.371.37l-4.4-4.408l.366-.367c.692-.692 1.038-1.038 1.468-1.038s.777.346 1.469 1.038M5.393 20.076l-1.469-1.469c-.692-.692-1.038-1.038-1.038-1.468s.346-.776 1.038-1.468l.367-.367l4.405 4.405l-.367.367c-.692.692-1.038 1.038-1.468 1.038s-.776-.346-1.468-1.038m10.644-7.709l-3.67 3.67l-4.405-4.404l3.67-3.671z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDumbbell2Duotone(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="m4.292 15.304l4.404 4.405l.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.101l-4.406-4.405l-1.101-1.101c-.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.432zm11.746-2.937l-4.405-4.405l-1.101-1.101c-.686-.686-1.03-1.03-1.137-1.432a1.56 1.56 0 0 1 0-.806c.107-.404.45-.747 1.137-1.433c.686-.686 1.029-1.029 1.432-1.137c.264-.07.542-.07.806 0c.403.108.746.451 1.432 1.137l1.102 1.102l4.4 4.408l.372.363l.734.735c.686.686 1.029 1.029 1.137 1.432c.07.264.07.542 0 .806c-.108.403-.451.746-1.137 1.432s-1.03 1.03-1.433 1.137a1.55 1.55 0 0 1-.806 0c-.403-.107-.746-.45-1.432-1.137z" clipRule="evenodd"/><path d="m18.608 3.924l1.468 1.468l.126.126c.608.61.912.94.912 1.343c0 .43-.346.776-1.038 1.468l-.371.37l-4.4-4.408l.366-.367c.692-.692 1.038-1.038 1.468-1.038s.777.346 1.469 1.038M5.393 20.076l-1.469-1.469c-.692-.692-1.038-1.038-1.038-1.468s.346-.776 1.038-1.468l.367-.367l4.405 4.405l-.367.367c-.692.692-1.038 1.038-1.468 1.038s-.776-.346-1.468-1.038m10.644-7.709l-3.67 3.67l-4.405-4.404l3.67-3.671z" 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="m4.292 15.304l4.404 4.405l.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.101l-4.406-4.405l-1.101-1.101c-.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.432zm11.746-2.937l-4.405-4.405l-1.101-1.101c-.686-.686-1.03-1.03-1.137-1.432a1.56 1.56 0 0 1 0-.806c.107-.404.45-.747 1.137-1.433c.686-.686 1.029-1.029 1.432-1.137c.264-.07.542-.07.806 0c.403.108.746.451 1.432 1.137l1.102 1.102l4.4 4.408l.372.363l.734.735c.686.686 1.029 1.029 1.137 1.432c.07.264.07.542 0 .806c-.108.403-.451.746-1.137 1.432s-1.03 1.03-1.433 1.137a1.55 1.55 0 0 1-.806 0c-.403-.107-.746-.45-1.432-1.137z" clip-rule="evenodd"/><path d="m18.608 3.924l1.468 1.468l.126.126c.608.61.912.94.912 1.343c0 .43-.346.776-1.038 1.468l-.371.37l-4.4-4.408l.366-.367c.692-.692 1.038-1.038 1.468-1.038s.777.346 1.469 1.038M5.393 20.076l-1.469-1.469c-.692-.692-1.038-1.038-1.038-1.468s.346-.776 1.038-1.468l.367-.367l4.405 4.405l-.367.367c-.692.692-1.038 1.038-1.468 1.038s-.776-.346-1.468-1.038m10.644-7.709l-3.67 3.67l-4.405-4.404l3.67-3.671z" opacity=".5"/></g></svg> </template>
CSS
.icon-dumbbell2-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%22m4.292%2015.304l4.404%204.405l.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.101l-4.406-4.405l-1.101-1.101c-.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.432zm11.746-2.937l-4.405-4.405l-1.101-1.101c-.686-.686-1.03-1.03-1.137-1.432a1.56%201.56%200%200%201%200-.806c.107-.404.45-.747%201.137-1.433c.686-.686%201.029-1.029%201.432-1.137c.264-.07.542-.07.806%200c.403.108.746.451%201.432%201.137l1.102%201.102l4.4%204.408l.372.363l.734.735c.686.686%201.029%201.029%201.137%201.432c.07.264.07.542%200%20.806c-.108.403-.451.746-1.137%201.432s-1.03%201.03-1.433%201.137a1.55%201.55%200%200%201-.806%200c-.403-.107-.746-.45-1.432-1.137z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m18.608%203.924l1.468%201.468l.126.126c.608.61.912.94.912%201.343c0%20.43-.346.776-1.038%201.468l-.371.37l-4.4-4.408l.366-.367c.692-.692%201.038-1.038%201.468-1.038s.777.346%201.469%201.038M5.393%2020.076l-1.469-1.469c-.692-.692-1.038-1.038-1.038-1.468s.346-.776%201.038-1.468l.367-.367l4.405%204.405l-.367.367c-.692.692-1.038%201.038-1.468%201.038s-.776-.346-1.468-1.038m10.644-7.709l-3.67%203.67l-4.405-4.404l3.67-3.671z%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%22m4.292%2015.304l4.404%204.405l.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.101l-4.406-4.405l-1.101-1.101c-.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.432zm11.746-2.937l-4.405-4.405l-1.101-1.101c-.686-.686-1.03-1.03-1.137-1.432a1.56%201.56%200%200%201%200-.806c.107-.404.45-.747%201.137-1.433c.686-.686%201.029-1.029%201.432-1.137c.264-.07.542-.07.806%200c.403.108.746.451%201.432%201.137l1.102%201.102l4.4%204.408l.372.363l.734.735c.686.686%201.029%201.029%201.137%201.432c.07.264.07.542%200%20.806c-.108.403-.451.746-1.137%201.432s-1.03%201.03-1.433%201.137a1.55%201.55%200%200%201-.806%200c-.403-.107-.746-.45-1.432-1.137z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m18.608%203.924l1.468%201.468l.126.126c.608.61.912.94.912%201.343c0%20.43-.346.776-1.038%201.468l-.371.37l-4.4-4.408l.366-.367c.692-.692%201.038-1.038%201.468-1.038s.777.346%201.469%201.038M5.393%2020.076l-1.469-1.469c-.692-.692-1.038-1.038-1.038-1.468s.346-.776%201.038-1.468l.367-.367l4.405%204.405l-.367.367c-.692.692-1.038%201.038-1.468%201.038s-.776-.346-1.468-1.038m10.644-7.709l-3.67%203.67l-4.405-4.404l3.67-3.671z%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/dumbbell2-duotone.svg?color=%231a73e8&size=48