pencil simple slash icon
pencil-simple-slash-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- pencil-simple-slash-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the pencil simple slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M51 37.31a4 4 0 0 0-6 5.38l50.81 55.85l-56.3 56.29a12 12 0 0 0-3.51 8.48V208a12 12 0 0 0 12 12h44.69a11.93 11.93 0 0 0 8.48-3.51l53.36-53.36L205 218.69a4 4 0 1 0 5.92-5.38Zm44.52 173.52a4.06 4.06 0 0 1-2.83 1.17H48a4 4 0 0 1-4-4v-44.69a4 4 0 0 1 1.17-2.82l56-56l47.94 52.74Zm129-134.63L179.8 31.52a12 12 0 0 0-17 0l-41.64 41.67a4 4 0 0 0 5.66 5.65l9.18-9.18L186.35 120l-11.85 11.85a4 4 0 1 0 5.65 5.66l44.34-44.34a12 12 0 0 0 0-16.97Zm-5.66 11.31L192 114.34L141.66 64l26.83-26.83a4.1 4.1 0 0 1 5.66 0l44.68 44.69a4 4 0 0 1 0 5.65Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPencilSimpleSlashThin(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="M51 37.31a4 4 0 0 0-6 5.38l50.81 55.85l-56.3 56.29a12 12 0 0 0-3.51 8.48V208a12 12 0 0 0 12 12h44.69a11.93 11.93 0 0 0 8.48-3.51l53.36-53.36L205 218.69a4 4 0 1 0 5.92-5.38Zm44.52 173.52a4.06 4.06 0 0 1-2.83 1.17H48a4 4 0 0 1-4-4v-44.69a4 4 0 0 1 1.17-2.82l56-56l47.94 52.74Zm129-134.63L179.8 31.52a12 12 0 0 0-17 0l-41.64 41.67a4 4 0 0 0 5.66 5.65l9.18-9.18L186.35 120l-11.85 11.85a4 4 0 1 0 5.65 5.66l44.34-44.34a12 12 0 0 0 0-16.97Zm-5.66 11.31L192 114.34L141.66 64l26.83-26.83a4.1 4.1 0 0 1 5.66 0l44.68 44.69a4 4 0 0 1 0 5.65Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M51 37.31a4 4 0 0 0-6 5.38l50.81 55.85l-56.3 56.29a12 12 0 0 0-3.51 8.48V208a12 12 0 0 0 12 12h44.69a11.93 11.93 0 0 0 8.48-3.51l53.36-53.36L205 218.69a4 4 0 1 0 5.92-5.38Zm44.52 173.52a4.06 4.06 0 0 1-2.83 1.17H48a4 4 0 0 1-4-4v-44.69a4 4 0 0 1 1.17-2.82l56-56l47.94 52.74Zm129-134.63L179.8 31.52a12 12 0 0 0-17 0l-41.64 41.67a4 4 0 0 0 5.66 5.65l9.18-9.18L186.35 120l-11.85 11.85a4 4 0 1 0 5.65 5.66l44.34-44.34a12 12 0 0 0 0-16.97Zm-5.66 11.31L192 114.34L141.66 64l26.83-26.83a4.1 4.1 0 0 1 5.66 0l44.68 44.69a4 4 0 0 1 0 5.65Z"/></svg> </template>
CSS
.icon-pencil-simple-slash-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%22M51%2037.31a4%204%200%200%200-6%205.38l50.81%2055.85l-56.3%2056.29a12%2012%200%200%200-3.51%208.48V208a12%2012%200%200%200%2012%2012h44.69a11.93%2011.93%200%200%200%208.48-3.51l53.36-53.36L205%20218.69a4%204%200%201%200%205.92-5.38Zm44.52%20173.52a4.06%204.06%200%200%201-2.83%201.17H48a4%204%200%200%201-4-4v-44.69a4%204%200%200%201%201.17-2.82l56-56l47.94%2052.74Zm129-134.63L179.8%2031.52a12%2012%200%200%200-17%200l-41.64%2041.67a4%204%200%200%200%205.66%205.65l9.18-9.18L186.35%20120l-11.85%2011.85a4%204%200%201%200%205.65%205.66l44.34-44.34a12%2012%200%200%200%200-16.97Zm-5.66%2011.31L192%20114.34L141.66%2064l26.83-26.83a4.1%204.1%200%200%201%205.66%200l44.68%2044.69a4%204%200%200%201%200%205.65Z%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%22M51%2037.31a4%204%200%200%200-6%205.38l50.81%2055.85l-56.3%2056.29a12%2012%200%200%200-3.51%208.48V208a12%2012%200%200%200%2012%2012h44.69a11.93%2011.93%200%200%200%208.48-3.51l53.36-53.36L205%20218.69a4%204%200%201%200%205.92-5.38Zm44.52%20173.52a4.06%204.06%200%200%201-2.83%201.17H48a4%204%200%200%201-4-4v-44.69a4%204%200%200%201%201.17-2.82l56-56l47.94%2052.74Zm129-134.63L179.8%2031.52a12%2012%200%200%200-17%200l-41.64%2041.67a4%204%200%200%200%205.66%205.65l9.18-9.18L186.35%20120l-11.85%2011.85a4%204%200%201%200%205.65%205.66l44.34-44.34a12%2012%200%200%200%200-16.97Zm-5.66%2011.31L192%20114.34L141.66%2064l26.83-26.83a4.1%204.1%200%200%201%205.66%200l44.68%2044.69a4%204%200%200%201%200%205.65Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/pencil-simple-slash-thin.svg?color=%231a73e8&size=48