Copyright icon in outline, twotone, bold and bulk. Free in all four styles, for documents, attachments, clipboard, archive, editing. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconCopyright } from "@devigner-ui/icons";
<IconCopyright className="size-6" />
<script setup>
import { IconCopyright } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCopyright class="size-6" />
</template>
<script>
import { IconCopyright } from "@devigner-ui/icons-svelte";
</script>
<IconCopyright 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="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0" stroke="currentColor" stroke-width="1.5"></path><path d="M14 15.67q-.8.32-1.71.33C9.92 16 8 14.2 8 12s1.92-4 4.29-4q.91 0 1.71.33" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>