Paperclip Rounded icon in outline, twotone, bold and bulk. Free in all four styles, for chat, inbox, email, comments, support. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconPaperclipRounded } from "@devigner-ui/icons";
<IconPaperclipRounded className="size-6" />
<script setup>
import { IconPaperclipRounded } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPaperclipRounded class="size-6" />
</template>
<script>
import { IconPaperclipRounded } from "@devigner-ui/icons-svelte";
</script>
<IconPaperclipRounded class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m12.69 11.4-2.83 2.85c-.36.36-.54.54-.66.71a3.3 3.3 0 0 0 0 3.99c.12.17.3.35.66.7.35.36.53.54.7.67 1.17.9 2.79.9 3.95 0 .17-.13.35-.3.7-.66l3.68-3.71c1.42-1.44 2.13-2.16 2.52-2.93a5.5 5.5 0 0 0 0-4.95c-.39-.77-1.1-1.49-2.52-2.93-1.43-1.43-2.14-2.15-2.9-2.54a5.4 5.4 0 0 0-4.92 0c-.76.39-1.47 1.1-2.9 2.54L4.45 8.91c-.8.8-1.2 1.2-1.48 1.6a5.5 5.5 0 0 0 0 6.24c.28.4.68.8 1.48 1.61" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>