Like Dislike icon in outline, twotone, bold and bulk. Free in all four styles, for reactions, ratings, favourites, awards, stickers. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconLikeDislike } from "@devigner-ui/icons";
<IconLikeDislike className="size-6" />
<script setup>
import { IconLikeDislike } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLikeDislike class="size-6" />
</template>
<script>
import { IconLikeDislike } from "@devigner-ui/icons-svelte";
</script>
<IconLikeDislike class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m5.59 20.28 1.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.49h-2.29a.58.58 0 0 1-.57-.69l.29-1.83a1.14 1.14 0 0 0-.74-1.26 1.15 1.15 0 0 0-1.26.4l-2.34 3.49" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path><path d="M2.67 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" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="m19.75 3.72-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.26.46.17 1.03-.06 1.26-.4l2.34-3.49" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path><path d="M22.67 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" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>