Message Remove 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 { IconMessageRemove } from "@devigner-ui/icons";
<IconMessageRemove className="size-6" />
<script setup>
import { IconMessageRemove } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMessageRemove class="size-6" />
</template>
<script>
import { IconMessageRemove } from "@devigner-ui/icons-svelte";
</script>
<IconMessageRemove 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="M22.67 7.43v6a5 5 0 0 1-1.38 3.63 5 5 0 0 1-3.62 1.37v2.13a1 1 0 0 1-1.55.84l-4.45-2.97H9.55q.12-.45.12-.93a4 4 0 0 0-4-4 4 4 0 0 0-2.87 1.21q-.13-.6-.13-1.28v-6c0-3 2-5 5-5h10c3 0 5 2 5 5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.67 17.5q0 .48-.12.93-.14.61-.46 1.13a3.97 3.97 0 0 1-6.84 0 4 4 0 1 1 7.42-2.06" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m6.74 18.54-2.12-2.11" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.72 16.46 4.6 18.57" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.17 10.5h7" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>