Copy Alt icon in outline, twotone, bold and bulk. Free in all four styles, for code, servers, databases, devops, terminals. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconCopyAlt } from "@devigner-ui/icons";
<IconCopyAlt className="size-6" />
<script setup>
import { IconCopyAlt } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCopyAlt class="size-6" />
</template>
<script>
import { IconCopyAlt } from "@devigner-ui/icons-svelte";
</script>
<IconCopyAlt class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 14.5c0-3.3 0-4.95 1.03-5.97C9.55 7.5 11.2 7.5 14.5 7.5s4.95 0 5.97 1.03c1.03 1.02 1.03 2.67 1.03 5.97s0 4.95-1.03 5.97c-1.02 1.03-2.67 1.03-5.97 1.03s-4.95 0-5.97-1.03C7.5 19.45 7.5 17.8 7.5 14.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M7.5 16.5c-1.4 0-2.1 0-2.66-.2a3.5 3.5 0 0 1-2.14-2.14c-.2-.57-.2-1.26-.2-2.66v-2c0-3.3 0-4.95 1.03-5.97C4.55 2.5 6.2 2.5 9.5 2.5h2c1.4 0 2.1 0 2.66.2a3.5 3.5 0 0 1 2.14 2.14c.2.57.2 1.26.2 2.66" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>