Postident Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Postident 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/346083.svg" alt="Postident icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346083.svg" alt="Postident icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346083.svg" alt="Postident icon" :width="24" :height="24" />
CSS background
.icon-postident {
background-image: url('https://proicons.com/icon/346083.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M27.1213,24.2061V7.266c0-.9784.7915-1.766,1.7746-1.766h11.83c.9831,0,1.7746.7877,1.7746,1.766v23.547c0,.9784-.7915,1.766-1.7746,1.766h-8.3893"/><path class="b" d="M18.4363,25.184c-2.7944,0-5.3288.437-7.292,1.2215-.9816.3922-1.8266.8672-2.4997,1.5031-.6731.6359-1.2004,1.5158-1.1883,1.8927l-1.9331,11.009c-.1606.8791.5149,1.6889,1.4095,1.6896h23.007c.8946-.0007,1.5701-.8105,1.4095-1.6896l-1.9331-11.009c.0121-.3769-.5151-1.2568-1.1883-1.8927-.6731-.6359-1.5181-1.1109-2.4997-1.5031-1.9632-.7845-4.4976-1.2215-7.292-1.2215h.0002Z"/><path class="b" d="M24.1713,15.189c0,3.164-2.5677,7.1737-5.735,7.1737-3.1674,0-5.735-4.0097-5.735-7.1737s2.5677-5.7289,5.735-5.7289,5.735,2.5649,5.735,5.7289Z"/><path class="b" d="M37.3583,15.8561c0,1.4215-1.1408,3.2228-2.5481,3.2228s-2.5481-1.8014-2.5481-3.2228,1.1408-2.5738,2.5481-2.5738,2.5481,1.1523,2.5481,2.5738Z"/><path class="b" d="M12.5033,31.49l-1.9331,11.009"/><path class="b" d="M24.3703,31.49l1.9331,11.009"/><path class="b" d="M40.7253,10.208h-11.83v15.111"/><path class="b" d="M28.8953,21.423c3.9962-.8748,7.8311-.9399,11.83,0"/><path class="b" d="M40.7253,12.185v15.683h-9.4265"/><path class="b" d="M32.9653,7.8537h3.69"/></svg>
Copied!