pencil slash icon

pencil-slash-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
pencil-slash-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the pencil slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M53.92 34.62a8 8 0 1 0-11.84 10.76l48.2 53L36.68 152A15.9 15.9 0 0 0 32 163.31V208a16 16 0 0 0 16 16h44.69a15.86 15.86 0 0 0 11.31-4.69l50.4-50.39l47.69 52.46a8 8 0 1 0 11.84-10.76Zm47.14 75.64L117 127.74l-49 48.95L51.31 160ZM48 208v-28.69L76.69 208Zm48-3.31L79.32 188l48.41-48.41l15.89 17.48ZM227.32 96L183 140.34A8 8 0 0 1 171.67 129l14.68-14.68l-16.69-16.66L156.31 111A8 8 0 0 1 145 99.69l13.35-13.35l-16.69-16.68l-12 12a8 8 0 0 1-11.32-11.31L160 28.69a16 16 0 0 1 22.63 0l44.69 44.68a16 16 0 0 1 0 22.63"/></svg>

React

import type { SVGProps } from "react";

export function PhPencilSlashFill(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="M53.92 34.62a8 8 0 1 0-11.84 10.76l48.2 53L36.68 152A15.9 15.9 0 0 0 32 163.31V208a16 16 0 0 0 16 16h44.69a15.86 15.86 0 0 0 11.31-4.69l50.4-50.39l47.69 52.46a8 8 0 1 0 11.84-10.76Zm47.14 75.64L117 127.74l-49 48.95L51.31 160ZM48 208v-28.69L76.69 208Zm48-3.31L79.32 188l48.41-48.41l15.89 17.48ZM227.32 96L183 140.34A8 8 0 0 1 171.67 129l14.68-14.68l-16.69-16.66L156.31 111A8 8 0 0 1 145 99.69l13.35-13.35l-16.69-16.68l-12 12a8 8 0 0 1-11.32-11.31L160 28.69a16 16 0 0 1 22.63 0l44.69 44.68a16 16 0 0 1 0 22.63"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M53.92 34.62a8 8 0 1 0-11.84 10.76l48.2 53L36.68 152A15.9 15.9 0 0 0 32 163.31V208a16 16 0 0 0 16 16h44.69a15.86 15.86 0 0 0 11.31-4.69l50.4-50.39l47.69 52.46a8 8 0 1 0 11.84-10.76Zm47.14 75.64L117 127.74l-49 48.95L51.31 160ZM48 208v-28.69L76.69 208Zm48-3.31L79.32 188l48.41-48.41l15.89 17.48ZM227.32 96L183 140.34A8 8 0 0 1 171.67 129l14.68-14.68l-16.69-16.66L156.31 111A8 8 0 0 1 145 99.69l13.35-13.35l-16.69-16.68l-12 12a8 8 0 0 1-11.32-11.31L160 28.69a16 16 0 0 1 22.63 0l44.69 44.68a16 16 0 0 1 0 22.63"/></svg>
</template>

CSS

.icon-pencil-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%22M53.92%2034.62a8%208%200%201%200-11.84%2010.76l48.2%2053L36.68%20152A15.9%2015.9%200%200%200%2032%20163.31V208a16%2016%200%200%200%2016%2016h44.69a15.86%2015.86%200%200%200%2011.31-4.69l50.4-50.39l47.69%2052.46a8%208%200%201%200%2011.84-10.76Zm47.14%2075.64L117%20127.74l-49%2048.95L51.31%20160ZM48%20208v-28.69L76.69%20208Zm48-3.31L79.32%20188l48.41-48.41l15.89%2017.48ZM227.32%2096L183%20140.34A8%208%200%200%201%20171.67%20129l14.68-14.68l-16.69-16.66L156.31%20111A8%208%200%200%201%20145%2099.69l13.35-13.35l-16.69-16.68l-12%2012a8%208%200%200%201-11.32-11.31L160%2028.69a16%2016%200%200%201%2022.63%200l44.69%2044.68a16%2016%200%200%201%200%2022.63%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%22M53.92%2034.62a8%208%200%201%200-11.84%2010.76l48.2%2053L36.68%20152A15.9%2015.9%200%200%200%2032%20163.31V208a16%2016%200%200%200%2016%2016h44.69a15.86%2015.86%200%200%200%2011.31-4.69l50.4-50.39l47.69%2052.46a8%208%200%201%200%2011.84-10.76Zm47.14%2075.64L117%20127.74l-49%2048.95L51.31%20160ZM48%20208v-28.69L76.69%20208Zm48-3.31L79.32%20188l48.41-48.41l15.89%2017.48ZM227.32%2096L183%20140.34A8%208%200%200%201%20171.67%20129l14.68-14.68l-16.69-16.66L156.31%20111A8%208%200%200%201%20145%2099.69l13.35-13.35l-16.69-16.68l-12%2012a8%208%200%200%201-11.32-11.31L160%2028.69a16%2016%200%200%201%2022.63%200l44.69%2044.68a16%2016%200%200%201%200%2022.63%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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