Postock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Postock 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/346086.svg" alt="Postock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346086.svg" alt="Postock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346086.svg" alt="Postock icon" :width="24" :height="24" />
CSS background
.icon-postock {
background-image: url('https://proicons.com/icon/346086.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m21 32.167v10.333l-7.3333-3e-6c-3.4058 0-6.1667-1.7612-6.1667-5.167 1e-7-3.4058 2.7609-5.1663 6.1667-5.1663l14.5-3e-6c6.8115 0 12.333-6.5222 12.333-13.334s-5.5218-13.333-12.333-13.333h-14.5c-3.4058 0-6.1667 2.7609-6.1667 6.1667v25.666"/></svg>
Copied!