Dialog 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 { IconDialog } from "@devigner-ui/icons";
<IconDialog className="size-6" />
<script setup>
import { IconDialog } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDialog class="size-6" />
</template>
<script>
import { IconDialog } from "@devigner-ui/icons-svelte";
</script>
<IconDialog class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 22a8 8 0 1 0-7.22-4.55c.17.36.23.77.13 1.15l-.33 1.23a1.3 1.3 0 0 0 1.6 1.59l1.22-.33c.38-.1.8-.04 1.15.13q1.58.77 3.45.78" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m18 14.5.2-.08q.56-.27 1.15-.13l.48.13a1.3 1.3 0 0 0 1.59-1.6l-.13-.47q-.14-.59.13-1.15.57-1.25.58-2.7A6.5 6.5 0 0 0 9.5 6" stroke="currentColor" stroke-width="1.5"></path><g opacity="1"><path d="M7.5 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path><path d="M11 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path><path d="M14.5 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path></g></svg>