Hue Essentials Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hue Essentials 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/327211.svg" alt="Hue Essentials icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327211.svg" alt="Hue Essentials icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327211.svg" alt="Hue Essentials icon" :width="24" :height="24" />
CSS background
.icon-hue-essentials {
background-image: url('https://proicons.com/icon/327211.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="m24,4c5.8604,0,12.4598.9796,12.4598,4.9496,0,4.898-6.8056,17.839-6.8056,26.9132,0,1.5983-1.0312,1.753-2.1654,1.753h-3.4888s-2.3545,0-3.4888,0-2.1654-.1547-2.1654-1.753c0-9.0742-6.8056-22.0152-6.8056-26.9132,0-3.97,6.5994-4.9496,12.4598-4.9496Z"/><path class="c" d="m34.7138,16.0327c-.8223,2.391-6.9844,2.1457-10.7138,2.1457-3.7294,0-9.8914.2453-10.7138-2.1457"/><path class="c" d="m27.6972,37.611v2.694c0,1.0156-.8233,1.8389-1.8389,1.8389h-.0194v.0172c0,1.0156-.8233,1.8389-1.8389,1.8389h0c-1.0156,0-1.8389-.8233-1.8389-1.8389v-.0172h-.0194c-1.0156,0-1.8389-.8233-1.8389-1.8389v-2.694"/></svg>
Copied!