Xianyu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xianyu 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/335338.svg" alt="Xianyu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335338.svg" alt="Xianyu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335338.svg" alt="Xianyu icon" :width="24" :height="24" />
CSS background
.icon-xianyu {
background-image: url('https://proicons.com/icon/335338.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="12.2855" y1="17.303" x2="12.4375" y2="17.303"/><line class="b" x1="12.2275" y1="21.949" x2="19.0135" y2="21.949"/><line class="b" x1="15.6205" y1="19.795" x2="15.6205" y2="30.698"/><line class="b" x1="18.5205" y1="24.946" x2="18.5205" y2="30.698"/><line class="b" x1="12.7205" y1="24.946" x2="12.7205" y2="30.698"/><line class="b" x1="9.7255" y1="17.302" x2="9.7255" y2="30.657"/><path class="b" d="M15.1505,17.302h5.363c.554,0,1,.446,1,1v12.355"/><path class="b" d="M25.7095,30.463c1.363-.866,3.918-.994,6.458-.208,2.15.666,4.355.331,6.107-.503"/><line class="b" x1="31.8005" y1="20.768" x2="31.8005" y2="27.04"/><line class="b" x1="25.7505" y1="23.904" x2="37.8505" y2="23.904"/><path class="b" d="M26.7505,20.768h10.1c.553,0,1,.446,1,1v4.271c0,.554-.447,1-1,1h-10.1c-.554,0-1-.446-1-1v-4.27c0-.555.446-1,1-1v-.001Z"/><path class="b" d="M25.7505,18.657v-.355c0-.554.446-1,1-1h10.1c.553,0,1,.446,1,1v.355"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!