Copy3 icon in outline, twotone, bold and bulk. Free in all four styles, for editors, canvas, layers, colour, alignment, grids. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconCopy3 } from "@devigner-ui/icons";
<IconCopy3 className="size-6" />
<script setup>
import { IconCopy3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCopy3 class="size-6" />
</template>
<script>
import { IconCopy3 } from "@devigner-ui/icons-svelte";
</script>
<IconCopy3 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 15c0-2.83 0-4.24.88-5.12S12.18 9 15 9h1c2.83 0 4.24 0 5.12.88S22 12.18 22 15v1c0 2.83 0 4.24-.88 5.12S18.82 22 16 22h-1c-2.83 0-4.24 0-5.12-.88S9 18.82 9 16z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M17 9c0-2.96-.05-4.49-.9-5.54a4 4 0 0 0-.56-.55C14.44 2 12.79 2 9.5 2s-4.93 0-6.04.9a4 4 0 0 0-.55.56C2 4.56 2 6.21 2 9.5s0 4.93.9 6.04a4 4 0 0 0 .56.55c1.05.86 2.58.9 5.54.91" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>