pen from css.gg by Astrit · Outline · MIT Free for personal and commercial use.

Name
pen
Set
css.gg
Style
Outline
Viewbox
24×24
License
MIT

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"><g fill="currentColor"><path fill-rule="evenodd" d="M21.264 2.293a1 1 0 0 0-1.415 0l-.872.872a3 3 0 0 0-3.415.587L4.955 14.358l5.657 5.657L21.22 9.41a3 3 0 0 0 .586-3.415l.873-.873a1 1 0 0 0 0-1.414zm-4.268 8.51l-6.384 6.384l-2.828-2.829l6.383-6.383zm1.818-1.818l.99-.99a1 1 0 0 0 0-1.415l-1.413-1.414a1 1 0 0 0-1.415 0l-.99.99z" clip-rule="evenodd"/><path d="m2 22.95l2.122-7.778l5.656 5.657z"/></g></svg>

React

import type { SVGProps } from "react";

export function GgPen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M21.264 2.293a1 1 0 0 0-1.415 0l-.872.872a3 3 0 0 0-3.415.587L4.955 14.358l5.657 5.657L21.22 9.41a3 3 0 0 0 .586-3.415l.873-.873a1 1 0 0 0 0-1.414zm-4.268 8.51l-6.384 6.384l-2.828-2.829l6.383-6.383zm1.818-1.818l.99-.99a1 1 0 0 0 0-1.415l-1.413-1.414a1 1 0 0 0-1.415 0l-.99.99z" clipRule="evenodd"/><path d="m2 22.95l2.122-7.778l5.656 5.657z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M21.264 2.293a1 1 0 0 0-1.415 0l-.872.872a3 3 0 0 0-3.415.587L4.955 14.358l5.657 5.657L21.22 9.41a3 3 0 0 0 .586-3.415l.873-.873a1 1 0 0 0 0-1.414zm-4.268 8.51l-6.384 6.384l-2.828-2.829l6.383-6.383zm1.818-1.818l.99-.99a1 1 0 0 0 0-1.415l-1.413-1.414a1 1 0 0 0-1.415 0l-.99.99z" clip-rule="evenodd"/><path d="m2 22.95l2.122-7.778l5.656 5.657z"/></g></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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.264%202.293a1%201%200%200%200-1.415%200l-.872.872a3%203%200%200%200-3.415.587L4.955%2014.358l5.657%205.657L21.22%209.41a3%203%200%200%200%20.586-3.415l.873-.873a1%201%200%200%200%200-1.414zm-4.268%208.51l-6.384%206.384l-2.828-2.829l6.383-6.383zm1.818-1.818l.99-.99a1%201%200%200%200%200-1.415l-1.413-1.414a1%201%200%200%200-1.415%200l-.99.99z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m2%2022.95l2.122-7.778l5.656%205.657z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.264%202.293a1%201%200%200%200-1.415%200l-.872.872a3%203%200%200%200-3.415.587L4.955%2014.358l5.657%205.657L21.22%209.41a3%203%200%200%200%20.586-3.415l.873-.873a1%201%200%200%200%200-1.414zm-4.268%208.51l-6.384%206.384l-2.828-2.829l6.383-6.383zm1.818-1.818l.99-.99a1%201%200%200%200%200-1.415l-1.413-1.414a1%201%200%200%200-1.415%200l-.99.99z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m2%2022.95l2.122-7.778l5.656%205.657z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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