Post Parcels Mail Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Post Parcels Mail icon is commonly used in contact forms, notification badges and email clients. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/331517.svg" alt="Post Parcels Mail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331517.svg" alt="Post Parcels Mail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331517.svg" alt="Post Parcels Mail icon" :width="24" :height="24" />
CSS background
.icon-post-parcels-mail {
background-image: url('https://proicons.com/icon/331517.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="M12.6151,29.1723v5.5159l13.0577,7.8118,12.5345-7.91v-11.1947l-12.6976,7.8243-12.7777-7.9484-5.6041-9.785,13.5495-7.9862,4.6749,9.7603,6.6409,4.1662"/><path id="d" class="f" d="M25.5108,31.2214l2.667-8.9483,12.6944-8.8797-2.6843,10.0179"/><path id="e" class="f" d="M12.7978,23.2395l12.5552-7.9704"/></g></svg>
Copied!