Xplore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xplore 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/335371.svg" alt="Xplore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335371.svg" alt="Xplore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335371.svg" alt="Xplore icon" :width="24" :height="24" />
CSS background
.icon-xplore {
background-image: url('https://proicons.com/icon/335371.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="M34.152,25.2243l2.607,2.612M31.545,27.8383v-7.963h2.607c1.474,0,2.669,1.198,2.669,2.675s-1.195,2.674-2.669,2.674h-2.607M12.471,22.5623v7.963M12.471,25.8473c0,1.1.891,1.99,1.99,1.99h0c1.1,0,1.992-.89,1.992-1.99v-1.294c0-1.1-.892-1.991-1.991-1.991h0c-1.1,0-1.99.891-1.99,1.99M42.239,26.8323c-.3541.6216-1.0146,1.0053-1.73,1.005h0c-1.099,0-1.99-.891-1.99-1.99h0v-1.295c0-1.099.89-1.99,1.99-1.99h0c1.1,0,1.991.891,1.991,1.99v.647h-3.98M19.456,19.8743v6.968c0,.55.445.995.995.995h.299M28.79,24.4633c-.0006,1.744-1.414,3.1579-3.158,3.159-1.7448,0-3.1594-1.4142-3.16-3.159.0011-1.7444,1.4156-3.158,3.16-3.158,1.7437.0011,3.1569,1.4143,3.158,3.158M9.481,27.8383l-3.981-5.275M9.481,22.5633l-3.981,5.275M29.592,29.4433c-1.1329.8799-2.5265,1.3577-3.961,1.358-1.4348-.0001-2.8288-.4779-3.962-1.358M21.716,19.2143c2.5258-1.9262,6.0775-1.7286,8.374.466M16.767,29.4423c2.594,2.903,6.218,4.286,9.743,4.855,3.785.61,4.922.091,6.673-1.671.976-.876,1.59-1.99,2.087-3.186M34.643,18.0603c-.1485-.4396-.3079-.8754-.478-1.307-.728-1.85-2.555-3.972-6.043-3.531-5.518.698-11.624,3.751-13.382,7.444M38.794,29.4413c-.644,3.903-1.877,6.976-3.54,8.628-1.661,1.653-2.485,1.766-4.097,2.074-4.187.801-11.975-3.352-17.519-8.032M7.785,20.6673c.0767-.142.1667-.2853.27-.43h0c3.806-6.812,27.77-18.557,29.972-8.693.6718,3.0017,1.081,6.0563,1.223,9.129"/></svg>
Copied!