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

Name
dumbbell-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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="M12.034 5.778a.5.5 0 0 0 0-.708l-1.103-1.103a.5.5 0 1 0-.707.707l1.103 1.104a.5.5 0 0 0 .707 0m-5.883 5.176a.5.5 0 1 1-.707.707L4.34 10.558a.5.5 0 1 1 .707-.707zm8.112-9.2a1.337 1.337 0 0 0-1.891 0l-.49.491l-.166-.164a1.67 1.67 0 0 0-2.541.215a2.036 2.036 0 0 0-1.829 3.439l.523.523l-1.612 1.611l-.523-.523a2.036 2.036 0 0 0-3.439 1.83a1.67 1.67 0 0 0-.215 2.542l.165.164l-.506.505a1.337 1.337 0 0 0 1.891 1.891l.506-.505l.165.165a1.67 1.67 0 0 0 2.541-.216a2.036 2.036 0 0 0 1.829-3.439l-.523-.523L9.76 8.15l.523.523a2.036 2.036 0 0 0 3.439-1.83q.113-.08.215-.181a1.67 1.67 0 0 0 0-2.36l-.165-.165l.49-.49a1.337 1.337 0 0 0 0-1.891M13.065 3.43l-.477-.477l.49-.49a.337.337 0 0 1 .478.477zM9.053 7.442L7.44 9.053l-.477-.477l1.612-1.611zm-5.624 5.624l-.506.505a.337.337 0 0 1-.477-.477l.506-.505zm6.635-10.278a.67.67 0 0 1 .945 0l2.22 2.22a.67.67 0 0 1-.264 1.109a.5.5 0 0 0-.3.683a1.037 1.037 0 0 1-1.675 1.165L8.053 5.028a1.036 1.036 0 0 1 1.164-1.676a.5.5 0 0 0 .684-.3a.7.7 0 0 1 .163-.264M3.56 8.053a1.036 1.036 0 0 1 1.466 0l2.937 2.938A1.036 1.036 0 0 1 6.8 12.666a.5.5 0 0 0-.684.3a.67.67 0 0 1-1.108.265l-2.22-2.221a.67.67 0 0 1 .263-1.11a.5.5 0 0 0 .3-.683a1.04 1.04 0 0 1 .21-1.165"/></svg>

React

import type { SVGProps } from "react";

export function FluentDumbbell16Regular(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="M12.034 5.778a.5.5 0 0 0 0-.708l-1.103-1.103a.5.5 0 1 0-.707.707l1.103 1.104a.5.5 0 0 0 .707 0m-5.883 5.176a.5.5 0 1 1-.707.707L4.34 10.558a.5.5 0 1 1 .707-.707zm8.112-9.2a1.337 1.337 0 0 0-1.891 0l-.49.491l-.166-.164a1.67 1.67 0 0 0-2.541.215a2.036 2.036 0 0 0-1.829 3.439l.523.523l-1.612 1.611l-.523-.523a2.036 2.036 0 0 0-3.439 1.83a1.67 1.67 0 0 0-.215 2.542l.165.164l-.506.505a1.337 1.337 0 0 0 1.891 1.891l.506-.505l.165.165a1.67 1.67 0 0 0 2.541-.216a2.036 2.036 0 0 0 1.829-3.439l-.523-.523L9.76 8.15l.523.523a2.036 2.036 0 0 0 3.439-1.83q.113-.08.215-.181a1.67 1.67 0 0 0 0-2.36l-.165-.165l.49-.49a1.337 1.337 0 0 0 0-1.891M13.065 3.43l-.477-.477l.49-.49a.337.337 0 0 1 .478.477zM9.053 7.442L7.44 9.053l-.477-.477l1.612-1.611zm-5.624 5.624l-.506.505a.337.337 0 0 1-.477-.477l.506-.505zm6.635-10.278a.67.67 0 0 1 .945 0l2.22 2.22a.67.67 0 0 1-.264 1.109a.5.5 0 0 0-.3.683a1.037 1.037 0 0 1-1.675 1.165L8.053 5.028a1.036 1.036 0 0 1 1.164-1.676a.5.5 0 0 0 .684-.3a.7.7 0 0 1 .163-.264M3.56 8.053a1.036 1.036 0 0 1 1.466 0l2.937 2.938A1.036 1.036 0 0 1 6.8 12.666a.5.5 0 0 0-.684.3a.67.67 0 0 1-1.108.265l-2.22-2.221a.67.67 0 0 1 .263-1.11a.5.5 0 0 0 .3-.683a1.04 1.04 0 0 1 .21-1.165"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.034 5.778a.5.5 0 0 0 0-.708l-1.103-1.103a.5.5 0 1 0-.707.707l1.103 1.104a.5.5 0 0 0 .707 0m-5.883 5.176a.5.5 0 1 1-.707.707L4.34 10.558a.5.5 0 1 1 .707-.707zm8.112-9.2a1.337 1.337 0 0 0-1.891 0l-.49.491l-.166-.164a1.67 1.67 0 0 0-2.541.215a2.036 2.036 0 0 0-1.829 3.439l.523.523l-1.612 1.611l-.523-.523a2.036 2.036 0 0 0-3.439 1.83a1.67 1.67 0 0 0-.215 2.542l.165.164l-.506.505a1.337 1.337 0 0 0 1.891 1.891l.506-.505l.165.165a1.67 1.67 0 0 0 2.541-.216a2.036 2.036 0 0 0 1.829-3.439l-.523-.523L9.76 8.15l.523.523a2.036 2.036 0 0 0 3.439-1.83q.113-.08.215-.181a1.67 1.67 0 0 0 0-2.36l-.165-.165l.49-.49a1.337 1.337 0 0 0 0-1.891M13.065 3.43l-.477-.477l.49-.49a.337.337 0 0 1 .478.477zM9.053 7.442L7.44 9.053l-.477-.477l1.612-1.611zm-5.624 5.624l-.506.505a.337.337 0 0 1-.477-.477l.506-.505zm6.635-10.278a.67.67 0 0 1 .945 0l2.22 2.22a.67.67 0 0 1-.264 1.109a.5.5 0 0 0-.3.683a1.037 1.037 0 0 1-1.675 1.165L8.053 5.028a1.036 1.036 0 0 1 1.164-1.676a.5.5 0 0 0 .684-.3a.7.7 0 0 1 .163-.264M3.56 8.053a1.036 1.036 0 0 1 1.466 0l2.937 2.938A1.036 1.036 0 0 1 6.8 12.666a.5.5 0 0 0-.684.3a.67.67 0 0 1-1.108.265l-2.22-2.221a.67.67 0 0 1 .263-1.11a.5.5 0 0 0 .3-.683a1.04 1.04 0 0 1 .21-1.165"/></svg>
</template>

CSS

.icon-dumbbell-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.034%205.778a.5.5%200%200%200%200-.708l-1.103-1.103a.5.5%200%201%200-.707.707l1.103%201.104a.5.5%200%200%200%20.707%200m-5.883%205.176a.5.5%200%201%201-.707.707L4.34%2010.558a.5.5%200%201%201%20.707-.707zm8.112-9.2a1.337%201.337%200%200%200-1.891%200l-.49.491l-.166-.164a1.67%201.67%200%200%200-2.541.215a2.036%202.036%200%200%200-1.829%203.439l.523.523l-1.612%201.611l-.523-.523a2.036%202.036%200%200%200-3.439%201.83a1.67%201.67%200%200%200-.215%202.542l.165.164l-.506.505a1.337%201.337%200%200%200%201.891%201.891l.506-.505l.165.165a1.67%201.67%200%200%200%202.541-.216a2.036%202.036%200%200%200%201.829-3.439l-.523-.523L9.76%208.15l.523.523a2.036%202.036%200%200%200%203.439-1.83q.113-.08.215-.181a1.67%201.67%200%200%200%200-2.36l-.165-.165l.49-.49a1.337%201.337%200%200%200%200-1.891M13.065%203.43l-.477-.477l.49-.49a.337.337%200%200%201%20.478.477zM9.053%207.442L7.44%209.053l-.477-.477l1.612-1.611zm-5.624%205.624l-.506.505a.337.337%200%200%201-.477-.477l.506-.505zm6.635-10.278a.67.67%200%200%201%20.945%200l2.22%202.22a.67.67%200%200%201-.264%201.109a.5.5%200%200%200-.3.683a1.037%201.037%200%200%201-1.675%201.165L8.053%205.028a1.036%201.036%200%200%201%201.164-1.676a.5.5%200%200%200%20.684-.3a.7.7%200%200%201%20.163-.264M3.56%208.053a1.036%201.036%200%200%201%201.466%200l2.937%202.938A1.036%201.036%200%200%201%206.8%2012.666a.5.5%200%200%200-.684.3a.67.67%200%200%201-1.108.265l-2.22-2.221a.67.67%200%200%201%20.263-1.11a.5.5%200%200%200%20.3-.683a1.04%201.04%200%200%201%20.21-1.165%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%22M12.034%205.778a.5.5%200%200%200%200-.708l-1.103-1.103a.5.5%200%201%200-.707.707l1.103%201.104a.5.5%200%200%200%20.707%200m-5.883%205.176a.5.5%200%201%201-.707.707L4.34%2010.558a.5.5%200%201%201%20.707-.707zm8.112-9.2a1.337%201.337%200%200%200-1.891%200l-.49.491l-.166-.164a1.67%201.67%200%200%200-2.541.215a2.036%202.036%200%200%200-1.829%203.439l.523.523l-1.612%201.611l-.523-.523a2.036%202.036%200%200%200-3.439%201.83a1.67%201.67%200%200%200-.215%202.542l.165.164l-.506.505a1.337%201.337%200%200%200%201.891%201.891l.506-.505l.165.165a1.67%201.67%200%200%200%202.541-.216a2.036%202.036%200%200%200%201.829-3.439l-.523-.523L9.76%208.15l.523.523a2.036%202.036%200%200%200%203.439-1.83q.113-.08.215-.181a1.67%201.67%200%200%200%200-2.36l-.165-.165l.49-.49a1.337%201.337%200%200%200%200-1.891M13.065%203.43l-.477-.477l.49-.49a.337.337%200%200%201%20.478.477zM9.053%207.442L7.44%209.053l-.477-.477l1.612-1.611zm-5.624%205.624l-.506.505a.337.337%200%200%201-.477-.477l.506-.505zm6.635-10.278a.67.67%200%200%201%20.945%200l2.22%202.22a.67.67%200%200%201-.264%201.109a.5.5%200%200%200-.3.683a1.037%201.037%200%200%201-1.675%201.165L8.053%205.028a1.036%201.036%200%200%201%201.164-1.676a.5.5%200%200%200%20.684-.3a.7.7%200%200%201%20.163-.264M3.56%208.053a1.036%201.036%200%200%201%201.466%200l2.937%202.938A1.036%201.036%200%200%201%206.8%2012.666a.5.5%200%200%200-.684.3a.67.67%200%200%201-1.108.265l-2.22-2.221a.67.67%200%200%201%20.263-1.11a.5.5%200%200%200%20.3-.683a1.04%201.04%200%200%201%20.21-1.165%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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