Message Time 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 { IconMessageTime } from "@devigner-ui/icons";
<IconMessageTime className="size-6" />
<script setup>
import { IconMessageTime } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMessageTime class="size-6" />
</template>
<script>
import { IconMessageTime } from "@devigner-ui/icons-svelte";
</script>
<IconMessageTime 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-4 4 4 4 0 1 1 4-4" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5.92 16.25v1.5l-1.25.75" 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>