dumbbell3 icon

dumbbell3 from Reicon by REICON · Outline · Sports · MIT Free for personal and commercial use.

Name
dumbbell3
Set
Reicon
Style
Outline
Category
Sports
Viewbox
24×24
License
MIT

2 other variants in Reicon

More sports icons from Reicon

Use the dumbbell3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.624 2.756a1 1 0 0 0-.197 0c-.081.01-.202.047-.443.238c-.253.2-.557.503-1.022.968s-.767.769-.968 1.022c-.191.24-.229.362-.238.443a1 1 0 0 0 0 .197c.01.081.047.202.238.443c.2.253.503.557.968 1.022l4.949 4.95c.465.464.769.766 1.022.967c.241.191.362.229.443.238a1 1 0 0 0 .197 0c.081-.01.202-.047.443-.238c.253-.2.557-.503 1.022-.968s.767-.769.968-1.022c.191-.24.229-.362.238-.443a1 1 0 0 0 0-.197c-.01-.081-.047-.202-.238-.443c-.2-.253-.503-.557-.968-1.022l-4.949-4.95c-.465-.464-.769-.766-1.022-.967c-.241-.191-.362-.229-.443-.238m-.371-1.49q.273-.031.545 0c.47.055.852.276 1.201.553c.33.26.694.626 1.12 1.052l5.01 5.01c.426.426.791.79 1.052 1.12c.277.349.498.73.553 1.201q.032.272 0 .545c-.055.471-.276.852-.553 1.201c-.26.33-.626.694-1.052 1.121l-.06.06c-.427.426-.791.791-1.12 1.052c-.35.277-.731.498-1.202.553a2.3 2.3 0 0 1-.545 0c-.47-.055-.852-.276-1.201-.553c-.33-.26-.694-.626-1.12-1.052l-.612-.612l-2.752 2.752l.612.611c.426.427.791.792 1.052 1.12c.277.35.498.731.553 1.202q.032.273 0 .545c-.055.471-.276.852-.553 1.201c-.26.33-.626.694-1.052 1.121l-.06.06c-.427.426-.792.791-1.12 1.052c-.35.277-.731.498-1.202.553a2.3 2.3 0 0 1-.545 0c-.47-.055-.852-.276-1.201-.553c-.33-.26-.694-.626-1.12-1.052l-5.01-5.01c-.426-.426-.791-.79-1.052-1.12c-.277-.349-.498-.73-.553-1.201a2.4 2.4 0 0 1 0-.545c.055-.471.276-.852.553-1.201c.26-.33.626-.694 1.052-1.121l.06-.06c.427-.426.792-.791 1.12-1.052c.35-.277.731-.498 1.202-.553q.272-.032.545 0c.47.055.852.276 1.201.553c.33.26.694.626 1.12 1.052l.234.233l2.751-2.751l-.233-.233c-.426-.427-.791-.792-1.052-1.12c-.277-.35-.498-.731-.553-1.202a2.4 2.4 0 0 1 0-.545c.055-.471.276-.852.553-1.201c.26-.33.626-.694 1.052-1.12l.06-.06c.427-.427.792-.792 1.12-1.053c.35-.277.731-.498 1.202-.553m-1.088 8.147l-2.752 2.752l2.043 2.043l2.752-2.751zm5.323-7.445a.75.75 0 0 1 1.061 0l3.104 3.104a.75.75 0 0 1-1.06 1.06L17.488 3.03a.75.75 0 0 1 0-1.061M5.624 10.756a1 1 0 0 0-.197 0c-.081.01-.202.047-.443.238c-.253.2-.557.503-1.022.968s-.767.769-.968 1.022c-.191.24-.229.362-.238.443a1 1 0 0 0 0 .197c.01.081.047.202.238.443c.2.253.503.557.968 1.022l4.949 4.95c.465.464.769.766 1.022.967c.241.191.362.229.443.238a1 1 0 0 0 .197 0c.081-.01.202-.047.443-.238c.253-.2.557-.503 1.022-.968s.767-.769.968-1.022c.191-.24.229-.362.238-.443a1 1 0 0 0 0-.197c-.01-.081-.047-.202-.238-.443c-.2-.253-.503-.557-.968-1.022l-4.949-4.95c-.465-.464-.769-.766-1.022-.967c-.241-.191-.362-.229-.443-.238m-3.657 6.732a.75.75 0 0 1 1.06 0l3.105 3.104a.75.75 0 1 1-1.06 1.06l-3.105-3.104a.75.75 0 0 1 0-1.06" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconDumbbell3(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" fillRule="evenodd" d="M13.624 2.756a1 1 0 0 0-.197 0c-.081.01-.202.047-.443.238c-.253.2-.557.503-1.022.968s-.767.769-.968 1.022c-.191.24-.229.362-.238.443a1 1 0 0 0 0 .197c.01.081.047.202.238.443c.2.253.503.557.968 1.022l4.949 4.95c.465.464.769.766 1.022.967c.241.191.362.229.443.238a1 1 0 0 0 .197 0c.081-.01.202-.047.443-.238c.253-.2.557-.503 1.022-.968s.767-.769.968-1.022c.191-.24.229-.362.238-.443a1 1 0 0 0 0-.197c-.01-.081-.047-.202-.238-.443c-.2-.253-.503-.557-.968-1.022l-4.949-4.95c-.465-.464-.769-.766-1.022-.967c-.241-.191-.362-.229-.443-.238m-.371-1.49q.273-.031.545 0c.47.055.852.276 1.201.553c.33.26.694.626 1.12 1.052l5.01 5.01c.426.426.791.79 1.052 1.12c.277.349.498.73.553 1.201q.032.272 0 .545c-.055.471-.276.852-.553 1.201c-.26.33-.626.694-1.052 1.121l-.06.06c-.427.426-.791.791-1.12 1.052c-.35.277-.731.498-1.202.553a2.3 2.3 0 0 1-.545 0c-.47-.055-.852-.276-1.201-.553c-.33-.26-.694-.626-1.12-1.052l-.612-.612l-2.752 2.752l.612.611c.426.427.791.792 1.052 1.12c.277.35.498.731.553 1.202q.032.273 0 .545c-.055.471-.276.852-.553 1.201c-.26.33-.626.694-1.052 1.121l-.06.06c-.427.426-.792.791-1.12 1.052c-.35.277-.731.498-1.202.553a2.3 2.3 0 0 1-.545 0c-.47-.055-.852-.276-1.201-.553c-.33-.26-.694-.626-1.12-1.052l-5.01-5.01c-.426-.426-.791-.79-1.052-1.12c-.277-.349-.498-.73-.553-1.201a2.4 2.4 0 0 1 0-.545c.055-.471.276-.852.553-1.201c.26-.33.626-.694 1.052-1.121l.06-.06c.427-.426.792-.791 1.12-1.052c.35-.277.731-.498 1.202-.553q.272-.032.545 0c.47.055.852.276 1.201.553c.33.26.694.626 1.12 1.052l.234.233l2.751-2.751l-.233-.233c-.426-.427-.791-.792-1.052-1.12c-.277-.35-.498-.731-.553-1.202a2.4 2.4 0 0 1 0-.545c.055-.471.276-.852.553-1.201c.26-.33.626-.694 1.052-1.12l.06-.06c.427-.427.792-.792 1.12-1.053c.35-.277.731-.498 1.202-.553m-1.088 8.147l-2.752 2.752l2.043 2.043l2.752-2.751zm5.323-7.445a.75.75 0 0 1 1.061 0l3.104 3.104a.75.75 0 0 1-1.06 1.06L17.488 3.03a.75.75 0 0 1 0-1.061M5.624 10.756a1 1 0 0 0-.197 0c-.081.01-.202.047-.443.238c-.253.2-.557.503-1.022.968s-.767.769-.968 1.022c-.191.24-.229.362-.238.443a1 1 0 0 0 0 .197c.01.081.047.202.238.443c.2.253.503.557.968 1.022l4.949 4.95c.465.464.769.766 1.022.967c.241.191.362.229.443.238a1 1 0 0 0 .197 0c.081-.01.202-.047.443-.238c.253-.2.557-.503 1.022-.968s.767-.769.968-1.022c.191-.24.229-.362.238-.443a1 1 0 0 0 0-.197c-.01-.081-.047-.202-.238-.443c-.2-.253-.503-.557-.968-1.022l-4.949-4.95c-.465-.464-.769-.766-1.022-.967c-.241-.191-.362-.229-.443-.238m-3.657 6.732a.75.75 0 0 1 1.06 0l3.105 3.104a.75.75 0 1 1-1.06 1.06l-3.105-3.104a.75.75 0 0 1 0-1.06" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.624 2.756a1 1 0 0 0-.197 0c-.081.01-.202.047-.443.238c-.253.2-.557.503-1.022.968s-.767.769-.968 1.022c-.191.24-.229.362-.238.443a1 1 0 0 0 0 .197c.01.081.047.202.238.443c.2.253.503.557.968 1.022l4.949 4.95c.465.464.769.766 1.022.967c.241.191.362.229.443.238a1 1 0 0 0 .197 0c.081-.01.202-.047.443-.238c.253-.2.557-.503 1.022-.968s.767-.769.968-1.022c.191-.24.229-.362.238-.443a1 1 0 0 0 0-.197c-.01-.081-.047-.202-.238-.443c-.2-.253-.503-.557-.968-1.022l-4.949-4.95c-.465-.464-.769-.766-1.022-.967c-.241-.191-.362-.229-.443-.238m-.371-1.49q.273-.031.545 0c.47.055.852.276 1.201.553c.33.26.694.626 1.12 1.052l5.01 5.01c.426.426.791.79 1.052 1.12c.277.349.498.73.553 1.201q.032.272 0 .545c-.055.471-.276.852-.553 1.201c-.26.33-.626.694-1.052 1.121l-.06.06c-.427.426-.791.791-1.12 1.052c-.35.277-.731.498-1.202.553a2.3 2.3 0 0 1-.545 0c-.47-.055-.852-.276-1.201-.553c-.33-.26-.694-.626-1.12-1.052l-.612-.612l-2.752 2.752l.612.611c.426.427.791.792 1.052 1.12c.277.35.498.731.553 1.202q.032.273 0 .545c-.055.471-.276.852-.553 1.201c-.26.33-.626.694-1.052 1.121l-.06.06c-.427.426-.792.791-1.12 1.052c-.35.277-.731.498-1.202.553a2.3 2.3 0 0 1-.545 0c-.47-.055-.852-.276-1.201-.553c-.33-.26-.694-.626-1.12-1.052l-5.01-5.01c-.426-.426-.791-.79-1.052-1.12c-.277-.349-.498-.73-.553-1.201a2.4 2.4 0 0 1 0-.545c.055-.471.276-.852.553-1.201c.26-.33.626-.694 1.052-1.121l.06-.06c.427-.426.792-.791 1.12-1.052c.35-.277.731-.498 1.202-.553q.272-.032.545 0c.47.055.852.276 1.201.553c.33.26.694.626 1.12 1.052l.234.233l2.751-2.751l-.233-.233c-.426-.427-.791-.792-1.052-1.12c-.277-.35-.498-.731-.553-1.202a2.4 2.4 0 0 1 0-.545c.055-.471.276-.852.553-1.201c.26-.33.626-.694 1.052-1.12l.06-.06c.427-.427.792-.792 1.12-1.053c.35-.277.731-.498 1.202-.553m-1.088 8.147l-2.752 2.752l2.043 2.043l2.752-2.751zm5.323-7.445a.75.75 0 0 1 1.061 0l3.104 3.104a.75.75 0 0 1-1.06 1.06L17.488 3.03a.75.75 0 0 1 0-1.061M5.624 10.756a1 1 0 0 0-.197 0c-.081.01-.202.047-.443.238c-.253.2-.557.503-1.022.968s-.767.769-.968 1.022c-.191.24-.229.362-.238.443a1 1 0 0 0 0 .197c.01.081.047.202.238.443c.2.253.503.557.968 1.022l4.949 4.95c.465.464.769.766 1.022.967c.241.191.362.229.443.238a1 1 0 0 0 .197 0c.081-.01.202-.047.443-.238c.253-.2.557-.503 1.022-.968s.767-.769.968-1.022c.191-.24.229-.362.238-.443a1 1 0 0 0 0-.197c-.01-.081-.047-.202-.238-.443c-.2-.253-.503-.557-.968-1.022l-4.949-4.95c-.465-.464-.769-.766-1.022-.967c-.241-.191-.362-.229-.443-.238m-3.657 6.732a.75.75 0 0 1 1.06 0l3.105 3.104a.75.75 0 1 1-1.06 1.06l-3.105-3.104a.75.75 0 0 1 0-1.06" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-dumbbell3 {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.624%202.756a1%201%200%200%200-.197%200c-.081.01-.202.047-.443.238c-.253.2-.557.503-1.022.968s-.767.769-.968%201.022c-.191.24-.229.362-.238.443a1%201%200%200%200%200%20.197c.01.081.047.202.238.443c.2.253.503.557.968%201.022l4.949%204.95c.465.464.769.766%201.022.967c.241.191.362.229.443.238a1%201%200%200%200%20.197%200c.081-.01.202-.047.443-.238c.253-.2.557-.503%201.022-.968s.767-.769.968-1.022c.191-.24.229-.362.238-.443a1%201%200%200%200%200-.197c-.01-.081-.047-.202-.238-.443c-.2-.253-.503-.557-.968-1.022l-4.949-4.95c-.465-.464-.769-.766-1.022-.967c-.241-.191-.362-.229-.443-.238m-.371-1.49q.273-.031.545%200c.47.055.852.276%201.201.553c.33.26.694.626%201.12%201.052l5.01%205.01c.426.426.791.79%201.052%201.12c.277.349.498.73.553%201.201q.032.272%200%20.545c-.055.471-.276.852-.553%201.201c-.26.33-.626.694-1.052%201.121l-.06.06c-.427.426-.791.791-1.12%201.052c-.35.277-.731.498-1.202.553a2.3%202.3%200%200%201-.545%200c-.47-.055-.852-.276-1.201-.553c-.33-.26-.694-.626-1.12-1.052l-.612-.612l-2.752%202.752l.612.611c.426.427.791.792%201.052%201.12c.277.35.498.731.553%201.202q.032.273%200%20.545c-.055.471-.276.852-.553%201.201c-.26.33-.626.694-1.052%201.121l-.06.06c-.427.426-.792.791-1.12%201.052c-.35.277-.731.498-1.202.553a2.3%202.3%200%200%201-.545%200c-.47-.055-.852-.276-1.201-.553c-.33-.26-.694-.626-1.12-1.052l-5.01-5.01c-.426-.426-.791-.79-1.052-1.12c-.277-.349-.498-.73-.553-1.201a2.4%202.4%200%200%201%200-.545c.055-.471.276-.852.553-1.201c.26-.33.626-.694%201.052-1.121l.06-.06c.427-.426.792-.791%201.12-1.052c.35-.277.731-.498%201.202-.553q.272-.032.545%200c.47.055.852.276%201.201.553c.33.26.694.626%201.12%201.052l.234.233l2.751-2.751l-.233-.233c-.426-.427-.791-.792-1.052-1.12c-.277-.35-.498-.731-.553-1.202a2.4%202.4%200%200%201%200-.545c.055-.471.276-.852.553-1.201c.26-.33.626-.694%201.052-1.12l.06-.06c.427-.427.792-.792%201.12-1.053c.35-.277.731-.498%201.202-.553m-1.088%208.147l-2.752%202.752l2.043%202.043l2.752-2.751zm5.323-7.445a.75.75%200%200%201%201.061%200l3.104%203.104a.75.75%200%200%201-1.06%201.06L17.488%203.03a.75.75%200%200%201%200-1.061M5.624%2010.756a1%201%200%200%200-.197%200c-.081.01-.202.047-.443.238c-.253.2-.557.503-1.022.968s-.767.769-.968%201.022c-.191.24-.229.362-.238.443a1%201%200%200%200%200%20.197c.01.081.047.202.238.443c.2.253.503.557.968%201.022l4.949%204.95c.465.464.769.766%201.022.967c.241.191.362.229.443.238a1%201%200%200%200%20.197%200c.081-.01.202-.047.443-.238c.253-.2.557-.503%201.022-.968s.767-.769.968-1.022c.191-.24.229-.362.238-.443a1%201%200%200%200%200-.197c-.01-.081-.047-.202-.238-.443c-.2-.253-.503-.557-.968-1.022l-4.949-4.95c-.465-.464-.769-.766-1.022-.967c-.241-.191-.362-.229-.443-.238m-3.657%206.732a.75.75%200%200%201%201.06%200l3.105%203.104a.75.75%200%201%201-1.06%201.06l-3.105-3.104a.75.75%200%200%201%200-1.06%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.624%202.756a1%201%200%200%200-.197%200c-.081.01-.202.047-.443.238c-.253.2-.557.503-1.022.968s-.767.769-.968%201.022c-.191.24-.229.362-.238.443a1%201%200%200%200%200%20.197c.01.081.047.202.238.443c.2.253.503.557.968%201.022l4.949%204.95c.465.464.769.766%201.022.967c.241.191.362.229.443.238a1%201%200%200%200%20.197%200c.081-.01.202-.047.443-.238c.253-.2.557-.503%201.022-.968s.767-.769.968-1.022c.191-.24.229-.362.238-.443a1%201%200%200%200%200-.197c-.01-.081-.047-.202-.238-.443c-.2-.253-.503-.557-.968-1.022l-4.949-4.95c-.465-.464-.769-.766-1.022-.967c-.241-.191-.362-.229-.443-.238m-.371-1.49q.273-.031.545%200c.47.055.852.276%201.201.553c.33.26.694.626%201.12%201.052l5.01%205.01c.426.426.791.79%201.052%201.12c.277.349.498.73.553%201.201q.032.272%200%20.545c-.055.471-.276.852-.553%201.201c-.26.33-.626.694-1.052%201.121l-.06.06c-.427.426-.791.791-1.12%201.052c-.35.277-.731.498-1.202.553a2.3%202.3%200%200%201-.545%200c-.47-.055-.852-.276-1.201-.553c-.33-.26-.694-.626-1.12-1.052l-.612-.612l-2.752%202.752l.612.611c.426.427.791.792%201.052%201.12c.277.35.498.731.553%201.202q.032.273%200%20.545c-.055.471-.276.852-.553%201.201c-.26.33-.626.694-1.052%201.121l-.06.06c-.427.426-.792.791-1.12%201.052c-.35.277-.731.498-1.202.553a2.3%202.3%200%200%201-.545%200c-.47-.055-.852-.276-1.201-.553c-.33-.26-.694-.626-1.12-1.052l-5.01-5.01c-.426-.426-.791-.79-1.052-1.12c-.277-.349-.498-.73-.553-1.201a2.4%202.4%200%200%201%200-.545c.055-.471.276-.852.553-1.201c.26-.33.626-.694%201.052-1.121l.06-.06c.427-.426.792-.791%201.12-1.052c.35-.277.731-.498%201.202-.553q.272-.032.545%200c.47.055.852.276%201.201.553c.33.26.694.626%201.12%201.052l.234.233l2.751-2.751l-.233-.233c-.426-.427-.791-.792-1.052-1.12c-.277-.35-.498-.731-.553-1.202a2.4%202.4%200%200%201%200-.545c.055-.471.276-.852.553-1.201c.26-.33.626-.694%201.052-1.12l.06-.06c.427-.427.792-.792%201.12-1.053c.35-.277.731-.498%201.202-.553m-1.088%208.147l-2.752%202.752l2.043%202.043l2.752-2.751zm5.323-7.445a.75.75%200%200%201%201.061%200l3.104%203.104a.75.75%200%200%201-1.06%201.06L17.488%203.03a.75.75%200%200%201%200-1.061M5.624%2010.756a1%201%200%200%200-.197%200c-.081.01-.202.047-.443.238c-.253.2-.557.503-1.022.968s-.767.769-.968%201.022c-.191.24-.229.362-.238.443a1%201%200%200%200%200%20.197c.01.081.047.202.238.443c.2.253.503.557.968%201.022l4.949%204.95c.465.464.769.766%201.022.967c.241.191.362.229.443.238a1%201%200%200%200%20.197%200c.081-.01.202-.047.443-.238c.253-.2.557-.503%201.022-.968s.767-.769.968-1.022c.191-.24.229-.362.238-.443a1%201%200%200%200%200-.197c-.01-.081-.047-.202-.238-.443c-.2-.253-.503-.557-.968-1.022l-4.949-4.95c-.465-.464-.769-.766-1.022-.967c-.241-.191-.362-.229-.443-.238m-3.657%206.732a.75.75%200%200%201%201.06%200l3.105%203.104a.75.75%200%201%201-1.06%201.06l-3.105-3.104a.75.75%200%200%201%200-1.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/dumbbell3.svg?color=%231a73e8&size=48