Agrimap Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Agrimap Mobile 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/321458.svg" alt="Agrimap Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321458.svg" alt="Agrimap Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321458.svg" alt="Agrimap Mobile icon" :width="24" :height="24" />
CSS background
.icon-agrimap-mobile {
background-image: url('https://proicons.com/icon/321458.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M41.5759,4.7078c-4.6366.217-4.7266,3.8815-5.9508,6.4569-3.1944,6.7189-7.381,4.0765-9.4813,3.5305M41.5759,4.7078c-9.1922-.7381-19.4146.034-15.4321,9.9883-3.2704,4.3286-2.8704,7.133-3.2784,10.7444,4.9857,0,9.0272,4.0425,9.0272,9.0292s-4.0405,9.0302-9.0272,9.0302-9.0272-4.0435-9.0272-9.0302,4.0415-9.0292,9.0272-9.0292c-.363-3.6505-1.2322-3.7035-3.9835-6.6079-2.5343,1.8122-5.9728,1.9633-7.717-2.2703-1.0501-2.5483-2.3083-4.4986-4.7406-4.5406,5.5307-1.4312,15.5181-2.0723,12.4567,6.8109"/></svg>
Copied!