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

Name
dumbbell-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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.331 3.126a1.985 1.985 0 0 0-3 .225a2.409 2.409 0 0 0-2.126 4.075l1.01 1.012l-1.068 1.068l1.366 1.366l1.069-1.068l1.011 1.011a2.409 2.409 0 0 0 4.075-2.126a1.985 1.985 0 0 0 .225-3l-.598-.599l.524-.524A.966.966 0 0 0 15.453 3.2l-.524.524zm.27 3.546a.5.5 0 1 1-.707.708l-1.272-1.273a.5.5 0 0 1 .707-.707zm-10.58 2.53a2.41 2.41 0 0 1 3.408 0l3.388 3.389a2.409 2.409 0 0 1-2.126 4.075a1.985 1.985 0 0 1-3 .225l-.599-.598l-.541.541a.966.966 0 1 1-1.366-1.365l.541-.542l-.598-.598a1.985 1.985 0 0 1 .225-3a2.4 2.4 0 0 1 .669-2.127m2.944 5.814a.5.5 0 0 0 0-.707l-1.273-1.272a.5.5 0 0 0-.707.707l1.272 1.272a.5.5 0 0 0 .708 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentDumbbell20Filled(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.331 3.126a1.985 1.985 0 0 0-3 .225a2.409 2.409 0 0 0-2.126 4.075l1.01 1.012l-1.068 1.068l1.366 1.366l1.069-1.068l1.011 1.011a2.409 2.409 0 0 0 4.075-2.126a1.985 1.985 0 0 0 .225-3l-.598-.599l.524-.524A.966.966 0 0 0 15.453 3.2l-.524.524zm.27 3.546a.5.5 0 1 1-.707.708l-1.272-1.273a.5.5 0 0 1 .707-.707zm-10.58 2.53a2.41 2.41 0 0 1 3.408 0l3.388 3.389a2.409 2.409 0 0 1-2.126 4.075a1.985 1.985 0 0 1-3 .225l-.599-.598l-.541.541a.966.966 0 1 1-1.366-1.365l.541-.542l-.598-.598a1.985 1.985 0 0 1 .225-3a2.4 2.4 0 0 1 .669-2.127m2.944 5.814a.5.5 0 0 0 0-.707l-1.273-1.272a.5.5 0 0 0-.707.707l1.272 1.272a.5.5 0 0 0 .708 0"/></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.331 3.126a1.985 1.985 0 0 0-3 .225a2.409 2.409 0 0 0-2.126 4.075l1.01 1.012l-1.068 1.068l1.366 1.366l1.069-1.068l1.011 1.011a2.409 2.409 0 0 0 4.075-2.126a1.985 1.985 0 0 0 .225-3l-.598-.599l.524-.524A.966.966 0 0 0 15.453 3.2l-.524.524zm.27 3.546a.5.5 0 1 1-.707.708l-1.272-1.273a.5.5 0 0 1 .707-.707zm-10.58 2.53a2.41 2.41 0 0 1 3.408 0l3.388 3.389a2.409 2.409 0 0 1-2.126 4.075a1.985 1.985 0 0 1-3 .225l-.599-.598l-.541.541a.966.966 0 1 1-1.366-1.365l.541-.542l-.598-.598a1.985 1.985 0 0 1 .225-3a2.4 2.4 0 0 1 .669-2.127m2.944 5.814a.5.5 0 0 0 0-.707l-1.273-1.272a.5.5 0 0 0-.707.707l1.272 1.272a.5.5 0 0 0 .708 0"/></svg>
</template>

CSS

.icon-dumbbell-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.331%203.126a1.985%201.985%200%200%200-3%20.225a2.409%202.409%200%200%200-2.126%204.075l1.01%201.012l-1.068%201.068l1.366%201.366l1.069-1.068l1.011%201.011a2.409%202.409%200%200%200%204.075-2.126a1.985%201.985%200%200%200%20.225-3l-.598-.599l.524-.524A.966.966%200%200%200%2015.453%203.2l-.524.524zm.27%203.546a.5.5%200%201%201-.707.708l-1.272-1.273a.5.5%200%200%201%20.707-.707zm-10.58%202.53a2.41%202.41%200%200%201%203.408%200l3.388%203.389a2.409%202.409%200%200%201-2.126%204.075a1.985%201.985%200%200%201-3%20.225l-.599-.598l-.541.541a.966.966%200%201%201-1.366-1.365l.541-.542l-.598-.598a1.985%201.985%200%200%201%20.225-3a2.4%202.4%200%200%201%20.669-2.127m2.944%205.814a.5.5%200%200%200%200-.707l-1.273-1.272a.5.5%200%200%200-.707.707l1.272%201.272a.5.5%200%200%200%20.708%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.331%203.126a1.985%201.985%200%200%200-3%20.225a2.409%202.409%200%200%200-2.126%204.075l1.01%201.012l-1.068%201.068l1.366%201.366l1.069-1.068l1.011%201.011a2.409%202.409%200%200%200%204.075-2.126a1.985%201.985%200%200%200%20.225-3l-.598-.599l.524-.524A.966.966%200%200%200%2015.453%203.2l-.524.524zm.27%203.546a.5.5%200%201%201-.707.708l-1.272-1.273a.5.5%200%200%201%20.707-.707zm-10.58%202.53a2.41%202.41%200%200%201%203.408%200l3.388%203.389a2.409%202.409%200%200%201-2.126%204.075a1.985%201.985%200%200%201-3%20.225l-.599-.598l-.541.541a.966.966%200%201%201-1.366-1.365l.541-.542l-.598-.598a1.985%201.985%200%200%201%20.225-3a2.4%202.4%200%200%201%20.669-2.127m2.944%205.814a.5.5%200%200%200%200-.707l-1.273-1.272a.5.5%200%200%200-.707.707l1.272%201.272a.5.5%200%200%200%20.708%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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