Copy 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 { IconCopy } from "@devigner-ui/icons";
<IconCopy className="size-6" />
<script setup>
import { IconCopy } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCopy class="size-6" />
</template>
<script>
import { IconCopy } from "@devigner-ui/icons-svelte";
</script>
<IconCopy 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 11c0-2.83 0-4.24.88-5.12S9.18 5 12 5h3c2.83 0 4.24 0 5.12.88S21 8.18 21 11v5c0 2.83 0 4.24-.88 5.12S17.82 22 15 22h-3c-2.83 0-4.24 0-5.12-.88S6 18.82 6 16z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M6 19a3 3 0 0 1-3-3v-6c0-3.77 0-5.66 1.17-6.83S7.23 2 11 2h4a3 3 0 0 1 3 3" stroke="currentColor" stroke-width="1.5"></path></svg>