Xing Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xing 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/335350.svg" alt="Xing icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335350.svg" alt="Xing icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335350.svg" alt="Xing icon" :width="24" :height="24" />
CSS background
.icon-xing {
background-image: url('https://proicons.com/icon/335350.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m10.7903,12.0484h6.2903l5.0323,7.5484-6.2903,12.5806H7.0161l7.5484-12.5806-3.7742-7.5484Z"/><path class="c" d="m33.4355,4.5h7.5484l-12.5806,22.6452,8.8065,16.3548h-7.5484l-7.5484-16.3548,11.3226-22.6452Z"/></svg>
Copied!