Mapsgeobookmarks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mapsgeobookmarks 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/343426.svg" alt="Mapsgeobookmarks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343426.svg" alt="Mapsgeobookmarks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343426.svg" alt="Mapsgeobookmarks icon" :width="24" :height="24" />
CSS background
.icon-mapsgeobookmarks {
background-image: url('https://proicons.com/icon/343426.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="M24,4.5A13.1013,13.1013,0,0,0,10.8987,17.6013c0,10.2531,10.0026,22.5911,12.6228,25.6214a.809.809,0,0,0,1.1393.08l.08-.08c2.5861-3.0417,12.3608-15.3683,12.3608-25.6214A13.1013,13.1013,0,0,0,24,4.5Zm0,16.6557a4.4431,4.4431,0,1,1,4.443-4.443v.0113A4.443,4.443,0,0,1,24,21.1557Z"/></svg>
Copied!