like from Reicon by REICON · Outline · Like · MIT Free for personal and commercial use.

Name
like
Set
Reicon
Style
Outline
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"><path fill="currentColor" fill-rule="evenodd" d="M12.438 2.778a.6.6 0 0 0-.438.03a.52.52 0 0 0-.28.33l-.476 1.834a8.4 8.4 0 0 1-.72 1.844c-.485.907-1.218 1.604-1.898 2.19l-1.438 1.24a.92.92 0 0 0-.315.774l.812 9.393a.916.916 0 0 0 .911.837h4.649c3.136 0 5.779-2.182 6.286-5.113l.705-4.08a.916.916 0 0 0-.901-1.073h-5.181c-.977 0-1.72-.876-1.562-1.84l.663-4.044a4 4 0 0 0-.076-1.664a.89.89 0 0 0-.596-.611zl.23-.714zm-1.09-1.321a2.1 2.1 0 0 1 1.549-.107l.145.047l-.23.714l.23-.714c.777.25 1.383.87 1.589 1.662c.193.746.229 1.524.104 2.284l-.663 4.044a.083.083 0 0 0 .082.097h5.18c1.5 0 2.636 1.352 2.38 2.829l-.705 4.08c-.638 3.688-3.938 6.357-7.764 6.357H8.596a2.416 2.416 0 0 1-2.405-2.208l-.813-9.393a2.42 2.42 0 0 1 .83-2.04l1.44-1.24c.655-.564 1.206-1.111 1.552-1.76a6.8 6.8 0 0 0 .592-1.514l.476-1.833a2.01 2.01 0 0 1 1.08-1.305m-8.38 8.028a.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-.75" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconLike(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12.438 2.778a.6.6 0 0 0-.438.03a.52.52 0 0 0-.28.33l-.476 1.834a8.4 8.4 0 0 1-.72 1.844c-.485.907-1.218 1.604-1.898 2.19l-1.438 1.24a.92.92 0 0 0-.315.774l.812 9.393a.916.916 0 0 0 .911.837h4.649c3.136 0 5.779-2.182 6.286-5.113l.705-4.08a.916.916 0 0 0-.901-1.073h-5.181c-.977 0-1.72-.876-1.562-1.84l.663-4.044a4 4 0 0 0-.076-1.664a.89.89 0 0 0-.596-.611zl.23-.714zm-1.09-1.321a2.1 2.1 0 0 1 1.549-.107l.145.047l-.23.714l.23-.714c.777.25 1.383.87 1.589 1.662c.193.746.229 1.524.104 2.284l-.663 4.044a.083.083 0 0 0 .082.097h5.18c1.5 0 2.636 1.352 2.38 2.829l-.705 4.08c-.638 3.688-3.938 6.357-7.764 6.357H8.596a2.416 2.416 0 0 1-2.405-2.208l-.813-9.393a2.42 2.42 0 0 1 .83-2.04l1.44-1.24c.655-.564 1.206-1.111 1.552-1.76a6.8 6.8 0 0 0 .592-1.514l.476-1.833a2.01 2.01 0 0 1 1.08-1.305m-8.38 8.028a.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-.75" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.438 2.778a.6.6 0 0 0-.438.03a.52.52 0 0 0-.28.33l-.476 1.834a8.4 8.4 0 0 1-.72 1.844c-.485.907-1.218 1.604-1.898 2.19l-1.438 1.24a.92.92 0 0 0-.315.774l.812 9.393a.916.916 0 0 0 .911.837h4.649c3.136 0 5.779-2.182 6.286-5.113l.705-4.08a.916.916 0 0 0-.901-1.073h-5.181c-.977 0-1.72-.876-1.562-1.84l.663-4.044a4 4 0 0 0-.076-1.664a.89.89 0 0 0-.596-.611zl.23-.714zm-1.09-1.321a2.1 2.1 0 0 1 1.549-.107l.145.047l-.23.714l.23-.714c.777.25 1.383.87 1.589 1.662c.193.746.229 1.524.104 2.284l-.663 4.044a.083.083 0 0 0 .082.097h5.18c1.5 0 2.636 1.352 2.38 2.829l-.705 4.08c-.638 3.688-3.938 6.357-7.764 6.357H8.596a2.416 2.416 0 0 1-2.405-2.208l-.813-9.393a2.42 2.42 0 0 1 .83-2.04l1.44-1.24c.655-.564 1.206-1.111 1.552-1.76a6.8 6.8 0 0 0 .592-1.514l.476-1.833a2.01 2.01 0 0 1 1.08-1.305m-8.38 8.028a.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-.75" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-like {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.438%202.778a.6.6%200%200%200-.438.03a.52.52%200%200%200-.28.33l-.476%201.834a8.4%208.4%200%200%201-.72%201.844c-.485.907-1.218%201.604-1.898%202.19l-1.438%201.24a.92.92%200%200%200-.315.774l.812%209.393a.916.916%200%200%200%20.911.837h4.649c3.136%200%205.779-2.182%206.286-5.113l.705-4.08a.916.916%200%200%200-.901-1.073h-5.181c-.977%200-1.72-.876-1.562-1.84l.663-4.044a4%204%200%200%200-.076-1.664a.89.89%200%200%200-.596-.611zl.23-.714zm-1.09-1.321a2.1%202.1%200%200%201%201.549-.107l.145.047l-.23.714l.23-.714c.777.25%201.383.87%201.589%201.662c.193.746.229%201.524.104%202.284l-.663%204.044a.083.083%200%200%200%20.082.097h5.18c1.5%200%202.636%201.352%202.38%202.829l-.705%204.08c-.638%203.688-3.938%206.357-7.764%206.357H8.596a2.416%202.416%200%200%201-2.405-2.208l-.813-9.393a2.42%202.42%200%200%201%20.83-2.04l1.44-1.24c.655-.564%201.206-1.111%201.552-1.76a6.8%206.8%200%200%200%20.592-1.514l.476-1.833a2.01%202.01%200%200%201%201.08-1.305m-8.38%208.028a.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-.75%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.438%202.778a.6.6%200%200%200-.438.03a.52.52%200%200%200-.28.33l-.476%201.834a8.4%208.4%200%200%201-.72%201.844c-.485.907-1.218%201.604-1.898%202.19l-1.438%201.24a.92.92%200%200%200-.315.774l.812%209.393a.916.916%200%200%200%20.911.837h4.649c3.136%200%205.779-2.182%206.286-5.113l.705-4.08a.916.916%200%200%200-.901-1.073h-5.181c-.977%200-1.72-.876-1.562-1.84l.663-4.044a4%204%200%200%200-.076-1.664a.89.89%200%200%200-.596-.611zl.23-.714zm-1.09-1.321a2.1%202.1%200%200%201%201.549-.107l.145.047l-.23.714l.23-.714c.777.25%201.383.87%201.589%201.662c.193.746.229%201.524.104%202.284l-.663%204.044a.083.083%200%200%200%20.082.097h5.18c1.5%200%202.636%201.352%202.38%202.829l-.705%204.08c-.638%203.688-3.938%206.357-7.764%206.357H8.596a2.416%202.416%200%200%201-2.405-2.208l-.813-9.393a2.42%202.42%200%200%201%20.83-2.04l1.44-1.24c.655-.564%201.206-1.111%201.552-1.76a6.8%206.8%200%200%200%20.592-1.514l.476-1.833a2.01%202.01%200%200%201%201.08-1.305m-8.38%208.028a.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-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/like.svg?color=%231a73e8&size=48