pencil simple slash icon
pencil-simple-slash-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- pencil-simple-slash-fill
- Set
- Phosphor
- Style
- Fill
- 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="m227.32 73.37l-44.69-44.68a16 16 0 0 0-22.63 0l-44.36 44.36a4 4 0 0 0-.14 5.52l58.73 64.6a4 4 0 0 0 5.79.13l47.3-47.3a16 16 0 0 0 0-22.63M192 108.69L147.32 64l24-24L216 84.69Zm21.92 101.93a8 8 0 1 1-11.84 10.76l-47.68-52.46l-50.4 50.39A15.86 15.86 0 0 1 92.69 224H48a16 16 0 0 1-16-16v-44.69A15.9 15.9 0 0 1 36.68 152l53.6-53.6l-48-52.82a8.18 8.18 0 0 1-.37-10.75a8 8 0 0 1 12-.21Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPencilSimpleSlashFill(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="m227.32 73.37l-44.69-44.68a16 16 0 0 0-22.63 0l-44.36 44.36a4 4 0 0 0-.14 5.52l58.73 64.6a4 4 0 0 0 5.79.13l47.3-47.3a16 16 0 0 0 0-22.63M192 108.69L147.32 64l24-24L216 84.69Zm21.92 101.93a8 8 0 1 1-11.84 10.76l-47.68-52.46l-50.4 50.39A15.86 15.86 0 0 1 92.69 224H48a16 16 0 0 1-16-16v-44.69A15.9 15.9 0 0 1 36.68 152l53.6-53.6l-48-52.82a8.18 8.18 0 0 1-.37-10.75a8 8 0 0 1 12-.21Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m227.32 73.37l-44.69-44.68a16 16 0 0 0-22.63 0l-44.36 44.36a4 4 0 0 0-.14 5.52l58.73 64.6a4 4 0 0 0 5.79.13l47.3-47.3a16 16 0 0 0 0-22.63M192 108.69L147.32 64l24-24L216 84.69Zm21.92 101.93a8 8 0 1 1-11.84 10.76l-47.68-52.46l-50.4 50.39A15.86 15.86 0 0 1 92.69 224H48a16 16 0 0 1-16-16v-44.69A15.9 15.9 0 0 1 36.68 152l53.6-53.6l-48-52.82a8.18 8.18 0 0 1-.37-10.75a8 8 0 0 1 12-.21Z"/></svg> </template>
CSS
.icon-pencil-simple-slash-fill {
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%22m227.32%2073.37l-44.69-44.68a16%2016%200%200%200-22.63%200l-44.36%2044.36a4%204%200%200%200-.14%205.52l58.73%2064.6a4%204%200%200%200%205.79.13l47.3-47.3a16%2016%200%200%200%200-22.63M192%20108.69L147.32%2064l24-24L216%2084.69Zm21.92%20101.93a8%208%200%201%201-11.84%2010.76l-47.68-52.46l-50.4%2050.39A15.86%2015.86%200%200%201%2092.69%20224H48a16%2016%200%200%201-16-16v-44.69A15.9%2015.9%200%200%201%2036.68%20152l53.6-53.6l-48-52.82a8.18%208.18%200%200%201-.37-10.75a8%208%200%200%201%2012-.21Z%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%22m227.32%2073.37l-44.69-44.68a16%2016%200%200%200-22.63%200l-44.36%2044.36a4%204%200%200%200-.14%205.52l58.73%2064.6a4%204%200%200%200%205.79.13l47.3-47.3a16%2016%200%200%200%200-22.63M192%20108.69L147.32%2064l24-24L216%2084.69Zm21.92%20101.93a8%208%200%201%201-11.84%2010.76l-47.68-52.46l-50.4%2050.39A15.86%2015.86%200%200%201%2092.69%20224H48a16%2016%200%200%201-16-16v-44.69A15.9%2015.9%200%200%201%2036.68%20152l53.6-53.6l-48-52.82a8.18%208.18%200%200%201-.37-10.75a8%208%200%200%201%2012-.21Z%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-fill.svg?color=%231a73e8&size=48