lamp icon
lamp from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- lamp
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
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="M12 2c1.635 0 2.452 0 3.165.29c.383.155.74.37 1.058.638c.59.496.977 1.223 1.75 2.676l.8 1.503c1.401 2.63 2.101 3.946 1.524 4.92S18.241 13 15.281 13H8.72c-2.96 0-4.44 0-5.016-.974c-.577-.973.123-2.288 1.523-4.919l.8-1.503C6.8 4.15 7.188 3.424 7.778 2.928a4 4 0 0 1 1.058-.638C9.548 2 10.365 2 12 2Zm0 11v6"/><path d="M9.456 20.3c.27-.456.404-.683.6-.852c.2-.172.447-.3.718-.375c.267-.073.568-.073 1.17-.073h.112c.602 0 .903 0 1.17.073c.272.075.518.203.718.375c.197.169.331.396.6.851c.322.543.482.815.452 1.036a.75.75 0 0 1-.398.544c-.22.121-.58.121-1.298.121h-2.6c-.719 0-1.078 0-1.299-.121a.75.75 0 0 1-.398-.544c-.03-.222.131-.493.453-1.036Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsLamp(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="M12 2c1.635 0 2.452 0 3.165.29c.383.155.74.37 1.058.638c.59.496.977 1.223 1.75 2.676l.8 1.503c1.401 2.63 2.101 3.946 1.524 4.92S18.241 13 15.281 13H8.72c-2.96 0-4.44 0-5.016-.974c-.577-.973.123-2.288 1.523-4.919l.8-1.503C6.8 4.15 7.188 3.424 7.778 2.928a4 4 0 0 1 1.058-.638C9.548 2 10.365 2 12 2Zm0 11v6"/><path d="M9.456 20.3c.27-.456.404-.683.6-.852c.2-.172.447-.3.718-.375c.267-.073.568-.073 1.17-.073h.112c.602 0 .903 0 1.17.073c.272.075.518.203.718.375c.197.169.331.396.6.851c.322.543.482.815.452 1.036a.75.75 0 0 1-.398.544c-.22.121-.58.121-1.298.121h-2.6c-.719 0-1.078 0-1.299-.121a.75.75 0 0 1-.398-.544c-.03-.222.131-.493.453-1.036Z"/></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="M12 2c1.635 0 2.452 0 3.165.29c.383.155.74.37 1.058.638c.59.496.977 1.223 1.75 2.676l.8 1.503c1.401 2.63 2.101 3.946 1.524 4.92S18.241 13 15.281 13H8.72c-2.96 0-4.44 0-5.016-.974c-.577-.973.123-2.288 1.523-4.919l.8-1.503C6.8 4.15 7.188 3.424 7.778 2.928a4 4 0 0 1 1.058-.638C9.548 2 10.365 2 12 2Zm0 11v6"/><path d="M9.456 20.3c.27-.456.404-.683.6-.852c.2-.172.447-.3.718-.375c.267-.073.568-.073 1.17-.073h.112c.602 0 .903 0 1.17.073c.272.075.518.203.718.375c.197.169.331.396.6.851c.322.543.482.815.452 1.036a.75.75 0 0 1-.398.544c-.22.121-.58.121-1.298.121h-2.6c-.719 0-1.078 0-1.299-.121a.75.75 0 0 1-.398-.544c-.03-.222.131-.493.453-1.036Z"/></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%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%22M12%202c1.635%200%202.452%200%203.165.29c.383.155.74.37%201.058.638c.59.496.977%201.223%201.75%202.676l.8%201.503c1.401%202.63%202.101%203.946%201.524%204.92S18.241%2013%2015.281%2013H8.72c-2.96%200-4.44%200-5.016-.974c-.577-.973.123-2.288%201.523-4.919l.8-1.503C6.8%204.15%207.188%203.424%207.778%202.928a4%204%200%200%201%201.058-.638C9.548%202%2010.365%202%2012%202Zm0%2011v6%22%2F%3E%3Cpath%20d%3D%22M9.456%2020.3c.27-.456.404-.683.6-.852c.2-.172.447-.3.718-.375c.267-.073.568-.073%201.17-.073h.112c.602%200%20.903%200%201.17.073c.272.075.518.203.718.375c.197.169.331.396.6.851c.322.543.482.815.452%201.036a.75.75%200%200%201-.398.544c-.22.121-.58.121-1.298.121h-2.6c-.719%200-1.078%200-1.299-.121a.75.75%200%200%201-.398-.544c-.03-.222.131-.493.453-1.036Z%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%22M12%202c1.635%200%202.452%200%203.165.29c.383.155.74.37%201.058.638c.59.496.977%201.223%201.75%202.676l.8%201.503c1.401%202.63%202.101%203.946%201.524%204.92S18.241%2013%2015.281%2013H8.72c-2.96%200-4.44%200-5.016-.974c-.577-.973.123-2.288%201.523-4.919l.8-1.503C6.8%204.15%207.188%203.424%207.778%202.928a4%204%200%200%201%201.058-.638C9.548%202%2010.365%202%2012%202Zm0%2011v6%22%2F%3E%3Cpath%20d%3D%22M9.456%2020.3c.27-.456.404-.683.6-.852c.2-.172.447-.3.718-.375c.267-.073.568-.073%201.17-.073h.112c.602%200%20.903%200%201.17.073c.272.075.518.203.718.375c.197.169.331.396.6.851c.322.543.482.815.452%201.036a.75.75%200%200%201-.398.544c-.22.121-.58.121-1.298.121h-2.6c-.719%200-1.078%200-1.299-.121a.75.75%200%200%201-.398-.544c-.03-.222.131-.493.453-1.036Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/lamp.svg?color=%231a73e8&size=48