Walli Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Walli 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/349522.svg" alt="Walli icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349522.svg" alt="Walli icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349522.svg" alt="Walli icon" :width="24" :height="24" />
CSS background
.icon-walli {
background-image: url('https://proicons.com/icon/349522.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><circle class="c" cx="38.9033" cy="17.5138" r="4.5967"/><path class="c" d="m20.6162,32.703c.7994-1.2991.7994-2.9979,0-4.3969l-7.5946-13.0907c-1.2991-2.1984-4.0971-2.8979-6.2955-1.6988-.7994.4996-1.399,1.1991-1.7987,1.9986-.5996,1.2991-.5996,2.798.1999,4.197l7.4947,13.0907c1.2991,2.1984,4.0971,2.8979,6.2955,1.6988.7994-.4996,1.399-1.0992,1.6988-1.7987Z"/><path class="c" d="m35.5057,32.703c.7994-1.2991.7994-2.9979,0-4.3969l-7.4947-13.0907c-1.2991-2.1984-4.0971-2.8979-6.2955-1.6988-.7994.4996-1.399,1.1991-1.7987,1.9986-.5996,1.2991-.5996,2.798.1999,4.197l7.4947,13.0907c1.2991,2.1984,4.0971,2.8979,6.2955,1.6988.6995-.4996,1.2991-1.0992,1.5989-1.7987Z"/></svg>
Copied!