Weico Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weico 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/335079.svg" alt="Weico icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335079.svg" alt="Weico icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335079.svg" alt="Weico icon" :width="24" :height="24" />
CSS background
.icon-weico {
background-image: url('https://proicons.com/icon/335079.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:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M23.8028,18.0753c1.7158-4.2918-.3395-9.0067-7.1096-4.8963-6.7702,4.1105-17.953,17.4695-8.6441,24.0583,9.309,6.5888,30.768,3.9896,30.768-8.4023,0-4.6545-5.3799-5.6821-5.3799-5.6821,0,0,4.064-11.3642-9.6345-5.0776Z"/><ellipse class="d" cx="20.2596" cy="30.2892" rx="12.1361" ry="7.7351"/><path class="d" d="M25.6092,31.238c0-2.7959-1.8064-5.0624-6.0146-5.0624-3.4153,0-6.0146,2.7651-6.0146,5.561s2.7806,4.5638,6.0146,4.5638c2.7959,0,6.0146-2.2665,6.0146-5.0624Z"/><path class="d" d="M38.0904,18.6765c.0436-.2399.0654-.4908.0654-.7526,0-2.9448-2.3885-5.3224-5.3333-5.3224-.0873,0-.1636,0-.2509.0109"/><path class="d" d="M43.1619,20.5851c.2181-.8507.3381-1.745.3381-2.6612,0-5.8895-4.7771-10.6775-10.6775-10.6775-.2399,0-.4908.0109-.7198.0218"/><circle class="d" cx="17.4185" cy="32.4959" r="1.6321"/><circle class="c" cx="21.0681" cy="30.3651" r=".75"/></svg>
Copied!