lamp icon
lamp-duotone from Reicon by REICON · Duotone · Home · MIT Free for personal and commercial use.
- Name
- lamp-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path fill-rule="evenodd" d="M4.968 7.445c.609-2.346.913-3.519 1.7-4.294a4 4 0 0 1 .756-.585C8.372 2 9.584 2 12.007 2s3.634 0 4.582.566a4 4 0 0 1 .757.585c.786.775 1.09 1.948 1.699 4.294l.084.324c.828 3.189 1.242 4.783.49 5.903a3 3 0 0 1-.247.319c-.285.322-.648.541-1.116.69c-.596.146-1.246.23-1.497.254c-.849.065-1.904.065-3.223.065h-3.059c-3.294 0-4.941 0-5.836-1.01q-.135-.15-.247-.318c-.752-1.12-.338-2.714.49-5.903z" clip-rule="evenodd"/><path d="m16.759 14.935l-.003.065v2a.75.75 0 1 0 1.5 0v-2.318c-.596.145-1.246.23-1.497.253" opacity=".5"/><path fill-rule="evenodd" d="M11.256 21.25V15h1.5v6.25z" clip-rule="evenodd" opacity=".5"/><path d="M11.256 21.25h-2.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconLampDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M4.968 7.445c.609-2.346.913-3.519 1.7-4.294a4 4 0 0 1 .756-.585C8.372 2 9.584 2 12.007 2s3.634 0 4.582.566a4 4 0 0 1 .757.585c.786.775 1.09 1.948 1.699 4.294l.084.324c.828 3.189 1.242 4.783.49 5.903a3 3 0 0 1-.247.319c-.285.322-.648.541-1.116.69c-.596.146-1.246.23-1.497.254c-.849.065-1.904.065-3.223.065h-3.059c-3.294 0-4.941 0-5.836-1.01q-.135-.15-.247-.318c-.752-1.12-.338-2.714.49-5.903z" clipRule="evenodd"/><path d="m16.759 14.935l-.003.065v2a.75.75 0 1 0 1.5 0v-2.318c-.596.145-1.246.23-1.497.253" opacity=".5"/><path fillRule="evenodd" d="M11.256 21.25V15h1.5v6.25z" clipRule="evenodd" opacity=".5"/><path d="M11.256 21.25h-2.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M4.968 7.445c.609-2.346.913-3.519 1.7-4.294a4 4 0 0 1 .756-.585C8.372 2 9.584 2 12.007 2s3.634 0 4.582.566a4 4 0 0 1 .757.585c.786.775 1.09 1.948 1.699 4.294l.084.324c.828 3.189 1.242 4.783.49 5.903a3 3 0 0 1-.247.319c-.285.322-.648.541-1.116.69c-.596.146-1.246.23-1.497.254c-.849.065-1.904.065-3.223.065h-3.059c-3.294 0-4.941 0-5.836-1.01q-.135-.15-.247-.318c-.752-1.12-.338-2.714.49-5.903z" clip-rule="evenodd"/><path d="m16.759 14.935l-.003.065v2a.75.75 0 1 0 1.5 0v-2.318c-.596.145-1.246.23-1.497.253" opacity=".5"/><path fill-rule="evenodd" d="M11.256 21.25V15h1.5v6.25z" clip-rule="evenodd" opacity=".5"/><path d="M11.256 21.25h-2.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5z"/></g></svg> </template>
CSS
.icon-lamp-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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.968%207.445c.609-2.346.913-3.519%201.7-4.294a4%204%200%200%201%20.756-.585C8.372%202%209.584%202%2012.007%202s3.634%200%204.582.566a4%204%200%200%201%20.757.585c.786.775%201.09%201.948%201.699%204.294l.084.324c.828%203.189%201.242%204.783.49%205.903a3%203%200%200%201-.247.319c-.285.322-.648.541-1.116.69c-.596.146-1.246.23-1.497.254c-.849.065-1.904.065-3.223.065h-3.059c-3.294%200-4.941%200-5.836-1.01q-.135-.15-.247-.318c-.752-1.12-.338-2.714.49-5.903z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m16.759%2014.935l-.003.065v2a.75.75%200%201%200%201.5%200v-2.318c-.596.145-1.246.23-1.497.253%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.256%2021.25V15h1.5v6.25z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.256%2021.25h-2.25a.75.75%200%200%200%200%201.5h6a.75.75%200%200%200%200-1.5z%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.968%207.445c.609-2.346.913-3.519%201.7-4.294a4%204%200%200%201%20.756-.585C8.372%202%209.584%202%2012.007%202s3.634%200%204.582.566a4%204%200%200%201%20.757.585c.786.775%201.09%201.948%201.699%204.294l.084.324c.828%203.189%201.242%204.783.49%205.903a3%203%200%200%201-.247.319c-.285.322-.648.541-1.116.69c-.596.146-1.246.23-1.497.254c-.849.065-1.904.065-3.223.065h-3.059c-3.294%200-4.941%200-5.836-1.01q-.135-.15-.247-.318c-.752-1.12-.338-2.714.49-5.903z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m16.759%2014.935l-.003.065v2a.75.75%200%201%200%201.5%200v-2.318c-.596.145-1.246.23-1.497.253%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.256%2021.25V15h1.5v6.25z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.256%2021.25h-2.25a.75.75%200%200%200%200%201.5h6a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/lamp-duotone.svg?color=%231a73e8&size=48