pencil slash icon
pencil-slash-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- pencil-slash-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M221.66 90.34L192 120l-56-56l29.66-29.66a8 8 0 0 1 11.31 0L221.66 79a8 8 0 0 1 0 11.34" opacity=".2"/><path 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.76Zm63 93.12L68 176.69L51.31 160l49.75-49.74ZM48 179.31L76.69 208H48Zm48 25.38L79.32 188l48.41-48.41l15.89 17.48ZM227.32 73.37l-44.69-44.68a16 16 0 0 0-22.63 0l-41.67 41.67a8 8 0 0 0 11.32 11.31l6.35-6.36L152.69 92L145 99.69A8 8 0 1 0 156.31 111l7.69-7.69L180.69 120l-9 9A8 8 0 0 0 183 140.34L227.32 96a16 16 0 0 0 0-22.63M192 108.69L147.32 64l24-24L216 84.69Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhPencilSlashDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M221.66 90.34L192 120l-56-56l29.66-29.66a8 8 0 0 1 11.31 0L221.66 79a8 8 0 0 1 0 11.34" opacity=".2"/><path 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.76Zm63 93.12L68 176.69L51.31 160l49.75-49.74ZM48 179.31L76.69 208H48Zm48 25.38L79.32 188l48.41-48.41l15.89 17.48ZM227.32 73.37l-44.69-44.68a16 16 0 0 0-22.63 0l-41.67 41.67a8 8 0 0 0 11.32 11.31l6.35-6.36L152.69 92L145 99.69A8 8 0 1 0 156.31 111l7.69-7.69L180.69 120l-9 9A8 8 0 0 0 183 140.34L227.32 96a16 16 0 0 0 0-22.63M192 108.69L147.32 64l24-24L216 84.69Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M221.66 90.34L192 120l-56-56l29.66-29.66a8 8 0 0 1 11.31 0L221.66 79a8 8 0 0 1 0 11.34" opacity=".2"/><path 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.76Zm63 93.12L68 176.69L51.31 160l49.75-49.74ZM48 179.31L76.69 208H48Zm48 25.38L79.32 188l48.41-48.41l15.89 17.48ZM227.32 73.37l-44.69-44.68a16 16 0 0 0-22.63 0l-41.67 41.67a8 8 0 0 0 11.32 11.31l6.35-6.36L152.69 92L145 99.69A8 8 0 1 0 156.31 111l7.69-7.69L180.69 120l-9 9A8 8 0 0 0 183 140.34L227.32 96a16 16 0 0 0 0-22.63M192 108.69L147.32 64l24-24L216 84.69Z"/></g></svg> </template>
CSS
.icon-pencil-slash-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M221.66%2090.34L192%20120l-56-56l29.66-29.66a8%208%200%200%201%2011.31%200L221.66%2079a8%208%200%200%201%200%2011.34%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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.76Zm63%2093.12L68%20176.69L51.31%20160l49.75-49.74ZM48%20179.31L76.69%20208H48Zm48%2025.38L79.32%20188l48.41-48.41l15.89%2017.48ZM227.32%2073.37l-44.69-44.68a16%2016%200%200%200-22.63%200l-41.67%2041.67a8%208%200%200%200%2011.32%2011.31l6.35-6.36L152.69%2092L145%2099.69A8%208%200%201%200%20156.31%20111l7.69-7.69L180.69%20120l-9%209A8%208%200%200%200%20183%20140.34L227.32%2096a16%2016%200%200%200%200-22.63M192%20108.69L147.32%2064l24-24L216%2084.69Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M221.66%2090.34L192%20120l-56-56l29.66-29.66a8%208%200%200%201%2011.31%200L221.66%2079a8%208%200%200%201%200%2011.34%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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.76Zm63%2093.12L68%20176.69L51.31%20160l49.75-49.74ZM48%20179.31L76.69%20208H48Zm48%2025.38L79.32%20188l48.41-48.41l15.89%2017.48ZM227.32%2073.37l-44.69-44.68a16%2016%200%200%200-22.63%200l-41.67%2041.67a8%208%200%200%200%2011.32%2011.31l6.35-6.36L152.69%2092L145%2099.69A8%208%200%201%200%20156.31%20111l7.69-7.69L180.69%20120l-9%209A8%208%200%200%200%20183%20140.34L227.32%2096a16%2016%200%200%200%200-22.63M192%20108.69L147.32%2064l24-24L216%2084.69Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/pencil-slash-duotone.svg?color=%231a73e8&size=48