Xe Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xe 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/335332.svg" alt="Xe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335332.svg" alt="Xe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335332.svg" alt="Xe icon" :width="24" :height="24" />
CSS background
.icon-xe {
background-image: url('https://proicons.com/icon/335332.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 id="b" class="c" d="m18.322,11.903c2.748-2.1996,6.1631-3.398,9.683-3.398,8.5577,0,15.495,6.9373,15.495,15.495h0c0,8.5577-6.9373,15.495-15.495,15.495-3.5199,0-6.935-1.1984-9.683-3.398m13.73-7.282c-.892,1.783-2.972,2.972-5.052,2.972h0c-3.27,0-5.944-2.675-5.944-5.943v-3.864c0-3.268,2.675-5.943,5.944-5.943h0c3.268,0,5.943,2.675,5.943,5.943v2.08h-11.887m-4.67,7.727L4.5,15.74m11.887,0L4.5,31.787"/></svg>
Copied!