Likee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Likee 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/328494.svg" alt="Likee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328494.svg" alt="Likee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328494.svg" alt="Likee icon" :width="24" :height="24" />
CSS background
.icon-likee {
background-image: url('https://proicons.com/icon/328494.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="m23.9999,10.2693l-.5946-.5946c-4.3212-4.3212-11.3273-4.3212-15.6485,0h0c-4.3212,4.3212-4.3212,11.3273,0,15.6485l.5946.5946"/><path class="c" d="m39.6735,25.9212l.5956-.5956c4.3291-4.3291,4.3291-11.348,0-15.6771h0c-4.3291-4.3291-11.348-4.3291-15.6771,0l-.5956.5956s-15.6771,15.6771-15.6771,15.6771l15.6771,15.6771,15.6771-15.6771h0Z"/><line class="c" x1="13.545" y1="31.1469" x2="37.2101" y2="7.4818"/><line class="c" x1="42.4358" y1="12.7075" x2="18.7707" y2="36.3726"/><line class="c" x1="13.5676" y1="20.7016" x2="5.5942" y2="12.7282"/><line class="c" x1="10.8103" y1="7.512" x2="18.7837" y2="15.4854"/></svg>
Copied!