diya lamp emoji

diya-lamp from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
diya-lamp
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the diya lamp emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M6.5 34.5s4 2.5 4.35 4.182C12.3 43.045 17.723 56 37.688 56C61.061 56 64.5 35.5 64.5 35.5H11Z"/><path fill="#6a462f" d="M50.21 37.006S49.5 51.5 44.5 54.5s18-2 20-19Z"/><path fill="#ea5a47" d="M5.89 30s0-11.266 1.61-12.875S9.11 30 9.11 30Z"/><path fill="#f1b31c" d="M6.695 30.5s0-5.633.805-6.438s.805 6.438.805 6.438Z"/><path fill="#fcea2b" d="M7.129 30s0-1.6.371-1.971S7.871 30 7.871 30Z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="2" d="M6.5 34.5s4 2.5 4.35 4.182C12.3 43.045 17.723 56 37.688 56C61.061 56 64.5 35.5 64.5 35.5s-20.85 1.01-27.806 1c-6.429-.01-25.694-1-25.694-1Z"/><path d="M7.5 34.5V32m-1.671-1.5s0-11.7 1.671-13.37S9.171 30.5 9.171 30.5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiDiyaLamp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M6.5 34.5s4 2.5 4.35 4.182C12.3 43.045 17.723 56 37.688 56C61.061 56 64.5 35.5 64.5 35.5H11Z"/><path fill="#6a462f" d="M50.21 37.006S49.5 51.5 44.5 54.5s18-2 20-19Z"/><path fill="#ea5a47" d="M5.89 30s0-11.266 1.61-12.875S9.11 30 9.11 30Z"/><path fill="#f1b31c" d="M6.695 30.5s0-5.633.805-6.438s.805 6.438.805 6.438Z"/><path fill="#fcea2b" d="M7.129 30s0-1.6.371-1.971S7.871 30 7.871 30Z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round"><path strokeWidth="2" d="M6.5 34.5s4 2.5 4.35 4.182C12.3 43.045 17.723 56 37.688 56C61.061 56 64.5 35.5 64.5 35.5s-20.85 1.01-27.806 1c-6.429-.01-25.694-1-25.694-1Z"/><path d="M7.5 34.5V32m-1.671-1.5s0-11.7 1.671-13.37S9.171 30.5 9.171 30.5Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M6.5 34.5s4 2.5 4.35 4.182C12.3 43.045 17.723 56 37.688 56C61.061 56 64.5 35.5 64.5 35.5H11Z"/><path fill="#6a462f" d="M50.21 37.006S49.5 51.5 44.5 54.5s18-2 20-19Z"/><path fill="#ea5a47" d="M5.89 30s0-11.266 1.61-12.875S9.11 30 9.11 30Z"/><path fill="#f1b31c" d="M6.695 30.5s0-5.633.805-6.438s.805 6.438.805 6.438Z"/><path fill="#fcea2b" d="M7.129 30s0-1.6.371-1.971S7.871 30 7.871 30Z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="2" d="M6.5 34.5s4 2.5 4.35 4.182C12.3 43.045 17.723 56 37.688 56C61.061 56 64.5 35.5 64.5 35.5s-20.85 1.01-27.806 1c-6.429-.01-25.694-1-25.694-1Z"/><path d="M7.5 34.5V32m-1.671-1.5s0-11.7 1.671-13.37S9.171 30.5 9.171 30.5Z"/></g></svg>
</template>

CSS

.icon-diya-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%2072%2072%22%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M6.5%2034.5s4%202.5%204.35%204.182C12.3%2043.045%2017.723%2056%2037.688%2056C61.061%2056%2064.5%2035.5%2064.5%2035.5H11Z%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M50.21%2037.006S49.5%2051.5%2044.5%2054.5s18-2%2020-19Z%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M5.89%2030s0-11.266%201.61-12.875S9.11%2030%209.11%2030Z%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M6.695%2030.5s0-5.633.805-6.438s.805%206.438.805%206.438Z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M7.129%2030s0-1.6.371-1.971S7.871%2030%207.871%2030Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M6.5%2034.5s4%202.5%204.35%204.182C12.3%2043.045%2017.723%2056%2037.688%2056C61.061%2056%2064.5%2035.5%2064.5%2035.5s-20.85%201.01-27.806%201c-6.429-.01-25.694-1-25.694-1Z%22%2F%3E%3Cpath%20d%3D%22M7.5%2034.5V32m-1.671-1.5s0-11.7%201.671-13.37S9.171%2030.5%209.171%2030.5Z%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M6.5%2034.5s4%202.5%204.35%204.182C12.3%2043.045%2017.723%2056%2037.688%2056C61.061%2056%2064.5%2035.5%2064.5%2035.5H11Z%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M50.21%2037.006S49.5%2051.5%2044.5%2054.5s18-2%2020-19Z%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M5.89%2030s0-11.266%201.61-12.875S9.11%2030%209.11%2030Z%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M6.695%2030.5s0-5.633.805-6.438s.805%206.438.805%206.438Z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M7.129%2030s0-1.6.371-1.971S7.871%2030%207.871%2030Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M6.5%2034.5s4%202.5%204.35%204.182C12.3%2043.045%2017.723%2056%2037.688%2056C61.061%2056%2064.5%2035.5%2064.5%2035.5s-20.85%201.01-27.806%201c-6.429-.01-25.694-1-25.694-1Z%22%2F%3E%3Cpath%20d%3D%22M7.5%2034.5V32m-1.671-1.5s0-11.7%201.671-13.37S9.171%2030.5%209.171%2030.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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