Digipost Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Digipost 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/324521.svg" alt="Digipost icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324521.svg" alt="Digipost icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324521.svg" alt="Digipost icon" :width="24" :height="24" />
CSS background
.icon-digipost {
background-image: url('https://proicons.com/icon/324521.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="9.3658" y="5.1056" width="31" height="39" rx="4" ry="4"/><line class="c" x1="9.3658" y1="15.5174" x2="40.3658" y2="15.5174"/><polyline class="c" points="34.5276 15.5174 19.5276 7.8409 15.4687 15.5174"/><rect class="c" x="18.6011" y="22.135" width="12.3971" height="4.6324"/><line class="c" x1="20.4099" y1="24.4512" x2="26.807" y2="24.4512"/></svg>
Copied!