Message Tick 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 { IconMessageTick } from "@devigner-ui/icons";
<IconMessageTick className="size-6" />
<script setup>
import { IconMessageTick } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMessageTick class="size-6" />
</template>
<script>
import { IconMessageTick } from "@devigner-ui/icons-svelte";
</script>
<IconMessageTick 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.5a4 4 0 0 1-1.37 3 3.97 3.97 0 0 1-6.05-.94 3.97 3.97 0 0 1 3.42-6.06 4 4 0 0 1 4 4" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m4.11 17.5.99.99 2.13-1.97" stroke="currentColor" stroke-width="1.5" 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>