Geoscout Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Geoscout 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/326467.svg" alt="Geoscout icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326467.svg" alt="Geoscout icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326467.svg" alt="Geoscout icon" :width="24" :height="24" />
CSS background
.icon-geoscout {
background-image: url('https://proicons.com/icon/326467.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="M6.1956,22.1211C5.198,13.7833,11.4043,2.5,24,2.5s18.802,11.2834,17.8044,19.6211c-1.056,8.8256-10.7897,16.8994-17.8044,23.3789-7.0147-6.4794-16.7484-14.5532-17.8044-23.3789Z"/><path id="d" class="f" d="M17.8117,39.785l7.7049-7.7049-6.5376-6.5376,8.1399-8.1399,11.981,11.981"/><path id="e" class="f" d="M30.2952,20.5737l1.7947-1.7947c.6445-.6445.6445-2.0897,0-2.7342l-2.5558-2.5558c-.7013-.7013-2.2741-.7013-2.9754,0l-7.5068,7.0583c-1.1475,1.0789-1.3154,3.7525-.0728,4.9951"/></svg>
Copied!