Muscle Weight Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Muscle Weight 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/306120.svg" alt="Muscle Weight icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306120.svg" alt="Muscle Weight icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306120.svg" alt="Muscle Weight icon" :width="24" :height="24" />
CSS background
.icon-muscle-weight {
background-image: url('https://proicons.com/icon/306120.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="M927 627c-3-10-8-18-15-26-11-45-33-97-66-149-52-83-189-216-241-237-3-1-5-2-7-2-2-13-9-25-27-33-27-13-53-25-78-34C463 61 382 0 287 0 166 0 68 98 68 219s98 218 219 218c99 0 183-66 210-157 19-3 37-2 46 12 27 40 57 173 106 258-13-2-26-3-39-3-56 0-107 17-143 44-31-49-85-80-146-80-81 0-149 55-168 131h-8l5 358 88-1 32-57c56-22 122-77 168-136 62 9 141 14 172 14 34 0 164-15 201-28 86-32 138-106 116-165zM287 283c-36 0-64-29-64-64 0-36 28-64 64-64 35 0 64 28 64 64s-29 64-64 64z"/></svg>
Copied!