lightbulb slash icon

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

Name
lightbulb-slash
Set
Framework7 Icons
Style
Outline
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 4.41c8.672 0 14.46 5.695 14.46 14.274c0 5.086-2.671 8.484-4.968 11.742l2.437 2.414c2.368-3.516 6.07-7.406 6.07-14.18c0-10.664-7.195-17.789-18-17.789c-6.023 0-10.898 2.203-14.062 6l2.602 2.578c2.508-3.187 6.515-5.039 11.46-5.039m17.32 42.938c.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.196h15.985l-3.563-3.539H23.852V38.16c0-6.117-7.711-11.508-7.711-16.57c0-.516.093-.961.21-1.406l-3.96-3.891c-.188.727-.258 1.523-.258 2.367c0 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 F7LightbulbSlash(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 4.41c8.672 0 14.46 5.695 14.46 14.274c0 5.086-2.671 8.484-4.968 11.742l2.437 2.414c2.368-3.516 6.07-7.406 6.07-14.18c0-10.664-7.195-17.789-18-17.789c-6.023 0-10.898 2.203-14.062 6l2.602 2.578c2.508-3.187 6.515-5.039 11.46-5.039m17.32 42.938c.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.196h15.985l-3.563-3.539H23.852V38.16c0-6.117-7.711-11.508-7.711-16.57c0-.516.093-.961.21-1.406l-3.96-3.891c-.188.727-.258 1.523-.258 2.367c0 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 4.41c8.672 0 14.46 5.695 14.46 14.274c0 5.086-2.671 8.484-4.968 11.742l2.437 2.414c2.368-3.516 6.07-7.406 6.07-14.18c0-10.664-7.195-17.789-18-17.789c-6.023 0-10.898 2.203-14.062 6l2.602 2.578c2.508-3.187 6.515-5.039 11.46-5.039m17.32 42.938c.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.196h15.985l-3.563-3.539H23.852V38.16c0-6.117-7.711-11.508-7.711-16.57c0-.516.093-.961.21-1.406l-3.96-3.891c-.188.727-.258 1.523-.258 2.367c0 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 {
  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%204.41c8.672%200%2014.46%205.695%2014.46%2014.274c0%205.086-2.671%208.484-4.968%2011.742l2.437%202.414c2.368-3.516%206.07-7.406%206.07-14.18c0-10.664-7.195-17.789-18-17.789c-6.023%200-10.898%202.203-14.062%206l2.602%202.578c2.508-3.187%206.515-5.039%2011.46-5.039m17.32%2042.938c.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.196h15.985l-3.563-3.539H23.852V38.16c0-6.117-7.711-11.508-7.711-16.57c0-.516.093-.961.21-1.406l-3.96-3.891c-.188.727-.258%201.523-.258%202.367c0%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%204.41c8.672%200%2014.46%205.695%2014.46%2014.274c0%205.086-2.671%208.484-4.968%2011.742l2.437%202.414c2.368-3.516%206.07-7.406%206.07-14.18c0-10.664-7.195-17.789-18-17.789c-6.023%200-10.898%202.203-14.062%206l2.602%202.578c2.508-3.187%206.515-5.039%2011.46-5.039m17.32%2042.938c.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.196h15.985l-3.563-3.539H23.852V38.16c0-6.117-7.711-11.508-7.711-16.57c0-.516.093-.961.21-1.406l-3.96-3.891c-.188.727-.258%201.523-.258%202.367c0%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.svg?color=%231a73e8&size=48