Youtrack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Youtrack 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/350061.svg" alt="Youtrack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350061.svg" alt="Youtrack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350061.svg" alt="Youtrack icon" :width="24" :height="24" />
CSS background
.icon-youtrack {
background-image: url('https://proicons.com/icon/350061.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m35.562 17.679 3.6861-1.0587c0.07672-0.02202 0.15677 0.02233 0.17879 0.09905 8.06e-4 0.0028 0.0015 0.0056 0.0022 0.0085l3.0675 13.635c0.01788 0.07878-0.03149 0.15713-0.11026 0.17501-0.0046 1e-3 -0.0093 0.0019-0.01403 0.0025-0.64752 0.08161-3.2162 0.44676-6.8102 1.501"/><path class="b" d="m14.112 12.437 6.2912-5.2424c2.6451-2.2022 6.467-2.2648 9.1828-0.15031 1.6957 1.3191 2.6702 3.2672 2.7963 5.2978"/><path class="b" d="m26.544 35.562c-5.8176 2.9394-9.57 6.3367-10.173 6.8998-0.05113 0.04765-0.1293 0.05109-0.18442 0.0081l-9.9315-7.3444c-0.055836-0.041399-0.074293-0.11668-0.043937-0.17922l4.4145-9.0915-5.0921-6.0806c-0.051061-0.06131-0.04278-0.1524 0.0185-0.2035l6.8854-5.7375"/><rect class="b" x="12.437" y="12.437" width="23.125" height="23.125"/><line class="b" x1="23.858" x2="29.303" y1="16.384" y2="16.384"/><line class="b" x1="26.581" x2="26.581" y1="24.866" y2="16.384"/><polyline class="b" points="21.496 16.384 18.773 20.625 16.051 16.384"/><line class="b" x1="18.773" x2="18.773" y1="24.866" y2="20.625"/><line class="b" x1="17.183" x2="22.32" y1="31.679" y2="31.679"/></svg>
Copied!