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/309400.svg" alt="Like Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309400.svg" alt="Like Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309400.svg" alt="Like Svg icon" :width="24" :height="24" />
CSS background
.icon-like---svg {
background-image: url('https://proicons.com/icon/309400.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"> <g clip-path="url(#clip0)"> <path d="M15.0001 10L14.0137 9.8356C13.9654 10.1256 14.0471 10.4221 14.2371 10.6464C14.4271 10.8707 14.7062 11 15.0001 11V10ZM4.00012 10V9C3.44784 9 3.00012 9.44772 3.00012 10H4.00012ZM20.5217 12.3922L21.5023 12.5884L20.5217 12.3922ZM6.00012 21H17.3605V19H6.00012V21ZM18.5605 9H15.0001V11H18.5605V9ZM15.9865 10.1644L16.7924 5.3288L14.8197 5L14.0137 9.8356L15.9865 10.1644ZM14.8197 3H14.6057V5H14.8197V3ZM11.2775 4.7812L8.76181 8.5547L10.4259 9.6641L12.9416 5.8906L11.2775 4.7812ZM7.92975 9H4.00012V11H7.92975V9ZM3.00012 10V18H5.00012V10H3.00012ZM20.3023 18.5883L21.5023 12.5884L19.5411 12.1961L18.3411 18.1961L20.3023 18.5883ZM8.76181 8.5547C8.57634 8.8329 8.26411 9 7.92975 9V11C8.93281 11 9.86951 10.4987 10.4259 9.6641L8.76181 8.5547ZM16.7924 5.3288C16.9956 4.10973 16.0555 3 14.8197 3V5L14.8197 5L16.7924 5.3288ZM18.5605 11C19.1916 11 19.6649 11.5773 19.5411 12.1961L21.5023 12.5884C21.8735 10.732 20.4537 9 18.5605 9V11ZM17.3605 21C18.7906 21 20.0218 19.9906 20.3023 18.5883L18.3411 18.1961C18.2476 18.6635 17.8372 19 17.3605 19V21ZM14.6057 3C13.2683 3 12.0193 3.6684 11.2775 4.7812L12.9416 5.8906C13.3125 5.3342 13.937 5 14.6057 5V3ZM6.00012 19C5.44784 19 5.00012 18.5523 5.00012 18H3.00012C3.00012 19.6569 4.34327 21 6.00012 21V19Z" fill="#292929"/> <path d="M8.00012 10V20" stroke="#292929" stroke-width="2"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white" transform="translate(0.00012207)"/> </clipPath> </defs> </svg>
Copied!