pen nib icon
pen-nib-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- pen-nib-bold
- Set
- Phosphor
- Style
- Bold
- 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="M252 92.68a19.86 19.86 0 0 0-5.86-14.14L177.46 9.85a20 20 0 0 0-28.29 0l-27.82 27.82l-57.24 21.47A20 20 0 0 0 51.4 74.58L28.16 214A12 12 0 0 0 40 228a12 12 0 0 0 2-.16l139.45-23.25a20.07 20.07 0 0 0 15.44-12.7l21.46-57.25l27.82-27.82A19.85 19.85 0 0 0 252 92.68m-76.8 88.62L75 198l33-33a34 34 0 1 0-17-17l-33 33L74.7 80.8L125 61.94L194.05 131ZM112 134a10 10 0 1 1 10 10a10 10 0 0 1-10-10m96-23l-63-63l18.34-18.34l63 63Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPenNibBold(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="M252 92.68a19.86 19.86 0 0 0-5.86-14.14L177.46 9.85a20 20 0 0 0-28.29 0l-27.82 27.82l-57.24 21.47A20 20 0 0 0 51.4 74.58L28.16 214A12 12 0 0 0 40 228a12 12 0 0 0 2-.16l139.45-23.25a20.07 20.07 0 0 0 15.44-12.7l21.46-57.25l27.82-27.82A19.85 19.85 0 0 0 252 92.68m-76.8 88.62L75 198l33-33a34 34 0 1 0-17-17l-33 33L74.7 80.8L125 61.94L194.05 131ZM112 134a10 10 0 1 1 10 10a10 10 0 0 1-10-10m96-23l-63-63l18.34-18.34l63 63Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M252 92.68a19.86 19.86 0 0 0-5.86-14.14L177.46 9.85a20 20 0 0 0-28.29 0l-27.82 27.82l-57.24 21.47A20 20 0 0 0 51.4 74.58L28.16 214A12 12 0 0 0 40 228a12 12 0 0 0 2-.16l139.45-23.25a20.07 20.07 0 0 0 15.44-12.7l21.46-57.25l27.82-27.82A19.85 19.85 0 0 0 252 92.68m-76.8 88.62L75 198l33-33a34 34 0 1 0-17-17l-33 33L74.7 80.8L125 61.94L194.05 131ZM112 134a10 10 0 1 1 10 10a10 10 0 0 1-10-10m96-23l-63-63l18.34-18.34l63 63Z"/></svg> </template>
CSS
.icon-pen-nib-bold {
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%22M252%2092.68a19.86%2019.86%200%200%200-5.86-14.14L177.46%209.85a20%2020%200%200%200-28.29%200l-27.82%2027.82l-57.24%2021.47A20%2020%200%200%200%2051.4%2074.58L28.16%20214A12%2012%200%200%200%2040%20228a12%2012%200%200%200%202-.16l139.45-23.25a20.07%2020.07%200%200%200%2015.44-12.7l21.46-57.25l27.82-27.82A19.85%2019.85%200%200%200%20252%2092.68m-76.8%2088.62L75%20198l33-33a34%2034%200%201%200-17-17l-33%2033L74.7%2080.8L125%2061.94L194.05%20131ZM112%20134a10%2010%200%201%201%2010%2010a10%2010%200%200%201-10-10m96-23l-63-63l18.34-18.34l63%2063Z%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%22M252%2092.68a19.86%2019.86%200%200%200-5.86-14.14L177.46%209.85a20%2020%200%200%200-28.29%200l-27.82%2027.82l-57.24%2021.47A20%2020%200%200%200%2051.4%2074.58L28.16%20214A12%2012%200%200%200%2040%20228a12%2012%200%200%200%202-.16l139.45-23.25a20.07%2020.07%200%200%200%2015.44-12.7l21.46-57.25l27.82-27.82A19.85%2019.85%200%200%200%20252%2092.68m-76.8%2088.62L75%20198l33-33a34%2034%200%201%200-17-17l-33%2033L74.7%2080.8L125%2061.94L194.05%20131ZM112%20134a10%2010%200%201%201%2010%2010a10%2010%200%200%201-10-10m96-23l-63-63l18.34-18.34l63%2063Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/pen-nib-bold.svg?color=%231a73e8&size=48