Advanzia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Advanzia 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/335971.svg" alt="Advanzia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335971.svg" alt="Advanzia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335971.svg" alt="Advanzia icon" :width="24" :height="24" />
CSS background
.icon-advanzia {
background-image: url('https://proicons.com/icon/335971.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="m43.5,36.9881c-4.3513,4.7175-7.2696-3.8841-8.1608-11.0951-.6242-5.0506-1.6273-11.4594-6.5082-14.5561-2.785-2.0248-7.8008-2.6956-12.0419-.8304-10.6723,4.6936-12.0286,21.0773-3.6533,26.8679,3.7758,2.6103,8.9118,3.8058,14.4575-1.1966,7.6395-6.8892,13.5302-21.1519,13.3499-27.8085"/><path class="c" d="m5.1568,21.4186c4.1164,0,8.3875-.0946,12.4371-.0946"/><path class="c" d="m4.5,27.2848c3.9528,0,8.0324-.1414,11.9206-.1414"/></svg>
Copied!