Message Favorite icon in outline, twotone, bold and bulk. Free in all four styles, for chat, inbox, email, comments, support. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMessageFavorite } from "@devigner-ui/icons";
<IconMessageFavorite className="size-6" />
<script setup>
import { IconMessageFavorite } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMessageFavorite class="size-6" />
</template>
<script>
import { IconMessageFavorite } from "@devigner-ui/icons-svelte";
</script>
<IconMessageFavorite class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke="currentColor" stroke-width="1.5" d="M22 8v5q0 6-6 6h-.5c-.31 0-.61.15-.8.4l-1.5 2c-.66.88-1.74.88-2.4 0l-1.5-2c-.16-.22-.53-.4-.8-.4H8c-4 0-6-1-6-6V8q0-6 6-6h4"></path><path stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M15.2 4.62c-.33-.99.06-2.21 1.14-2.55a1.5 1.5 0 0 1 1.66.5c.38-.55 1.1-.67 1.66-.5 1.08.33 1.47 1.56 1.14 2.55C20.29 6.19 18.5 7 18 7s-2.27-.8-2.8-2.38" opacity="1"></path><path stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" stroke-width="2.25" d="M8 11" opacity="1"></path></svg>