Geev Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Geev 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/340994.svg" alt="Geev icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340994.svg" alt="Geev icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340994.svg" alt="Geev icon" :width="24" :height="24" />
CSS background
.icon-geev {
background-image: url('https://proicons.com/icon/340994.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M16.7611,21.4927c0-1.7392-1.3914-3.1306-3.1306-3.1306h0c-1.7392,0-3.1306,1.3914-3.1306,3.1306v3.1306c0,1.7392,1.3914,3.0146,3.1306,3.0146h0c1.7392,0,3.1306-1.3914,3.1306-3.0146h-3.1306"/><path class="c" d="M37.5,21.3767l-2.3189,6.2611-2.3189-6.2611"/><path class="c" d="M23.4146,26.4784c-.3478.6957-1.1595,1.1595-1.9711,1.1595h0c-1.2754,0-2.3189-1.0435-2.3189-2.3189v-1.5073c0-1.2754,1.0435-2.3189,2.3189-2.3189h0c1.2754,0,2.3189,1.0435,2.3189,2.3189v.8116h-4.6379"/><path class="c" d="M30.5556,26.4784c-.3478.6957-1.1595,1.1595-1.9711,1.1595h0c-1.2754,0-2.3189-1.0435-2.3189-2.3189v-1.5073c0-1.2754,1.0435-2.3189,2.3189-2.3189h0c1.2754,0,2.3189,1.0435,2.3189,2.3189v.8116h-4.6379"/><path id="b" class="c" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></svg>
Copied!