like icon
like-filled from Reicon by REICON · Filled · Like · MIT Free for personal and commercial use.
- Name
- like-filled
- Set
- Reicon
- Style
- Filled
- Category
- Like
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All like icons →More like icons from Reicon
Use the like icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m20.27 16.265l.705-4.08a1.666 1.666 0 0 0-1.64-1.95h-5.181a.833.833 0 0 1-.822-.969l.663-4.045a4.8 4.8 0 0 0-.09-1.973a1.64 1.64 0 0 0-1.092-1.137l-.145-.047a1.35 1.35 0 0 0-.994.068c-.34.164-.588.463-.68.818l-.476 1.834a7.6 7.6 0 0 1-.656 1.679c-.415.777-1.057 1.4-1.725 1.975l-1.439 1.24a1.67 1.67 0 0 0-.572 1.406l.812 9.393A1.666 1.666 0 0 0 8.597 22h4.648c3.482 0 6.453-2.426 7.025-5.735"/><path fill-rule="evenodd" d="M2.968 9.485a.75.75 0 0 1 .78.685l.97 11.236a1.237 1.237 0 1 1-2.468.107V10.234a.75.75 0 0 1 .718-.749" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconLikeFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m20.27 16.265l.705-4.08a1.666 1.666 0 0 0-1.64-1.95h-5.181a.833.833 0 0 1-.822-.969l.663-4.045a4.8 4.8 0 0 0-.09-1.973a1.64 1.64 0 0 0-1.092-1.137l-.145-.047a1.35 1.35 0 0 0-.994.068c-.34.164-.588.463-.68.818l-.476 1.834a7.6 7.6 0 0 1-.656 1.679c-.415.777-1.057 1.4-1.725 1.975l-1.439 1.24a1.67 1.67 0 0 0-.572 1.406l.812 9.393A1.666 1.666 0 0 0 8.597 22h4.648c3.482 0 6.453-2.426 7.025-5.735"/><path fillRule="evenodd" d="M2.968 9.485a.75.75 0 0 1 .78.685l.97 11.236a1.237 1.237 0 1 1-2.468.107V10.234a.75.75 0 0 1 .718-.749" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m20.27 16.265l.705-4.08a1.666 1.666 0 0 0-1.64-1.95h-5.181a.833.833 0 0 1-.822-.969l.663-4.045a4.8 4.8 0 0 0-.09-1.973a1.64 1.64 0 0 0-1.092-1.137l-.145-.047a1.35 1.35 0 0 0-.994.068c-.34.164-.588.463-.68.818l-.476 1.834a7.6 7.6 0 0 1-.656 1.679c-.415.777-1.057 1.4-1.725 1.975l-1.439 1.24a1.67 1.67 0 0 0-.572 1.406l.812 9.393A1.666 1.666 0 0 0 8.597 22h4.648c3.482 0 6.453-2.426 7.025-5.735"/><path fill-rule="evenodd" d="M2.968 9.485a.75.75 0 0 1 .78.685l.97 11.236a1.237 1.237 0 1 1-2.468.107V10.234a.75.75 0 0 1 .718-.749" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-like-filled {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m20.27%2016.265l.705-4.08a1.666%201.666%200%200%200-1.64-1.95h-5.181a.833.833%200%200%201-.822-.969l.663-4.045a4.8%204.8%200%200%200-.09-1.973a1.64%201.64%200%200%200-1.092-1.137l-.145-.047a1.35%201.35%200%200%200-.994.068c-.34.164-.588.463-.68.818l-.476%201.834a7.6%207.6%200%200%201-.656%201.679c-.415.777-1.057%201.4-1.725%201.975l-1.439%201.24a1.67%201.67%200%200%200-.572%201.406l.812%209.393A1.666%201.666%200%200%200%208.597%2022h4.648c3.482%200%206.453-2.426%207.025-5.735%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.968%209.485a.75.75%200%200%201%20.78.685l.97%2011.236a1.237%201.237%200%201%201-2.468.107V10.234a.75.75%200%200%201%20.718-.749%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m20.27%2016.265l.705-4.08a1.666%201.666%200%200%200-1.64-1.95h-5.181a.833.833%200%200%201-.822-.969l.663-4.045a4.8%204.8%200%200%200-.09-1.973a1.64%201.64%200%200%200-1.092-1.137l-.145-.047a1.35%201.35%200%200%200-.994.068c-.34.164-.588.463-.68.818l-.476%201.834a7.6%207.6%200%200%201-.656%201.679c-.415.777-1.057%201.4-1.725%201.975l-1.439%201.24a1.67%201.67%200%200%200-.572%201.406l.812%209.393A1.666%201.666%200%200%200%208.597%2022h4.648c3.482%200%206.453-2.426%207.025-5.735%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.968%209.485a.75.75%200%200%201%20.78.685l.97%2011.236a1.237%201.237%200%201%201-2.468.107V10.234a.75.75%200%200%201%20.718-.749%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/like-filled.svg?color=%231a73e8&size=48