floor lamp icon
floor-lamp from Reicon by REICON · Outline · Home · MIT Free for personal and commercial use.
- Name
- floor-lamp
- Set
- Reicon
- Style
- Outline
- Category
- Home
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All floor lamp icons →More home icons from Reicon
Use the floor 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="M9.318 3.39a2.751 2.751 0 0 1 5.364 0c.216.092.41.229.568.403c.325.361.483.888.294 1.434a3.76 3.76 0 0 1-2.794 2.448v5.732a5 5 0 0 1 .387-.334l.011-.01l3.34-2.386a3.88 3.88 0 0 1 .25-3.686a1.43 1.43 0 0 1 1.325-.67c.24.017.473.088.684.205a2.785 2.785 0 0 1 3.405.799a2.83 2.83 0 0 1-.03 3.516c.065.234.08.48.04.719a1.44 1.44 0 0 1-.953 1.137a3.8 3.8 0 0 1-3.842-.805l-3.322 2.375a3.39 3.39 0 0 0-1.295 2.67v4.313H15a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1 0-1.5h2.25v-4.313a3.39 3.39 0 0 0-1.295-2.67l-3.322-2.375a3.8 3.8 0 0 1-3.842.805a1.44 1.44 0 0 1-.952-1.137a1.7 1.7 0 0 1 .038-.72a2.83 2.83 0 0 1-.029-3.515a2.785 2.785 0 0 1 3.405-.8a1.64 1.64 0 0 1 .684-.203a1.43 1.43 0 0 1 1.325.669c.696 1.095.8 2.49.25 3.686l3.34 2.387l.011.009q.204.158.387.334V7.675a3.76 3.76 0 0 1-2.794-2.448a1.42 1.42 0 0 1 .294-1.434c.157-.174.352-.31.568-.403M11 3.25h2a1.248 1.248 0 0 0-2 0M4.118 7.752a1.29 1.29 0 0 0-1.088.496a1.33 1.33 0 0 0-.227 1.188zm17.079 1.684c.115-.395.045-.84-.227-1.188a1.29 1.29 0 0 0-1.088-.496zM9.888 4.779a2.251 2.251 0 0 0 4.224 0l-.021-.01A.2.2 0 0 0 14 4.75h-4a.23.23 0 0 0-.112.029M5.98 7.838a.3.3 0 0 0-.078.067L3.37 11.146a.3.3 0 0 0-.047.095a.2.2 0 0 0-.007.05a2.3 2.3 0 0 0 2.599-.84a2.37 2.37 0 0 0 .099-2.628zm12.006-.015a2.37 2.37 0 0 0 .15 2.695a2.3 2.3 0 0 0 2.548.773a.2.2 0 0 0-.007-.05a.3.3 0 0 0-.047-.095l-2.532-3.241a.26.26 0 0 0-.112-.082" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconFloorLamp(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="M9.318 3.39a2.751 2.751 0 0 1 5.364 0c.216.092.41.229.568.403c.325.361.483.888.294 1.434a3.76 3.76 0 0 1-2.794 2.448v5.732a5 5 0 0 1 .387-.334l.011-.01l3.34-2.386a3.88 3.88 0 0 1 .25-3.686a1.43 1.43 0 0 1 1.325-.67c.24.017.473.088.684.205a2.785 2.785 0 0 1 3.405.799a2.83 2.83 0 0 1-.03 3.516c.065.234.08.48.04.719a1.44 1.44 0 0 1-.953 1.137a3.8 3.8 0 0 1-3.842-.805l-3.322 2.375a3.39 3.39 0 0 0-1.295 2.67v4.313H15a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1 0-1.5h2.25v-4.313a3.39 3.39 0 0 0-1.295-2.67l-3.322-2.375a3.8 3.8 0 0 1-3.842.805a1.44 1.44 0 0 1-.952-1.137a1.7 1.7 0 0 1 .038-.72a2.83 2.83 0 0 1-.029-3.515a2.785 2.785 0 0 1 3.405-.8a1.64 1.64 0 0 1 .684-.203a1.43 1.43 0 0 1 1.325.669c.696 1.095.8 2.49.25 3.686l3.34 2.387l.011.009q.204.158.387.334V7.675a3.76 3.76 0 0 1-2.794-2.448a1.42 1.42 0 0 1 .294-1.434c.157-.174.352-.31.568-.403M11 3.25h2a1.248 1.248 0 0 0-2 0M4.118 7.752a1.29 1.29 0 0 0-1.088.496a1.33 1.33 0 0 0-.227 1.188zm17.079 1.684c.115-.395.045-.84-.227-1.188a1.29 1.29 0 0 0-1.088-.496zM9.888 4.779a2.251 2.251 0 0 0 4.224 0l-.021-.01A.2.2 0 0 0 14 4.75h-4a.23.23 0 0 0-.112.029M5.98 7.838a.3.3 0 0 0-.078.067L3.37 11.146a.3.3 0 0 0-.047.095a.2.2 0 0 0-.007.05a2.3 2.3 0 0 0 2.599-.84a2.37 2.37 0 0 0 .099-2.628zm12.006-.015a2.37 2.37 0 0 0 .15 2.695a2.3 2.3 0 0 0 2.548.773a.2.2 0 0 0-.007-.05a.3.3 0 0 0-.047-.095l-2.532-3.241a.26.26 0 0 0-.112-.082" 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="M9.318 3.39a2.751 2.751 0 0 1 5.364 0c.216.092.41.229.568.403c.325.361.483.888.294 1.434a3.76 3.76 0 0 1-2.794 2.448v5.732a5 5 0 0 1 .387-.334l.011-.01l3.34-2.386a3.88 3.88 0 0 1 .25-3.686a1.43 1.43 0 0 1 1.325-.67c.24.017.473.088.684.205a2.785 2.785 0 0 1 3.405.799a2.83 2.83 0 0 1-.03 3.516c.065.234.08.48.04.719a1.44 1.44 0 0 1-.953 1.137a3.8 3.8 0 0 1-3.842-.805l-3.322 2.375a3.39 3.39 0 0 0-1.295 2.67v4.313H15a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1 0-1.5h2.25v-4.313a3.39 3.39 0 0 0-1.295-2.67l-3.322-2.375a3.8 3.8 0 0 1-3.842.805a1.44 1.44 0 0 1-.952-1.137a1.7 1.7 0 0 1 .038-.72a2.83 2.83 0 0 1-.029-3.515a2.785 2.785 0 0 1 3.405-.8a1.64 1.64 0 0 1 .684-.203a1.43 1.43 0 0 1 1.325.669c.696 1.095.8 2.49.25 3.686l3.34 2.387l.011.009q.204.158.387.334V7.675a3.76 3.76 0 0 1-2.794-2.448a1.42 1.42 0 0 1 .294-1.434c.157-.174.352-.31.568-.403M11 3.25h2a1.248 1.248 0 0 0-2 0M4.118 7.752a1.29 1.29 0 0 0-1.088.496a1.33 1.33 0 0 0-.227 1.188zm17.079 1.684c.115-.395.045-.84-.227-1.188a1.29 1.29 0 0 0-1.088-.496zM9.888 4.779a2.251 2.251 0 0 0 4.224 0l-.021-.01A.2.2 0 0 0 14 4.75h-4a.23.23 0 0 0-.112.029M5.98 7.838a.3.3 0 0 0-.078.067L3.37 11.146a.3.3 0 0 0-.047.095a.2.2 0 0 0-.007.05a2.3 2.3 0 0 0 2.599-.84a2.37 2.37 0 0 0 .099-2.628zm12.006-.015a2.37 2.37 0 0 0 .15 2.695a2.3 2.3 0 0 0 2.548.773a.2.2 0 0 0-.007-.05a.3.3 0 0 0-.047-.095l-2.532-3.241a.26.26 0 0 0-.112-.082" clip-rule="evenodd"/></svg> </template>
CSS
.icon-floor-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%22M9.318%203.39a2.751%202.751%200%200%201%205.364%200c.216.092.41.229.568.403c.325.361.483.888.294%201.434a3.76%203.76%200%200%201-2.794%202.448v5.732a5%205%200%200%201%20.387-.334l.011-.01l3.34-2.386a3.88%203.88%200%200%201%20.25-3.686a1.43%201.43%200%200%201%201.325-.67c.24.017.473.088.684.205a2.785%202.785%200%200%201%203.405.799a2.83%202.83%200%200%201-.03%203.516c.065.234.08.48.04.719a1.44%201.44%200%200%201-.953%201.137a3.8%203.8%200%200%201-3.842-.805l-3.322%202.375a3.39%203.39%200%200%200-1.295%202.67v4.313H15a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201%200-1.5h2.25v-4.313a3.39%203.39%200%200%200-1.295-2.67l-3.322-2.375a3.8%203.8%200%200%201-3.842.805a1.44%201.44%200%200%201-.952-1.137a1.7%201.7%200%200%201%20.038-.72a2.83%202.83%200%200%201-.029-3.515a2.785%202.785%200%200%201%203.405-.8a1.64%201.64%200%200%201%20.684-.203a1.43%201.43%200%200%201%201.325.669c.696%201.095.8%202.49.25%203.686l3.34%202.387l.011.009q.204.158.387.334V7.675a3.76%203.76%200%200%201-2.794-2.448a1.42%201.42%200%200%201%20.294-1.434c.157-.174.352-.31.568-.403M11%203.25h2a1.248%201.248%200%200%200-2%200M4.118%207.752a1.29%201.29%200%200%200-1.088.496a1.33%201.33%200%200%200-.227%201.188zm17.079%201.684c.115-.395.045-.84-.227-1.188a1.29%201.29%200%200%200-1.088-.496zM9.888%204.779a2.251%202.251%200%200%200%204.224%200l-.021-.01A.2.2%200%200%200%2014%204.75h-4a.23.23%200%200%200-.112.029M5.98%207.838a.3.3%200%200%200-.078.067L3.37%2011.146a.3.3%200%200%200-.047.095a.2.2%200%200%200-.007.05a2.3%202.3%200%200%200%202.599-.84a2.37%202.37%200%200%200%20.099-2.628zm12.006-.015a2.37%202.37%200%200%200%20.15%202.695a2.3%202.3%200%200%200%202.548.773a.2.2%200%200%200-.007-.05a.3.3%200%200%200-.047-.095l-2.532-3.241a.26.26%200%200%200-.112-.082%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%22M9.318%203.39a2.751%202.751%200%200%201%205.364%200c.216.092.41.229.568.403c.325.361.483.888.294%201.434a3.76%203.76%200%200%201-2.794%202.448v5.732a5%205%200%200%201%20.387-.334l.011-.01l3.34-2.386a3.88%203.88%200%200%201%20.25-3.686a1.43%201.43%200%200%201%201.325-.67c.24.017.473.088.684.205a2.785%202.785%200%200%201%203.405.799a2.83%202.83%200%200%201-.03%203.516c.065.234.08.48.04.719a1.44%201.44%200%200%201-.953%201.137a3.8%203.8%200%200%201-3.842-.805l-3.322%202.375a3.39%203.39%200%200%200-1.295%202.67v4.313H15a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201%200-1.5h2.25v-4.313a3.39%203.39%200%200%200-1.295-2.67l-3.322-2.375a3.8%203.8%200%200%201-3.842.805a1.44%201.44%200%200%201-.952-1.137a1.7%201.7%200%200%201%20.038-.72a2.83%202.83%200%200%201-.029-3.515a2.785%202.785%200%200%201%203.405-.8a1.64%201.64%200%200%201%20.684-.203a1.43%201.43%200%200%201%201.325.669c.696%201.095.8%202.49.25%203.686l3.34%202.387l.011.009q.204.158.387.334V7.675a3.76%203.76%200%200%201-2.794-2.448a1.42%201.42%200%200%201%20.294-1.434c.157-.174.352-.31.568-.403M11%203.25h2a1.248%201.248%200%200%200-2%200M4.118%207.752a1.29%201.29%200%200%200-1.088.496a1.33%201.33%200%200%200-.227%201.188zm17.079%201.684c.115-.395.045-.84-.227-1.188a1.29%201.29%200%200%200-1.088-.496zM9.888%204.779a2.251%202.251%200%200%200%204.224%200l-.021-.01A.2.2%200%200%200%2014%204.75h-4a.23.23%200%200%200-.112.029M5.98%207.838a.3.3%200%200%200-.078.067L3.37%2011.146a.3.3%200%200%200-.047.095a.2.2%200%200%200-.007.05a2.3%202.3%200%200%200%202.599-.84a2.37%202.37%200%200%200%20.099-2.628zm12.006-.015a2.37%202.37%200%200%200%20.15%202.695a2.3%202.3%200%200%200%202.548.773a.2.2%200%200%200-.007-.05a.3.3%200%200%200-.047-.095l-2.532-3.241a.26.26%200%200%200-.112-.082%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/floor-lamp.svg?color=%231a73e8&size=48