like-duotone from Reicon by REICON · Duotone · Like · MIT Free for personal and commercial use.

Name
like-duotone
Set
Reicon
Style
Duotone
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.182a.833.833 0 0 1-.821-.969l.663-4.045a4.8 4.8 0 0 0-.09-1.973a1.64 1.64 0 0 0-1.093-1.137l-.145-.047a1.35 1.35 0 0 0-.993.068c-.34.164-.588.463-.68.818l-.476 1.834a7.6 7.6 0 0 1-.656 1.679c-.416.777-1.058 1.4-1.725 1.975l-1.44 1.24a1.67 1.67 0 0 0-.572 1.406l.813 9.393A1.666 1.666 0 0 0 8.596 22h4.649c3.481 0 6.452-2.426 7.024-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" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconLikeDuotone(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.182a.833.833 0 0 1-.821-.969l.663-4.045a4.8 4.8 0 0 0-.09-1.973a1.64 1.64 0 0 0-1.093-1.137l-.145-.047a1.35 1.35 0 0 0-.993.068c-.34.164-.588.463-.68.818l-.476 1.834a7.6 7.6 0 0 1-.656 1.679c-.416.777-1.058 1.4-1.725 1.975l-1.44 1.24a1.67 1.67 0 0 0-.572 1.406l.813 9.393A1.666 1.666 0 0 0 8.596 22h4.649c3.481 0 6.452-2.426 7.024-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" opacity=".5"/></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.182a.833.833 0 0 1-.821-.969l.663-4.045a4.8 4.8 0 0 0-.09-1.973a1.64 1.64 0 0 0-1.093-1.137l-.145-.047a1.35 1.35 0 0 0-.993.068c-.34.164-.588.463-.68.818l-.476 1.834a7.6 7.6 0 0 1-.656 1.679c-.416.777-1.058 1.4-1.725 1.975l-1.44 1.24a1.67 1.67 0 0 0-.572 1.406l.813 9.393A1.666 1.666 0 0 0 8.596 22h4.649c3.481 0 6.452-2.426 7.024-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" opacity=".5"/></g></svg>
</template>

CSS

.icon-like-duotone {
  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.182a.833.833%200%200%201-.821-.969l.663-4.045a4.8%204.8%200%200%200-.09-1.973a1.64%201.64%200%200%200-1.093-1.137l-.145-.047a1.35%201.35%200%200%200-.993.068c-.34.164-.588.463-.68.818l-.476%201.834a7.6%207.6%200%200%201-.656%201.679c-.416.777-1.058%201.4-1.725%201.975l-1.44%201.24a1.67%201.67%200%200%200-.572%201.406l.813%209.393A1.666%201.666%200%200%200%208.596%2022h4.649c3.481%200%206.452-2.426%207.024-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%20opacity%3D%22.5%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.182a.833.833%200%200%201-.821-.969l.663-4.045a4.8%204.8%200%200%200-.09-1.973a1.64%201.64%200%200%200-1.093-1.137l-.145-.047a1.35%201.35%200%200%200-.993.068c-.34.164-.588.463-.68.818l-.476%201.834a7.6%207.6%200%200%201-.656%201.679c-.416.777-1.058%201.4-1.725%201.975l-1.44%201.24a1.67%201.67%200%200%200-.572%201.406l.813%209.393A1.666%201.666%200%200%200%208.596%2022h4.649c3.481%200%206.452-2.426%207.024-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%20opacity%3D%22.5%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-duotone.svg?color=%231a73e8&size=48