Messenger icon in outline, twotone, bold and bulk. Free in all four styles, for logos, integrations, payment methods, social links. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMessenger } from "@devigner-ui/icons";
<IconMessenger className="size-6" />
<script setup>
import { IconMessenger } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMessenger class="size-6" />
</template>
<script>
import { IconMessenger } from "@devigner-ui/icons-svelte";
</script>
<IconMessenger class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.35 18.44V22l3.36-1.89q1.41.4 2.96.41c5.52 0 10-4.15 10-9.26S18.19 2 12.67 2s-10 4.15-10 9.26a9 9 0 0 0 3.68 7.18" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m11.95 9.25-3.78 4.5 3.69-.9 1.55.9 3.76-4.5-3.51.9z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>