pen nib icon

pen-nib from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
pen-nib
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the pen nib icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248 92.68a15.86 15.86 0 0 0-4.69-11.31l-68.68-68.69a16 16 0 0 0-22.63 0l-28.43 28.43l-58 21.77a16.06 16.06 0 0 0-10.22 12.35L32.11 214.68A8 8 0 0 0 40 224a8.4 8.4 0 0 0 1.32-.11l139.44-23.24a16 16 0 0 0 12.35-10.17l21.77-58L243.31 104A15.87 15.87 0 0 0 248 92.68m-69.87 92.19L63.32 204l47.37-47.37a28 28 0 1 0-11.32-11.32L52 192.7L71.13 77.86L126 57.29L198.7 130ZM112 132a12 12 0 1 1 12 12a12 12 0 0 1-12-12m96-15.32L139.31 48l24-24L232 92.68Z"/></svg>

React

import type { SVGProps } from "react";

export function PhPenNib(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248 92.68a15.86 15.86 0 0 0-4.69-11.31l-68.68-68.69a16 16 0 0 0-22.63 0l-28.43 28.43l-58 21.77a16.06 16.06 0 0 0-10.22 12.35L32.11 214.68A8 8 0 0 0 40 224a8.4 8.4 0 0 0 1.32-.11l139.44-23.24a16 16 0 0 0 12.35-10.17l21.77-58L243.31 104A15.87 15.87 0 0 0 248 92.68m-69.87 92.19L63.32 204l47.37-47.37a28 28 0 1 0-11.32-11.32L52 192.7L71.13 77.86L126 57.29L198.7 130ZM112 132a12 12 0 1 1 12 12a12 12 0 0 1-12-12m96-15.32L139.31 48l24-24L232 92.68Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248 92.68a15.86 15.86 0 0 0-4.69-11.31l-68.68-68.69a16 16 0 0 0-22.63 0l-28.43 28.43l-58 21.77a16.06 16.06 0 0 0-10.22 12.35L32.11 214.68A8 8 0 0 0 40 224a8.4 8.4 0 0 0 1.32-.11l139.44-23.24a16 16 0 0 0 12.35-10.17l21.77-58L243.31 104A15.87 15.87 0 0 0 248 92.68m-69.87 92.19L63.32 204l47.37-47.37a28 28 0 1 0-11.32-11.32L52 192.7L71.13 77.86L126 57.29L198.7 130ZM112 132a12 12 0 1 1 12 12a12 12 0 0 1-12-12m96-15.32L139.31 48l24-24L232 92.68Z"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%2092.68a15.86%2015.86%200%200%200-4.69-11.31l-68.68-68.69a16%2016%200%200%200-22.63%200l-28.43%2028.43l-58%2021.77a16.06%2016.06%200%200%200-10.22%2012.35L32.11%20214.68A8%208%200%200%200%2040%20224a8.4%208.4%200%200%200%201.32-.11l139.44-23.24a16%2016%200%200%200%2012.35-10.17l21.77-58L243.31%20104A15.87%2015.87%200%200%200%20248%2092.68m-69.87%2092.19L63.32%20204l47.37-47.37a28%2028%200%201%200-11.32-11.32L52%20192.7L71.13%2077.86L126%2057.29L198.7%20130ZM112%20132a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m96-15.32L139.31%2048l24-24L232%2092.68Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%2092.68a15.86%2015.86%200%200%200-4.69-11.31l-68.68-68.69a16%2016%200%200%200-22.63%200l-28.43%2028.43l-58%2021.77a16.06%2016.06%200%200%200-10.22%2012.35L32.11%20214.68A8%208%200%200%200%2040%20224a8.4%208.4%200%200%200%201.32-.11l139.44-23.24a16%2016%200%200%200%2012.35-10.17l21.77-58L243.31%20104A15.87%2015.87%200%200%200%20248%2092.68m-69.87%2092.19L63.32%20204l47.37-47.37a28%2028%200%201%200-11.32-11.32L52%20192.7L71.13%2077.86L126%2057.29L198.7%20130ZM112%20132a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m96-15.32L139.31%2048l24-24L232%2092.68Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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