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

Name
dumbbell-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M14.598 7.38a.5.5 0 0 0 0-.707L13.325 5.4a.5.5 0 1 0-.707.707L13.89 7.38a.5.5 0 0 0 .707 0M7.81 13.461a.5.5 0 0 1-.708.707L5.83 12.896a.5.5 0 0 1 .707-.708zm9.359-10.614a1.466 1.466 0 0 0-2.073 0l-.62.62l-.245-.244a1.848 1.848 0 0 0-2.844.28a2.273 2.273 0 0 0-2.09 3.828l.658.657l-1.969 1.969l-.658-.658a2.273 2.273 0 0 0-3.828 2.09a1.852 1.852 0 0 0-.28 2.844l.245.245l-.637.637A1.466 1.466 0 0 0 4.9 17.19l.638-.638l.244.244a1.848 1.848 0 0 0 2.844-.28a2.273 2.273 0 0 0 2.09-3.828l-.658-.657l1.969-1.968l.658.657a2.273 2.273 0 0 0 3.827-2.09q.15-.1.28-.23a1.85 1.85 0 0 0 0-2.614l-.244-.244l.62-.62a1.47 1.47 0 0 0 0-2.074M15.84 4.834l-.658-.66l.62-.62a.466.466 0 1 1 .659.66zm-4.52 4.52l-1.969 1.969l-.659-.659l1.969-1.968zm-6.49 6.49l-.637.637a.466.466 0 0 1-.66-.659l.639-.637zM12.324 3.93a.85.85 0 0 1 1.2 0l2.562 2.562A.848.848 0 0 1 15.75 7.9a.5.5 0 0 0-.3.683a1.273 1.273 0 0 1-2.057 1.43l-3.39-3.389a1.273 1.273 0 0 1 1.43-2.057a.5.5 0 0 0 .684-.3a.84.84 0 0 1 .207-.336m-7.503 6.076a1.273 1.273 0 0 1 1.8 0l3.389 3.389a1.273 1.273 0 0 1-1.43 2.057a.5.5 0 0 0-.683.3a.848.848 0 0 1-1.406.336l-2.563-2.562a.848.848 0 0 1 .336-1.406a.5.5 0 0 0 .3-.684a1.27 1.27 0 0 1 .257-1.43"/></svg>

React

import type { SVGProps } from "react";

export function FluentDumbbell20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.598 7.38a.5.5 0 0 0 0-.707L13.325 5.4a.5.5 0 1 0-.707.707L13.89 7.38a.5.5 0 0 0 .707 0M7.81 13.461a.5.5 0 0 1-.708.707L5.83 12.896a.5.5 0 0 1 .707-.708zm9.359-10.614a1.466 1.466 0 0 0-2.073 0l-.62.62l-.245-.244a1.848 1.848 0 0 0-2.844.28a2.273 2.273 0 0 0-2.09 3.828l.658.657l-1.969 1.969l-.658-.658a2.273 2.273 0 0 0-3.828 2.09a1.852 1.852 0 0 0-.28 2.844l.245.245l-.637.637A1.466 1.466 0 0 0 4.9 17.19l.638-.638l.244.244a1.848 1.848 0 0 0 2.844-.28a2.273 2.273 0 0 0 2.09-3.828l-.658-.657l1.969-1.968l.658.657a2.273 2.273 0 0 0 3.827-2.09q.15-.1.28-.23a1.85 1.85 0 0 0 0-2.614l-.244-.244l.62-.62a1.47 1.47 0 0 0 0-2.074M15.84 4.834l-.658-.66l.62-.62a.466.466 0 1 1 .659.66zm-4.52 4.52l-1.969 1.969l-.659-.659l1.969-1.968zm-6.49 6.49l-.637.637a.466.466 0 0 1-.66-.659l.639-.637zM12.324 3.93a.85.85 0 0 1 1.2 0l2.562 2.562A.848.848 0 0 1 15.75 7.9a.5.5 0 0 0-.3.683a1.273 1.273 0 0 1-2.057 1.43l-3.39-3.389a1.273 1.273 0 0 1 1.43-2.057a.5.5 0 0 0 .684-.3a.84.84 0 0 1 .207-.336m-7.503 6.076a1.273 1.273 0 0 1 1.8 0l3.389 3.389a1.273 1.273 0 0 1-1.43 2.057a.5.5 0 0 0-.683.3a.848.848 0 0 1-1.406.336l-2.563-2.562a.848.848 0 0 1 .336-1.406a.5.5 0 0 0 .3-.684a1.27 1.27 0 0 1 .257-1.43"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.598 7.38a.5.5 0 0 0 0-.707L13.325 5.4a.5.5 0 1 0-.707.707L13.89 7.38a.5.5 0 0 0 .707 0M7.81 13.461a.5.5 0 0 1-.708.707L5.83 12.896a.5.5 0 0 1 .707-.708zm9.359-10.614a1.466 1.466 0 0 0-2.073 0l-.62.62l-.245-.244a1.848 1.848 0 0 0-2.844.28a2.273 2.273 0 0 0-2.09 3.828l.658.657l-1.969 1.969l-.658-.658a2.273 2.273 0 0 0-3.828 2.09a1.852 1.852 0 0 0-.28 2.844l.245.245l-.637.637A1.466 1.466 0 0 0 4.9 17.19l.638-.638l.244.244a1.848 1.848 0 0 0 2.844-.28a2.273 2.273 0 0 0 2.09-3.828l-.658-.657l1.969-1.968l.658.657a2.273 2.273 0 0 0 3.827-2.09q.15-.1.28-.23a1.85 1.85 0 0 0 0-2.614l-.244-.244l.62-.62a1.47 1.47 0 0 0 0-2.074M15.84 4.834l-.658-.66l.62-.62a.466.466 0 1 1 .659.66zm-4.52 4.52l-1.969 1.969l-.659-.659l1.969-1.968zm-6.49 6.49l-.637.637a.466.466 0 0 1-.66-.659l.639-.637zM12.324 3.93a.85.85 0 0 1 1.2 0l2.562 2.562A.848.848 0 0 1 15.75 7.9a.5.5 0 0 0-.3.683a1.273 1.273 0 0 1-2.057 1.43l-3.39-3.389a1.273 1.273 0 0 1 1.43-2.057a.5.5 0 0 0 .684-.3a.84.84 0 0 1 .207-.336m-7.503 6.076a1.273 1.273 0 0 1 1.8 0l3.389 3.389a1.273 1.273 0 0 1-1.43 2.057a.5.5 0 0 0-.683.3a.848.848 0 0 1-1.406.336l-2.563-2.562a.848.848 0 0 1 .336-1.406a.5.5 0 0 0 .3-.684a1.27 1.27 0 0 1 .257-1.43"/></svg>
</template>

CSS

.icon-dumbbell-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.598%207.38a.5.5%200%200%200%200-.707L13.325%205.4a.5.5%200%201%200-.707.707L13.89%207.38a.5.5%200%200%200%20.707%200M7.81%2013.461a.5.5%200%200%201-.708.707L5.83%2012.896a.5.5%200%200%201%20.707-.708zm9.359-10.614a1.466%201.466%200%200%200-2.073%200l-.62.62l-.245-.244a1.848%201.848%200%200%200-2.844.28a2.273%202.273%200%200%200-2.09%203.828l.658.657l-1.969%201.969l-.658-.658a2.273%202.273%200%200%200-3.828%202.09a1.852%201.852%200%200%200-.28%202.844l.245.245l-.637.637A1.466%201.466%200%200%200%204.9%2017.19l.638-.638l.244.244a1.848%201.848%200%200%200%202.844-.28a2.273%202.273%200%200%200%202.09-3.828l-.658-.657l1.969-1.968l.658.657a2.273%202.273%200%200%200%203.827-2.09q.15-.1.28-.23a1.85%201.85%200%200%200%200-2.614l-.244-.244l.62-.62a1.47%201.47%200%200%200%200-2.074M15.84%204.834l-.658-.66l.62-.62a.466.466%200%201%201%20.659.66zm-4.52%204.52l-1.969%201.969l-.659-.659l1.969-1.968zm-6.49%206.49l-.637.637a.466.466%200%200%201-.66-.659l.639-.637zM12.324%203.93a.85.85%200%200%201%201.2%200l2.562%202.562A.848.848%200%200%201%2015.75%207.9a.5.5%200%200%200-.3.683a1.273%201.273%200%200%201-2.057%201.43l-3.39-3.389a1.273%201.273%200%200%201%201.43-2.057a.5.5%200%200%200%20.684-.3a.84.84%200%200%201%20.207-.336m-7.503%206.076a1.273%201.273%200%200%201%201.8%200l3.389%203.389a1.273%201.273%200%200%201-1.43%202.057a.5.5%200%200%200-.683.3a.848.848%200%200%201-1.406.336l-2.563-2.562a.848.848%200%200%201%20.336-1.406a.5.5%200%200%200%20.3-.684a1.27%201.27%200%200%201%20.257-1.43%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.598%207.38a.5.5%200%200%200%200-.707L13.325%205.4a.5.5%200%201%200-.707.707L13.89%207.38a.5.5%200%200%200%20.707%200M7.81%2013.461a.5.5%200%200%201-.708.707L5.83%2012.896a.5.5%200%200%201%20.707-.708zm9.359-10.614a1.466%201.466%200%200%200-2.073%200l-.62.62l-.245-.244a1.848%201.848%200%200%200-2.844.28a2.273%202.273%200%200%200-2.09%203.828l.658.657l-1.969%201.969l-.658-.658a2.273%202.273%200%200%200-3.828%202.09a1.852%201.852%200%200%200-.28%202.844l.245.245l-.637.637A1.466%201.466%200%200%200%204.9%2017.19l.638-.638l.244.244a1.848%201.848%200%200%200%202.844-.28a2.273%202.273%200%200%200%202.09-3.828l-.658-.657l1.969-1.968l.658.657a2.273%202.273%200%200%200%203.827-2.09q.15-.1.28-.23a1.85%201.85%200%200%200%200-2.614l-.244-.244l.62-.62a1.47%201.47%200%200%200%200-2.074M15.84%204.834l-.658-.66l.62-.62a.466.466%200%201%201%20.659.66zm-4.52%204.52l-1.969%201.969l-.659-.659l1.969-1.968zm-6.49%206.49l-.637.637a.466.466%200%200%201-.66-.659l.639-.637zM12.324%203.93a.85.85%200%200%201%201.2%200l2.562%202.562A.848.848%200%200%201%2015.75%207.9a.5.5%200%200%200-.3.683a1.273%201.273%200%200%201-2.057%201.43l-3.39-3.389a1.273%201.273%200%200%201%201.43-2.057a.5.5%200%200%200%20.684-.3a.84.84%200%200%201%20.207-.336m-7.503%206.076a1.273%201.273%200%200%201%201.8%200l3.389%203.389a1.273%201.273%200%200%201-1.43%202.057a.5.5%200%200%200-.683.3a.848.848%200%200%201-1.406.336l-2.563-2.562a.848.848%200%200%201%20.336-1.406a.5.5%200%200%200%20.3-.684a1.27%201.27%200%200%201%20.257-1.43%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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