Wallipop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wallipop 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/334964.svg" alt="Wallipop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334964.svg" alt="Wallipop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334964.svg" alt="Wallipop icon" :width="24" :height="24" />
CSS background
.icon-wallipop {
background-image: url('https://proicons.com/icon/334964.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>.l,.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.m{isolation:isolate;opacity:.9654;}</style></defs><g id="c"><path id="d" class="l" d="m24.4365,14.9721c-3.5382-.0011-6.6543,2.3284-7.6545,5.7223,2.5743,2.1869,7.7611,7.6422,7.7611,7.6422l2.7745-2.9363s2.6011-1.7673,4.7658-.1856c.2183-.7353.3294-1.4982.3298-2.2651,0-4.4058-3.5716-7.9774-7.9774-7.9774h.0008Z"/><path id="e" class="l" d="m24.1189,9.9317c-6.2653.0189-11.6843,4.3695-13.0569,10.4827l.0514-.0522s2.8895-1.9338,5.3196.0299,8.1101,7.9445,8.1101,7.9445l2.7745-2.9363s2.799-1.9115,5.0051-.0077c.7839.6773,2.305,2.1462,3.9013,3.7072.8597-1.7935,1.31-3.7556,1.3186-5.7445,0-7.4136-6.0099-13.4236-13.4236-13.4236Z"/><g id="f"><path id="g" class="m" d="m17.2169,5.5917c-5.3258,1.8901-9.5896,5.9666-11.7169,11.2022"/><path id="h" class="m" d="m42.5,17.6506c-1.9911-5.6356-6.4223-10.0697-12.0567-12.0644"/></g></g><g id="i"><path id="j" class="l" d="m5.5115,26.04l5.6026-5.677s2.8888-1.9345,5.3188.0299c2.4301,1.9637,8.1101,7.9437,8.1101,7.9437l2.7745-2.9355s2.7982-1.9123,5.0043-.0077c2.2076,1.9046,10.0086,9.7593,10.0086,9.7593"/><path id="k" class="l" d="m24.5431,28.3366l-14.298,14.0771"/></g></svg>
Copied!