dumbbell3 icon
dumbbell3-filled from Reicon by REICON · Filled · Sports · MIT Free for personal and commercial use.
- Name
- dumbbell3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Sports
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More sports icons from Reicon
Use the dumbbell3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.38 20.568L3.433 15.62c-.905-.904-1.357-1.356-1.421-1.908a1.6 1.6 0 0 1 0-.371c.064-.552.516-1.005 1.42-1.909c.905-.904 1.357-1.356 1.909-1.42q.186-.023.37 0c.553.064 1.005.516 1.91 1.42l.733.734l3.812-3.813l-.733-.733c-.905-.904-1.357-1.356-1.421-1.908a1.6 1.6 0 0 1 0-.371c.064-.552.516-1.004 1.42-1.909c.905-.904 1.357-1.356 1.909-1.42a1.6 1.6 0 0 1 .37 0c.553.064 1.005.516 1.91 1.42l4.948 4.95c.905.904 1.357 1.356 1.421 1.908q.023.186 0 .37c-.064.553-.516 1.005-1.42 1.91c-.905.903-1.357 1.355-1.909 1.42a1.6 1.6 0 0 1-.37 0c-.553-.065-1.005-.517-1.91-1.42l-1.111-1.113l-3.812 3.813l1.111 1.112c.905.904 1.357 1.356 1.421 1.908q.023.186 0 .37c-.064.553-.516 1.005-1.42 1.91c-.905.903-1.357 1.355-1.909 1.42a1.6 1.6 0 0 1-.37 0c-.553-.065-1.005-.517-1.91-1.42"/><path fill-rule="evenodd" d="M17.489 1.968a.75.75 0 0 1 1.06 0l3.104 3.104a.75.75 0 0 1-1.06 1.06l-3.105-3.104a.75.75 0 0 1 0-1.06M1.966 17.488a.75.75 0 0 1 1.06 0l3.105 3.104a.75.75 0 0 1-1.06 1.06l-3.105-3.104a.75.75 0 0 1 0-1.06" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDumbbell3Filled(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 d="M8.38 20.568L3.433 15.62c-.905-.904-1.357-1.356-1.421-1.908a1.6 1.6 0 0 1 0-.371c.064-.552.516-1.005 1.42-1.909c.905-.904 1.357-1.356 1.909-1.42q.186-.023.37 0c.553.064 1.005.516 1.91 1.42l.733.734l3.812-3.813l-.733-.733c-.905-.904-1.357-1.356-1.421-1.908a1.6 1.6 0 0 1 0-.371c.064-.552.516-1.004 1.42-1.909c.905-.904 1.357-1.356 1.909-1.42a1.6 1.6 0 0 1 .37 0c.553.064 1.005.516 1.91 1.42l4.948 4.95c.905.904 1.357 1.356 1.421 1.908q.023.186 0 .37c-.064.553-.516 1.005-1.42 1.91c-.905.903-1.357 1.355-1.909 1.42a1.6 1.6 0 0 1-.37 0c-.553-.065-1.005-.517-1.91-1.42l-1.111-1.113l-3.812 3.813l1.111 1.112c.905.904 1.357 1.356 1.421 1.908q.023.186 0 .37c-.064.553-.516 1.005-1.42 1.91c-.905.903-1.357 1.355-1.909 1.42a1.6 1.6 0 0 1-.37 0c-.553-.065-1.005-.517-1.91-1.42"/><path fillRule="evenodd" d="M17.489 1.968a.75.75 0 0 1 1.06 0l3.104 3.104a.75.75 0 0 1-1.06 1.06l-3.105-3.104a.75.75 0 0 1 0-1.06M1.966 17.488a.75.75 0 0 1 1.06 0l3.105 3.104a.75.75 0 0 1-1.06 1.06l-3.105-3.104a.75.75 0 0 1 0-1.06" clipRule="evenodd"/></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 d="M8.38 20.568L3.433 15.62c-.905-.904-1.357-1.356-1.421-1.908a1.6 1.6 0 0 1 0-.371c.064-.552.516-1.005 1.42-1.909c.905-.904 1.357-1.356 1.909-1.42q.186-.023.37 0c.553.064 1.005.516 1.91 1.42l.733.734l3.812-3.813l-.733-.733c-.905-.904-1.357-1.356-1.421-1.908a1.6 1.6 0 0 1 0-.371c.064-.552.516-1.004 1.42-1.909c.905-.904 1.357-1.356 1.909-1.42a1.6 1.6 0 0 1 .37 0c.553.064 1.005.516 1.91 1.42l4.948 4.95c.905.904 1.357 1.356 1.421 1.908q.023.186 0 .37c-.064.553-.516 1.005-1.42 1.91c-.905.903-1.357 1.355-1.909 1.42a1.6 1.6 0 0 1-.37 0c-.553-.065-1.005-.517-1.91-1.42l-1.111-1.113l-3.812 3.813l1.111 1.112c.905.904 1.357 1.356 1.421 1.908q.023.186 0 .37c-.064.553-.516 1.005-1.42 1.91c-.905.903-1.357 1.355-1.909 1.42a1.6 1.6 0 0 1-.37 0c-.553-.065-1.005-.517-1.91-1.42"/><path fill-rule="evenodd" d="M17.489 1.968a.75.75 0 0 1 1.06 0l3.104 3.104a.75.75 0 0 1-1.06 1.06l-3.105-3.104a.75.75 0 0 1 0-1.06M1.966 17.488a.75.75 0 0 1 1.06 0l3.105 3.104a.75.75 0 0 1-1.06 1.06l-3.105-3.104a.75.75 0 0 1 0-1.06" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-dumbbell3-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.38%2020.568L3.433%2015.62c-.905-.904-1.357-1.356-1.421-1.908a1.6%201.6%200%200%201%200-.371c.064-.552.516-1.005%201.42-1.909c.905-.904%201.357-1.356%201.909-1.42q.186-.023.37%200c.553.064%201.005.516%201.91%201.42l.733.734l3.812-3.813l-.733-.733c-.905-.904-1.357-1.356-1.421-1.908a1.6%201.6%200%200%201%200-.371c.064-.552.516-1.004%201.42-1.909c.905-.904%201.357-1.356%201.909-1.42a1.6%201.6%200%200%201%20.37%200c.553.064%201.005.516%201.91%201.42l4.948%204.95c.905.904%201.357%201.356%201.421%201.908q.023.186%200%20.37c-.064.553-.516%201.005-1.42%201.91c-.905.903-1.357%201.355-1.909%201.42a1.6%201.6%200%200%201-.37%200c-.553-.065-1.005-.517-1.91-1.42l-1.111-1.113l-3.812%203.813l1.111%201.112c.905.904%201.357%201.356%201.421%201.908q.023.186%200%20.37c-.064.553-.516%201.005-1.42%201.91c-.905.903-1.357%201.355-1.909%201.42a1.6%201.6%200%200%201-.37%200c-.553-.065-1.005-.517-1.91-1.42%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.489%201.968a.75.75%200%200%201%201.06%200l3.104%203.104a.75.75%200%200%201-1.06%201.06l-3.105-3.104a.75.75%200%200%201%200-1.06M1.966%2017.488a.75.75%200%200%201%201.06%200l3.105%203.104a.75.75%200%200%201-1.06%201.06l-3.105-3.104a.75.75%200%200%201%200-1.06%22%20clip-rule%3D%22evenodd%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%20d%3D%22M8.38%2020.568L3.433%2015.62c-.905-.904-1.357-1.356-1.421-1.908a1.6%201.6%200%200%201%200-.371c.064-.552.516-1.005%201.42-1.909c.905-.904%201.357-1.356%201.909-1.42q.186-.023.37%200c.553.064%201.005.516%201.91%201.42l.733.734l3.812-3.813l-.733-.733c-.905-.904-1.357-1.356-1.421-1.908a1.6%201.6%200%200%201%200-.371c.064-.552.516-1.004%201.42-1.909c.905-.904%201.357-1.356%201.909-1.42a1.6%201.6%200%200%201%20.37%200c.553.064%201.005.516%201.91%201.42l4.948%204.95c.905.904%201.357%201.356%201.421%201.908q.023.186%200%20.37c-.064.553-.516%201.005-1.42%201.91c-.905.903-1.357%201.355-1.909%201.42a1.6%201.6%200%200%201-.37%200c-.553-.065-1.005-.517-1.91-1.42l-1.111-1.113l-3.812%203.813l1.111%201.112c.905.904%201.357%201.356%201.421%201.908q.023.186%200%20.37c-.064.553-.516%201.005-1.42%201.91c-.905.903-1.357%201.355-1.909%201.42a1.6%201.6%200%200%201-.37%200c-.553-.065-1.005-.517-1.91-1.42%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.489%201.968a.75.75%200%200%201%201.06%200l3.104%203.104a.75.75%200%200%201-1.06%201.06l-3.105-3.104a.75.75%200%200%201%200-1.06M1.966%2017.488a.75.75%200%200%201%201.06%200l3.105%203.104a.75.75%200%200%201-1.06%201.06l-3.105-3.104a.75.75%200%200%201%200-1.06%22%20clip-rule%3D%22evenodd%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/dumbbell3-filled.svg?color=%231a73e8&size=48