lamp-line-duotone from Solar by 480 Design · Line Duotone · Home · CC-BY-4.0 Attribution required.

Name
lamp-line-duotone
Set
Solar
Style
Line Duotone
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

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" opacity=".5"/><path d="M4.96143 7.44451C5.57033 5.0991 5.87478 3.9264 6.6609 3.15144C6.88879 2.92678 7.14282 2.73028 7.41753 2.56616C8.36517 2 9.57675 2 11.9999 2C14.4231 2 15.6346 2 16.5823 2.56616C16.857 2.73028 17.111 2.92678 17.3389 3.15144C18.125 3.9264 18.4295 5.0991 19.0384 7.44451L19.1226 7.76898C19.9504 10.9576 20.3643 12.5519 19.6125 13.6719C19.5375 13.7837 19.4551 13.8902 19.3658 13.9909C18.4706 15 16.8235 15 13.5292 15H10.4706C7.17635 15 5.52921 15 4.63399 13.9909C4.5447 13.8902 4.46228 13.7837 4.38729 13.6719C3.63548 12.5519 4.04939 10.9576 4.87719 7.76897L4.96143 7.44451Z"/><path stroke-linecap="round" d="M17.5 15V17" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarLampLineDuotone(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" opacity=".5"/><path d="M4.96143 7.44451C5.57033 5.0991 5.87478 3.9264 6.6609 3.15144C6.88879 2.92678 7.14282 2.73028 7.41753 2.56616C8.36517 2 9.57675 2 11.9999 2C14.4231 2 15.6346 2 16.5823 2.56616C16.857 2.73028 17.111 2.92678 17.3389 3.15144C18.125 3.9264 18.4295 5.0991 19.0384 7.44451L19.1226 7.76898C19.9504 10.9576 20.3643 12.5519 19.6125 13.6719C19.5375 13.7837 19.4551 13.8902 19.3658 13.9909C18.4706 15 16.8235 15 13.5292 15H10.4706C7.17635 15 5.52921 15 4.63399 13.9909C4.5447 13.8902 4.46228 13.7837 4.38729 13.6719C3.63548 12.5519 4.04939 10.9576 4.87719 7.76897L4.96143 7.44451Z"/><path strokeLinecap="round" d="M17.5 15V17" 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 stroke-linecap="round" d="M9 22H15"/><path stroke-linecap="round" d="M12 22V15" opacity=".5"/><path d="M4.96143 7.44451C5.57033 5.0991 5.87478 3.9264 6.6609 3.15144C6.88879 2.92678 7.14282 2.73028 7.41753 2.56616C8.36517 2 9.57675 2 11.9999 2C14.4231 2 15.6346 2 16.5823 2.56616C16.857 2.73028 17.111 2.92678 17.3389 3.15144C18.125 3.9264 18.4295 5.0991 19.0384 7.44451L19.1226 7.76898C19.9504 10.9576 20.3643 12.5519 19.6125 13.6719C19.5375 13.7837 19.4551 13.8902 19.3658 13.9909C18.4706 15 16.8235 15 13.5292 15H10.4706C7.17635 15 5.52921 15 4.63399 13.9909C4.5447 13.8902 4.46228 13.7837 4.38729 13.6719C3.63548 12.5519 4.04939 10.9576 4.87719 7.76897L4.96143 7.44451Z"/><path stroke-linecap="round" d="M17.5 15V17" opacity=".5"/></g></svg>
</template>

CSS

.icon-lamp-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%20stroke-linecap%3D%22round%22%20d%3D%22M9%2022H15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2022V15%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M4.96143%207.44451C5.57033%205.0991%205.87478%203.9264%206.6609%203.15144C6.88879%202.92678%207.14282%202.73028%207.41753%202.56616C8.36517%202%209.57675%202%2011.9999%202C14.4231%202%2015.6346%202%2016.5823%202.56616C16.857%202.73028%2017.111%202.92678%2017.3389%203.15144C18.125%203.9264%2018.4295%205.0991%2019.0384%207.44451L19.1226%207.76898C19.9504%2010.9576%2020.3643%2012.5519%2019.6125%2013.6719C19.5375%2013.7837%2019.4551%2013.8902%2019.3658%2013.9909C18.4706%2015%2016.8235%2015%2013.5292%2015H10.4706C7.17635%2015%205.52921%2015%204.63399%2013.9909C4.5447%2013.8902%204.46228%2013.7837%204.38729%2013.6719C3.63548%2012.5519%204.04939%2010.9576%204.87719%207.76897L4.96143%207.44451Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.5%2015V17%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%20stroke-linecap%3D%22round%22%20d%3D%22M9%2022H15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2022V15%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M4.96143%207.44451C5.57033%205.0991%205.87478%203.9264%206.6609%203.15144C6.88879%202.92678%207.14282%202.73028%207.41753%202.56616C8.36517%202%209.57675%202%2011.9999%202C14.4231%202%2015.6346%202%2016.5823%202.56616C16.857%202.73028%2017.111%202.92678%2017.3389%203.15144C18.125%203.9264%2018.4295%205.0991%2019.0384%207.44451L19.1226%207.76898C19.9504%2010.9576%2020.3643%2012.5519%2019.6125%2013.6719C19.5375%2013.7837%2019.4551%2013.8902%2019.3658%2013.9909C18.4706%2015%2016.8235%2015%2013.5292%2015H10.4706C7.17635%2015%205.52921%2015%204.63399%2013.9909C4.5447%2013.8902%204.46228%2013.7837%204.38729%2013.6719C3.63548%2012.5519%204.04939%2010.9576%204.87719%207.76897L4.96143%207.44451Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.5%2015V17%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/lamp-line-duotone.svg?color=%231a73e8&size=48