Weelo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weelo 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/349631.svg" alt="Weelo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349631.svg" alt="Weelo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349631.svg" alt="Weelo icon" :width="24" :height="24" />
CSS background
.icon-weelo {
background-image: url('https://proicons.com/icon/349631.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>.d{fill:none;stroke:#fff;stroke-linecap:round;}</style></defs><path id="c" class="d" d="m22.4251,23.6138l-5.0692-6.9413c-.1298-.1918-.9888-1.4227-2.1326-1.5661-.8833-.1104-6.9811,0-9.3877,0-1.1765,0-1.6082.3172-1.1651.9821.5799.8702,8.451,12.1056,11.2298,16.0307.6162.8704,2.2636.8586,2.7727.1783,2.8829-3.8525,11.9563-15.9514,11.9563-15.9514.1298-.1908.7254-1.0634,1.8682-1.2058.8842-.1104,9.5224-.0833,9.5224-.0833,0,0,1.9779-.1036,1.3607.9181-.4153.6876-8.7473,12.4105-11.564,16.3368-.5516.769-1.8664.8634-2.4242.1453l-4.1859-4.9965"/></svg>
Copied!