pencil slash icon

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

Name
pencil-slash-light
Set
Phosphor
Style
Light
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="M52.44 36a6 6 0 0 0-8.88 8l49.49 54.47l-54.95 54.95a13.9 13.9 0 0 0-4.1 9.89V208a14 14 0 0 0 14 14h44.69a13.94 13.94 0 0 0 9.9-4.1l51.87-51.9l49.11 54a6 6 0 0 0 8.88-8.08Zm67.28 91.84L68 179.52L48.48 160l52.65-52.64ZM46 208v-33.52L81.52 210H48a2 2 0 0 1-2-2m50-.49L76.49 188l51.31-51.31l18.58 20.45ZM225.91 74.79L181.22 30.1a14 14 0 0 0-19.8 0l-41.67 41.67a6 6 0 0 0 8.48 8.49l7.77-7.78L155.52 92l-9.11 9.1a6 6 0 1 0 8.49 8.49l9.1-9.11L183.52 120l-10.44 10.44a6 6 0 1 0 8.49 8.48l44.34-44.33a14 14 0 0 0 0-19.8m-8.49 11.31L192 111.52l-23.75-23.76L144.49 64l25.42-25.41a2 2 0 0 1 2.82 0l44.69 44.68a2 2 0 0 1 0 2.83"/></svg>

React

import type { SVGProps } from "react";

export function PhPencilSlashLight(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="M52.44 36a6 6 0 0 0-8.88 8l49.49 54.47l-54.95 54.95a13.9 13.9 0 0 0-4.1 9.89V208a14 14 0 0 0 14 14h44.69a13.94 13.94 0 0 0 9.9-4.1l51.87-51.9l49.11 54a6 6 0 0 0 8.88-8.08Zm67.28 91.84L68 179.52L48.48 160l52.65-52.64ZM46 208v-33.52L81.52 210H48a2 2 0 0 1-2-2m50-.49L76.49 188l51.31-51.31l18.58 20.45ZM225.91 74.79L181.22 30.1a14 14 0 0 0-19.8 0l-41.67 41.67a6 6 0 0 0 8.48 8.49l7.77-7.78L155.52 92l-9.11 9.1a6 6 0 1 0 8.49 8.49l9.1-9.11L183.52 120l-10.44 10.44a6 6 0 1 0 8.49 8.48l44.34-44.33a14 14 0 0 0 0-19.8m-8.49 11.31L192 111.52l-23.75-23.76L144.49 64l25.42-25.41a2 2 0 0 1 2.82 0l44.69 44.68a2 2 0 0 1 0 2.83"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M52.44 36a6 6 0 0 0-8.88 8l49.49 54.47l-54.95 54.95a13.9 13.9 0 0 0-4.1 9.89V208a14 14 0 0 0 14 14h44.69a13.94 13.94 0 0 0 9.9-4.1l51.87-51.9l49.11 54a6 6 0 0 0 8.88-8.08Zm67.28 91.84L68 179.52L48.48 160l52.65-52.64ZM46 208v-33.52L81.52 210H48a2 2 0 0 1-2-2m50-.49L76.49 188l51.31-51.31l18.58 20.45ZM225.91 74.79L181.22 30.1a14 14 0 0 0-19.8 0l-41.67 41.67a6 6 0 0 0 8.48 8.49l7.77-7.78L155.52 92l-9.11 9.1a6 6 0 1 0 8.49 8.49l9.1-9.11L183.52 120l-10.44 10.44a6 6 0 1 0 8.49 8.48l44.34-44.33a14 14 0 0 0 0-19.8m-8.49 11.31L192 111.52l-23.75-23.76L144.49 64l25.42-25.41a2 2 0 0 1 2.82 0l44.69 44.68a2 2 0 0 1 0 2.83"/></svg>
</template>

CSS

.icon-pencil-slash-light {
  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%22M52.44%2036a6%206%200%200%200-8.88%208l49.49%2054.47l-54.95%2054.95a13.9%2013.9%200%200%200-4.1%209.89V208a14%2014%200%200%200%2014%2014h44.69a13.94%2013.94%200%200%200%209.9-4.1l51.87-51.9l49.11%2054a6%206%200%200%200%208.88-8.08Zm67.28%2091.84L68%20179.52L48.48%20160l52.65-52.64ZM46%20208v-33.52L81.52%20210H48a2%202%200%200%201-2-2m50-.49L76.49%20188l51.31-51.31l18.58%2020.45ZM225.91%2074.79L181.22%2030.1a14%2014%200%200%200-19.8%200l-41.67%2041.67a6%206%200%200%200%208.48%208.49l7.77-7.78L155.52%2092l-9.11%209.1a6%206%200%201%200%208.49%208.49l9.1-9.11L183.52%20120l-10.44%2010.44a6%206%200%201%200%208.49%208.48l44.34-44.33a14%2014%200%200%200%200-19.8m-8.49%2011.31L192%20111.52l-23.75-23.76L144.49%2064l25.42-25.41a2%202%200%200%201%202.82%200l44.69%2044.68a2%202%200%200%201%200%202.83%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%22M52.44%2036a6%206%200%200%200-8.88%208l49.49%2054.47l-54.95%2054.95a13.9%2013.9%200%200%200-4.1%209.89V208a14%2014%200%200%200%2014%2014h44.69a13.94%2013.94%200%200%200%209.9-4.1l51.87-51.9l49.11%2054a6%206%200%200%200%208.88-8.08Zm67.28%2091.84L68%20179.52L48.48%20160l52.65-52.64ZM46%20208v-33.52L81.52%20210H48a2%202%200%200%201-2-2m50-.49L76.49%20188l51.31-51.31l18.58%2020.45ZM225.91%2074.79L181.22%2030.1a14%2014%200%200%200-19.8%200l-41.67%2041.67a6%206%200%200%200%208.48%208.49l7.77-7.78L155.52%2092l-9.11%209.1a6%206%200%201%200%208.49%208.49l9.1-9.11L183.52%20120l-10.44%2010.44a6%206%200%201%200%208.49%208.48l44.34-44.33a14%2014%200%200%200%200-19.8m-8.49%2011.31L192%20111.52l-23.75-23.76L144.49%2064l25.42-25.41a2%202%200%200%201%202.82%200l44.69%2044.68a2%202%200%200%201%200%202.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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