lightbulb bolt icon

lightbulb-bolt-broken from Solar by 480 Design · Broken · Devices · CC-BY-4.0 Attribution required.

Name
lightbulb-bolt-broken
Set
Solar
Style
Broken
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More devices icons from Solar

Use the lightbulb bolt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M14.5 19.5H9.5M14.5 19.5C14.5 18.7865 14.5 18.4297 14.5381 18.193C14.6609 17.4296 14.6824 17.3815 15.1692 16.7807C15.3201 16.5945 15.8805 16.0927 17.0012 15.0892C18.5349 13.7159 19.5 11.7206 19.5 9.5C19.5 8.62341 19.3496 7.78195 19.0732 7M14.5 19.5C14.5 20.4346 14.5 20.9019 14.299 21.25C14.1674 21.478 13.978 21.6674 13.75 21.799C13.4019 22 12.9346 22 12 22C11.0654 22 10.5981 22 10.25 21.799C10.022 21.6674 9.83261 21.478 9.70096 21.25C9.5 20.9019 9.5 20.4346 9.5 19.5M9.5 19.5C9.5 18.7865 9.5 18.4297 9.46192 18.193C9.3391 17.4296 9.31762 17.3815 8.83082 16.7807C8.67987 16.5945 8.11945 16.0927 6.99876 15.0892C5.4651 13.7159 4.5 11.7206 4.5 9.5C4.5 5.35786 7.85786 2 12 2C13.3637 2 14.6423 2.36394 15.7442 3"/><path stroke-linejoin="round" d="M12.7857 8.5L10.6428 11.5H13.6428L11.5 14.5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarLightbulbBoltBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M14.5 19.5H9.5M14.5 19.5C14.5 18.7865 14.5 18.4297 14.5381 18.193C14.6609 17.4296 14.6824 17.3815 15.1692 16.7807C15.3201 16.5945 15.8805 16.0927 17.0012 15.0892C18.5349 13.7159 19.5 11.7206 19.5 9.5C19.5 8.62341 19.3496 7.78195 19.0732 7M14.5 19.5C14.5 20.4346 14.5 20.9019 14.299 21.25C14.1674 21.478 13.978 21.6674 13.75 21.799C13.4019 22 12.9346 22 12 22C11.0654 22 10.5981 22 10.25 21.799C10.022 21.6674 9.83261 21.478 9.70096 21.25C9.5 20.9019 9.5 20.4346 9.5 19.5M9.5 19.5C9.5 18.7865 9.5 18.4297 9.46192 18.193C9.3391 17.4296 9.31762 17.3815 8.83082 16.7807C8.67987 16.5945 8.11945 16.0927 6.99876 15.0892C5.4651 13.7159 4.5 11.7206 4.5 9.5C4.5 5.35786 7.85786 2 12 2C13.3637 2 14.6423 2.36394 15.7442 3"/><path strokeLinejoin="round" d="M12.7857 8.5L10.6428 11.5H13.6428L11.5 14.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M14.5 19.5H9.5M14.5 19.5C14.5 18.7865 14.5 18.4297 14.5381 18.193C14.6609 17.4296 14.6824 17.3815 15.1692 16.7807C15.3201 16.5945 15.8805 16.0927 17.0012 15.0892C18.5349 13.7159 19.5 11.7206 19.5 9.5C19.5 8.62341 19.3496 7.78195 19.0732 7M14.5 19.5C14.5 20.4346 14.5 20.9019 14.299 21.25C14.1674 21.478 13.978 21.6674 13.75 21.799C13.4019 22 12.9346 22 12 22C11.0654 22 10.5981 22 10.25 21.799C10.022 21.6674 9.83261 21.478 9.70096 21.25C9.5 20.9019 9.5 20.4346 9.5 19.5M9.5 19.5C9.5 18.7865 9.5 18.4297 9.46192 18.193C9.3391 17.4296 9.31762 17.3815 8.83082 16.7807C8.67987 16.5945 8.11945 16.0927 6.99876 15.0892C5.4651 13.7159 4.5 11.7206 4.5 9.5C4.5 5.35786 7.85786 2 12 2C13.3637 2 14.6423 2.36394 15.7442 3"/><path stroke-linejoin="round" d="M12.7857 8.5L10.6428 11.5H13.6428L11.5 14.5"/></g></svg>
</template>

CSS

.icon-lightbulb-bolt-broken {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.5%2019.5H9.5M14.5%2019.5C14.5%2018.7865%2014.5%2018.4297%2014.5381%2018.193C14.6609%2017.4296%2014.6824%2017.3815%2015.1692%2016.7807C15.3201%2016.5945%2015.8805%2016.0927%2017.0012%2015.0892C18.5349%2013.7159%2019.5%2011.7206%2019.5%209.5C19.5%208.62341%2019.3496%207.78195%2019.0732%207M14.5%2019.5C14.5%2020.4346%2014.5%2020.9019%2014.299%2021.25C14.1674%2021.478%2013.978%2021.6674%2013.75%2021.799C13.4019%2022%2012.9346%2022%2012%2022C11.0654%2022%2010.5981%2022%2010.25%2021.799C10.022%2021.6674%209.83261%2021.478%209.70096%2021.25C9.5%2020.9019%209.5%2020.4346%209.5%2019.5M9.5%2019.5C9.5%2018.7865%209.5%2018.4297%209.46192%2018.193C9.3391%2017.4296%209.31762%2017.3815%208.83082%2016.7807C8.67987%2016.5945%208.11945%2016.0927%206.99876%2015.0892C5.4651%2013.7159%204.5%2011.7206%204.5%209.5C4.5%205.35786%207.85786%202%2012%202C13.3637%202%2014.6423%202.36394%2015.7442%203%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.7857%208.5L10.6428%2011.5H13.6428L11.5%2014.5%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.5%2019.5H9.5M14.5%2019.5C14.5%2018.7865%2014.5%2018.4297%2014.5381%2018.193C14.6609%2017.4296%2014.6824%2017.3815%2015.1692%2016.7807C15.3201%2016.5945%2015.8805%2016.0927%2017.0012%2015.0892C18.5349%2013.7159%2019.5%2011.7206%2019.5%209.5C19.5%208.62341%2019.3496%207.78195%2019.0732%207M14.5%2019.5C14.5%2020.4346%2014.5%2020.9019%2014.299%2021.25C14.1674%2021.478%2013.978%2021.6674%2013.75%2021.799C13.4019%2022%2012.9346%2022%2012%2022C11.0654%2022%2010.5981%2022%2010.25%2021.799C10.022%2021.6674%209.83261%2021.478%209.70096%2021.25C9.5%2020.9019%209.5%2020.4346%209.5%2019.5M9.5%2019.5C9.5%2018.7865%209.5%2018.4297%209.46192%2018.193C9.3391%2017.4296%209.31762%2017.3815%208.83082%2016.7807C8.67987%2016.5945%208.11945%2016.0927%206.99876%2015.0892C5.4651%2013.7159%204.5%2011.7206%204.5%209.5C4.5%205.35786%207.85786%202%2012%202C13.3637%202%2014.6423%202.36394%2015.7442%203%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.7857%208.5L10.6428%2011.5H13.6428L11.5%2014.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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