lamp icon
lamp-linear from Solar by 480 Design · Linear · Home · CC-BY-4.0 Attribution required.
- Name
- lamp-linear
- Set
- Solar
- Style
- Linear
- Category
- Home
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More home icons from Solar
armchair-2-boldarmchair-boldbar-chair-boldbath-boldbed-boldbedside-table-2-boldbedside-table-3-boldbedside-table-4-boldbedside-table-boldchair-2-boldchair-boldchandelier-boldcloset-2-boldcloset-boldconditioner-2-boldconditioner-boldfloor-lamp-boldfloor-lamp-minimalistic-boldfridge-boldmirror-boldremote-controller-2-boldremote-controller-boldremote-controller-minimalistic-boldsmart-vacuum-cleaner-2-bold
Use the lamp 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 stroke-linecap="round" d="M9 22H15"/><path stroke-linecap="round" d="M12 22V15"/><path d="M4.96167 7.44451C5.57058 5.0991 5.87503 3.9264 6.66114 3.15144C6.88904 2.92678 7.14306 2.73028 7.41778 2.56616C8.36541 2 9.57699 2 12.0002 2C14.4233 2 15.6349 2 16.5825 2.56616C16.8572 2.73028 17.1113 2.92678 17.3392 3.15144C18.1253 3.9264 18.4297 5.0991 19.0386 7.44451L19.1229 7.76898C19.9507 10.9576 20.3646 12.5519 19.6128 13.6719C19.5378 13.7837 19.4554 13.8902 19.3661 13.9909C18.4709 15 16.8237 15 13.5294 15H10.4709C7.1766 15 5.52945 15 4.63423 13.9909C4.54494 13.8902 4.46252 13.7837 4.38754 13.6719C3.63573 12.5519 4.04963 10.9576 4.87744 7.76897L4.96167 7.44451Z"/><path stroke-linecap="round" d="M17.5 15V17"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarLampLinear(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 strokeLinecap="round" d="M9 22H15"/><path strokeLinecap="round" d="M12 22V15"/><path d="M4.96167 7.44451C5.57058 5.0991 5.87503 3.9264 6.66114 3.15144C6.88904 2.92678 7.14306 2.73028 7.41778 2.56616C8.36541 2 9.57699 2 12.0002 2C14.4233 2 15.6349 2 16.5825 2.56616C16.8572 2.73028 17.1113 2.92678 17.3392 3.15144C18.1253 3.9264 18.4297 5.0991 19.0386 7.44451L19.1229 7.76898C19.9507 10.9576 20.3646 12.5519 19.6128 13.6719C19.5378 13.7837 19.4554 13.8902 19.3661 13.9909C18.4709 15 16.8237 15 13.5294 15H10.4709C7.1766 15 5.52945 15 4.63423 13.9909C4.54494 13.8902 4.46252 13.7837 4.38754 13.6719C3.63573 12.5519 4.04963 10.9576 4.87744 7.76897L4.96167 7.44451Z"/><path strokeLinecap="round" d="M17.5 15V17"/></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 stroke-linecap="round" d="M9 22H15"/><path stroke-linecap="round" d="M12 22V15"/><path d="M4.96167 7.44451C5.57058 5.0991 5.87503 3.9264 6.66114 3.15144C6.88904 2.92678 7.14306 2.73028 7.41778 2.56616C8.36541 2 9.57699 2 12.0002 2C14.4233 2 15.6349 2 16.5825 2.56616C16.8572 2.73028 17.1113 2.92678 17.3392 3.15144C18.1253 3.9264 18.4297 5.0991 19.0386 7.44451L19.1229 7.76898C19.9507 10.9576 20.3646 12.5519 19.6128 13.6719C19.5378 13.7837 19.4554 13.8902 19.3661 13.9909C18.4709 15 16.8237 15 13.5294 15H10.4709C7.1766 15 5.52945 15 4.63423 13.9909C4.54494 13.8902 4.46252 13.7837 4.38754 13.6719C3.63573 12.5519 4.04963 10.9576 4.87744 7.76897L4.96167 7.44451Z"/><path stroke-linecap="round" d="M17.5 15V17"/></g></svg> </template>
CSS
.icon-lamp-linear {
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%20stroke-linecap%3D%22round%22%20d%3D%22M9%2022H15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2022V15%22%2F%3E%3Cpath%20d%3D%22M4.96167%207.44451C5.57058%205.0991%205.87503%203.9264%206.66114%203.15144C6.88904%202.92678%207.14306%202.73028%207.41778%202.56616C8.36541%202%209.57699%202%2012.0002%202C14.4233%202%2015.6349%202%2016.5825%202.56616C16.8572%202.73028%2017.1113%202.92678%2017.3392%203.15144C18.1253%203.9264%2018.4297%205.0991%2019.0386%207.44451L19.1229%207.76898C19.9507%2010.9576%2020.3646%2012.5519%2019.6128%2013.6719C19.5378%2013.7837%2019.4554%2013.8902%2019.3661%2013.9909C18.4709%2015%2016.8237%2015%2013.5294%2015H10.4709C7.1766%2015%205.52945%2015%204.63423%2013.9909C4.54494%2013.8902%204.46252%2013.7837%204.38754%2013.6719C3.63573%2012.5519%204.04963%2010.9576%204.87744%207.76897L4.96167%207.44451Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.5%2015V17%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%20stroke-linecap%3D%22round%22%20d%3D%22M9%2022H15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2022V15%22%2F%3E%3Cpath%20d%3D%22M4.96167%207.44451C5.57058%205.0991%205.87503%203.9264%206.66114%203.15144C6.88904%202.92678%207.14306%202.73028%207.41778%202.56616C8.36541%202%209.57699%202%2012.0002%202C14.4233%202%2015.6349%202%2016.5825%202.56616C16.8572%202.73028%2017.1113%202.92678%2017.3392%203.15144C18.1253%203.9264%2018.4297%205.0991%2019.0386%207.44451L19.1229%207.76898C19.9507%2010.9576%2020.3646%2012.5519%2019.6128%2013.6719C19.5378%2013.7837%2019.4554%2013.8902%2019.3661%2013.9909C18.4709%2015%2016.8237%2015%2013.5294%2015H10.4709C7.1766%2015%205.52945%2015%204.63423%2013.9909C4.54494%2013.8902%204.46252%2013.7837%204.38754%2013.6719C3.63573%2012.5519%204.04963%2010.9576%204.87744%207.76897L4.96167%207.44451Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.5%2015V17%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/lamp-linear.svg?color=%231a73e8&size=48