Canadiens Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Canadiens 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/337975.svg" alt="Canadiens icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337975.svg" alt="Canadiens icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337975.svg" alt="Canadiens icon" :width="24" :height="24" />
CSS background
.icon-canadiens {
background-image: url('https://proicons.com/icon/337975.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;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M39.4655,23.2413s-3.9807-5.1103-15.2772-5.1103-12.9641,3.5205-12.9641,6.0906,3.4786,6.0667,13.6276,6.0667,15.2055-4.8952,15.2055-4.8952l3.4428,5.1641s-7.2083,6.0248-19.3655,6.0248S4.5,30.6289,4.5,24.2215c0-5.983,5.5945-12.8035,19.5-12.8035,8.1279,0,11.8076,2.3019,11.8076,2.3019l.7531-.6993,5.0028,1.3448c.3228,1.8828,1.1297,4.949,1.1297,4.949l-3.2276,3.9269Z"/><line class="c" x1="20.6763" y1="18.2632" x2="20.6763" y2="30.0696"/><line class="c" x1="28.0611" y1="18.3482" x2="28.0611" y2="30.1448"/><line class="c" x1="20.6763" y1="24" x2="28.0611" y2="24"/></svg>
Copied!