pencil-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
pencil-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the pencil 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.52 154.83a11.9 11.9 0 0 0-3.52 8.48V208a12 12 0 0 0 12 12h44.69a12 12 0 0 0 8.48-3.51L224.48 93.17a12 12 0 0 0 0-17ZM45.66 160L136 69.65L158.34 92L68 182.34ZM44 208v-38.34l21.17 21.17L86.34 212H48a4 4 0 0 1-4-4m52 2.34L73.66 188L164 97.65L186.34 120ZM218.83 87.51L192 114.34L141.66 64l26.82-26.83a4 4 0 0 1 5.66 0l44.69 44.68a4 4 0 0 1 0 5.66"/></svg>

React

import type { SVGProps } from "react";

export function PhPencilThin(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.52 154.83a11.9 11.9 0 0 0-3.52 8.48V208a12 12 0 0 0 12 12h44.69a12 12 0 0 0 8.48-3.51L224.48 93.17a12 12 0 0 0 0-17ZM45.66 160L136 69.65L158.34 92L68 182.34ZM44 208v-38.34l21.17 21.17L86.34 212H48a4 4 0 0 1-4-4m52 2.34L73.66 188L164 97.65L186.34 120ZM218.83 87.51L192 114.34L141.66 64l26.82-26.83a4 4 0 0 1 5.66 0l44.69 44.68a4 4 0 0 1 0 5.66"/></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.52 154.83a11.9 11.9 0 0 0-3.52 8.48V208a12 12 0 0 0 12 12h44.69a12 12 0 0 0 8.48-3.51L224.48 93.17a12 12 0 0 0 0-17ZM45.66 160L136 69.65L158.34 92L68 182.34ZM44 208v-38.34l21.17 21.17L86.34 212H48a4 4 0 0 1-4-4m52 2.34L73.66 188L164 97.65L186.34 120ZM218.83 87.51L192 114.34L141.66 64l26.82-26.83a4 4 0 0 1 5.66 0l44.69 44.68a4 4 0 0 1 0 5.66"/></svg>
</template>

CSS

.icon-pencil-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.52%20154.83a11.9%2011.9%200%200%200-3.52%208.48V208a12%2012%200%200%200%2012%2012h44.69a12%2012%200%200%200%208.48-3.51L224.48%2093.17a12%2012%200%200%200%200-17ZM45.66%20160L136%2069.65L158.34%2092L68%20182.34ZM44%20208v-38.34l21.17%2021.17L86.34%20212H48a4%204%200%200%201-4-4m52%202.34L73.66%20188L164%2097.65L186.34%20120ZM218.83%2087.51L192%20114.34L141.66%2064l26.82-26.83a4%204%200%200%201%205.66%200l44.69%2044.68a4%204%200%200%201%200%205.66%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.52%20154.83a11.9%2011.9%200%200%200-3.52%208.48V208a12%2012%200%200%200%2012%2012h44.69a12%2012%200%200%200%208.48-3.51L224.48%2093.17a12%2012%200%200%200%200-17ZM45.66%20160L136%2069.65L158.34%2092L68%20182.34ZM44%20208v-38.34l21.17%2021.17L86.34%20212H48a4%204%200%200%201-4-4m52%202.34L73.66%20188L164%2097.65L186.34%20120ZM218.83%2087.51L192%20114.34L141.66%2064l26.82-26.83a4%204%200%200%201%205.66%200l44.69%2044.68a4%204%200%200%201%200%205.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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