Canada Post Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Canada Post 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/323412.svg" alt="Canada Post icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323412.svg" alt="Canada Post icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323412.svg" alt="Canada Post icon" :width="24" :height="24" />
CSS background
.icon-canada-post {
background-image: url('https://proicons.com/icon/323412.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><path id="d" class="e" d="M16.0093,24.935L4.5,10.792l39,13.3251-13.2302,12.5122-25.7698,.5787,11.5093-12.273Z"/></g></g><line class="e" x1="36.2751" y1="24.4745" x2="16.0093" y2="24.935"/><line class="e" x1="32.451" y1="28.5764" x2="12.1837" y2="29.0369"/><line class="e" x1="28.6269" y1="32.6783" x2="8.3581" y2="33.1387"/></svg>
Copied!