I Love Hue Too Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The I Love Hue Too 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/341816.svg" alt="I Love Hue Too icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341816.svg" alt="I Love Hue Too icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341816.svg" alt="I Love Hue Too icon" :width="24" :height="24" />
CSS background
.icon-i-love-hue-too {
background-image: url('https://proicons.com/icon/341816.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m24.1362,9.0998c3.3098-3.4084,5.46-3.5999,7.5249-3.5999,5.8147,0,10.4781,6.0555,10.394,11.6116-.1315,8.6932-5.2814,16.1178-17.9324,25.3885C12.7475,34.7466,6.1367,24.8624,5.9466,17.5988c-.1382-5.2808,4.8768-12.0988,10.7189-12.0988,2.2551,0,4.1247.148,7.4707,3.5999Z"/></svg>
Copied!