desklamp icon
desklamp-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.
- Name
- desklamp-outline
- Set
- Teenyicons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
Use the desklamp icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m1.5 8.5l-.395-.307a.5.5 0 0 0 .041.66zm5-7l-.354.354zm2 2l.354.354l.353-.354l-.353-.354zm-2 2l-.354.354l.354.353l.354-.353zm-2-2l-.354.354zm3.136.864l.354.353zm-.272.272l-.354-.353zm.272 5.728l-.353-.354zm5.728-5.728l-.354-.353zm0-.272l-.354.353zm-6 6l.353-.354zM2 15h11v-1H2zm5.854-.854l-6-6l-.708.708l6 6zm-5.96-5.339l3.5-4.5l-.789-.614l-3.5 4.5zm4.252-6.953l2 2l.708-.708l-2-2zm2 1.292l-2 2l.708.708l2-2zm-1.292 2l-2-2l-.708.708l2 2zm-2-3.292a.914.914 0 0 1 1.292 0l.708-.708a1.914 1.914 0 0 0-2.708 0zm-.708-.708a1.914 1.914 0 0 0 0 2.708l.708-.708a.914.914 0 0 1 0-1.292zM7.283 4.01l-.273.273l.707.707l.273-.273zm.707 6.707l5.727-5.727l-.707-.707l-5.727 5.727zm5.727-5.727c.27-.27.27-.71 0-.98l-.707.707a.307.307 0 0 1 0-.434zM7.01 10.717c.27.27.71.27.98 0l-.707-.707c.12-.12.314-.12.434 0zm0-6.434a4.55 4.55 0 0 0 0 6.434l.707-.707a3.55 3.55 0 0 1 0-5.02zm.98.434a3.55 3.55 0 0 1 5.02 0l.707-.707a4.55 4.55 0 0 0-6.434 0z"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsDesklampOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m1.5 8.5l-.395-.307a.5.5 0 0 0 .041.66zm5-7l-.354.354zm2 2l.354.354l.353-.354l-.353-.354zm-2 2l-.354.354l.354.353l.354-.353zm-2-2l-.354.354zm3.136.864l.354.353zm-.272.272l-.354-.353zm.272 5.728l-.353-.354zm5.728-5.728l-.354-.353zm0-.272l-.354.353zm-6 6l.353-.354zM2 15h11v-1H2zm5.854-.854l-6-6l-.708.708l6 6zm-5.96-5.339l3.5-4.5l-.789-.614l-3.5 4.5zm4.252-6.953l2 2l.708-.708l-2-2zm2 1.292l-2 2l.708.708l2-2zm-1.292 2l-2-2l-.708.708l2 2zm-2-3.292a.914.914 0 0 1 1.292 0l.708-.708a1.914 1.914 0 0 0-2.708 0zm-.708-.708a1.914 1.914 0 0 0 0 2.708l.708-.708a.914.914 0 0 1 0-1.292zM7.283 4.01l-.273.273l.707.707l.273-.273zm.707 6.707l5.727-5.727l-.707-.707l-5.727 5.727zm5.727-5.727c.27-.27.27-.71 0-.98l-.707.707a.307.307 0 0 1 0-.434zM7.01 10.717c.27.27.71.27.98 0l-.707-.707c.12-.12.314-.12.434 0zm0-6.434a4.55 4.55 0 0 0 0 6.434l.707-.707a3.55 3.55 0 0 1 0-5.02zm.98.434a3.55 3.55 0 0 1 5.02 0l.707-.707a4.55 4.55 0 0 0-6.434 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m1.5 8.5l-.395-.307a.5.5 0 0 0 .041.66zm5-7l-.354.354zm2 2l.354.354l.353-.354l-.353-.354zm-2 2l-.354.354l.354.353l.354-.353zm-2-2l-.354.354zm3.136.864l.354.353zm-.272.272l-.354-.353zm.272 5.728l-.353-.354zm5.728-5.728l-.354-.353zm0-.272l-.354.353zm-6 6l.353-.354zM2 15h11v-1H2zm5.854-.854l-6-6l-.708.708l6 6zm-5.96-5.339l3.5-4.5l-.789-.614l-3.5 4.5zm4.252-6.953l2 2l.708-.708l-2-2zm2 1.292l-2 2l.708.708l2-2zm-1.292 2l-2-2l-.708.708l2 2zm-2-3.292a.914.914 0 0 1 1.292 0l.708-.708a1.914 1.914 0 0 0-2.708 0zm-.708-.708a1.914 1.914 0 0 0 0 2.708l.708-.708a.914.914 0 0 1 0-1.292zM7.283 4.01l-.273.273l.707.707l.273-.273zm.707 6.707l5.727-5.727l-.707-.707l-5.727 5.727zm5.727-5.727c.27-.27.27-.71 0-.98l-.707.707a.307.307 0 0 1 0-.434zM7.01 10.717c.27.27.71.27.98 0l-.707-.707c.12-.12.314-.12.434 0zm0-6.434a4.55 4.55 0 0 0 0 6.434l.707-.707a3.55 3.55 0 0 1 0-5.02zm.98.434a3.55 3.55 0 0 1 5.02 0l.707-.707a4.55 4.55 0 0 0-6.434 0z"/></svg> </template>
CSS
.icon-desklamp-outline {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m1.5%208.5l-.395-.307a.5.5%200%200%200%20.041.66zm5-7l-.354.354zm2%202l.354.354l.353-.354l-.353-.354zm-2%202l-.354.354l.354.353l.354-.353zm-2-2l-.354.354zm3.136.864l.354.353zm-.272.272l-.354-.353zm.272%205.728l-.353-.354zm5.728-5.728l-.354-.353zm0-.272l-.354.353zm-6%206l.353-.354zM2%2015h11v-1H2zm5.854-.854l-6-6l-.708.708l6%206zm-5.96-5.339l3.5-4.5l-.789-.614l-3.5%204.5zm4.252-6.953l2%202l.708-.708l-2-2zm2%201.292l-2%202l.708.708l2-2zm-1.292%202l-2-2l-.708.708l2%202zm-2-3.292a.914.914%200%200%201%201.292%200l.708-.708a1.914%201.914%200%200%200-2.708%200zm-.708-.708a1.914%201.914%200%200%200%200%202.708l.708-.708a.914.914%200%200%201%200-1.292zM7.283%204.01l-.273.273l.707.707l.273-.273zm.707%206.707l5.727-5.727l-.707-.707l-5.727%205.727zm5.727-5.727c.27-.27.27-.71%200-.98l-.707.707a.307.307%200%200%201%200-.434zM7.01%2010.717c.27.27.71.27.98%200l-.707-.707c.12-.12.314-.12.434%200zm0-6.434a4.55%204.55%200%200%200%200%206.434l.707-.707a3.55%203.55%200%200%201%200-5.02zm.98.434a3.55%203.55%200%200%201%205.02%200l.707-.707a4.55%204.55%200%200%200-6.434%200z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m1.5%208.5l-.395-.307a.5.5%200%200%200%20.041.66zm5-7l-.354.354zm2%202l.354.354l.353-.354l-.353-.354zm-2%202l-.354.354l.354.353l.354-.353zm-2-2l-.354.354zm3.136.864l.354.353zm-.272.272l-.354-.353zm.272%205.728l-.353-.354zm5.728-5.728l-.354-.353zm0-.272l-.354.353zm-6%206l.353-.354zM2%2015h11v-1H2zm5.854-.854l-6-6l-.708.708l6%206zm-5.96-5.339l3.5-4.5l-.789-.614l-3.5%204.5zm4.252-6.953l2%202l.708-.708l-2-2zm2%201.292l-2%202l.708.708l2-2zm-1.292%202l-2-2l-.708.708l2%202zm-2-3.292a.914.914%200%200%201%201.292%200l.708-.708a1.914%201.914%200%200%200-2.708%200zm-.708-.708a1.914%201.914%200%200%200%200%202.708l.708-.708a.914.914%200%200%201%200-1.292zM7.283%204.01l-.273.273l.707.707l.273-.273zm.707%206.707l5.727-5.727l-.707-.707l-5.727%205.727zm5.727-5.727c.27-.27.27-.71%200-.98l-.707.707a.307.307%200%200%201%200-.434zM7.01%2010.717c.27.27.71.27.98%200l-.707-.707c.12-.12.314-.12.434%200zm0-6.434a4.55%204.55%200%200%200%200%206.434l.707-.707a3.55%203.55%200%200%201%200-5.02zm.98.434a3.55%203.55%200%200%201%205.02%200l.707-.707a4.55%204.55%200%200%200-6.434%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/desklamp-outline.svg?color=%231a73e8&size=48