pen from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
pen
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-pen

The same icon in other sets

Use the pen icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.404 2.998c-.757-.754-2.077-.751-2.828.005l-1.784 1.791L11.586 7H7a1 1 0 0 0-.939.658l-4 11c-.133.365-.042.774.232 1.049l2 2a1 1 0 0 0 1.049.232l11-4A1 1 0 0 0 17 17v-4.586l2.207-2.207v-.001h.001L21 8.409c.378-.378.586-.881.585-1.415c0-.535-.209-1.038-.588-1.415zm-3.111 8.295A1 1 0 0 0 15 12v4.3l-9.249 3.363l4.671-4.671c.026.001.052.008.078.008A1.5 1.5 0 1 0 9 13.5c0 .026.007.052.008.078l-4.671 4.671L7.7 9H12c.266 0 .52-.105.707-.293L14.5 6.914L17.086 9.5zm3.206-3.208l-2.586-2.586l1.079-1.084l2.593 2.581z"/></svg>

React

import type { SVGProps } from "react";

export function BxPen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.404 2.998c-.757-.754-2.077-.751-2.828.005l-1.784 1.791L11.586 7H7a1 1 0 0 0-.939.658l-4 11c-.133.365-.042.774.232 1.049l2 2a1 1 0 0 0 1.049.232l11-4A1 1 0 0 0 17 17v-4.586l2.207-2.207v-.001h.001L21 8.409c.378-.378.586-.881.585-1.415c0-.535-.209-1.038-.588-1.415zm-3.111 8.295A1 1 0 0 0 15 12v4.3l-9.249 3.363l4.671-4.671c.026.001.052.008.078.008A1.5 1.5 0 1 0 9 13.5c0 .026.007.052.008.078l-4.671 4.671L7.7 9H12c.266 0 .52-.105.707-.293L14.5 6.914L17.086 9.5zm3.206-3.208l-2.586-2.586l1.079-1.084l2.593 2.581z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.404 2.998c-.757-.754-2.077-.751-2.828.005l-1.784 1.791L11.586 7H7a1 1 0 0 0-.939.658l-4 11c-.133.365-.042.774.232 1.049l2 2a1 1 0 0 0 1.049.232l11-4A1 1 0 0 0 17 17v-4.586l2.207-2.207v-.001h.001L21 8.409c.378-.378.586-.881.585-1.415c0-.535-.209-1.038-.588-1.415zm-3.111 8.295A1 1 0 0 0 15 12v4.3l-9.249 3.363l4.671-4.671c.026.001.052.008.078.008A1.5 1.5 0 1 0 9 13.5c0 .026.007.052.008.078l-4.671 4.671L7.7 9H12c.266 0 .52-.105.707-.293L14.5 6.914L17.086 9.5zm3.206-3.208l-2.586-2.586l1.079-1.084l2.593 2.581z"/></svg>
</template>

CSS

.icon-pen {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.404%202.998c-.757-.754-2.077-.751-2.828.005l-1.784%201.791L11.586%207H7a1%201%200%200%200-.939.658l-4%2011c-.133.365-.042.774.232%201.049l2%202a1%201%200%200%200%201.049.232l11-4A1%201%200%200%200%2017%2017v-4.586l2.207-2.207v-.001h.001L21%208.409c.378-.378.586-.881.585-1.415c0-.535-.209-1.038-.588-1.415zm-3.111%208.295A1%201%200%200%200%2015%2012v4.3l-9.249%203.363l4.671-4.671c.026.001.052.008.078.008A1.5%201.5%200%201%200%209%2013.5c0%20.026.007.052.008.078l-4.671%204.671L7.7%209H12c.266%200%20.52-.105.707-.293L14.5%206.914L17.086%209.5zm3.206-3.208l-2.586-2.586l1.079-1.084l2.593%202.581z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.404%202.998c-.757-.754-2.077-.751-2.828.005l-1.784%201.791L11.586%207H7a1%201%200%200%200-.939.658l-4%2011c-.133.365-.042.774.232%201.049l2%202a1%201%200%200%200%201.049.232l11-4A1%201%200%200%200%2017%2017v-4.586l2.207-2.207v-.001h.001L21%208.409c.378-.378.586-.881.585-1.415c0-.535-.209-1.038-.588-1.415zm-3.111%208.295A1%201%200%200%200%2015%2012v4.3l-9.249%203.363l4.671-4.671c.026.001.052.008.078.008A1.5%201.5%200%201%200%209%2013.5c0%20.026.007.052.008.078l-4.671%204.671L7.7%209H12c.266%200%20.52-.105.707-.293L14.5%206.914L17.086%209.5zm3.206-3.208l-2.586-2.586l1.079-1.084l2.593%202.581z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/pen.svg?color=%231a73e8&size=48