Square Share Line 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 { IconSquareShareLine } from "@devigner-ui/icons";
<IconSquareShareLine className="size-6" />
<script setup>
import { IconSquareShareLine } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSquareShareLine class="size-6" />
</template>
<script>
import { IconSquareShareLine } from "@devigner-ui/icons-svelte";
</script>
<IconSquareShareLine 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 14c-.03 3.41-.22 5.3-1.46 6.54C19.08 22 16.72 22 12 22s-7.07 0-8.54-1.46C2 19.07 2 16.7 2 12c0-4.72 0-7.08 1.46-8.54C4.71 2.22 6.6 2.03 10 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M22 7h-8a4.6 4.6 0 0 0-3.5 1.5l-.2.18C9.9 9.08 9 10.18 9 12v3m13-8-5-5m5 5-5 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>