lightbulb slash icon

lightbulb-slash-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
lightbulb-slash-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Use the lightbulb slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M30.133.871c-6 0-10.875 2.203-14.04 5.977l25.97 25.992c2.343-3.516 6.07-7.406 6.07-14.18c0-10.664-7.196-17.789-18-17.789m17.32 46.477c.75.726 1.851.703 2.555 0c.703-.703.726-1.852 0-2.555L8.523 3.262c-.726-.703-1.898-.68-2.578 0c-.68.703-.656 1.898 0 2.554Zm-25.805-4.196h14.79c.421 0 .68-.234.68-.656v-1.523L12.39 16.223c-.188.75-.258 1.57-.258 2.437c0 10.125 8.226 13.781 8.226 19.453v3.75c0 .797.492 1.29 1.29 1.29m.867 6.328H37.75c1.195 0 2.156-.984 2.156-2.203s-.96-2.203-2.156-2.203H22.516c-1.196 0-2.157.985-2.157 2.203c0 1.22.961 2.203 2.156 2.203m7.618 5.649c3.234 0 5.508-1.477 5.742-3.75H24.39c.187 2.273 2.484 3.75 5.742 3.75"/></svg>

React

import type { SVGProps } from "react";

export function F7LightbulbSlashFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M30.133.871c-6 0-10.875 2.203-14.04 5.977l25.97 25.992c2.343-3.516 6.07-7.406 6.07-14.18c0-10.664-7.196-17.789-18-17.789m17.32 46.477c.75.726 1.851.703 2.555 0c.703-.703.726-1.852 0-2.555L8.523 3.262c-.726-.703-1.898-.68-2.578 0c-.68.703-.656 1.898 0 2.554Zm-25.805-4.196h14.79c.421 0 .68-.234.68-.656v-1.523L12.39 16.223c-.188.75-.258 1.57-.258 2.437c0 10.125 8.226 13.781 8.226 19.453v3.75c0 .797.492 1.29 1.29 1.29m.867 6.328H37.75c1.195 0 2.156-.984 2.156-2.203s-.96-2.203-2.156-2.203H22.516c-1.196 0-2.157.985-2.157 2.203c0 1.22.961 2.203 2.156 2.203m7.618 5.649c3.234 0 5.508-1.477 5.742-3.75H24.39c.187 2.273 2.484 3.75 5.742 3.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M30.133.871c-6 0-10.875 2.203-14.04 5.977l25.97 25.992c2.343-3.516 6.07-7.406 6.07-14.18c0-10.664-7.196-17.789-18-17.789m17.32 46.477c.75.726 1.851.703 2.555 0c.703-.703.726-1.852 0-2.555L8.523 3.262c-.726-.703-1.898-.68-2.578 0c-.68.703-.656 1.898 0 2.554Zm-25.805-4.196h14.79c.421 0 .68-.234.68-.656v-1.523L12.39 16.223c-.188.75-.258 1.57-.258 2.437c0 10.125 8.226 13.781 8.226 19.453v3.75c0 .797.492 1.29 1.29 1.29m.867 6.328H37.75c1.195 0 2.156-.984 2.156-2.203s-.96-2.203-2.156-2.203H22.516c-1.196 0-2.157.985-2.157 2.203c0 1.22.961 2.203 2.156 2.203m7.618 5.649c3.234 0 5.508-1.477 5.742-3.75H24.39c.187 2.273 2.484 3.75 5.742 3.75"/></svg>
</template>

CSS

.icon-lightbulb-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.133.871c-6%200-10.875%202.203-14.04%205.977l25.97%2025.992c2.343-3.516%206.07-7.406%206.07-14.18c0-10.664-7.196-17.789-18-17.789m17.32%2046.477c.75.726%201.851.703%202.555%200c.703-.703.726-1.852%200-2.555L8.523%203.262c-.726-.703-1.898-.68-2.578%200c-.68.703-.656%201.898%200%202.554Zm-25.805-4.196h14.79c.421%200%20.68-.234.68-.656v-1.523L12.39%2016.223c-.188.75-.258%201.57-.258%202.437c0%2010.125%208.226%2013.781%208.226%2019.453v3.75c0%20.797.492%201.29%201.29%201.29m.867%206.328H37.75c1.195%200%202.156-.984%202.156-2.203s-.96-2.203-2.156-2.203H22.516c-1.196%200-2.157.985-2.157%202.203c0%201.22.961%202.203%202.156%202.203m7.618%205.649c3.234%200%205.508-1.477%205.742-3.75H24.39c.187%202.273%202.484%203.75%205.742%203.75%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.133.871c-6%200-10.875%202.203-14.04%205.977l25.97%2025.992c2.343-3.516%206.07-7.406%206.07-14.18c0-10.664-7.196-17.789-18-17.789m17.32%2046.477c.75.726%201.851.703%202.555%200c.703-.703.726-1.852%200-2.555L8.523%203.262c-.726-.703-1.898-.68-2.578%200c-.68.703-.656%201.898%200%202.554Zm-25.805-4.196h14.79c.421%200%20.68-.234.68-.656v-1.523L12.39%2016.223c-.188.75-.258%201.57-.258%202.437c0%2010.125%208.226%2013.781%208.226%2019.453v3.75c0%20.797.492%201.29%201.29%201.29m.867%206.328H37.75c1.195%200%202.156-.984%202.156-2.203s-.96-2.203-2.156-2.203H22.516c-1.196%200-2.157.985-2.157%202.203c0%201.22.961%202.203%202.156%202.203m7.618%205.649c3.234%200%205.508-1.477%205.742-3.75H24.39c.187%202.273%202.484%203.75%205.742%203.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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