pen icon
pen-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- pen-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
penBootstrap IconspenBoxIcons v2penBoxIcons v2 SolidpenCarbonpenEmoji One (Colored)penFont Awesome 6 SolidpenFont Awesome Solidpen-outlineFlowbite Iconspen-16-filledFluent UI System IconspenFluent EmojipenFluent Emoji FlatpenFluent Emoji High Contrastpencss.ggpenJam IconspenLine AwesomepenLucidepenMage IconspenMaterial Design Iconspen-fillMingCute IconpenMyna UI IconspenNoto EmojipenOpenMojipen-boldSolarpenTDesign Icons
Related icons in Phosphor
Use the pen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224.49 76.2L179.8 31.51a12 12 0 0 0-17 0L39.51 154.83a12 12 0 0 0-3.51 8.48V208a12 12 0 0 0 12 12h44.69a11.93 11.93 0 0 0 8.48-3.51l88.67-88.67l5.73 23l-38.39 38.4a4 4 0 1 0 5.65 5.66l40-40a4 4 0 0 0 1.06-3.8l-7.46-29.8l28.06-28.06a12 12 0 0 0 0-17.02M44 208v-38.34L86.35 212H48a4 4 0 0 1-4-4m52 2.34L45.66 160L136 69.66L186.35 120ZM218.83 87.51L192 114.34L141.66 64l26.83-26.83a4 4 0 0 1 5.66 0l44.68 44.69a4 4 0 0 1 0 5.65"/></svg>
React
import type { SVGProps } from "react";
export function PhPenThin(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="M224.49 76.2L179.8 31.51a12 12 0 0 0-17 0L39.51 154.83a12 12 0 0 0-3.51 8.48V208a12 12 0 0 0 12 12h44.69a11.93 11.93 0 0 0 8.48-3.51l88.67-88.67l5.73 23l-38.39 38.4a4 4 0 1 0 5.65 5.66l40-40a4 4 0 0 0 1.06-3.8l-7.46-29.8l28.06-28.06a12 12 0 0 0 0-17.02M44 208v-38.34L86.35 212H48a4 4 0 0 1-4-4m52 2.34L45.66 160L136 69.66L186.35 120ZM218.83 87.51L192 114.34L141.66 64l26.83-26.83a4 4 0 0 1 5.66 0l44.68 44.69a4 4 0 0 1 0 5.65"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224.49 76.2L179.8 31.51a12 12 0 0 0-17 0L39.51 154.83a12 12 0 0 0-3.51 8.48V208a12 12 0 0 0 12 12h44.69a11.93 11.93 0 0 0 8.48-3.51l88.67-88.67l5.73 23l-38.39 38.4a4 4 0 1 0 5.65 5.66l40-40a4 4 0 0 0 1.06-3.8l-7.46-29.8l28.06-28.06a12 12 0 0 0 0-17.02M44 208v-38.34L86.35 212H48a4 4 0 0 1-4-4m52 2.34L45.66 160L136 69.66L186.35 120ZM218.83 87.51L192 114.34L141.66 64l26.83-26.83a4 4 0 0 1 5.66 0l44.68 44.69a4 4 0 0 1 0 5.65"/></svg> </template>
CSS
.icon-pen-thin {
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%22M224.49%2076.2L179.8%2031.51a12%2012%200%200%200-17%200L39.51%20154.83a12%2012%200%200%200-3.51%208.48V208a12%2012%200%200%200%2012%2012h44.69a11.93%2011.93%200%200%200%208.48-3.51l88.67-88.67l5.73%2023l-38.39%2038.4a4%204%200%201%200%205.65%205.66l40-40a4%204%200%200%200%201.06-3.8l-7.46-29.8l28.06-28.06a12%2012%200%200%200%200-17.02M44%20208v-38.34L86.35%20212H48a4%204%200%200%201-4-4m52%202.34L45.66%20160L136%2069.66L186.35%20120ZM218.83%2087.51L192%20114.34L141.66%2064l26.83-26.83a4%204%200%200%201%205.66%200l44.68%2044.69a4%204%200%200%201%200%205.65%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%22M224.49%2076.2L179.8%2031.51a12%2012%200%200%200-17%200L39.51%20154.83a12%2012%200%200%200-3.51%208.48V208a12%2012%200%200%200%2012%2012h44.69a11.93%2011.93%200%200%200%208.48-3.51l88.67-88.67l5.73%2023l-38.39%2038.4a4%204%200%201%200%205.65%205.66l40-40a4%204%200%200%200%201.06-3.8l-7.46-29.8l28.06-28.06a12%2012%200%200%200%200-17.02M44%20208v-38.34L86.35%20212H48a4%204%200%200%201-4-4m52%202.34L45.66%20160L136%2069.66L186.35%20120ZM218.83%2087.51L192%20114.34L141.66%2064l26.83-26.83a4%204%200%200%201%205.66%200l44.68%2044.69a4%204%200%200%201%200%205.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/pen-thin.svg?color=%231a73e8&size=48