Pen 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 { IconPen } from "@devigner-ui/icons";
<IconPen className="size-6" />
<script setup>
import { IconPen } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPen class="size-6" />
</template>
<script>
import { IconPen } from "@devigner-ui/icons-svelte";
</script>
<IconPen class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m15.29 3.15-.93.93-8.52 8.52c-.58.58-.87.87-1.12 1.18q-.44.57-.74 1.22c-.18.36-.3.75-.56 1.52l-1.1 3.28-.27.8a1.06 1.06 0 0 0 1.35 1.35l.8-.27 3.28-1.1A11 11 0 0 0 9 20.02q.65-.3 1.22-.74c.31-.25.6-.54 1.18-1.12l8.52-8.52.93-.93a3.93 3.93 0 0 0-5.56-5.56" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M14.36 4.08s.12 1.97 1.85 3.7a6.3 6.3 0 0 0 3.71 1.86M4.2 21.68 2.32 19.8" stroke="currentColor" stroke-width="1.5"></path></svg>