Xctrack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xctrack 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/335329.svg" alt="Xctrack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335329.svg" alt="Xctrack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335329.svg" alt="Xctrack icon" :width="24" :height="24" />
CSS background
.icon-xctrack {
background-image: url('https://proicons.com/icon/335329.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="M11.202,27.1896c0,11.773,10.8089.9627,10.8089,12.7339"/><path class="c" d="M22.0099,27.1896c0,11.773-10.8089.9627-10.8089,12.7339"/><path class="c" d="M38.5505,30.8646c0-4.8572-10.6773-5.3386-10.6773.1313v5.4262c0,4.2447,10.8522,4.551,10.8522-.8314"/><path class="c" d="M7.3945,24.6515l-1.8945-10.1415S28.1766-4.3578,42.5,22.5298C21.8893,4.1795,7.3941,24.6515,7.3941,24.6515h.0004Z"/></svg>
Copied!