Auspost Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Auspost 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/336754.svg" alt="Auspost icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336754.svg" alt="Auspost icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336754.svg" alt="Auspost icon" :width="24" :height="24" />
CSS background
.icon-auspost {
background-image: url('https://proicons.com/icon/336754.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m21.753,31.9725v13.4097m0-42.7637v2.4737m-5.4575-1.1635v40.1432M21.753,5.0922c5.1384-.5399,10.1349,1.8971,12.8729,6.2787,2.7379,4.3817,2.7379,9.9409,0,14.3226-2.7379,4.3816-7.7345,6.8186-12.8729,6.2787m0-29.354c8.1749-.8592,16.1242,3.0179,20.4801,9.9888,4.3558,6.9709,4.3558,15.8152,0,22.7861-4.3559,6.9709-12.3052,10.848-20.4801,9.9888m-5.4575-1.3103c-8.3103-3.1898-13.7956-11.1708-13.7955-20.0722,0-8.9014,5.4852-16.8825,13.7955-20.0722"/></svg>
Copied!