dumbbell icon
dumbbell from Line Awesome by Icons8 · Line · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- dumbbell
- Set
- Line Awesome
- Style
- Line
- Category
- Travel
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- dumbbell-solid
The same icon in other sets
More travel icons from Line Awesome
Use the dumbbell icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.313 3.5c-.766 0-1.547.297-2.125.875a2.9 2.9 0 0 0-.75 1.344c-.208-.043-.41-.094-.625-.094c-.766 0-1.547.266-2.125.844a3 3 0 0 0 0 4.218l.843.844l-5 5l-.844-.843a2.95 2.95 0 0 0-2.093-.876c-.766 0-1.547.297-2.125.876a3 3 0 0 0-.782 2.78c-.48.126-.933.34-1.312.72a3 3 0 0 0 0 4.218l.031.032l1.344 1.375l-.688.687L6.5 26.938l.688-.688l1.406 1.375a3 3 0 0 0 4.219 0a2.95 2.95 0 0 0 .75-1.313c.96.208 2.007-.039 2.75-.78a3 3 0 0 0 0-4.22l-.844-.843l5-5l.843.844a3 3 0 0 0 4.22 0c.738-.743.988-1.79.78-2.75a2.9 2.9 0 0 0 1.313-.75a3 3 0 0 0 0-4.22L26.25 7.189l.688-.688L25.5 5.062l-.688.688l-1.406-1.375a2.95 2.95 0 0 0-2.093-.875m0 2a.95.95 0 0 1 .687.281L26.219 10a.95.95 0 0 1 0 1.375a.99.99 0 0 1-1.407 0l-4.187-4.188a.99.99 0 0 1 0-1.406a.95.95 0 0 1 .688-.281m-3.5 2.094c.25 0 .492.117.687.312l5.594 5.594a.99.99 0 0 1 0 1.406c-.39.39-.98.36-1.375-.031h-.032l-5.593-5.594c-.39-.39-.36-.98.031-1.375c.191-.183.445-.312.688-.312m.125 5.343l1.125 1.126l-5 5l-1.126-1.125zm-9.344 3.876c.25 0 .492.117.687.312h.031l5.594 5.594c.39.39.36.98-.031 1.375c-.39.37-.988.386-1.375 0l-.688-.688l-.124-.093l-4.094-4.125l-.688-.688a.99.99 0 0 1 0-1.406a.95.95 0 0 1 .688-.282zm-2.125 3.5c.25 0 .523.117.718.312l4.188 4.188a.99.99 0 0 1 0 1.406c-.39.39-.98.39-1.375 0L5.781 22a.95.95 0 0 1 0-1.375c.196-.195.438-.313.688-.313z"/></svg>
React
import type { SVGProps } from "react";
export function LaDumbbell(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.313 3.5c-.766 0-1.547.297-2.125.875a2.9 2.9 0 0 0-.75 1.344c-.208-.043-.41-.094-.625-.094c-.766 0-1.547.266-2.125.844a3 3 0 0 0 0 4.218l.843.844l-5 5l-.844-.843a2.95 2.95 0 0 0-2.093-.876c-.766 0-1.547.297-2.125.876a3 3 0 0 0-.782 2.78c-.48.126-.933.34-1.312.72a3 3 0 0 0 0 4.218l.031.032l1.344 1.375l-.688.687L6.5 26.938l.688-.688l1.406 1.375a3 3 0 0 0 4.219 0a2.95 2.95 0 0 0 .75-1.313c.96.208 2.007-.039 2.75-.78a3 3 0 0 0 0-4.22l-.844-.843l5-5l.843.844a3 3 0 0 0 4.22 0c.738-.743.988-1.79.78-2.75a2.9 2.9 0 0 0 1.313-.75a3 3 0 0 0 0-4.22L26.25 7.189l.688-.688L25.5 5.062l-.688.688l-1.406-1.375a2.95 2.95 0 0 0-2.093-.875m0 2a.95.95 0 0 1 .687.281L26.219 10a.95.95 0 0 1 0 1.375a.99.99 0 0 1-1.407 0l-4.187-4.188a.99.99 0 0 1 0-1.406a.95.95 0 0 1 .688-.281m-3.5 2.094c.25 0 .492.117.687.312l5.594 5.594a.99.99 0 0 1 0 1.406c-.39.39-.98.36-1.375-.031h-.032l-5.593-5.594c-.39-.39-.36-.98.031-1.375c.191-.183.445-.312.688-.312m.125 5.343l1.125 1.126l-5 5l-1.126-1.125zm-9.344 3.876c.25 0 .492.117.687.312h.031l5.594 5.594c.39.39.36.98-.031 1.375c-.39.37-.988.386-1.375 0l-.688-.688l-.124-.093l-4.094-4.125l-.688-.688a.99.99 0 0 1 0-1.406a.95.95 0 0 1 .688-.282zm-2.125 3.5c.25 0 .523.117.718.312l4.188 4.188a.99.99 0 0 1 0 1.406c-.39.39-.98.39-1.375 0L5.781 22a.95.95 0 0 1 0-1.375c.196-.195.438-.313.688-.313z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.313 3.5c-.766 0-1.547.297-2.125.875a2.9 2.9 0 0 0-.75 1.344c-.208-.043-.41-.094-.625-.094c-.766 0-1.547.266-2.125.844a3 3 0 0 0 0 4.218l.843.844l-5 5l-.844-.843a2.95 2.95 0 0 0-2.093-.876c-.766 0-1.547.297-2.125.876a3 3 0 0 0-.782 2.78c-.48.126-.933.34-1.312.72a3 3 0 0 0 0 4.218l.031.032l1.344 1.375l-.688.687L6.5 26.938l.688-.688l1.406 1.375a3 3 0 0 0 4.219 0a2.95 2.95 0 0 0 .75-1.313c.96.208 2.007-.039 2.75-.78a3 3 0 0 0 0-4.22l-.844-.843l5-5l.843.844a3 3 0 0 0 4.22 0c.738-.743.988-1.79.78-2.75a2.9 2.9 0 0 0 1.313-.75a3 3 0 0 0 0-4.22L26.25 7.189l.688-.688L25.5 5.062l-.688.688l-1.406-1.375a2.95 2.95 0 0 0-2.093-.875m0 2a.95.95 0 0 1 .687.281L26.219 10a.95.95 0 0 1 0 1.375a.99.99 0 0 1-1.407 0l-4.187-4.188a.99.99 0 0 1 0-1.406a.95.95 0 0 1 .688-.281m-3.5 2.094c.25 0 .492.117.687.312l5.594 5.594a.99.99 0 0 1 0 1.406c-.39.39-.98.36-1.375-.031h-.032l-5.593-5.594c-.39-.39-.36-.98.031-1.375c.191-.183.445-.312.688-.312m.125 5.343l1.125 1.126l-5 5l-1.126-1.125zm-9.344 3.876c.25 0 .492.117.687.312h.031l5.594 5.594c.39.39.36.98-.031 1.375c-.39.37-.988.386-1.375 0l-.688-.688l-.124-.093l-4.094-4.125l-.688-.688a.99.99 0 0 1 0-1.406a.95.95 0 0 1 .688-.282zm-2.125 3.5c.25 0 .523.117.718.312l4.188 4.188a.99.99 0 0 1 0 1.406c-.39.39-.98.39-1.375 0L5.781 22a.95.95 0 0 1 0-1.375c.196-.195.438-.313.688-.313z"/></svg> </template>
CSS
.icon-dumbbell {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.313%203.5c-.766%200-1.547.297-2.125.875a2.9%202.9%200%200%200-.75%201.344c-.208-.043-.41-.094-.625-.094c-.766%200-1.547.266-2.125.844a3%203%200%200%200%200%204.218l.843.844l-5%205l-.844-.843a2.95%202.95%200%200%200-2.093-.876c-.766%200-1.547.297-2.125.876a3%203%200%200%200-.782%202.78c-.48.126-.933.34-1.312.72a3%203%200%200%200%200%204.218l.031.032l1.344%201.375l-.688.687L6.5%2026.938l.688-.688l1.406%201.375a3%203%200%200%200%204.219%200a2.95%202.95%200%200%200%20.75-1.313c.96.208%202.007-.039%202.75-.78a3%203%200%200%200%200-4.22l-.844-.843l5-5l.843.844a3%203%200%200%200%204.22%200c.738-.743.988-1.79.78-2.75a2.9%202.9%200%200%200%201.313-.75a3%203%200%200%200%200-4.22L26.25%207.189l.688-.688L25.5%205.062l-.688.688l-1.406-1.375a2.95%202.95%200%200%200-2.093-.875m0%202a.95.95%200%200%201%20.687.281L26.219%2010a.95.95%200%200%201%200%201.375a.99.99%200%200%201-1.407%200l-4.187-4.188a.99.99%200%200%201%200-1.406a.95.95%200%200%201%20.688-.281m-3.5%202.094c.25%200%20.492.117.687.312l5.594%205.594a.99.99%200%200%201%200%201.406c-.39.39-.98.36-1.375-.031h-.032l-5.593-5.594c-.39-.39-.36-.98.031-1.375c.191-.183.445-.312.688-.312m.125%205.343l1.125%201.126l-5%205l-1.126-1.125zm-9.344%203.876c.25%200%20.492.117.687.312h.031l5.594%205.594c.39.39.36.98-.031%201.375c-.39.37-.988.386-1.375%200l-.688-.688l-.124-.093l-4.094-4.125l-.688-.688a.99.99%200%200%201%200-1.406a.95.95%200%200%201%20.688-.282zm-2.125%203.5c.25%200%20.523.117.718.312l4.188%204.188a.99.99%200%200%201%200%201.406c-.39.39-.98.39-1.375%200L5.781%2022a.95.95%200%200%201%200-1.375c.196-.195.438-.313.688-.313z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.313%203.5c-.766%200-1.547.297-2.125.875a2.9%202.9%200%200%200-.75%201.344c-.208-.043-.41-.094-.625-.094c-.766%200-1.547.266-2.125.844a3%203%200%200%200%200%204.218l.843.844l-5%205l-.844-.843a2.95%202.95%200%200%200-2.093-.876c-.766%200-1.547.297-2.125.876a3%203%200%200%200-.782%202.78c-.48.126-.933.34-1.312.72a3%203%200%200%200%200%204.218l.031.032l1.344%201.375l-.688.687L6.5%2026.938l.688-.688l1.406%201.375a3%203%200%200%200%204.219%200a2.95%202.95%200%200%200%20.75-1.313c.96.208%202.007-.039%202.75-.78a3%203%200%200%200%200-4.22l-.844-.843l5-5l.843.844a3%203%200%200%200%204.22%200c.738-.743.988-1.79.78-2.75a2.9%202.9%200%200%200%201.313-.75a3%203%200%200%200%200-4.22L26.25%207.189l.688-.688L25.5%205.062l-.688.688l-1.406-1.375a2.95%202.95%200%200%200-2.093-.875m0%202a.95.95%200%200%201%20.687.281L26.219%2010a.95.95%200%200%201%200%201.375a.99.99%200%200%201-1.407%200l-4.187-4.188a.99.99%200%200%201%200-1.406a.95.95%200%200%201%20.688-.281m-3.5%202.094c.25%200%20.492.117.687.312l5.594%205.594a.99.99%200%200%201%200%201.406c-.39.39-.98.36-1.375-.031h-.032l-5.593-5.594c-.39-.39-.36-.98.031-1.375c.191-.183.445-.312.688-.312m.125%205.343l1.125%201.126l-5%205l-1.126-1.125zm-9.344%203.876c.25%200%20.492.117.687.312h.031l5.594%205.594c.39.39.36.98-.031%201.375c-.39.37-.988.386-1.375%200l-.688-.688l-.124-.093l-4.094-4.125l-.688-.688a.99.99%200%200%201%200-1.406a.95.95%200%200%201%20.688-.282zm-2.125%203.5c.25%200%20.523.117.718.312l4.188%204.188a.99.99%200%200%201%200%201.406c-.39.39-.98.39-1.375%200L5.781%2022a.95.95%200%200%201%200-1.375c.196-.195.438-.313.688-.313z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/dumbbell.svg?color=%231a73e8&size=48