pen from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
pen
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the pen icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -3 24 24"><path fill="currentColor" d="m5.648 12.276l-1.65 1.1l-.415 1.68l1.665-.42l1.104-1.656zM7.1 10.899l.627.627l.091-.032c.937-.334 1.88-1.019 2.824-2.089c1.139-1.29 3.061-3.587 5.757-6.879a.211.211 0 0 0-.297-.297c-3.286 2.693-5.583 4.616-6.881 5.758c-1.076.946-1.76 1.888-2.088 2.819zm-.615 5.486L.843 17.814l1.4-5.671l3.004-2.004Q5.926 8.225 7.9 6.486Q9.88 4.743 14.836.682a2.21 2.21 0 0 1 3.111 3.112q-4.065 4.963-5.804 6.934q-1.734 1.965-3.652 2.65z"/></svg>

React

import type { SVGProps } from "react";

export function JamPen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -3 24 24"><path fill="currentColor" d="m5.648 12.276l-1.65 1.1l-.415 1.68l1.665-.42l1.104-1.656zM7.1 10.899l.627.627l.091-.032c.937-.334 1.88-1.019 2.824-2.089c1.139-1.29 3.061-3.587 5.757-6.879a.211.211 0 0 0-.297-.297c-3.286 2.693-5.583 4.616-6.881 5.758c-1.076.946-1.76 1.888-2.088 2.819zm-.615 5.486L.843 17.814l1.4-5.671l3.004-2.004Q5.926 8.225 7.9 6.486Q9.88 4.743 14.836.682a2.21 2.21 0 0 1 3.111 3.112q-4.065 4.963-5.804 6.934q-1.734 1.965-3.652 2.65z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -3 24 24"><path fill="currentColor" d="m5.648 12.276l-1.65 1.1l-.415 1.68l1.665-.42l1.104-1.656zM7.1 10.899l.627.627l.091-.032c.937-.334 1.88-1.019 2.824-2.089c1.139-1.29 3.061-3.587 5.757-6.879a.211.211 0 0 0-.297-.297c-3.286 2.693-5.583 4.616-6.881 5.758c-1.076.946-1.76 1.888-2.088 2.819zm-.615 5.486L.843 17.814l1.4-5.671l3.004-2.004Q5.926 8.225 7.9 6.486Q9.88 4.743 14.836.682a2.21 2.21 0 0 1 3.111 3.112q-4.065 4.963-5.804 6.934q-1.734 1.965-3.652 2.65z"/></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%22-2.5%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.648%2012.276l-1.65%201.1l-.415%201.68l1.665-.42l1.104-1.656zM7.1%2010.899l.627.627l.091-.032c.937-.334%201.88-1.019%202.824-2.089c1.139-1.29%203.061-3.587%205.757-6.879a.211.211%200%200%200-.297-.297c-3.286%202.693-5.583%204.616-6.881%205.758c-1.076.946-1.76%201.888-2.088%202.819zm-.615%205.486L.843%2017.814l1.4-5.671l3.004-2.004Q5.926%208.225%207.9%206.486Q9.88%204.743%2014.836.682a2.21%202.21%200%200%201%203.111%203.112q-4.065%204.963-5.804%206.934q-1.734%201.965-3.652%202.65z%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%22-2.5%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.648%2012.276l-1.65%201.1l-.415%201.68l1.665-.42l1.104-1.656zM7.1%2010.899l.627.627l.091-.032c.937-.334%201.88-1.019%202.824-2.089c1.139-1.29%203.061-3.587%205.757-6.879a.211.211%200%200%200-.297-.297c-3.286%202.693-5.583%204.616-6.881%205.758c-1.076.946-1.76%201.888-2.088%202.819zm-.615%205.486L.843%2017.814l1.4-5.671l3.004-2.004Q5.926%208.225%207.9%206.486Q9.88%204.743%2014.836.682a2.21%202.21%200%200%201%203.111%203.112q-4.065%204.963-5.804%206.934q-1.734%201.965-3.652%202.65z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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