Gearup Booster Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gearup Booster 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/326427.svg" alt="Gearup Booster icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326427.svg" alt="Gearup Booster icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326427.svg" alt="Gearup Booster icon" :width="24" :height="24" />
CSS background
.icon-gearup-booster {
background-image: url('https://proicons.com/icon/326427.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m27.9077,18.8599l9.2175-13.3599.0325,35.7963-4.5111-23.51-4.7389,1.0736Z"/><path class="c" d="m29.5668,27.8496l6.9727,14.6504L5.3195,24.4988l24.3124,6.9619-.0651-3.6111Z"/><path class="c" d="m21.0108,24.7157l-16.1685-1.2796L35.8239,5.5l-17.947,17.4807,3.1339,1.7351Z"/></svg>
Copied!