like dislike icon

like-dislike from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
like-dislike
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the like dislike icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-miterlimit="10" d="m4.92 20.28l1.77 1.37c.23.23.74.34 1.09.34h2.17c.69 0 1.43-.51 1.6-1.2l1.37-4.17c.29-.8-.23-1.49-1.09-1.49H9.54a.58.58 0 0 1-.57-.69l.29-1.83c.11-.51-.23-1.09-.74-1.26c-.46-.17-1.03.06-1.26.4l-2.34 3.49"/><path stroke-linecap="round" stroke-linejoin="round" d="M2 20.28v-5.6c0-.8.34-1.09 1.14-1.09h.57c.8 0 1.14.29 1.14 1.09v5.6c0 .8-.34 1.09-1.14 1.09h-.57c-.8 0-1.14-.28-1.14-1.09"/><path stroke-miterlimit="10" d="m19.08 3.72l-1.77-1.37c-.23-.23-.74-.34-1.09-.34h-2.17c-.69 0-1.43.51-1.6 1.2l-1.37 4.17c-.29.8.23 1.49 1.09 1.49h2.29c.34 0 .63.29.57.69l-.29 1.83c-.11.51.23 1.09.74 1.26c.46.17 1.03-.06 1.26-.4l2.34-3.49"/><path stroke-linecap="round" stroke-linejoin="round" d="M22 3.72v5.6c0 .8-.34 1.09-1.14 1.09h-.57c-.8 0-1.14-.29-1.14-1.09v-5.6c0-.8.34-1.09 1.14-1.09h.57c.8 0 1.14.28 1.14 1.09"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconLikeDislike(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeMiterlimit="10" d="m4.92 20.28l1.77 1.37c.23.23.74.34 1.09.34h2.17c.69 0 1.43-.51 1.6-1.2l1.37-4.17c.29-.8-.23-1.49-1.09-1.49H9.54a.58.58 0 0 1-.57-.69l.29-1.83c.11-.51-.23-1.09-.74-1.26c-.46-.17-1.03.06-1.26.4l-2.34 3.49"/><path strokeLinecap="round" strokeLinejoin="round" d="M2 20.28v-5.6c0-.8.34-1.09 1.14-1.09h.57c.8 0 1.14.29 1.14 1.09v5.6c0 .8-.34 1.09-1.14 1.09h-.57c-.8 0-1.14-.28-1.14-1.09"/><path strokeMiterlimit="10" d="m19.08 3.72l-1.77-1.37c-.23-.23-.74-.34-1.09-.34h-2.17c-.69 0-1.43.51-1.6 1.2l-1.37 4.17c-.29.8.23 1.49 1.09 1.49h2.29c.34 0 .63.29.57.69l-.29 1.83c-.11.51.23 1.09.74 1.26c.46.17 1.03-.06 1.26-.4l2.34-3.49"/><path strokeLinecap="round" strokeLinejoin="round" d="M22 3.72v5.6c0 .8-.34 1.09-1.14 1.09h-.57c-.8 0-1.14-.29-1.14-1.09v-5.6c0-.8.34-1.09 1.14-1.09h.57c.8 0 1.14.28 1.14 1.09"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-miterlimit="10" d="m4.92 20.28l1.77 1.37c.23.23.74.34 1.09.34h2.17c.69 0 1.43-.51 1.6-1.2l1.37-4.17c.29-.8-.23-1.49-1.09-1.49H9.54a.58.58 0 0 1-.57-.69l.29-1.83c.11-.51-.23-1.09-.74-1.26c-.46-.17-1.03.06-1.26.4l-2.34 3.49"/><path stroke-linecap="round" stroke-linejoin="round" d="M2 20.28v-5.6c0-.8.34-1.09 1.14-1.09h.57c.8 0 1.14.29 1.14 1.09v5.6c0 .8-.34 1.09-1.14 1.09h-.57c-.8 0-1.14-.28-1.14-1.09"/><path stroke-miterlimit="10" d="m19.08 3.72l-1.77-1.37c-.23-.23-.74-.34-1.09-.34h-2.17c-.69 0-1.43.51-1.6 1.2l-1.37 4.17c-.29.8.23 1.49 1.09 1.49h2.29c.34 0 .63.29.57.69l-.29 1.83c-.11.51.23 1.09.74 1.26c.46.17 1.03-.06 1.26-.4l2.34-3.49"/><path stroke-linecap="round" stroke-linejoin="round" d="M22 3.72v5.6c0 .8-.34 1.09-1.14 1.09h-.57c-.8 0-1.14-.29-1.14-1.09v-5.6c0-.8.34-1.09 1.14-1.09h.57c.8 0 1.14.28 1.14 1.09"/></g></svg>
</template>

CSS

.icon-like-dislike {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m4.92%2020.28l1.77%201.37c.23.23.74.34%201.09.34h2.17c.69%200%201.43-.51%201.6-1.2l1.37-4.17c.29-.8-.23-1.49-1.09-1.49H9.54a.58.58%200%200%201-.57-.69l.29-1.83c.11-.51-.23-1.09-.74-1.26c-.46-.17-1.03.06-1.26.4l-2.34%203.49%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2020.28v-5.6c0-.8.34-1.09%201.14-1.09h.57c.8%200%201.14.29%201.14%201.09v5.6c0%20.8-.34%201.09-1.14%201.09h-.57c-.8%200-1.14-.28-1.14-1.09%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m19.08%203.72l-1.77-1.37c-.23-.23-.74-.34-1.09-.34h-2.17c-.69%200-1.43.51-1.6%201.2l-1.37%204.17c-.29.8.23%201.49%201.09%201.49h2.29c.34%200%20.63.29.57.69l-.29%201.83c-.11.51.23%201.09.74%201.26c.46.17%201.03-.06%201.26-.4l2.34-3.49%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%203.72v5.6c0%20.8-.34%201.09-1.14%201.09h-.57c-.8%200-1.14-.29-1.14-1.09v-5.6c0-.8.34-1.09%201.14-1.09h.57c.8%200%201.14.28%201.14%201.09%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m4.92%2020.28l1.77%201.37c.23.23.74.34%201.09.34h2.17c.69%200%201.43-.51%201.6-1.2l1.37-4.17c.29-.8-.23-1.49-1.09-1.49H9.54a.58.58%200%200%201-.57-.69l.29-1.83c.11-.51-.23-1.09-.74-1.26c-.46-.17-1.03.06-1.26.4l-2.34%203.49%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2020.28v-5.6c0-.8.34-1.09%201.14-1.09h.57c.8%200%201.14.29%201.14%201.09v5.6c0%20.8-.34%201.09-1.14%201.09h-.57c-.8%200-1.14-.28-1.14-1.09%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m19.08%203.72l-1.77-1.37c-.23-.23-.74-.34-1.09-.34h-2.17c-.69%200-1.43.51-1.6%201.2l-1.37%204.17c-.29.8.23%201.49%201.09%201.49h2.29c.34%200%20.63.29.57.69l-.29%201.83c-.11.51.23%201.09.74%201.26c.46.17%201.03-.06%201.26-.4l2.34-3.49%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%203.72v5.6c0%20.8-.34%201.09-1.14%201.09h-.57c-.8%200-1.14-.29-1.14-1.09v-5.6c0-.8.34-1.09%201.14-1.09h.57c.8%200%201.14.28%201.14%201.09%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-dislike.svg?color=%231a73e8&size=48