Dumbbell Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Dumbbell icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305556.svg" alt="Dumbbell icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305556.svg" alt="Dumbbell icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305556.svg" alt="Dumbbell icon" :width="24" :height="24" />
CSS background
.icon-dumbbell {
background-image: url('https://proicons.com/icon/305556.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M55 326c-31 0-55 26-55 59v244c0 33 24 59 55 59s54-26 54-59V385c0-33-24-59-54-59zm756-50c-30 0-54 26-54 59v127H244V349c0-32-25-59-55-59s-55 27-55 59v316c0 33 25 59 55 59s55-26 55-59V524h513v127c0 33 24 59 54 59s55-26 55-59V335c0-33-25-59-55-59zm134 36c-30 0-54 26-54 59v244c0 33 24 59 54 59 31 0 55-26 55-59V371c0-33-24-59-55-59z"/></svg>
Copied!