lightbulb 2 icon
lightbulb-2-outline-rounded from Material Symbols Light by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- lightbulb-2-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the lightbulb 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.366 17.616q-.672 0-1.144-.473Q8.75 16.671 8.75 16v-1.942q-1.29-.84-2.02-2.173T6 9.019q0-2.502 1.749-4.26T12 3t4.251 1.749T18 9q0 1.552-.73 2.882t-2.02 2.176V16q0 .671-.472 1.143t-1.144.472zm0-1h3.269q.269 0 .442-.174q.173-.173.173-.442v-2.064q0-.211.093-.369t.255-.283l.252-.184q1.006-.72 1.578-1.797Q17 10.225 17 9q0-2.075-1.463-3.537T12 4T8.463 5.463T7 9q0 1.225.572 2.303T9.15 13.1l.252.185q.162.125.255.282t.093.37V16q0 .27.173.442q.173.174.443.174M10.173 21q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h3.654q.214 0 .357.143t.143.357t-.143.357t-.357.143zM12 9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLightbulb2OutlineRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.366 17.616q-.672 0-1.144-.473Q8.75 16.671 8.75 16v-1.942q-1.29-.84-2.02-2.173T6 9.019q0-2.502 1.749-4.26T12 3t4.251 1.749T18 9q0 1.552-.73 2.882t-2.02 2.176V16q0 .671-.472 1.143t-1.144.472zm0-1h3.269q.269 0 .442-.174q.173-.173.173-.442v-2.064q0-.211.093-.369t.255-.283l.252-.184q1.006-.72 1.578-1.797Q17 10.225 17 9q0-2.075-1.463-3.537T12 4T8.463 5.463T7 9q0 1.225.572 2.303T9.15 13.1l.252.185q.162.125.255.282t.093.37V16q0 .27.173.442q.173.174.443.174M10.173 21q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h3.654q.214 0 .357.143t.143.357t-.143.357t-.357.143zM12 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.366 17.616q-.672 0-1.144-.473Q8.75 16.671 8.75 16v-1.942q-1.29-.84-2.02-2.173T6 9.019q0-2.502 1.749-4.26T12 3t4.251 1.749T18 9q0 1.552-.73 2.882t-2.02 2.176V16q0 .671-.472 1.143t-1.144.472zm0-1h3.269q.269 0 .442-.174q.173-.173.173-.442v-2.064q0-.211.093-.369t.255-.283l.252-.184q1.006-.72 1.578-1.797Q17 10.225 17 9q0-2.075-1.463-3.537T12 4T8.463 5.463T7 9q0 1.225.572 2.303T9.15 13.1l.252.185q.162.125.255.282t.093.37V16q0 .27.173.442q.173.174.443.174M10.173 21q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h3.654q.214 0 .357.143t.143.357t-.143.357t-.357.143zM12 9"/></svg> </template>
CSS
.icon-lightbulb-2-outline-rounded {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.366%2017.616q-.672%200-1.144-.473Q8.75%2016.671%208.75%2016v-1.942q-1.29-.84-2.02-2.173T6%209.019q0-2.502%201.749-4.26T12%203t4.251%201.749T18%209q0%201.552-.73%202.882t-2.02%202.176V16q0%20.671-.472%201.143t-1.144.472zm0-1h3.269q.269%200%20.442-.174q.173-.173.173-.442v-2.064q0-.211.093-.369t.255-.283l.252-.184q1.006-.72%201.578-1.797Q17%2010.225%2017%209q0-2.075-1.463-3.537T12%204T8.463%205.463T7%209q0%201.225.572%202.303T9.15%2013.1l.252.185q.162.125.255.282t.093.37V16q0%20.27.173.442q.173.174.443.174M10.173%2021q-.213%200-.357-.143t-.143-.357t.143-.357t.357-.143h3.654q.214%200%20.357.143t.143.357t-.143.357t-.357.143zM12%209%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.366%2017.616q-.672%200-1.144-.473Q8.75%2016.671%208.75%2016v-1.942q-1.29-.84-2.02-2.173T6%209.019q0-2.502%201.749-4.26T12%203t4.251%201.749T18%209q0%201.552-.73%202.882t-2.02%202.176V16q0%20.671-.472%201.143t-1.144.472zm0-1h3.269q.269%200%20.442-.174q.173-.173.173-.442v-2.064q0-.211.093-.369t.255-.283l.252-.184q1.006-.72%201.578-1.797Q17%2010.225%2017%209q0-2.075-1.463-3.537T12%204T8.463%205.463T7%209q0%201.225.572%202.303T9.15%2013.1l.252.185q.162.125.255.282t.093.37V16q0%20.27.173.442q.173.174.443.174M10.173%2021q-.213%200-.357-.143t-.143-.357t.143-.357t.357-.143h3.654q.214%200%20.357.143t.143.357t-.143.357t-.357.143zM12%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/lightbulb-2-outline-rounded.svg?color=%231a73e8&size=48