Correios Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Correios 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/338590.svg" alt="Correios icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338590.svg" alt="Correios icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338590.svg" alt="Correios icon" :width="24" :height="24" />
CSS background
.icon-correios {
background-image: url('https://proicons.com/icon/338590.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;fill-rule:evenodd;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m14.1512,38.6062h-1.2888c-1.0003-.0025-1.9442-.4632-2.5617-1.2501l-6.0757-7.8145c-.3-.3984-.3-.9472,0-1.3456l6.1143-7.8145c.6128-.7927,1.5597-1.2549,2.5617-1.2501h13.5174l-7.6872,9.642-5.6052,7.0781"/><path class="c" d="m18.8267,28.8687l-.0546-.0955-5.637,7.0781c-.2901.3739-.4376.8388-.416,1.3115,0,.641.6092,1.4433,1.8184,1.4433h11.8832l-7.594-9.7375Z"/><path class="c" d="m33.817,9.3938h1.282c1.0002.0028,1.944.4634,2.5617,1.2501l6.1143,7.8145c.3.3984.3.9472,0,1.3456l-6.1371,7.8145c-.6137.7928-1.5614,1.2549-2.5639,1.2501h-13.5243l7.6781-9.642,5.6143-7.0781"/><path class="c" d="m29.1733,19.1313l.0546.0955,5.6143-7.0781c.289-.3744.4364-.839.416-1.3115,0-.641-.6092-1.4433-1.8184-1.4433h-11.89l7.6236,9.7375Z"/></svg>
Copied!