Hitray Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hitray 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/341612.svg" alt="Hitray icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341612.svg" alt="Hitray icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341612.svg" alt="Hitray icon" :width="24" :height="24" />
CSS background
.icon-hitray {
background-image: url('https://proicons.com/icon/341612.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M13.6867,12.024c0-2.1921-1.7771-3.9692-3.9692-3.9692s-3.9692,1.7771-3.9692,3.9692v4.8328c0,2.1921,1.7771,3.9692,3.9692,3.9692s3.9692-1.7771,3.9692-3.9692v-4.8328Z"/><path class="c" d="M16.5139,20.2483c-1.6315-.4932-2.833-2.0109-2.833-3.8068v-6.0959c0-2.188,1.7832-3.9712,3.9712-3.9712,2.2006,0,3.9712,1.7832,3.9712,3.9712v6.0959c0,.0885,0,.1771-.0126.2656"/><path class="c" d="M21.6234,16.7071v-6.3615c0-2.188,1.7832-3.9712,3.9712-3.9712s3.9712,1.7832,3.9712,3.9712v6.3615"/><path class="c" d="M29.5658,16.7071v-6.3615c0-2.188,1.7706-3.9712,3.9712-3.9712,2.188,0,3.9712,1.7832,3.9712,3.9712v7.3606c0,.0506,0,.0885-.0126.1391"/><path class="c" d="M29.5636,26.1299s-1.8217-1.0638-4.0823-1.0638h-4.6282c-2.2621,0-4.2897-1.6939-4.408-3.9529-.1262-2.4092,1.79-4.4022,4.1716-4.4022h13.694c1.968,0,7.0741,3.1426,8.0581,5.6957.5549,1.4396-.7534,7.3665-2.0001,12.2624-1.0426,4.0943-4.728,6.9566-8.953,6.9566h-13.4696c-8.5457,0-12.4462-13.3859-12.4462-16.9762s.4698-6.4886.4698-6.4886"/></svg>
Copied!