Hue Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hue 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/341767.svg" alt="Hue icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341767.svg" alt="Hue icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341767.svg" alt="Hue icon" :width="24" :height="24" />
CSS background
.icon-hue {
background-image: url('https://proicons.com/icon/341767.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M19.25,37.45V31.28s-8-7.44-8-15.86S18.11,4.5,24,4.5,36.81,7,36.81,15.42s-8.06,15.86-8.06,15.86v6.17"/><polyline class="a" points="19.25 37.45 28.75 37.45 19.25 43.5 28.75 43.5"/><polyline class="a" points="30.03 18.61 23.32 11.9 24.68 23.96 17.97 17.24"/></svg>
Copied!