Parcels Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Parcels 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/345526.svg" alt="Parcels icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345526.svg" alt="Parcels icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345526.svg" alt="Parcels icon" :width="24" :height="24" />
CSS background
.icon-parcels {
background-image: url('https://proicons.com/icon/345526.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="M5.38,26.6876v10.75l9.3098,5.375,9.3098-5.375v-10.75"/><path class="b" d="M14.6898,32.0626v10.75"/><path class="b" d="M11.5868,35.2926v-5.0213l9.3098-5.375-3.1033-1.7917-9.3098,5.375v5.0213l1.3949-.6157,1.7084,2.4074Z"/><path class="b" d="M11.5868,30.2706l3.1033,1.7917,9.3098-5.375-9.3098-5.375-9.3098,5.375,3.1033,1.7917"/><path class="b" d="M23.9998,15.9376v10.75"/><path class="b" d="M14.6898,10.5626v10.75"/><path class="b" d="M33.3099,10.5626v10.75"/><path class="b" d="M20.8968,19.1676v-5.0213l9.3098-5.375-3.1033-1.7917-9.3098,5.375v5.0213l1.3949-.6157,1.7084,2.4074Z"/><path class="b" d="M20.8968,14.1456l3.1033,1.7917,9.3098-5.375-9.3098-5.375-9.3098,5.375,3.1033,1.7917"/><path class="b" d="M23.9998,37.4376l9.3098,5.375,9.3098-5.375v-10.75"/><path class="b" d="M33.3099,32.0626v10.75"/><path class="b" d="M30.2068,35.2926v-5.0213l9.3098-5.375-3.1033-1.7917-9.3098,5.375v5.0213l1.3949-.6157,1.7084,2.4074Z"/><path class="b" d="M30.2068,30.2706l3.1033,1.7917,9.3098-5.375-9.3098-5.375-9.3098,5.375,3.1033,1.7917"/><path class="b" d="M35.0729,39.4656l4.4268-2.5558"/><path class="b" d="M35.0729,37.3546l3.1391-1.8123"/></svg>
Copied!