Vancity Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vancity 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/349204.svg" alt="Vancity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349204.svg" alt="Vancity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349204.svg" alt="Vancity icon" :width="24" :height="24" />
CSS background
.icon-vancity {
background-image: url('https://proicons.com/icon/349204.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m27.3357,43.5c10.9887-9.9898,13.3197-25.8551,13.3197-39h-8.8176c0,10.9774-1.1911,22.5005-7.8377,30.5578-6.6466-8.0573-7.8377-19.5805-7.8377-30.5578H7.3446c0,13.1449,2.3309,29.0102,13.3197,39h6.6714Z"/></svg>
Copied!