Geeni Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Geeni 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/340993.svg" alt="Geeni icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340993.svg" alt="Geeni icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340993.svg" alt="Geeni icon" :width="24" :height="24" />
CSS background
.icon-geeni {
background-image: url('https://proicons.com/icon/340993.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M18.982,20.1356a7.76,7.76,0,1,1,1.04-3.88"/><path class="a" d="M27.9784,16.2554a7.76,7.76,0,1,1,1.04,3.88"/><path class="a" d="M27.9784,16.2554l15.5208-.04"/><path class="a" d="M20.0217,16.3758H4.502"/><path class="a" d="M10.3961,34.641c8.5641,6.6211,17.6541,6.3491,27.2068,0"/></svg>
Copied!