Weverse Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weverse 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/335102.svg" alt="Weverse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335102.svg" alt="Weverse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335102.svg" alt="Weverse icon" :width="24" :height="24" />
CSS background
.icon-weverse {
background-image: url('https://proicons.com/icon/335102.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m6.2698,18.2687c6.0173-1.7698-1.3944,11.5734,2.4563,15.4992,1.7913,2.3061,7.3152,3.0462,11.6914-1.9629,3.4431,6.1997,11.6807,4.7624,15.8746-1.448.6722-1.0154,1.4945-2.7173,2.467-5.1056l2.8639,1.7591,1.8771-5.0949c-2.0809-1.4158-3.9365-3.2929-4.387-8.731l-5.6097-.0322c.4505,6.382-1.4587,15.1452-4.9983,16.0891-1.5374.4505-2.2918-.3075-2.2632-2.2739l1.4909-13.783-6.2426-.0107c-.3647,14.2442-8.1411,21.2376-7.7228,12.3779l1.212-7.6155c.7401-6.5429-4.7195-6.9719-10.4794-3.8614l1.7698,4.1939Z"/></svg>
Copied!