dine lamp icon
dine-lamp-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- dine-lamp-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the dine lamp icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 18v2.25q0 .325-.213.538T3.75 21t-.537-.213T3 20.25v-2.3q-.45-.125-.75-.475t-.35-.85l-.8-8.55q-.05-.425.263-.75T2.1 7q.4 0 .675.263T3.1 7.9l.625 7.1H8q.825 0 1.413.588T10 17q0 .425-.288.713T9 18v2.25q0 .325-.213.538T8.25 21t-.537-.213t-.213-.537V18zM8 9q-.425 0-.712-.288T7 8q0-1.65 1.175-2.825T11 4V2q0-.425.288-.712T12 1t.713.288T13 2v2q1.65 0 2.825 1.175T17 8q0 .425-.288.713T16 9zm1.275-2h5.45q-.275-.475-.725-.737T13 6h-2q-.55 0-1 .263T9.275 7m10.438 13.788q-.213-.213-.213-.538V18h-3v2.25q0 .325-.213.538T15.75 21t-.537-.213T15 20.25V18q-.425 0-.712-.288T14 17q0-.825.588-1.412T16 15h4.3l.625-7.1q.05-.375.325-.638T21.925 7q.425 0 .725.325t.25.75l-.775 8.55q-.05.5-.362.85T21 17.95v2.3q0 .325-.213.538T20.25 21t-.537-.213M11 13H6q-.425 0-.712-.288T5 12t.288-.712T6 11h12q.425 0 .713.288T19 12t-.288.713T18 13h-5v7q0 .425-.288.713T12 21t-.712-.288T11 20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDineLampOutlineRounded(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="M4.5 18v2.25q0 .325-.213.538T3.75 21t-.537-.213T3 20.25v-2.3q-.45-.125-.75-.475t-.35-.85l-.8-8.55q-.05-.425.263-.75T2.1 7q.4 0 .675.263T3.1 7.9l.625 7.1H8q.825 0 1.413.588T10 17q0 .425-.288.713T9 18v2.25q0 .325-.213.538T8.25 21t-.537-.213t-.213-.537V18zM8 9q-.425 0-.712-.288T7 8q0-1.65 1.175-2.825T11 4V2q0-.425.288-.712T12 1t.713.288T13 2v2q1.65 0 2.825 1.175T17 8q0 .425-.288.713T16 9zm1.275-2h5.45q-.275-.475-.725-.737T13 6h-2q-.55 0-1 .263T9.275 7m10.438 13.788q-.213-.213-.213-.538V18h-3v2.25q0 .325-.213.538T15.75 21t-.537-.213T15 20.25V18q-.425 0-.712-.288T14 17q0-.825.588-1.412T16 15h4.3l.625-7.1q.05-.375.325-.638T21.925 7q.425 0 .725.325t.25.75l-.775 8.55q-.05.5-.362.85T21 17.95v2.3q0 .325-.213.538T20.25 21t-.537-.213M11 13H6q-.425 0-.712-.288T5 12t.288-.712T6 11h12q.425 0 .713.288T19 12t-.288.713T18 13h-5v7q0 .425-.288.713T12 21t-.712-.288T11 20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 18v2.25q0 .325-.213.538T3.75 21t-.537-.213T3 20.25v-2.3q-.45-.125-.75-.475t-.35-.85l-.8-8.55q-.05-.425.263-.75T2.1 7q.4 0 .675.263T3.1 7.9l.625 7.1H8q.825 0 1.413.588T10 17q0 .425-.288.713T9 18v2.25q0 .325-.213.538T8.25 21t-.537-.213t-.213-.537V18zM8 9q-.425 0-.712-.288T7 8q0-1.65 1.175-2.825T11 4V2q0-.425.288-.712T12 1t.713.288T13 2v2q1.65 0 2.825 1.175T17 8q0 .425-.288.713T16 9zm1.275-2h5.45q-.275-.475-.725-.737T13 6h-2q-.55 0-1 .263T9.275 7m10.438 13.788q-.213-.213-.213-.538V18h-3v2.25q0 .325-.213.538T15.75 21t-.537-.213T15 20.25V18q-.425 0-.712-.288T14 17q0-.825.588-1.412T16 15h4.3l.625-7.1q.05-.375.325-.638T21.925 7q.425 0 .725.325t.25.75l-.775 8.55q-.05.5-.362.85T21 17.95v2.3q0 .325-.213.538T20.25 21t-.537-.213M11 13H6q-.425 0-.712-.288T5 12t.288-.712T6 11h12q.425 0 .713.288T19 12t-.288.713T18 13h-5v7q0 .425-.288.713T12 21t-.712-.288T11 20z"/></svg> </template>
CSS
.icon-dine-lamp-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%22M4.5%2018v2.25q0%20.325-.213.538T3.75%2021t-.537-.213T3%2020.25v-2.3q-.45-.125-.75-.475t-.35-.85l-.8-8.55q-.05-.425.263-.75T2.1%207q.4%200%20.675.263T3.1%207.9l.625%207.1H8q.825%200%201.413.588T10%2017q0%20.425-.288.713T9%2018v2.25q0%20.325-.213.538T8.25%2021t-.537-.213t-.213-.537V18zM8%209q-.425%200-.712-.288T7%208q0-1.65%201.175-2.825T11%204V2q0-.425.288-.712T12%201t.713.288T13%202v2q1.65%200%202.825%201.175T17%208q0%20.425-.288.713T16%209zm1.275-2h5.45q-.275-.475-.725-.737T13%206h-2q-.55%200-1%20.263T9.275%207m10.438%2013.788q-.213-.213-.213-.538V18h-3v2.25q0%20.325-.213.538T15.75%2021t-.537-.213T15%2020.25V18q-.425%200-.712-.288T14%2017q0-.825.588-1.412T16%2015h4.3l.625-7.1q.05-.375.325-.638T21.925%207q.425%200%20.725.325t.25.75l-.775%208.55q-.05.5-.362.85T21%2017.95v2.3q0%20.325-.213.538T20.25%2021t-.537-.213M11%2013H6q-.425%200-.712-.288T5%2012t.288-.712T6%2011h12q.425%200%20.713.288T19%2012t-.288.713T18%2013h-5v7q0%20.425-.288.713T12%2021t-.712-.288T11%2020z%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%22M4.5%2018v2.25q0%20.325-.213.538T3.75%2021t-.537-.213T3%2020.25v-2.3q-.45-.125-.75-.475t-.35-.85l-.8-8.55q-.05-.425.263-.75T2.1%207q.4%200%20.675.263T3.1%207.9l.625%207.1H8q.825%200%201.413.588T10%2017q0%20.425-.288.713T9%2018v2.25q0%20.325-.213.538T8.25%2021t-.537-.213t-.213-.537V18zM8%209q-.425%200-.712-.288T7%208q0-1.65%201.175-2.825T11%204V2q0-.425.288-.712T12%201t.713.288T13%202v2q1.65%200%202.825%201.175T17%208q0%20.425-.288.713T16%209zm1.275-2h5.45q-.275-.475-.725-.737T13%206h-2q-.55%200-1%20.263T9.275%207m10.438%2013.788q-.213-.213-.213-.538V18h-3v2.25q0%20.325-.213.538T15.75%2021t-.537-.213T15%2020.25V18q-.425%200-.712-.288T14%2017q0-.825.588-1.412T16%2015h4.3l.625-7.1q.05-.375.325-.638T21.925%207q.425%200%20.725.325t.25.75l-.775%208.55q-.05.5-.362.85T21%2017.95v2.3q0%20.325-.213.538T20.25%2021t-.537-.213M11%2013H6q-.425%200-.712-.288T5%2012t.288-.712T6%2011h12q.425%200%20.713.288T19%2012t-.288.713T18%2013h-5v7q0%20.425-.288.713T12%2021t-.712-.288T11%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/dine-lamp-outline-rounded.svg?color=%231a73e8&size=48