Dislike Alt 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 { IconDislikeAlt } from "@devigner-ui/icons";
<IconDislikeAlt className="size-6" />
<script setup>
import { IconDislikeAlt } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDislikeAlt class="size-6" />
</template>
<script>
import { IconDislikeAlt } from "@devigner-ui/icons-svelte";
</script>
<IconDislikeAlt class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="m17.19 5.65-3.1-2.4c-.4-.4-1.3-.6-1.9-.6h-3.8c-1.2 0-2.5.9-2.8 2.1l-2.4 7.3c-.5 1.4.4 2.6 1.9 2.6h4a1 1 0 0 1 1 1.2l-.5 3.2c-.2.9.4 1.9 1.3 2.2a2 2 0 0 0 2.2-.7l4.1-6.1" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path><path d="M22.29 5.65v9.8c0 1.4-.6 1.9-2 1.9h-1c-1.4 0-2-.5-2-1.9v-9.8c0-1.4.6-1.9 2-1.9h1c1.4 0 2 .5 2 1.9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>