Canadabusiness Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Canadabusiness 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/337972.svg" alt="Canadabusiness icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337972.svg" alt="Canadabusiness icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337972.svg" alt="Canadabusiness icon" :width="24" :height="24" />
CSS background
.icon-canadabusiness {
background-image: url('https://proicons.com/icon/337972.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><polygon class="a" points="24 6.247 24 28.414 17.521 21.936 15.933 11.773 19.653 13.869 24 6.247"/><polygon class="a" points="24 6.247 24 28.414 30.479 21.936 32.067 11.773 28.347 13.869 24 6.247"/><polygon class="a" points="12.948 19.903 23.108 29.94 13.901 41.753 14.663 37.879 4.5 30.066 7.104 28.859 5.58 21.936 11.423 21.936 12.948 19.903"/><polygon class="a" points="35.052 19.903 13.901 41.753 34.099 41.753 33.337 37.879 43.5 30.066 40.896 28.859 42.42 21.936 36.577 21.936 35.052 19.903"/></svg>
Copied!