lightning slash icon
lightning-slash-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- lightning-slash-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the lightning slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M105.72 67.81a4 4 0 0 1 0-5.42l48.39-51.85a8 8 0 0 1 13.7 7L153.18 90.9l57.43 21.53a8.24 8.24 0 0 1 4.22 3.4a8 8 0 0 1-1 9.63l-25.27 27.07a4 4 0 0 1-5.88 0Zm27.76 54.32L53.92 34.62a8 8 0 1 0-11.84 10.76l39.26 43.18l-39 41.83a8.15 8.15 0 0 0-2.34 4.92a8 8 0 0 0 5.16 8.18l57.63 21.61l-14.63 73.33a8 8 0 0 0 13.69 7l61.86-66.28l38.37 42.2a8 8 0 1 0 11.84-10.76Z"/></svg>
React
import type { SVGProps } from "react";
export function PhLightningSlashFill(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="M105.72 67.81a4 4 0 0 1 0-5.42l48.39-51.85a8 8 0 0 1 13.7 7L153.18 90.9l57.43 21.53a8.24 8.24 0 0 1 4.22 3.4a8 8 0 0 1-1 9.63l-25.27 27.07a4 4 0 0 1-5.88 0Zm27.76 54.32L53.92 34.62a8 8 0 1 0-11.84 10.76l39.26 43.18l-39 41.83a8.15 8.15 0 0 0-2.34 4.92a8 8 0 0 0 5.16 8.18l57.63 21.61l-14.63 73.33a8 8 0 0 0 13.69 7l61.86-66.28l38.37 42.2a8 8 0 1 0 11.84-10.76Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M105.72 67.81a4 4 0 0 1 0-5.42l48.39-51.85a8 8 0 0 1 13.7 7L153.18 90.9l57.43 21.53a8.24 8.24 0 0 1 4.22 3.4a8 8 0 0 1-1 9.63l-25.27 27.07a4 4 0 0 1-5.88 0Zm27.76 54.32L53.92 34.62a8 8 0 1 0-11.84 10.76l39.26 43.18l-39 41.83a8.15 8.15 0 0 0-2.34 4.92a8 8 0 0 0 5.16 8.18l57.63 21.61l-14.63 73.33a8 8 0 0 0 13.69 7l61.86-66.28l38.37 42.2a8 8 0 1 0 11.84-10.76Z"/></svg> </template>
CSS
.icon-lightning-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%22M105.72%2067.81a4%204%200%200%201%200-5.42l48.39-51.85a8%208%200%200%201%2013.7%207L153.18%2090.9l57.43%2021.53a8.24%208.24%200%200%201%204.22%203.4a8%208%200%200%201-1%209.63l-25.27%2027.07a4%204%200%200%201-5.88%200Zm27.76%2054.32L53.92%2034.62a8%208%200%201%200-11.84%2010.76l39.26%2043.18l-39%2041.83a8.15%208.15%200%200%200-2.34%204.92a8%208%200%200%200%205.16%208.18l57.63%2021.61l-14.63%2073.33a8%208%200%200%200%2013.69%207l61.86-66.28l38.37%2042.2a8%208%200%201%200%2011.84-10.76Z%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%22M105.72%2067.81a4%204%200%200%201%200-5.42l48.39-51.85a8%208%200%200%201%2013.7%207L153.18%2090.9l57.43%2021.53a8.24%208.24%200%200%201%204.22%203.4a8%208%200%200%201-1%209.63l-25.27%2027.07a4%204%200%200%201-5.88%200Zm27.76%2054.32L53.92%2034.62a8%208%200%201%200-11.84%2010.76l39.26%2043.18l-39%2041.83a8.15%208.15%200%200%200-2.34%204.92a8%208%200%200%200%205.16%208.18l57.63%2021.61l-14.63%2073.33a8%208%200%200%200%2013.69%207l61.86-66.28l38.37%2042.2a8%208%200%201%200%2011.84-10.76Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/lightning-slash-fill.svg?color=%231a73e8&size=48