pen-nib from Font Awesome Solid by Dave Gandy · Solid · Business · CC-BY-4.0 Attribution required.

Name
pen-nib
Set
Font Awesome Solid
Style
Solid
Category
Business
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More business icons from Font Awesome Solid

Use the pen nib icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m432.5 82.3l-50.1 50.1l125.3 125.3l50.1-50.1c21.9-21.9 21.9-57.3 0-79.2l-46.1-46.1c-21.9-21.9-57.3-21.9-79.2 0m-89.2 78.9l-.5.1l-144.1 43.2c-19.9 6-35.7 21.2-42.3 41L67.8 509.8c-2.9 8.7-1.9 18.2 2.5 26l155.4-155.4c-1.1-4-1.6-8.1-1.6-12.4c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48c-4.3 0-8.5-.6-12.4-1.6L104.3 569.7c7.8 4.4 17.2 5.4 26 2.5l264.3-88.6c19.7-6.6 35-22.4 41-42.3l43.2-144.1l.1-.5l-135.5-135.5z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidPenNib(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m432.5 82.3l-50.1 50.1l125.3 125.3l50.1-50.1c21.9-21.9 21.9-57.3 0-79.2l-46.1-46.1c-21.9-21.9-57.3-21.9-79.2 0m-89.2 78.9l-.5.1l-144.1 43.2c-19.9 6-35.7 21.2-42.3 41L67.8 509.8c-2.9 8.7-1.9 18.2 2.5 26l155.4-155.4c-1.1-4-1.6-8.1-1.6-12.4c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48c-4.3 0-8.5-.6-12.4-1.6L104.3 569.7c7.8 4.4 17.2 5.4 26 2.5l264.3-88.6c19.7-6.6 35-22.4 41-42.3l43.2-144.1l.1-.5l-135.5-135.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m432.5 82.3l-50.1 50.1l125.3 125.3l50.1-50.1c21.9-21.9 21.9-57.3 0-79.2l-46.1-46.1c-21.9-21.9-57.3-21.9-79.2 0m-89.2 78.9l-.5.1l-144.1 43.2c-19.9 6-35.7 21.2-42.3 41L67.8 509.8c-2.9 8.7-1.9 18.2 2.5 26l155.4-155.4c-1.1-4-1.6-8.1-1.6-12.4c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48c-4.3 0-8.5-.6-12.4-1.6L104.3 569.7c7.8 4.4 17.2 5.4 26 2.5l264.3-88.6c19.7-6.6 35-22.4 41-42.3l43.2-144.1l.1-.5l-135.5-135.5z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m432.5%2082.3l-50.1%2050.1l125.3%20125.3l50.1-50.1c21.9-21.9%2021.9-57.3%200-79.2l-46.1-46.1c-21.9-21.9-57.3-21.9-79.2%200m-89.2%2078.9l-.5.1l-144.1%2043.2c-19.9%206-35.7%2021.2-42.3%2041L67.8%20509.8c-2.9%208.7-1.9%2018.2%202.5%2026l155.4-155.4c-1.1-4-1.6-8.1-1.6-12.4c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048c-4.3%200-8.5-.6-12.4-1.6L104.3%20569.7c7.8%204.4%2017.2%205.4%2026%202.5l264.3-88.6c19.7-6.6%2035-22.4%2041-42.3l43.2-144.1l.1-.5l-135.5-135.5z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m432.5%2082.3l-50.1%2050.1l125.3%20125.3l50.1-50.1c21.9-21.9%2021.9-57.3%200-79.2l-46.1-46.1c-21.9-21.9-57.3-21.9-79.2%200m-89.2%2078.9l-.5.1l-144.1%2043.2c-19.9%206-35.7%2021.2-42.3%2041L67.8%20509.8c-2.9%208.7-1.9%2018.2%202.5%2026l155.4-155.4c-1.1-4-1.6-8.1-1.6-12.4c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048c-4.3%200-8.5-.6-12.4-1.6L104.3%20569.7c7.8%204.4%2017.2%205.4%2026%202.5l264.3-88.6c19.7-6.6%2035-22.4%2041-42.3l43.2-144.1l.1-.5l-135.5-135.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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