lamp icon
lamp from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- lamp
- Set
- IconPark
- Style
- Color
- Category
- Hardware
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More hardware icons from IconPark
Use the lamp icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" d="M14 9.5C14 7.567 15.567 6 17.5 6C19.433 6 21 7.567 21 9.5V21H14V9.5Z"/><path fill="#2F88FF" d="M27 9.5C27 7.567 28.567 6 30.5 6C32.433 6 34 7.567 34 9.5V21H27V9.5Z"/><rect width="12" height="8" x="18" y="34" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 22C10 21.4477 10.4477 21 11 21H37C37.5523 21 38 21.4477 38 22V26C38 30.4183 34.4183 34 30 34H18C13.5817 34 10 30.4183 10 26V22Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkLamp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path fill="#2F88FF" d="M14 9.5C14 7.567 15.567 6 17.5 6C19.433 6 21 7.567 21 9.5V21H14V9.5Z"/><path fill="#2F88FF" d="M27 9.5C27 7.567 28.567 6 30.5 6C32.433 6 34 7.567 34 9.5V21H27V9.5Z"/><rect width="12" height="8" x="18" y="34" strokeLinecap="round" strokeLinejoin="round"/><path d="M10 22C10 21.4477 10.4477 21 11 21H37C37.5523 21 38 21.4477 38 22V26C38 30.4183 34.4183 34 30 34H18C13.5817 34 10 30.4183 10 26V22Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" d="M14 9.5C14 7.567 15.567 6 17.5 6C19.433 6 21 7.567 21 9.5V21H14V9.5Z"/><path fill="#2F88FF" d="M27 9.5C27 7.567 28.567 6 30.5 6C32.433 6 34 7.567 34 9.5V21H27V9.5Z"/><rect width="12" height="8" x="18" y="34" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 22C10 21.4477 10.4477 21 11 21H37C37.5523 21 38 21.4477 38 22V26C38 30.4183 34.4183 34 30 34H18C13.5817 34 10 30.4183 10 26V22Z"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M14%209.5C14%207.567%2015.567%206%2017.5%206C19.433%206%2021%207.567%2021%209.5V21H14V9.5Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M27%209.5C27%207.567%2028.567%206%2030.5%206C32.433%206%2034%207.567%2034%209.5V21H27V9.5Z%22%2F%3E%3Crect%20width%3D%2212%22%20height%3D%228%22%20x%3D%2218%22%20y%3D%2234%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M10%2022C10%2021.4477%2010.4477%2021%2011%2021H37C37.5523%2021%2038%2021.4477%2038%2022V26C38%2030.4183%2034.4183%2034%2030%2034H18C13.5817%2034%2010%2030.4183%2010%2026V22Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M14%209.5C14%207.567%2015.567%206%2017.5%206C19.433%206%2021%207.567%2021%209.5V21H14V9.5Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M27%209.5C27%207.567%2028.567%206%2030.5%206C32.433%206%2034%207.567%2034%209.5V21H27V9.5Z%22%2F%3E%3Crect%20width%3D%2212%22%20height%3D%228%22%20x%3D%2218%22%20y%3D%2234%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M10%2022C10%2021.4477%2010.4477%2021%2011%2021H37C37.5523%2021%2038%2021.4477%2038%2022V26C38%2030.4183%2034.4183%2034%2030%2034H18C13.5817%2034%2010%2030.4183%2010%2026V22Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/lamp.svg?color=%231a73e8&size=48