Avans Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Avans 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/322241.svg" alt="Avans icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322241.svg" alt="Avans icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322241.svg" alt="Avans icon" :width="24" :height="24" />
CSS background
.icon-avans {
background-image: url('https://proicons.com/icon/322241.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M40.6,18.46C39.7,22.86,36,40.64,36,40.64s-5.22,2.9-15,2.86S5.62,40.24,7.23,31.4s10.83-12,19.55-13.22c-.3,1.15-.43,5.34-2.24,6.13-2.52,1.1-6.74,3.16-6.87,8.6s8,3.71,8.67,3.25c.08-.4,3.41-16.47,4.11-19.78S29.37,12,25.53,12,18,13.42,15.45,14.36h0c-.48-2.83-1.1-6.6,1.77-7.84a33.6,33.6,0,0,1,12.17-2c4.44,0,7.85,1.33,9.75,3.66S41.5,14.06,40.6,18.46Z"/></svg>
Copied!