reading lamp icon

reading-lamp from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
reading-lamp
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

Use the reading lamp icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M352 896h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m-44.7-768l-99.5 448h608.4l-99.5-448zm-25.6-64h460.6a32 32 0 0 1 31.3 25l113.8 512a32 32 0 0 1-31.3 39H168a32 32 0 0 1-31.3-39L250.4 89a32 32 0 0 1 31.3-25"/><path fill="currentColor" d="M672 576q32 0 32 32v128q0 32-32 32t-32-32V608q0-32 32-32m-192 0h64v384h-64z"/></svg>

React

import type { SVGProps } from "react";

export function EpReadingLamp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M352 896h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m-44.7-768l-99.5 448h608.4l-99.5-448zm-25.6-64h460.6a32 32 0 0 1 31.3 25l113.8 512a32 32 0 0 1-31.3 39H168a32 32 0 0 1-31.3-39L250.4 89a32 32 0 0 1 31.3-25"/><path fill="currentColor" d="M672 576q32 0 32 32v128q0 32-32 32t-32-32V608q0-32 32-32m-192 0h64v384h-64z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M352 896h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m-44.7-768l-99.5 448h608.4l-99.5-448zm-25.6-64h460.6a32 32 0 0 1 31.3 25l113.8 512a32 32 0 0 1-31.3 39H168a32 32 0 0 1-31.3-39L250.4 89a32 32 0 0 1 31.3-25"/><path fill="currentColor" d="M672 576q32 0 32 32v128q0 32-32 32t-32-32V608q0-32 32-32m-192 0h64v384h-64z"/></svg>
</template>

CSS

.icon-reading-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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M352%20896h320q32%200%2032%2032t-32%2032H352q-32%200-32-32t32-32m-44.7-768l-99.5%20448h608.4l-99.5-448zm-25.6-64h460.6a32%2032%200%200%201%2031.3%2025l113.8%20512a32%2032%200%200%201-31.3%2039H168a32%2032%200%200%201-31.3-39L250.4%2089a32%2032%200%200%201%2031.3-25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M672%20576q32%200%2032%2032v128q0%2032-32%2032t-32-32V608q0-32%2032-32m-192%200h64v384h-64z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M352%20896h320q32%200%2032%2032t-32%2032H352q-32%200-32-32t32-32m-44.7-768l-99.5%20448h608.4l-99.5-448zm-25.6-64h460.6a32%2032%200%200%201%2031.3%2025l113.8%20512a32%2032%200%200%201-31.3%2039H168a32%2032%200%200%201-31.3-39L250.4%2089a32%2032%200%200%201%2031.3-25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M672%20576q32%200%2032%2032v128q0%2032-32%2032t-32-32V608q0-32%2032-32m-192%200h64v384h-64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/reading-lamp.svg?color=%231a73e8&size=48