pen-nib from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.

Name
pen-nib
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0
Aliases
pen-nib-solid

The same icon in other sets

More objects icons from Line Awesome

Use the pen nib icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m22 3.586l-4.521 4.521l-6.74 1.928a4.06 4.06 0 0 0-2.802 2.65L3.86 25.274l1.434 1.434l1.434 1.434l12.593-4.08a4.06 4.06 0 0 0 2.64-2.788l1.929-6.748L28.414 10zm0 2.828L25.586 10L23 12.586L19.414 9zm-4.29 3.711l4.165 4.164l-1.842 6.45a2.06 2.06 0 0 1-1.336 1.421L7.69 25.725l5.795-5.795A2 2 0 0 0 14 20a2 2 0 0 0 0-4a2 2 0 0 0-1.93 2.516L6.275 24.31l3.563-11a2.07 2.07 0 0 1 1.437-1.348l6.436-1.838z"/></svg>

React

import type { SVGProps } from "react";

export function LaPenNib(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m22 3.586l-4.521 4.521l-6.74 1.928a4.06 4.06 0 0 0-2.802 2.65L3.86 25.274l1.434 1.434l1.434 1.434l12.593-4.08a4.06 4.06 0 0 0 2.64-2.788l1.929-6.748L28.414 10zm0 2.828L25.586 10L23 12.586L19.414 9zm-4.29 3.711l4.165 4.164l-1.842 6.45a2.06 2.06 0 0 1-1.336 1.421L7.69 25.725l5.795-5.795A2 2 0 0 0 14 20a2 2 0 0 0 0-4a2 2 0 0 0-1.93 2.516L6.275 24.31l3.563-11a2.07 2.07 0 0 1 1.437-1.348l6.436-1.838z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m22 3.586l-4.521 4.521l-6.74 1.928a4.06 4.06 0 0 0-2.802 2.65L3.86 25.274l1.434 1.434l1.434 1.434l12.593-4.08a4.06 4.06 0 0 0 2.64-2.788l1.929-6.748L28.414 10zm0 2.828L25.586 10L23 12.586L19.414 9zm-4.29 3.711l4.165 4.164l-1.842 6.45a2.06 2.06 0 0 1-1.336 1.421L7.69 25.725l5.795-5.795A2 2 0 0 0 14 20a2 2 0 0 0 0-4a2 2 0 0 0-1.93 2.516L6.275 24.31l3.563-11a2.07 2.07 0 0 1 1.437-1.348l6.436-1.838z"/></svg>
</template>

CSS

.icon-pen-nib {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22%203.586l-4.521%204.521l-6.74%201.928a4.06%204.06%200%200%200-2.802%202.65L3.86%2025.274l1.434%201.434l1.434%201.434l12.593-4.08a4.06%204.06%200%200%200%202.64-2.788l1.929-6.748L28.414%2010zm0%202.828L25.586%2010L23%2012.586L19.414%209zm-4.29%203.711l4.165%204.164l-1.842%206.45a2.06%202.06%200%200%201-1.336%201.421L7.69%2025.725l5.795-5.795A2%202%200%200%200%2014%2020a2%202%200%200%200%200-4a2%202%200%200%200-1.93%202.516L6.275%2024.31l3.563-11a2.07%202.07%200%200%201%201.437-1.348l6.436-1.838z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22%203.586l-4.521%204.521l-6.74%201.928a4.06%204.06%200%200%200-2.802%202.65L3.86%2025.274l1.434%201.434l1.434%201.434l12.593-4.08a4.06%204.06%200%200%200%202.64-2.788l1.929-6.748L28.414%2010zm0%202.828L25.586%2010L23%2012.586L19.414%209zm-4.29%203.711l4.165%204.164l-1.842%206.45a2.06%202.06%200%200%201-1.336%201.421L7.69%2025.725l5.795-5.795A2%202%200%200%200%2014%2020a2%202%200%200%200%200-4a2%202%200%200%200-1.93%202.516L6.275%2024.31l3.563-11a2.07%202.07%200%200%201%201.437-1.348l6.436-1.838z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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