pen line icon

pen-line from Reicon by REICON · Outline · Text-formatting · MIT Free for personal and commercial use.

Name
pen-line
Set
Reicon
Style
Outline
Category
Text-formatting
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All pen line icons →

More text-formatting icons from Reicon

Use the pen line 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="m12.961 4.978l.009-.008l.008-.009l2.081-2.08c.378-.378.693-.694.971-.93c.29-.247.59-.451.95-.568a2.75 2.75 0 0 1 1.7 0c.36.117.66.322.95.568c.279.237.594.552.972.93l.517.517c.378.378.693.693.93.972c.246.29.451.59.568.95a2.75 2.75 0 0 1 0 1.7c-.117.36-.322.66-.568.95c-.237.278-.552.594-.93.971L9.131 20.93c-.159.159-.3.3-.463.414q-.218.15-.465.249a3.5 3.5 0 0 1-.601.156l-4.44.894c-.175.035-.352.07-.503.087c-.16.017-.394.027-.638-.073a1.25 1.25 0 0 1-.678-.678c-.1-.244-.09-.479-.073-.638c.016-.151.052-.328.087-.503l.894-4.44c.044-.22.083-.415.156-.601a2.3 2.3 0 0 1 .25-.465c.114-.164.253-.303.41-.46zm5.255-2.169a1.25 1.25 0 0 0-.772 0c-.097.032-.223.1-.443.286c-.226.192-.498.463-.903.867L14.561 5.5L18.5 9.44l1.537-1.538c.405-.404.676-.677.868-.903c.187-.22.254-.346.285-.443a1.25 1.25 0 0 0 0-.772c-.03-.097-.098-.224-.285-.443c-.192-.227-.463-.499-.868-.904l-.474-.474c-.405-.405-.677-.676-.904-.868c-.22-.187-.346-.254-.443-.286M17.44 10.5L13.5 6.56l-9.34 9.341c-.206.206-.245.248-.274.29a1 1 0 0 0-.083.155c-.018.047-.032.103-.09.393l-.895 4.443l4.443-.894c.29-.058.346-.073.393-.091a1 1 0 0 0 .155-.083c.042-.03.085-.068.293-.277z" clip-rule="evenodd"/><path d="M13 21.25a.75.75 0 0 0 0 1.5h9a.75.75 0 1 0 0-1.5z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPenLine(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="m12.961 4.978l.009-.008l.008-.009l2.081-2.08c.378-.378.693-.694.971-.93c.29-.247.59-.451.95-.568a2.75 2.75 0 0 1 1.7 0c.36.117.66.322.95.568c.279.237.594.552.972.93l.517.517c.378.378.693.693.93.972c.246.29.451.59.568.95a2.75 2.75 0 0 1 0 1.7c-.117.36-.322.66-.568.95c-.237.278-.552.594-.93.971L9.131 20.93c-.159.159-.3.3-.463.414q-.218.15-.465.249a3.5 3.5 0 0 1-.601.156l-4.44.894c-.175.035-.352.07-.503.087c-.16.017-.394.027-.638-.073a1.25 1.25 0 0 1-.678-.678c-.1-.244-.09-.479-.073-.638c.016-.151.052-.328.087-.503l.894-4.44c.044-.22.083-.415.156-.601a2.3 2.3 0 0 1 .25-.465c.114-.164.253-.303.41-.46zm5.255-2.169a1.25 1.25 0 0 0-.772 0c-.097.032-.223.1-.443.286c-.226.192-.498.463-.903.867L14.561 5.5L18.5 9.44l1.537-1.538c.405-.404.676-.677.868-.903c.187-.22.254-.346.285-.443a1.25 1.25 0 0 0 0-.772c-.03-.097-.098-.224-.285-.443c-.192-.227-.463-.499-.868-.904l-.474-.474c-.405-.405-.677-.676-.904-.868c-.22-.187-.346-.254-.443-.286M17.44 10.5L13.5 6.56l-9.34 9.341c-.206.206-.245.248-.274.29a1 1 0 0 0-.083.155c-.018.047-.032.103-.09.393l-.895 4.443l4.443-.894c.29-.058.346-.073.393-.091a1 1 0 0 0 .155-.083c.042-.03.085-.068.293-.277z" clipRule="evenodd"/><path d="M13 21.25a.75.75 0 0 0 0 1.5h9a.75.75 0 1 0 0-1.5z"/></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="m12.961 4.978l.009-.008l.008-.009l2.081-2.08c.378-.378.693-.694.971-.93c.29-.247.59-.451.95-.568a2.75 2.75 0 0 1 1.7 0c.36.117.66.322.95.568c.279.237.594.552.972.93l.517.517c.378.378.693.693.93.972c.246.29.451.59.568.95a2.75 2.75 0 0 1 0 1.7c-.117.36-.322.66-.568.95c-.237.278-.552.594-.93.971L9.131 20.93c-.159.159-.3.3-.463.414q-.218.15-.465.249a3.5 3.5 0 0 1-.601.156l-4.44.894c-.175.035-.352.07-.503.087c-.16.017-.394.027-.638-.073a1.25 1.25 0 0 1-.678-.678c-.1-.244-.09-.479-.073-.638c.016-.151.052-.328.087-.503l.894-4.44c.044-.22.083-.415.156-.601a2.3 2.3 0 0 1 .25-.465c.114-.164.253-.303.41-.46zm5.255-2.169a1.25 1.25 0 0 0-.772 0c-.097.032-.223.1-.443.286c-.226.192-.498.463-.903.867L14.561 5.5L18.5 9.44l1.537-1.538c.405-.404.676-.677.868-.903c.187-.22.254-.346.285-.443a1.25 1.25 0 0 0 0-.772c-.03-.097-.098-.224-.285-.443c-.192-.227-.463-.499-.868-.904l-.474-.474c-.405-.405-.677-.676-.904-.868c-.22-.187-.346-.254-.443-.286M17.44 10.5L13.5 6.56l-9.34 9.341c-.206.206-.245.248-.274.29a1 1 0 0 0-.083.155c-.018.047-.032.103-.09.393l-.895 4.443l4.443-.894c.29-.058.346-.073.393-.091a1 1 0 0 0 .155-.083c.042-.03.085-.068.293-.277z" clip-rule="evenodd"/><path d="M13 21.25a.75.75 0 0 0 0 1.5h9a.75.75 0 1 0 0-1.5z"/></g></svg>
</template>

CSS

.icon-pen-line {
  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%22m12.961%204.978l.009-.008l.008-.009l2.081-2.08c.378-.378.693-.694.971-.93c.29-.247.59-.451.95-.568a2.75%202.75%200%200%201%201.7%200c.36.117.66.322.95.568c.279.237.594.552.972.93l.517.517c.378.378.693.693.93.972c.246.29.451.59.568.95a2.75%202.75%200%200%201%200%201.7c-.117.36-.322.66-.568.95c-.237.278-.552.594-.93.971L9.131%2020.93c-.159.159-.3.3-.463.414q-.218.15-.465.249a3.5%203.5%200%200%201-.601.156l-4.44.894c-.175.035-.352.07-.503.087c-.16.017-.394.027-.638-.073a1.25%201.25%200%200%201-.678-.678c-.1-.244-.09-.479-.073-.638c.016-.151.052-.328.087-.503l.894-4.44c.044-.22.083-.415.156-.601a2.3%202.3%200%200%201%20.25-.465c.114-.164.253-.303.41-.46zm5.255-2.169a1.25%201.25%200%200%200-.772%200c-.097.032-.223.1-.443.286c-.226.192-.498.463-.903.867L14.561%205.5L18.5%209.44l1.537-1.538c.405-.404.676-.677.868-.903c.187-.22.254-.346.285-.443a1.25%201.25%200%200%200%200-.772c-.03-.097-.098-.224-.285-.443c-.192-.227-.463-.499-.868-.904l-.474-.474c-.405-.405-.677-.676-.904-.868c-.22-.187-.346-.254-.443-.286M17.44%2010.5L13.5%206.56l-9.34%209.341c-.206.206-.245.248-.274.29a1%201%200%200%200-.083.155c-.018.047-.032.103-.09.393l-.895%204.443l4.443-.894c.29-.058.346-.073.393-.091a1%201%200%200%200%20.155-.083c.042-.03.085-.068.293-.277z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13%2021.25a.75.75%200%200%200%200%201.5h9a.75.75%200%201%200%200-1.5z%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%22m12.961%204.978l.009-.008l.008-.009l2.081-2.08c.378-.378.693-.694.971-.93c.29-.247.59-.451.95-.568a2.75%202.75%200%200%201%201.7%200c.36.117.66.322.95.568c.279.237.594.552.972.93l.517.517c.378.378.693.693.93.972c.246.29.451.59.568.95a2.75%202.75%200%200%201%200%201.7c-.117.36-.322.66-.568.95c-.237.278-.552.594-.93.971L9.131%2020.93c-.159.159-.3.3-.463.414q-.218.15-.465.249a3.5%203.5%200%200%201-.601.156l-4.44.894c-.175.035-.352.07-.503.087c-.16.017-.394.027-.638-.073a1.25%201.25%200%200%201-.678-.678c-.1-.244-.09-.479-.073-.638c.016-.151.052-.328.087-.503l.894-4.44c.044-.22.083-.415.156-.601a2.3%202.3%200%200%201%20.25-.465c.114-.164.253-.303.41-.46zm5.255-2.169a1.25%201.25%200%200%200-.772%200c-.097.032-.223.1-.443.286c-.226.192-.498.463-.903.867L14.561%205.5L18.5%209.44l1.537-1.538c.405-.404.676-.677.868-.903c.187-.22.254-.346.285-.443a1.25%201.25%200%200%200%200-.772c-.03-.097-.098-.224-.285-.443c-.192-.227-.463-.499-.868-.904l-.474-.474c-.405-.405-.677-.676-.904-.868c-.22-.187-.346-.254-.443-.286M17.44%2010.5L13.5%206.56l-9.34%209.341c-.206.206-.245.248-.274.29a1%201%200%200%200-.083.155c-.018.047-.032.103-.09.393l-.895%204.443l4.443-.894c.29-.058.346-.073.393-.091a1%201%200%200%200%20.155-.083c.042-.03.085-.068.293-.277z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13%2021.25a.75.75%200%200%200%200%201.5h9a.75.75%200%201%200%200-1.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Pen Line outline icon — Reicon · IconsDB