Weiyun Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weiyun 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/335080.svg" alt="Weiyun icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335080.svg" alt="Weiyun icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335080.svg" alt="Weiyun icon" :width="24" :height="24" />
CSS background
.icon-weiyun {
background-image: url('https://proicons.com/icon/335080.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M13.4358,29.0648c5.7279,2.7531,10.6771-7.0354,2.8569-9.647-7.3504-2.4547-12.0852,2.8519-11.7786,9.4799.2976,6.4344,5.3303,8.8441,13.4445,8.8441h14.276c4.7635,0,10.5177-1.9925,11.2187-8.4634.5656-5.2207-4.1306-9.2152-7.0808-9.1698"/><path id="c" class="d" d="M12.7653,18.8075c2.3849-8.125,10.7611-11.1867,18.5497-5.9886,4.9073,3.2751,6.5133,9.7142,4.9998,15.1253-1.663,5.9457-5.6413,8.6527-10.3554,9.8004"/></svg>
Copied!