lamp from Reicon by REICON · Outline · Home · MIT Free for personal and commercial use.

Name
lamp
Set
Reicon
Style
Outline
Category
Home
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All lamp icons →

More home icons from Reicon

Use the lamp icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.961 1.25h.078c1.179 0 2.118 0 2.879.074c.783.077 1.444.237 2.05.598q.49.294.898.695c.501.495.822 1.095 1.093 1.834c.264.718.5 1.627.796 2.767l.108.418c.402 1.547.723 2.783.842 3.77c.122 1.015.051 1.908-.47 2.684a4 4 0 0 1-.308.399c-.448.505-1.015.798-1.677.973V17a.75.75 0 0 1-1.5 0v-1.313c-.869.063-1.919.063-3.163.063h-.837v5.5H15a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1 0-1.5h2.25v-5.5h-.836c-1.599 0-2.876 0-3.861-.133c-1.013-.137-1.86-.43-2.48-1.128a4 4 0 0 1-.308-.4c-.521-.775-.592-1.668-.47-2.683c.12-.987.44-2.223.842-3.77l.108-.417c.297-1.141.533-2.05.796-2.768c.27-.74.592-1.34 1.094-1.834q.407-.4.898-.695c.605-.36 1.266-.521 2.05-.598c.76-.074 1.7-.074 2.878-.074m1.568 13c1.67 0 2.845-.002 3.718-.12c.858-.115 1.283-.327 1.558-.637q.1-.113.185-.239c.23-.344.33-.809.226-1.668c-.106-.875-.4-2.013-.82-3.629l-.083-.324c-.308-1.187-.527-2.025-.762-2.666c-.23-.627-.454-1.001-.738-1.281a3.3 3.3 0 0 0-.615-.476c-.343-.205-.761-.328-1.426-.393c-.68-.066-1.546-.067-2.772-.067s-2.092 0-2.771.067c-.665.065-1.084.188-1.427.393a3.3 3.3 0 0 0-.614.476c-.285.28-.509.654-.739 1.281c-.235.641-.453 1.48-.761 2.666l-.085.324c-.42 1.616-.713 2.754-.818 3.629c-.104.86-.006 1.324.225 1.668q.084.126.185.24c.275.31.7.52 1.558.637c.874.117 2.049.119 3.718.119z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconLamp(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" fillRule="evenodd" d="M11.961 1.25h.078c1.179 0 2.118 0 2.879.074c.783.077 1.444.237 2.05.598q.49.294.898.695c.501.495.822 1.095 1.093 1.834c.264.718.5 1.627.796 2.767l.108.418c.402 1.547.723 2.783.842 3.77c.122 1.015.051 1.908-.47 2.684a4 4 0 0 1-.308.399c-.448.505-1.015.798-1.677.973V17a.75.75 0 0 1-1.5 0v-1.313c-.869.063-1.919.063-3.163.063h-.837v5.5H15a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1 0-1.5h2.25v-5.5h-.836c-1.599 0-2.876 0-3.861-.133c-1.013-.137-1.86-.43-2.48-1.128a4 4 0 0 1-.308-.4c-.521-.775-.592-1.668-.47-2.683c.12-.987.44-2.223.842-3.77l.108-.417c.297-1.141.533-2.05.796-2.768c.27-.74.592-1.34 1.094-1.834q.407-.4.898-.695c.605-.36 1.266-.521 2.05-.598c.76-.074 1.7-.074 2.878-.074m1.568 13c1.67 0 2.845-.002 3.718-.12c.858-.115 1.283-.327 1.558-.637q.1-.113.185-.239c.23-.344.33-.809.226-1.668c-.106-.875-.4-2.013-.82-3.629l-.083-.324c-.308-1.187-.527-2.025-.762-2.666c-.23-.627-.454-1.001-.738-1.281a3.3 3.3 0 0 0-.615-.476c-.343-.205-.761-.328-1.426-.393c-.68-.066-1.546-.067-2.772-.067s-2.092 0-2.771.067c-.665.065-1.084.188-1.427.393a3.3 3.3 0 0 0-.614.476c-.285.28-.509.654-.739 1.281c-.235.641-.453 1.48-.761 2.666l-.085.324c-.42 1.616-.713 2.754-.818 3.629c-.104.86-.006 1.324.225 1.668q.084.126.185.24c.275.31.7.52 1.558.637c.874.117 2.049.119 3.718.119z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.961 1.25h.078c1.179 0 2.118 0 2.879.074c.783.077 1.444.237 2.05.598q.49.294.898.695c.501.495.822 1.095 1.093 1.834c.264.718.5 1.627.796 2.767l.108.418c.402 1.547.723 2.783.842 3.77c.122 1.015.051 1.908-.47 2.684a4 4 0 0 1-.308.399c-.448.505-1.015.798-1.677.973V17a.75.75 0 0 1-1.5 0v-1.313c-.869.063-1.919.063-3.163.063h-.837v5.5H15a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1 0-1.5h2.25v-5.5h-.836c-1.599 0-2.876 0-3.861-.133c-1.013-.137-1.86-.43-2.48-1.128a4 4 0 0 1-.308-.4c-.521-.775-.592-1.668-.47-2.683c.12-.987.44-2.223.842-3.77l.108-.417c.297-1.141.533-2.05.796-2.768c.27-.74.592-1.34 1.094-1.834q.407-.4.898-.695c.605-.36 1.266-.521 2.05-.598c.76-.074 1.7-.074 2.878-.074m1.568 13c1.67 0 2.845-.002 3.718-.12c.858-.115 1.283-.327 1.558-.637q.1-.113.185-.239c.23-.344.33-.809.226-1.668c-.106-.875-.4-2.013-.82-3.629l-.083-.324c-.308-1.187-.527-2.025-.762-2.666c-.23-.627-.454-1.001-.738-1.281a3.3 3.3 0 0 0-.615-.476c-.343-.205-.761-.328-1.426-.393c-.68-.066-1.546-.067-2.772-.067s-2.092 0-2.771.067c-.665.065-1.084.188-1.427.393a3.3 3.3 0 0 0-.614.476c-.285.28-.509.654-.739 1.281c-.235.641-.453 1.48-.761 2.666l-.085.324c-.42 1.616-.713 2.754-.818 3.629c-.104.86-.006 1.324.225 1.668q.084.126.185.24c.275.31.7.52 1.558.637c.874.117 2.049.119 3.718.119z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-lamp {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.961%201.25h.078c1.179%200%202.118%200%202.879.074c.783.077%201.444.237%202.05.598q.49.294.898.695c.501.495.822%201.095%201.093%201.834c.264.718.5%201.627.796%202.767l.108.418c.402%201.547.723%202.783.842%203.77c.122%201.015.051%201.908-.47%202.684a4%204%200%200%201-.308.399c-.448.505-1.015.798-1.677.973V17a.75.75%200%200%201-1.5%200v-1.313c-.869.063-1.919.063-3.163.063h-.837v5.5H15a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201%200-1.5h2.25v-5.5h-.836c-1.599%200-2.876%200-3.861-.133c-1.013-.137-1.86-.43-2.48-1.128a4%204%200%200%201-.308-.4c-.521-.775-.592-1.668-.47-2.683c.12-.987.44-2.223.842-3.77l.108-.417c.297-1.141.533-2.05.796-2.768c.27-.74.592-1.34%201.094-1.834q.407-.4.898-.695c.605-.36%201.266-.521%202.05-.598c.76-.074%201.7-.074%202.878-.074m1.568%2013c1.67%200%202.845-.002%203.718-.12c.858-.115%201.283-.327%201.558-.637q.1-.113.185-.239c.23-.344.33-.809.226-1.668c-.106-.875-.4-2.013-.82-3.629l-.083-.324c-.308-1.187-.527-2.025-.762-2.666c-.23-.627-.454-1.001-.738-1.281a3.3%203.3%200%200%200-.615-.476c-.343-.205-.761-.328-1.426-.393c-.68-.066-1.546-.067-2.772-.067s-2.092%200-2.771.067c-.665.065-1.084.188-1.427.393a3.3%203.3%200%200%200-.614.476c-.285.28-.509.654-.739%201.281c-.235.641-.453%201.48-.761%202.666l-.085.324c-.42%201.616-.713%202.754-.818%203.629c-.104.86-.006%201.324.225%201.668q.084.126.185.24c.275.31.7.52%201.558.637c.874.117%202.049.119%203.718.119z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.961%201.25h.078c1.179%200%202.118%200%202.879.074c.783.077%201.444.237%202.05.598q.49.294.898.695c.501.495.822%201.095%201.093%201.834c.264.718.5%201.627.796%202.767l.108.418c.402%201.547.723%202.783.842%203.77c.122%201.015.051%201.908-.47%202.684a4%204%200%200%201-.308.399c-.448.505-1.015.798-1.677.973V17a.75.75%200%200%201-1.5%200v-1.313c-.869.063-1.919.063-3.163.063h-.837v5.5H15a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201%200-1.5h2.25v-5.5h-.836c-1.599%200-2.876%200-3.861-.133c-1.013-.137-1.86-.43-2.48-1.128a4%204%200%200%201-.308-.4c-.521-.775-.592-1.668-.47-2.683c.12-.987.44-2.223.842-3.77l.108-.417c.297-1.141.533-2.05.796-2.768c.27-.74.592-1.34%201.094-1.834q.407-.4.898-.695c.605-.36%201.266-.521%202.05-.598c.76-.074%201.7-.074%202.878-.074m1.568%2013c1.67%200%202.845-.002%203.718-.12c.858-.115%201.283-.327%201.558-.637q.1-.113.185-.239c.23-.344.33-.809.226-1.668c-.106-.875-.4-2.013-.82-3.629l-.083-.324c-.308-1.187-.527-2.025-.762-2.666c-.23-.627-.454-1.001-.738-1.281a3.3%203.3%200%200%200-.615-.476c-.343-.205-.761-.328-1.426-.393c-.68-.066-1.546-.067-2.772-.067s-2.092%200-2.771.067c-.665.065-1.084.188-1.427.393a3.3%203.3%200%200%200-.614.476c-.285.28-.509.654-.739%201.281c-.235.641-.453%201.48-.761%202.666l-.085.324c-.42%201.616-.713%202.754-.818%203.629c-.104.86-.006%201.324.225%201.668q.084.126.185.24c.275.31.7.52%201.558.637c.874.117%202.049.119%203.718.119z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/lamp.svg?color=%231a73e8&size=48