Wesmo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wesmo 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/349650.svg" alt="Wesmo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349650.svg" alt="Wesmo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349650.svg" alt="Wesmo icon" :width="24" :height="24" />
CSS background
.icon-wesmo {
background-image: url('https://proicons.com/icon/349650.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="M8.9076,19.6966c2.2346,0,3.2795,2.0796,3.3463,6.6593.1203,8.2503.841,10.827,3.3343,2.5449,4.0421-13.427,7.7969-19.617,14.515-20.103,1.1985-.0867,2.5669-.0448,3.609.2345-4.545,3.3764-6.4181,10.146-4.7796,16.261.4593,1.6311,1.1293.8737,3.385-3.8261,2.6035-5.4245,4.6375-7.4131,7.3167-7.1534,3.0647.297,4.9987,5.0914,3.1301,7.7593-1.1116,1.5871-2.1528,1.3657-2.989-.6356-.4002-.9577-.9094-1.7413-1.1317-1.7413-.9284,0-2.604,2.4738-4.0014,5.9077-.8208,2.0169-1.9924,4.1993-2.6036,4.8499-2.8844,3.0703-7.6396-.3976-8.6778-6.5049l-.3602-2.1189c-1.3429,2.5167-2.0662,5.1205-2.8599,7.5678-3.3203,10.285-5.5437,11.936-10.24,7.6075-6.689-6.1653-7.3283-17.309-.9931-17.309v.0003Z"/></svg>
Copied!