Like Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Like Svg 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/309704.svg" alt="Like Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309704.svg" alt="Like Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309704.svg" alt="Like Svg icon" :width="24" :height="24" />
CSS background
.icon-like---svg {
background-image: url('https://proicons.com/icon/309704.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10L14.5068 9.9178C14.4826 10.0628 14.5235 10.211 14.6185 10.3232C14.7135 10.4353 14.853 10.5 15 10.5V10ZM4 10V9.5C3.72386 9.5 3.5 9.72386 3.5 10H4ZM20.5216 12.3922L21.0118 12.4903L20.5216 12.3922ZM6 20.5H17.3604V19.5H6V20.5ZM18.5604 9.5H15V10.5H18.5604V9.5ZM15.4932 10.0822L16.2991 5.2466L15.3127 5.0822L14.5068 9.9178L15.4932 10.0822ZM14.8195 3.5H14.6056V4.5H14.8195V3.5ZM11.6934 5.05855L9.17771 8.83205L10.0098 9.38675L12.5254 5.61325L11.6934 5.05855ZM7.92963 9.5H4V10.5H7.92963V9.5ZM3.5 10V18H4.5V10H3.5ZM19.8118 18.4903L21.0118 12.4903L20.0313 12.2942L18.8313 18.2942L19.8118 18.4903ZM9.17771 8.83205C8.89951 9.24935 8.43116 9.5 7.92963 9.5V10.5C8.76552 10.5 9.54609 10.0822 10.0098 9.38675L9.17771 8.83205ZM16.2991 5.2466C16.4515 4.3323 15.7464 3.5 14.8195 3.5V4.5C15.1285 4.5 15.3635 4.77743 15.3127 5.0822L16.2991 5.2466ZM18.5604 10.5C19.507 10.5 20.2169 11.366 20.0313 12.2942L21.0118 12.4903C21.3212 10.9433 20.138 9.5 18.5604 9.5V10.5ZM17.3604 20.5C18.5521 20.5 19.5781 19.6589 19.8118 18.4903L18.8313 18.2942C18.691 18.9953 18.0754 19.5 17.3604 19.5V20.5ZM14.6056 3.5C13.4353 3.5 12.3425 4.08485 11.6934 5.05855L12.5254 5.61325C12.9891 4.91775 13.7697 4.5 14.6056 4.5V3.5ZM6 19.5C5.17157 19.5 4.5 18.8284 4.5 18H3.5C3.5 19.3807 4.61929 20.5 6 20.5V19.5Z" fill="#292929"/> <path d="M8 10V20" stroke="#292929"/> </svg>
Copied!