lightbulb icon
lightbulb-line-duotone from Solar by 480 Design · Line Duotone · Devices · CC-BY-4.0 Attribution required.
- Name
- lightbulb-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
lightbulbBootstrap IconslightbulbCodiconslightbulbFramework7 IconslightbulbFont Awesome 6 RegularlightbulbFont Awesome 6 SolidlightbulbFont Awesome RegularlightbulbFont Awesome Solidlightbulb-outlineFlowbite Iconslightbulb-16-filledFluent UI System Iconslightbulb-16Fluent UI System Color IconslightbulbFirefox OS EmojilightbulbHuge IconslightbulbIonIconslightbulbJam IconslightbulbLine AwesomelightbulbMaterial Line IconslightbulbLucidelightbulbMaterial SymbolslightbulbMaterial Symbols LightlightbulbMaterial Design IconslightbulbPhosphorlightbulbPixelarticonslightbulbPrime Iconslightbulb-fillRemix Icon
More devices icons from Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bold
Use the lightbulb 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-width="1.5"><path d="M4.5 9.5C4.5 5.35786 7.85786 2 12 2C16.1421 2 19.5 5.35786 19.5 9.5C19.5 11.7206 18.5349 13.7159 17.0012 15.0892C15.8805 16.0927 15.3201 16.5945 15.1692 16.7807C14.6824 17.3815 14.6609 17.4296 14.5381 18.193C14.5 18.4297 14.5 18.7865 14.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.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.5Z"/><path d="M14.5 19.5H9.5" opacity=".5"/><path stroke-linecap="round" d="M12 17V15M12 15C12.7403 15 13.3866 14.5978 13.7324 14M12 15C11.2597 15 10.6134 14.5978 10.2676 14" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarLightbulbLineDuotone(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" strokeWidth="1.5"><path d="M4.5 9.5C4.5 5.35786 7.85786 2 12 2C16.1421 2 19.5 5.35786 19.5 9.5C19.5 11.7206 18.5349 13.7159 17.0012 15.0892C15.8805 16.0927 15.3201 16.5945 15.1692 16.7807C14.6824 17.3815 14.6609 17.4296 14.5381 18.193C14.5 18.4297 14.5 18.7865 14.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.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.5Z"/><path d="M14.5 19.5H9.5" opacity=".5"/><path strokeLinecap="round" d="M12 17V15M12 15C12.7403 15 13.3866 14.5978 13.7324 14M12 15C11.2597 15 10.6134 14.5978 10.2676 14" opacity=".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-width="1.5"><path d="M4.5 9.5C4.5 5.35786 7.85786 2 12 2C16.1421 2 19.5 5.35786 19.5 9.5C19.5 11.7206 18.5349 13.7159 17.0012 15.0892C15.8805 16.0927 15.3201 16.5945 15.1692 16.7807C14.6824 17.3815 14.6609 17.4296 14.5381 18.193C14.5 18.4297 14.5 18.7865 14.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.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.5Z"/><path d="M14.5 19.5H9.5" opacity=".5"/><path stroke-linecap="round" d="M12 17V15M12 15C12.7403 15 13.3866 14.5978 13.7324 14M12 15C11.2597 15 10.6134 14.5978 10.2676 14" opacity=".5"/></g></svg> </template>
CSS
.icon-lightbulb-line-duotone {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.5%209.5C4.5%205.35786%207.85786%202%2012%202C16.1421%202%2019.5%205.35786%2019.5%209.5C19.5%2011.7206%2018.5349%2013.7159%2017.0012%2015.0892C15.8805%2016.0927%2015.3201%2016.5945%2015.1692%2016.7807C14.6824%2017.3815%2014.6609%2017.4296%2014.5381%2018.193C14.5%2018.4297%2014.5%2018.7865%2014.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.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.5Z%22%2F%3E%3Cpath%20d%3D%22M14.5%2019.5H9.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2017V15M12%2015C12.7403%2015%2013.3866%2014.5978%2013.7324%2014M12%2015C11.2597%2015%2010.6134%2014.5978%2010.2676%2014%22%20opacity%3D%22.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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.5%209.5C4.5%205.35786%207.85786%202%2012%202C16.1421%202%2019.5%205.35786%2019.5%209.5C19.5%2011.7206%2018.5349%2013.7159%2017.0012%2015.0892C15.8805%2016.0927%2015.3201%2016.5945%2015.1692%2016.7807C14.6824%2017.3815%2014.6609%2017.4296%2014.5381%2018.193C14.5%2018.4297%2014.5%2018.7865%2014.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.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.5Z%22%2F%3E%3Cpath%20d%3D%22M14.5%2019.5H9.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2017V15M12%2015C12.7403%2015%2013.3866%2014.5978%2013.7324%2014M12%2015C11.2597%2015%2010.6134%2014.5978%2010.2676%2014%22%20opacity%3D%22.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-line-duotone.svg?color=%231a73e8&size=48