Inpost Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Inpost 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/327443.svg" alt="Inpost Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327443.svg" alt="Inpost Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327443.svg" alt="Inpost Mobile icon" :width="24" :height="24" />
CSS background
.icon-inpost-mobile {
background-image: url('https://proicons.com/icon/327443.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,.b{fill:none;stroke:#000;stroke-linecap:round;}.b{stroke-linejoin:round;}</style></defs><path class="a" d="M25.62,37.4231,21.3125,43.5"/><path class="a" d="M20.5644,31.4982l-6.6183,3.405"/><path class="a" d="M18.803,23.9813l-7.44.0009"/><path class="a" d="M20.6577,16.5l-6.6219-3.398"/><path class="a" d="M25.8518,10.5933,21.5676,4.5"/><path class="b" d="M26.7118,28.4951l2.8717-1.3006c-5.108-2.8188-2.9848-12.9048,7.0538-16.07a13.0512,13.0512,0,1,0,0,25.8919C32.8755,35.7024,28.6485,34.2744,26.7118,28.4951Z"/></svg>
Copied!