lightning slash icon
lightning-slash-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- lightning-slash-light
- Set
- Phosphor
- Style
- Light
- 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="M52.44 36a6 6 0 0 0-8.88 8l40.49 44.58l-40.44 43.33a6 6 0 0 0 2.28 9.71l59.23 22.21l-15 75a6 6 0 0 0 3.14 6.52A6.1 6.1 0 0 0 96 246a6 6 0 0 0 4.39-1.91l63.34-67.87L203.56 220a6 6 0 0 0 8.88-8.08ZM106 220.46l11.85-59.28a6 6 0 0 0-3.77-6.8l-55.6-20.85l33.64-36l63.48 69.83Zm4-150.91a6 6 0 0 1-.29-8.48l45.88-49.16a6 6 0 0 1 10.27 5.27l-15 75l59.23 22.21a6 6 0 0 1 2.28 9.71L190.08 148a6 6 0 1 1-8.77-8.19l16.18-17.33l-55.6-20.85a6 6 0 0 1-3.77-6.8L150 35.54l-31.5 33.71a6 6 0 0 1-8.5.3"/></svg>
React
import type { SVGProps } from "react";
export function PhLightningSlashLight(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 8l40.49 44.58l-40.44 43.33a6 6 0 0 0 2.28 9.71l59.23 22.21l-15 75a6 6 0 0 0 3.14 6.52A6.1 6.1 0 0 0 96 246a6 6 0 0 0 4.39-1.91l63.34-67.87L203.56 220a6 6 0 0 0 8.88-8.08ZM106 220.46l11.85-59.28a6 6 0 0 0-3.77-6.8l-55.6-20.85l33.64-36l63.48 69.83Zm4-150.91a6 6 0 0 1-.29-8.48l45.88-49.16a6 6 0 0 1 10.27 5.27l-15 75l59.23 22.21a6 6 0 0 1 2.28 9.71L190.08 148a6 6 0 1 1-8.77-8.19l16.18-17.33l-55.6-20.85a6 6 0 0 1-3.77-6.8L150 35.54l-31.5 33.71a6 6 0 0 1-8.5.3"/></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 8l40.49 44.58l-40.44 43.33a6 6 0 0 0 2.28 9.71l59.23 22.21l-15 75a6 6 0 0 0 3.14 6.52A6.1 6.1 0 0 0 96 246a6 6 0 0 0 4.39-1.91l63.34-67.87L203.56 220a6 6 0 0 0 8.88-8.08ZM106 220.46l11.85-59.28a6 6 0 0 0-3.77-6.8l-55.6-20.85l33.64-36l63.48 69.83Zm4-150.91a6 6 0 0 1-.29-8.48l45.88-49.16a6 6 0 0 1 10.27 5.27l-15 75l59.23 22.21a6 6 0 0 1 2.28 9.71L190.08 148a6 6 0 1 1-8.77-8.19l16.18-17.33l-55.6-20.85a6 6 0 0 1-3.77-6.8L150 35.54l-31.5 33.71a6 6 0 0 1-8.5.3"/></svg> </template>
CSS
.icon-lightning-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%208l40.49%2044.58l-40.44%2043.33a6%206%200%200%200%202.28%209.71l59.23%2022.21l-15%2075a6%206%200%200%200%203.14%206.52A6.1%206.1%200%200%200%2096%20246a6%206%200%200%200%204.39-1.91l63.34-67.87L203.56%20220a6%206%200%200%200%208.88-8.08ZM106%20220.46l11.85-59.28a6%206%200%200%200-3.77-6.8l-55.6-20.85l33.64-36l63.48%2069.83Zm4-150.91a6%206%200%200%201-.29-8.48l45.88-49.16a6%206%200%200%201%2010.27%205.27l-15%2075l59.23%2022.21a6%206%200%200%201%202.28%209.71L190.08%20148a6%206%200%201%201-8.77-8.19l16.18-17.33l-55.6-20.85a6%206%200%200%201-3.77-6.8L150%2035.54l-31.5%2033.71a6%206%200%200%201-8.5.3%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%208l40.49%2044.58l-40.44%2043.33a6%206%200%200%200%202.28%209.71l59.23%2022.21l-15%2075a6%206%200%200%200%203.14%206.52A6.1%206.1%200%200%200%2096%20246a6%206%200%200%200%204.39-1.91l63.34-67.87L203.56%20220a6%206%200%200%200%208.88-8.08ZM106%20220.46l11.85-59.28a6%206%200%200%200-3.77-6.8l-55.6-20.85l33.64-36l63.48%2069.83Zm4-150.91a6%206%200%200%201-.29-8.48l45.88-49.16a6%206%200%200%201%2010.27%205.27l-15%2075l59.23%2022.21a6%206%200%200%201%202.28%209.71L190.08%20148a6%206%200%201%201-8.77-8.19l16.18-17.33l-55.6-20.85a6%206%200%200%201-3.77-6.8L150%2035.54l-31.5%2033.71a6%206%200%200%201-8.5.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/lightning-slash-light.svg?color=%231a73e8&size=48