Grasshopper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Grasshopper 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/326756.svg" alt="Grasshopper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326756.svg" alt="Grasshopper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326756.svg" alt="Grasshopper icon" :width="24" :height="24" />
CSS background
.icon-grasshopper {
background-image: url('https://proicons.com/icon/326756.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M4.5,19.1588c0,7.0017,8.4575,11.8544,17.47,11.8544H35.1759c0-15.286-16.3258-14.974-21.0052-19.6534,0,0-.52,4.7834,2.2877,7.799Z"/><line class="a" x1="35.1759" y1="31.0132" x2="35.1759" y2="36.9751"/><line class="a" x1="29.318" y1="31.0132" x2="29.318" y2="36.9751"/><line class="a" x1="24.6432" y1="31.0132" x2="18.7657" y2="36.8907"/><path class="a" d="M34.4879,18.1882h5.7978A3.2143,3.2143,0,0,1,43.5,21.4026V29.904S34.4879,27.2,34.4879,18.1882Z"/><path class="a" d="M37.0633,11.0249c-2.08,2.1837-2.5754,4.0438-2.5754,7.1633"/></svg>
Copied!