dumbbell-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
dumbbell-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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.766 7.802a.75.75 0 1 1-1.061 1.061l-1.57-1.57a.75.75 0 1 1 1.06-1.06zm-8.373 9.433a.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 0m11.544-14.15a1.94 1.94 0 0 0-2.746 0l-.67.67l-.208-.207a2.413 2.413 0 0 0-3.661.291a2.936 2.936 0 0 0-2.613 4.963l.717.717l-2.239 2.24l-.717-.718a2.936 2.936 0 0 0-4.963 2.613q-.154.111-.291.249a2.413 2.413 0 0 0 0 3.412l.207.208l-.692.692a1.941 1.941 0 0 0 2.745 2.745l.692-.692l.208.207a2.413 2.413 0 0 0 3.66-.291a2.936 2.936 0 0 0 2.613-4.963l-.717-.717l2.24-2.24l.717.718a2.936 2.936 0 0 0 4.963-2.613q.154-.111.291-.249a2.413 2.413 0 0 0 0-3.412l-.207-.208l.67-.67a1.94 1.94 0 0 0 0-2.746M19.205 5.44l-.624-.624l.671-.671a.441.441 0 1 1 .624.624zm-5.764 5.764l-2.24 2.24l-.623-.625l2.239-2.239zm-8.003 8.003l-.693.692a.441.441 0 0 1-.624-.623l.693-.693zM14.96 4.608a.913.913 0 0 1 1.292 0l3.16 3.16a.913.913 0 0 1-.362 1.514a.75.75 0 0 0-.45 1.025a1.437 1.437 0 0 1-2.322 1.614l-4.18-4.18a1.436 1.436 0 0 1 1.615-2.321a.75.75 0 0 0 1.025-.45a.9.9 0 0 1 .222-.362m-9.253 7.494a1.436 1.436 0 0 1 2.031 0l4.18 4.18a1.436 1.436 0 0 1-1.614 2.321a.75.75 0 0 0-1.025.45a.913.913 0 0 1-1.514.361l-3.16-3.16a.913.913 0 0 1 .362-1.513a.75.75 0 0 0 .45-1.025a1.44 1.44 0 0 1 .29-1.614"/></svg>

React

import type { SVGProps } from "react";

export function FluentDumbbell24Regular(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.766 7.802a.75.75 0 1 1-1.061 1.061l-1.57-1.57a.75.75 0 1 1 1.06-1.06zm-8.373 9.433a.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 0m11.544-14.15a1.94 1.94 0 0 0-2.746 0l-.67.67l-.208-.207a2.413 2.413 0 0 0-3.661.291a2.936 2.936 0 0 0-2.613 4.963l.717.717l-2.239 2.24l-.717-.718a2.936 2.936 0 0 0-4.963 2.613q-.154.111-.291.249a2.413 2.413 0 0 0 0 3.412l.207.208l-.692.692a1.941 1.941 0 0 0 2.745 2.745l.692-.692l.208.207a2.413 2.413 0 0 0 3.66-.291a2.936 2.936 0 0 0 2.613-4.963l-.717-.717l2.24-2.24l.717.718a2.936 2.936 0 0 0 4.963-2.613q.154-.111.291-.249a2.413 2.413 0 0 0 0-3.412l-.207-.208l.67-.67a1.94 1.94 0 0 0 0-2.746M19.205 5.44l-.624-.624l.671-.671a.441.441 0 1 1 .624.624zm-5.764 5.764l-2.24 2.24l-.623-.625l2.239-2.239zm-8.003 8.003l-.693.692a.441.441 0 0 1-.624-.623l.693-.693zM14.96 4.608a.913.913 0 0 1 1.292 0l3.16 3.16a.913.913 0 0 1-.362 1.514a.75.75 0 0 0-.45 1.025a1.437 1.437 0 0 1-2.322 1.614l-4.18-4.18a1.436 1.436 0 0 1 1.615-2.321a.75.75 0 0 0 1.025-.45a.9.9 0 0 1 .222-.362m-9.253 7.494a1.436 1.436 0 0 1 2.031 0l4.18 4.18a1.436 1.436 0 0 1-1.614 2.321a.75.75 0 0 0-1.025.45a.913.913 0 0 1-1.514.361l-3.16-3.16a.913.913 0 0 1 .362-1.513a.75.75 0 0 0 .45-1.025a1.44 1.44 0 0 1 .29-1.614"/></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.766 7.802a.75.75 0 1 1-1.061 1.061l-1.57-1.57a.75.75 0 1 1 1.06-1.06zm-8.373 9.433a.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 0m11.544-14.15a1.94 1.94 0 0 0-2.746 0l-.67.67l-.208-.207a2.413 2.413 0 0 0-3.661.291a2.936 2.936 0 0 0-2.613 4.963l.717.717l-2.239 2.24l-.717-.718a2.936 2.936 0 0 0-4.963 2.613q-.154.111-.291.249a2.413 2.413 0 0 0 0 3.412l.207.208l-.692.692a1.941 1.941 0 0 0 2.745 2.745l.692-.692l.208.207a2.413 2.413 0 0 0 3.66-.291a2.936 2.936 0 0 0 2.613-4.963l-.717-.717l2.24-2.24l.717.718a2.936 2.936 0 0 0 4.963-2.613q.154-.111.291-.249a2.413 2.413 0 0 0 0-3.412l-.207-.208l.67-.67a1.94 1.94 0 0 0 0-2.746M19.205 5.44l-.624-.624l.671-.671a.441.441 0 1 1 .624.624zm-5.764 5.764l-2.24 2.24l-.623-.625l2.239-2.239zm-8.003 8.003l-.693.692a.441.441 0 0 1-.624-.623l.693-.693zM14.96 4.608a.913.913 0 0 1 1.292 0l3.16 3.16a.913.913 0 0 1-.362 1.514a.75.75 0 0 0-.45 1.025a1.437 1.437 0 0 1-2.322 1.614l-4.18-4.18a1.436 1.436 0 0 1 1.615-2.321a.75.75 0 0 0 1.025-.45a.9.9 0 0 1 .222-.362m-9.253 7.494a1.436 1.436 0 0 1 2.031 0l4.18 4.18a1.436 1.436 0 0 1-1.614 2.321a.75.75 0 0 0-1.025.45a.913.913 0 0 1-1.514.361l-3.16-3.16a.913.913 0 0 1 .362-1.513a.75.75 0 0 0 .45-1.025a1.44 1.44 0 0 1 .29-1.614"/></svg>
</template>

CSS

.icon-dumbbell-24-regular {
  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.766%207.802a.75.75%200%201%201-1.061%201.061l-1.57-1.57a.75.75%200%201%201%201.06-1.06zm-8.373%209.433a.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%200m11.544-14.15a1.94%201.94%200%200%200-2.746%200l-.67.67l-.208-.207a2.413%202.413%200%200%200-3.661.291a2.936%202.936%200%200%200-2.613%204.963l.717.717l-2.239%202.24l-.717-.718a2.936%202.936%200%200%200-4.963%202.613q-.154.111-.291.249a2.413%202.413%200%200%200%200%203.412l.207.208l-.692.692a1.941%201.941%200%200%200%202.745%202.745l.692-.692l.208.207a2.413%202.413%200%200%200%203.66-.291a2.936%202.936%200%200%200%202.613-4.963l-.717-.717l2.24-2.24l.717.718a2.936%202.936%200%200%200%204.963-2.613q.154-.111.291-.249a2.413%202.413%200%200%200%200-3.412l-.207-.208l.67-.67a1.94%201.94%200%200%200%200-2.746M19.205%205.44l-.624-.624l.671-.671a.441.441%200%201%201%20.624.624zm-5.764%205.764l-2.24%202.24l-.623-.625l2.239-2.239zm-8.003%208.003l-.693.692a.441.441%200%200%201-.624-.623l.693-.693zM14.96%204.608a.913.913%200%200%201%201.292%200l3.16%203.16a.913.913%200%200%201-.362%201.514a.75.75%200%200%200-.45%201.025a1.437%201.437%200%200%201-2.322%201.614l-4.18-4.18a1.436%201.436%200%200%201%201.615-2.321a.75.75%200%200%200%201.025-.45a.9.9%200%200%201%20.222-.362m-9.253%207.494a1.436%201.436%200%200%201%202.031%200l4.18%204.18a1.436%201.436%200%200%201-1.614%202.321a.75.75%200%200%200-1.025.45a.913.913%200%200%201-1.514.361l-3.16-3.16a.913.913%200%200%201%20.362-1.513a.75.75%200%200%200%20.45-1.025a1.44%201.44%200%200%201%20.29-1.614%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.766%207.802a.75.75%200%201%201-1.061%201.061l-1.57-1.57a.75.75%200%201%201%201.06-1.06zm-8.373%209.433a.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%200m11.544-14.15a1.94%201.94%200%200%200-2.746%200l-.67.67l-.208-.207a2.413%202.413%200%200%200-3.661.291a2.936%202.936%200%200%200-2.613%204.963l.717.717l-2.239%202.24l-.717-.718a2.936%202.936%200%200%200-4.963%202.613q-.154.111-.291.249a2.413%202.413%200%200%200%200%203.412l.207.208l-.692.692a1.941%201.941%200%200%200%202.745%202.745l.692-.692l.208.207a2.413%202.413%200%200%200%203.66-.291a2.936%202.936%200%200%200%202.613-4.963l-.717-.717l2.24-2.24l.717.718a2.936%202.936%200%200%200%204.963-2.613q.154-.111.291-.249a2.413%202.413%200%200%200%200-3.412l-.207-.208l.67-.67a1.94%201.94%200%200%200%200-2.746M19.205%205.44l-.624-.624l.671-.671a.441.441%200%201%201%20.624.624zm-5.764%205.764l-2.24%202.24l-.623-.625l2.239-2.239zm-8.003%208.003l-.693.692a.441.441%200%200%201-.624-.623l.693-.693zM14.96%204.608a.913.913%200%200%201%201.292%200l3.16%203.16a.913.913%200%200%201-.362%201.514a.75.75%200%200%200-.45%201.025a1.437%201.437%200%200%201-2.322%201.614l-4.18-4.18a1.436%201.436%200%200%201%201.615-2.321a.75.75%200%200%200%201.025-.45a.9.9%200%200%201%20.222-.362m-9.253%207.494a1.436%201.436%200%200%201%202.031%200l4.18%204.18a1.436%201.436%200%200%201-1.614%202.321a.75.75%200%200%200-1.025.45a.913.913%200%200%201-1.514.361l-3.16-3.16a.913.913%200%200%201%20.362-1.513a.75.75%200%200%200%20.45-1.025a1.44%201.44%200%200%201%20.29-1.614%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/dumbbell-24-regular.svg?color=%231a73e8&size=48