Hue2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hue2 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/327209.svg" alt="Hue2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327209.svg" alt="Hue2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327209.svg" alt="Hue2 icon" :width="24" :height="24" />
CSS background
.icon-hue2 {
background-image: url('https://proicons.com/icon/327209.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M28.41,25.61v-4.7M19.54,28.1v0A4.42,4.42,0,0,0,24,32.51h0a4.42,4.42,0,0,0,4.44-4.38v0m-8.87-7.19v4.7m8.87,2.52v4.38M4.5,28.1v4.42m0-17V25.61m8.85,2.49v4.42m-8.85-7a4.36,4.36,0,0,1,4.42-4.26h0a4.36,4.36,0,0,1,4.43,4.26v.12m29.48,4.72a4.28,4.28,0,0,1-3.76,2.18h0a4.42,4.42,0,0,1-4.44-4.37V25.3a4.41,4.41,0,0,1,4.44-4.36h0A4.41,4.41,0,0,1,43.5,25.3v1.53H31.91"/></svg>
Copied!