dumbbell icon
dumbbell-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- dumbbell-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Use the dumbbell icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.752 2.043a1.72 1.72 0 0 0-2.6.195A2.088 2.088 0 0 0 7.308 5.77l.876.876l-.831.832l1.183 1.184l.832-.832l.877.877a2.088 2.088 0 0 0 3.532-1.843a1.72 1.72 0 0 0 .195-2.6l-.519-.519l.454-.454a.837.837 0 0 0-1.183-1.184l-.454.454zm.282 3.733a.5.5 0 0 1-.708 0l-1.103-1.103a.5.5 0 0 1 .707-.707l1.104 1.103a.5.5 0 0 1 0 .707M2.817 7.31a2.09 2.09 0 0 1 2.953 0l2.937 2.937a2.088 2.088 0 0 1-1.843 3.531a1.72 1.72 0 0 1-2.6.195l-.519-.518l-.469.47a.837.837 0 1 1-1.184-1.184l.47-.47l-.52-.518a1.72 1.72 0 0 1 .196-2.6a2.09 2.09 0 0 1 .58-1.843m2.598 4.379l-1.103-1.103a.5.5 0 0 0-.707.707l1.103 1.103a.5.5 0 0 0 .707-.707"/></svg>
React
import type { SVGProps } from "react";
export function FluentDumbbell16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.752 2.043a1.72 1.72 0 0 0-2.6.195A2.088 2.088 0 0 0 7.308 5.77l.876.876l-.831.832l1.183 1.184l.832-.832l.877.877a2.088 2.088 0 0 0 3.532-1.843a1.72 1.72 0 0 0 .195-2.6l-.519-.519l.454-.454a.837.837 0 0 0-1.183-1.184l-.454.454zm.282 3.733a.5.5 0 0 1-.708 0l-1.103-1.103a.5.5 0 0 1 .707-.707l1.104 1.103a.5.5 0 0 1 0 .707M2.817 7.31a2.09 2.09 0 0 1 2.953 0l2.937 2.937a2.088 2.088 0 0 1-1.843 3.531a1.72 1.72 0 0 1-2.6.195l-.519-.518l-.469.47a.837.837 0 1 1-1.184-1.184l.47-.47l-.52-.518a1.72 1.72 0 0 1 .196-2.6a2.09 2.09 0 0 1 .58-1.843m2.598 4.379l-1.103-1.103a.5.5 0 0 0-.707.707l1.103 1.103a.5.5 0 0 0 .707-.707"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.752 2.043a1.72 1.72 0 0 0-2.6.195A2.088 2.088 0 0 0 7.308 5.77l.876.876l-.831.832l1.183 1.184l.832-.832l.877.877a2.088 2.088 0 0 0 3.532-1.843a1.72 1.72 0 0 0 .195-2.6l-.519-.519l.454-.454a.837.837 0 0 0-1.183-1.184l-.454.454zm.282 3.733a.5.5 0 0 1-.708 0l-1.103-1.103a.5.5 0 0 1 .707-.707l1.104 1.103a.5.5 0 0 1 0 .707M2.817 7.31a2.09 2.09 0 0 1 2.953 0l2.937 2.937a2.088 2.088 0 0 1-1.843 3.531a1.72 1.72 0 0 1-2.6.195l-.519-.518l-.469.47a.837.837 0 1 1-1.184-1.184l.47-.47l-.52-.518a1.72 1.72 0 0 1 .196-2.6a2.09 2.09 0 0 1 .58-1.843m2.598 4.379l-1.103-1.103a.5.5 0 0 0-.707.707l1.103 1.103a.5.5 0 0 0 .707-.707"/></svg> </template>
CSS
.icon-dumbbell-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.752%202.043a1.72%201.72%200%200%200-2.6.195A2.088%202.088%200%200%200%207.308%205.77l.876.876l-.831.832l1.183%201.184l.832-.832l.877.877a2.088%202.088%200%200%200%203.532-1.843a1.72%201.72%200%200%200%20.195-2.6l-.519-.519l.454-.454a.837.837%200%200%200-1.183-1.184l-.454.454zm.282%203.733a.5.5%200%200%201-.708%200l-1.103-1.103a.5.5%200%200%201%20.707-.707l1.104%201.103a.5.5%200%200%201%200%20.707M2.817%207.31a2.09%202.09%200%200%201%202.953%200l2.937%202.937a2.088%202.088%200%200%201-1.843%203.531a1.72%201.72%200%200%201-2.6.195l-.519-.518l-.469.47a.837.837%200%201%201-1.184-1.184l.47-.47l-.52-.518a1.72%201.72%200%200%201%20.196-2.6a2.09%202.09%200%200%201%20.58-1.843m2.598%204.379l-1.103-1.103a.5.5%200%200%200-.707.707l1.103%201.103a.5.5%200%200%200%20.707-.707%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.752%202.043a1.72%201.72%200%200%200-2.6.195A2.088%202.088%200%200%200%207.308%205.77l.876.876l-.831.832l1.183%201.184l.832-.832l.877.877a2.088%202.088%200%200%200%203.532-1.843a1.72%201.72%200%200%200%20.195-2.6l-.519-.519l.454-.454a.837.837%200%200%200-1.183-1.184l-.454.454zm.282%203.733a.5.5%200%200%201-.708%200l-1.103-1.103a.5.5%200%200%201%20.707-.707l1.104%201.103a.5.5%200%200%201%200%20.707M2.817%207.31a2.09%202.09%200%200%201%202.953%200l2.937%202.937a2.088%202.088%200%200%201-1.843%203.531a1.72%201.72%200%200%201-2.6.195l-.519-.518l-.469.47a.837.837%200%201%201-1.184-1.184l.47-.47l-.52-.518a1.72%201.72%200%200%201%20.196-2.6a2.09%202.09%200%200%201%20.58-1.843m2.598%204.379l-1.103-1.103a.5.5%200%200%200-.707.707l1.103%201.103a.5.5%200%200%200%20.707-.707%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/dumbbell-16-filled.svg?color=%231a73e8&size=48