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/308792.svg" alt="Like Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308792.svg" alt="Like Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308792.svg" alt="Like Svg icon" :width="24" :height="24" />
CSS background
.icon-like---svg {
background-image: url('https://proicons.com/icon/308792.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 fill-rule="evenodd" clip-rule="evenodd" d="M11.2773 4.7812C12.0192 3.6684 13.2681 3 14.6056 3H14.8195C16.0554 3 16.9955 4.10973 16.7923 5.3288L16.1805 9H18.5604C20.4535 9 21.8734 10.732 21.5021 12.5884L20.3021 18.5883C20.0217 19.9906 18.7904 21 17.3604 21H6C4.34315 21 3 19.6569 3 18V10C3 9.44772 3.44772 9 4 9H7.92963C8.26399 9 8.57622 8.8329 8.76168 8.5547L11.2773 4.7812ZM7 11H5V18C5 18.5523 5.44772 19 6 19H7V11Z" fill="#292929"/> </svg>
Copied!