dumbbell icon
dumbbell-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- dumbbell-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M17.338 3.524a2.448 2.448 0 0 0-3.7.277a2.971 2.971 0 0 0-2.622 5.026l1.247 1.248l-1.13 1.129l1.685 1.685l1.13-1.13l1.247 1.248a2.971 2.971 0 0 0 5.026-2.622q.146-.108.277-.24a2.45 2.45 0 0 0 0-3.461l-.737-.738l.646-.646a1.191 1.191 0 1 0-1.685-1.685l-.646.646zm.428 5.34a.75.75 0 0 1-1.06 0l-1.57-1.57a.75.75 0 1 1 1.06-1.06l1.57 1.569a.75.75 0 0 1 0 1.06M4.624 11.017a2.97 2.97 0 0 1 4.201 0l4.18 4.18a2.971 2.971 0 0 1-2.622 5.026q-.108.146-.24.277a2.45 2.45 0 0 1-3.461 0l-.738-.737l-.668.667a1.191 1.191 0 0 1-1.684-1.684l.667-.668l-.737-.738a2.448 2.448 0 0 1 .277-3.7a2.97 2.97 0 0 1 .825-2.623m3.724 7.265a.75.75 0 0 0 0-1.06l-1.57-1.57a.75.75 0 1 0-1.06 1.06l1.57 1.57a.75.75 0 0 0 1.06 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentDumbbell24Filled(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="M17.338 3.524a2.448 2.448 0 0 0-3.7.277a2.971 2.971 0 0 0-2.622 5.026l1.247 1.248l-1.13 1.129l1.685 1.685l1.13-1.13l1.247 1.248a2.971 2.971 0 0 0 5.026-2.622q.146-.108.277-.24a2.45 2.45 0 0 0 0-3.461l-.737-.738l.646-.646a1.191 1.191 0 1 0-1.685-1.685l-.646.646zm.428 5.34a.75.75 0 0 1-1.06 0l-1.57-1.57a.75.75 0 1 1 1.06-1.06l1.57 1.569a.75.75 0 0 1 0 1.06M4.624 11.017a2.97 2.97 0 0 1 4.201 0l4.18 4.18a2.971 2.971 0 0 1-2.622 5.026q-.108.146-.24.277a2.45 2.45 0 0 1-3.461 0l-.738-.737l-.668.667a1.191 1.191 0 0 1-1.684-1.684l.667-.668l-.737-.738a2.448 2.448 0 0 1 .277-3.7a2.97 2.97 0 0 1 .825-2.623m3.724 7.265a.75.75 0 0 0 0-1.06l-1.57-1.57a.75.75 0 1 0-1.06 1.06l1.57 1.57a.75.75 0 0 0 1.06 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.338 3.524a2.448 2.448 0 0 0-3.7.277a2.971 2.971 0 0 0-2.622 5.026l1.247 1.248l-1.13 1.129l1.685 1.685l1.13-1.13l1.247 1.248a2.971 2.971 0 0 0 5.026-2.622q.146-.108.277-.24a2.45 2.45 0 0 0 0-3.461l-.737-.738l.646-.646a1.191 1.191 0 1 0-1.685-1.685l-.646.646zm.428 5.34a.75.75 0 0 1-1.06 0l-1.57-1.57a.75.75 0 1 1 1.06-1.06l1.57 1.569a.75.75 0 0 1 0 1.06M4.624 11.017a2.97 2.97 0 0 1 4.201 0l4.18 4.18a2.971 2.971 0 0 1-2.622 5.026q-.108.146-.24.277a2.45 2.45 0 0 1-3.461 0l-.738-.737l-.668.667a1.191 1.191 0 0 1-1.684-1.684l.667-.668l-.737-.738a2.448 2.448 0 0 1 .277-3.7a2.97 2.97 0 0 1 .825-2.623m3.724 7.265a.75.75 0 0 0 0-1.06l-1.57-1.57a.75.75 0 1 0-1.06 1.06l1.57 1.57a.75.75 0 0 0 1.06 0"/></svg> </template>
CSS
.icon-dumbbell-24-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%22M17.338%203.524a2.448%202.448%200%200%200-3.7.277a2.971%202.971%200%200%200-2.622%205.026l1.247%201.248l-1.13%201.129l1.685%201.685l1.13-1.13l1.247%201.248a2.971%202.971%200%200%200%205.026-2.622q.146-.108.277-.24a2.45%202.45%200%200%200%200-3.461l-.737-.738l.646-.646a1.191%201.191%200%201%200-1.685-1.685l-.646.646zm.428%205.34a.75.75%200%200%201-1.06%200l-1.57-1.57a.75.75%200%201%201%201.06-1.06l1.57%201.569a.75.75%200%200%201%200%201.06M4.624%2011.017a2.97%202.97%200%200%201%204.201%200l4.18%204.18a2.971%202.971%200%200%201-2.622%205.026q-.108.146-.24.277a2.45%202.45%200%200%201-3.461%200l-.738-.737l-.668.667a1.191%201.191%200%200%201-1.684-1.684l.667-.668l-.737-.738a2.448%202.448%200%200%201%20.277-3.7a2.97%202.97%200%200%201%20.825-2.623m3.724%207.265a.75.75%200%200%200%200-1.06l-1.57-1.57a.75.75%200%201%200-1.06%201.06l1.57%201.57a.75.75%200%200%200%201.06%200%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%22M17.338%203.524a2.448%202.448%200%200%200-3.7.277a2.971%202.971%200%200%200-2.622%205.026l1.247%201.248l-1.13%201.129l1.685%201.685l1.13-1.13l1.247%201.248a2.971%202.971%200%200%200%205.026-2.622q.146-.108.277-.24a2.45%202.45%200%200%200%200-3.461l-.737-.738l.646-.646a1.191%201.191%200%201%200-1.685-1.685l-.646.646zm.428%205.34a.75.75%200%200%201-1.06%200l-1.57-1.57a.75.75%200%201%201%201.06-1.06l1.57%201.569a.75.75%200%200%201%200%201.06M4.624%2011.017a2.97%202.97%200%200%201%204.201%200l4.18%204.18a2.971%202.971%200%200%201-2.622%205.026q-.108.146-.24.277a2.45%202.45%200%200%201-3.461%200l-.738-.737l-.668.667a1.191%201.191%200%200%201-1.684-1.684l.667-.668l-.737-.738a2.448%202.448%200%200%201%20.277-3.7a2.97%202.97%200%200%201%20.825-2.623m3.724%207.265a.75.75%200%200%200%200-1.06l-1.57-1.57a.75.75%200%201%200-1.06%201.06l1.57%201.57a.75.75%200%200%200%201.06%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/dumbbell-24-filled.svg?color=%231a73e8&size=48