study lamp icon
study-lamp from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- study-lamp
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the study 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 d="m17.562 9.222l-.526.928c-.495.873-.743 1.309-1.282 1.347c-.54.038-.768-.274-1.225-.898a5.2 5.2 0 0 1-.948-2.37c-.107-.799-.16-1.198-.29-1.395c-.206-.313-.622-.485-.932-.667c-.817-.48-1.226-.72-1.333-1.129c-.108-.407.128-.823.6-1.655s.708-1.248 1.109-1.357c.4-.11.81.131 1.627.611c.31.183.664.462 1.034.488c.232.016.599-.137 1.332-.442a4.95 4.95 0 0 1 2.491-.35c.76.091 1.14.137 1.376.63c.238.495-.01.931-.505 1.804l-.526.926m-2.002 3.53l.434.254a1.984 1.984 0 0 0 2.735-.745a2.057 2.057 0 0 0-.733-2.784l-.434-.255m-2.002 3.53l2.002-3.53M7 13a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/><path stroke-linejoin="round" d="m6 12l7-5"/><path stroke-linecap="round" stroke-linejoin="round" d="M7 22h7m-8-7l5 7"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsStudyLamp(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 d="m17.562 9.222l-.526.928c-.495.873-.743 1.309-1.282 1.347c-.54.038-.768-.274-1.225-.898a5.2 5.2 0 0 1-.948-2.37c-.107-.799-.16-1.198-.29-1.395c-.206-.313-.622-.485-.932-.667c-.817-.48-1.226-.72-1.333-1.129c-.108-.407.128-.823.6-1.655s.708-1.248 1.109-1.357c.4-.11.81.131 1.627.611c.31.183.664.462 1.034.488c.232.016.599-.137 1.332-.442a4.95 4.95 0 0 1 2.491-.35c.76.091 1.14.137 1.376.63c.238.495-.01.931-.505 1.804l-.526.926m-2.002 3.53l.434.254a1.984 1.984 0 0 0 2.735-.745a2.057 2.057 0 0 0-.733-2.784l-.434-.255m-2.002 3.53l2.002-3.53M7 13a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/><path strokeLinejoin="round" d="m6 12l7-5"/><path strokeLinecap="round" strokeLinejoin="round" d="M7 22h7m-8-7l5 7"/></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 d="m17.562 9.222l-.526.928c-.495.873-.743 1.309-1.282 1.347c-.54.038-.768-.274-1.225-.898a5.2 5.2 0 0 1-.948-2.37c-.107-.799-.16-1.198-.29-1.395c-.206-.313-.622-.485-.932-.667c-.817-.48-1.226-.72-1.333-1.129c-.108-.407.128-.823.6-1.655s.708-1.248 1.109-1.357c.4-.11.81.131 1.627.611c.31.183.664.462 1.034.488c.232.016.599-.137 1.332-.442a4.95 4.95 0 0 1 2.491-.35c.76.091 1.14.137 1.376.63c.238.495-.01.931-.505 1.804l-.526.926m-2.002 3.53l.434.254a1.984 1.984 0 0 0 2.735-.745a2.057 2.057 0 0 0-.733-2.784l-.434-.255m-2.002 3.53l2.002-3.53M7 13a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/><path stroke-linejoin="round" d="m6 12l7-5"/><path stroke-linecap="round" stroke-linejoin="round" d="M7 22h7m-8-7l5 7"/></g></svg> </template>
CSS
.icon-study-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%20d%3D%22m17.562%209.222l-.526.928c-.495.873-.743%201.309-1.282%201.347c-.54.038-.768-.274-1.225-.898a5.2%205.2%200%200%201-.948-2.37c-.107-.799-.16-1.198-.29-1.395c-.206-.313-.622-.485-.932-.667c-.817-.48-1.226-.72-1.333-1.129c-.108-.407.128-.823.6-1.655s.708-1.248%201.109-1.357c.4-.11.81.131%201.627.611c.31.183.664.462%201.034.488c.232.016.599-.137%201.332-.442a4.95%204.95%200%200%201%202.491-.35c.76.091%201.14.137%201.376.63c.238.495-.01.931-.505%201.804l-.526.926m-2.002%203.53l.434.254a1.984%201.984%200%200%200%202.735-.745a2.057%202.057%200%200%200-.733-2.784l-.434-.255m-2.002%203.53l2.002-3.53M7%2013a2%202%200%201%201-4%200a2%202%200%200%201%204%200Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m6%2012l7-5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2022h7m-8-7l5%207%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%20d%3D%22m17.562%209.222l-.526.928c-.495.873-.743%201.309-1.282%201.347c-.54.038-.768-.274-1.225-.898a5.2%205.2%200%200%201-.948-2.37c-.107-.799-.16-1.198-.29-1.395c-.206-.313-.622-.485-.932-.667c-.817-.48-1.226-.72-1.333-1.129c-.108-.407.128-.823.6-1.655s.708-1.248%201.109-1.357c.4-.11.81.131%201.627.611c.31.183.664.462%201.034.488c.232.016.599-.137%201.332-.442a4.95%204.95%200%200%201%202.491-.35c.76.091%201.14.137%201.376.63c.238.495-.01.931-.505%201.804l-.526.926m-2.002%203.53l.434.254a1.984%201.984%200%200%200%202.735-.745a2.057%202.057%200%200%200-.733-2.784l-.434-.255m-2.002%203.53l2.002-3.53M7%2013a2%202%200%201%201-4%200a2%202%200%200%201%204%200Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m6%2012l7-5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2022h7m-8-7l5%207%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/study-lamp.svg?color=%231a73e8&size=48