Pen2 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 { IconPen2 } from "@devigner-ui/icons";
<IconPen2 className="size-6" />
<script setup>
import { IconPen2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPen2 class="size-6" />
</template>
<script>
import { IconPen2 } from "@devigner-ui/icons-svelte";
</script>
<IconPen2 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="M4 22h16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m14.63 2.92-.74.74-6.82 6.82c-.46.46-.7.7-.89.95q-.35.45-.6.97c-.14.29-.24.6-.45 1.22l-.87 2.62-.22.64a.85.85 0 0 0 1.08 1.08l.64-.22 2.62-.87c.62-.2.93-.31 1.22-.45q.52-.25.97-.6c.26-.2.49-.43.95-.9l6.82-6.8.74-.75a3.15 3.15 0 0 0-4.45-4.45" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M13.89 3.66s.1 1.58 1.48 2.97a5 5 0 0 0 2.97 1.48M5.76 17.74l-1.5-1.5" stroke="currentColor" stroke-width="1.5"></path></svg>