2gis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 2gis 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/335740.svg" alt="2gis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335740.svg" alt="2gis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335740.svg" alt="2gis icon" :width="24" :height="24" />
CSS background
.icon-2gis {
background-image: url('https://proicons.com/icon/335740.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="M38.5006,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0012c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0012c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><path id="d" class="h" d="M25.5785,36.1424c-.0409-4.7889,1.0624-8.7464,7.0814-8.4979,8.5861-21.8817-26.424-21.0476-17.0918-.1307,2.8297-.1756,7.5211,1.5091,6.7199,9.1465"/><path id="e" class="h" d="M42.5,33.479l-37,5.8236"/><path id="f" class="h" d="M5.5,11.0402l12.3448,2.2904"/><path id="g" class="h" d="M32.3554,15.5301l10.1446,1.4812"/></svg>
Copied!