Xplora Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xplora 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/335370.svg" alt="Xplora icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335370.svg" alt="Xplora icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335370.svg" alt="Xplora icon" :width="24" :height="24" />
CSS background
.icon-xplora {
background-image: url('https://proicons.com/icon/335370.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><path class="b" d="m9.146,5.5889l6.2235.0992,6.9016,10.2146-3.3361,4.8308L9.146,5.5889Z"/><path class="b" d="m20.4044,23.2316l11.8456-17.7316,6.4006.0391-11.5811,17.7169,12.7977,19.244-6.6777-.0189-12.785-19.2495Z"/><path class="b" d="m8.1329,42.409l10.8327-16.757,3.3135,4.859-7.9197,11.9827-6.2265-.0847Z"/></svg>
Copied!