La Poste Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The La Poste 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/342695.svg" alt="La Poste icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342695.svg" alt="La Poste icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342695.svg" alt="La Poste icon" :width="24" :height="24" />
CSS background
.icon-la-poste {
background-image: url('https://proicons.com/icon/342695.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M4.5,31.06l39-9.3009H19.7412S18.8441,25.9055,4.5,31.06Z"/><path class="a" d="M32.2129,24.45a48.7411,48.7411,0,0,1-5.8461,6.61H4.5012m15.24-9.3021C18.62,20.0777,15.2584,18.06,11.56,16.94H34.0865a2.35,2.35,0,0,1,.771,1.96,6.614,6.614,0,0,1-.93,2.8576"/></svg>
Copied!