Share2 icon in outline, twotone, bold and bulk. Free in all four styles, for buttons, forms, toolbars, menus, states. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconShare2 } from "@devigner-ui/icons";
<IconShare2 className="size-6" />
<script setup>
import { IconShare2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconShare2 class="size-6" />
</template>
<script>
import { IconShare2 } from "@devigner-ui/icons-svelte";
</script>
<IconShare2 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.76 13.28h3.09v7.2c0 1.68.91 2.02 2.02.76l7.57-8.6c.93-1.05.54-1.92-.87-1.92h-3.09v-7.2c0-1.68-.91-2.02-2.02-.76l-7.57 8.6c-.92 1.06-.53 1.92.87 1.92" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>