Musclebooster Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Musclebooster 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/344238.svg" alt="Musclebooster icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344238.svg" alt="Musclebooster icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344238.svg" alt="Musclebooster icon" :width="24" :height="24" />
CSS background
.icon-musclebooster {
background-image: url('https://proicons.com/icon/344238.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="7.041" y="34.8269" width="6.1321" height="6.1321" rx="1" ry="1" transform="translate(29.7546 3.9518) rotate(45)"/><rect class="b" x="1.9703" y="20.7347" width="44.4579" height="6.1321" rx="1" ry="1" transform="translate(23.9175 -10.1404) rotate(45)"/><rect class="b" x="3.7458" y="27.7967" width="26.7829" height="6.1321" rx="1" ry="1" transform="translate(26.8427 -3.0784) rotate(45)"/><rect class="b" x="31.9574" y="5.4692" width="6.1321" height="15.0147" rx="1" ry="1" transform="translate(19.4339 -20.9646) rotate(45)"/></svg>
Copied!