Xoss Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xoss 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/335365.svg" alt="Xoss icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335365.svg" alt="Xoss icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335365.svg" alt="Xoss icon" :width="24" :height="24" />
CSS background
.icon-xoss {
background-image: url('https://proicons.com/icon/335365.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M18.327,24.0394L36.5476,5.5h5.9524v5.7312l-12.6035,12.8082,12.6035,12.8137v5.6469h-5.7009L18.327,24.0394Z"/><path id="c" class="e" d="M11.1171,5.5l10.2453,10.2356-5.602,5.7461L5.5,11.2312V5.5h5.6171Z"/><path id="d" class="e" d="M5.5,36.7969v5.7031h5.8127l10.1298-10.1563-5.7838-5.7872-10.1587,10.2403Z"/></svg>
Copied!