lamp charge icon

lamp-charge-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
lamp-charge-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the lamp charge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.26 21.998c-.06 0-.13-.01-.19-.03c-2.01-.57-4.12-.57-6.13 0c-.37.1-.76-.11-.86-.48a.69.69 0 0 1 .48-.86c2.26-.64 4.64-.64 6.9 0c.37.11.59.49.48.86c-.1.31-.38.51-.68.51m3.95-15.637c-1.04-2.1-3.05-3.65-5.38-4.16c-2.44-.54-4.94.04-6.85 1.58a7.97 7.97 0 0 0-3.01 6.27c0 2.59 1.55 5.3 3.89 6.87v.83c-.01.28-.02.71.32 1.06c.35.36.87.4 1.28.4h5.13c.54 0 .95-.15 1.23-.43c.38-.39.37-.89.36-1.16v-.7c3.1-2.09 5.05-6.5 3.03-10.56m-5.49 5.26l-1.07 1.86c-.14.24-.39.38-.65.38a.754.754 0 0 1-.65-1.12l.85-1.48h-.84c-.5 0-.91-.22-1.13-.59c-.22-.38-.2-.84.05-1.28l1.07-1.86c.21-.36.67-.48 1.02-.28c.36.21.48.67.28 1.02l-.85 1.48h.84c.5 0 .91.22 1.13.59c.22.38.2.85-.05 1.28"/></svg>

React

import type { SVGProps } from "react";

export function ReiconLampChargeFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.26 21.998c-.06 0-.13-.01-.19-.03c-2.01-.57-4.12-.57-6.13 0c-.37.1-.76-.11-.86-.48a.69.69 0 0 1 .48-.86c2.26-.64 4.64-.64 6.9 0c.37.11.59.49.48.86c-.1.31-.38.51-.68.51m3.95-15.637c-1.04-2.1-3.05-3.65-5.38-4.16c-2.44-.54-4.94.04-6.85 1.58a7.97 7.97 0 0 0-3.01 6.27c0 2.59 1.55 5.3 3.89 6.87v.83c-.01.28-.02.71.32 1.06c.35.36.87.4 1.28.4h5.13c.54 0 .95-.15 1.23-.43c.38-.39.37-.89.36-1.16v-.7c3.1-2.09 5.05-6.5 3.03-10.56m-5.49 5.26l-1.07 1.86c-.14.24-.39.38-.65.38a.754.754 0 0 1-.65-1.12l.85-1.48h-.84c-.5 0-.91-.22-1.13-.59c-.22-.38-.2-.84.05-1.28l1.07-1.86c.21-.36.67-.48 1.02-.28c.36.21.48.67.28 1.02l-.85 1.48h.84c.5 0 .91.22 1.13.59c.22.38.2.85-.05 1.28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.26 21.998c-.06 0-.13-.01-.19-.03c-2.01-.57-4.12-.57-6.13 0c-.37.1-.76-.11-.86-.48a.69.69 0 0 1 .48-.86c2.26-.64 4.64-.64 6.9 0c.37.11.59.49.48.86c-.1.31-.38.51-.68.51m3.95-15.637c-1.04-2.1-3.05-3.65-5.38-4.16c-2.44-.54-4.94.04-6.85 1.58a7.97 7.97 0 0 0-3.01 6.27c0 2.59 1.55 5.3 3.89 6.87v.83c-.01.28-.02.71.32 1.06c.35.36.87.4 1.28.4h5.13c.54 0 .95-.15 1.23-.43c.38-.39.37-.89.36-1.16v-.7c3.1-2.09 5.05-6.5 3.03-10.56m-5.49 5.26l-1.07 1.86c-.14.24-.39.38-.65.38a.754.754 0 0 1-.65-1.12l.85-1.48h-.84c-.5 0-.91-.22-1.13-.59c-.22-.38-.2-.84.05-1.28l1.07-1.86c.21-.36.67-.48 1.02-.28c.36.21.48.67.28 1.02l-.85 1.48h.84c.5 0 .91.22 1.13.59c.22.38.2.85-.05 1.28"/></svg>
</template>

CSS

.icon-lamp-charge-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.26%2021.998c-.06%200-.13-.01-.19-.03c-2.01-.57-4.12-.57-6.13%200c-.37.1-.76-.11-.86-.48a.69.69%200%200%201%20.48-.86c2.26-.64%204.64-.64%206.9%200c.37.11.59.49.48.86c-.1.31-.38.51-.68.51m3.95-15.637c-1.04-2.1-3.05-3.65-5.38-4.16c-2.44-.54-4.94.04-6.85%201.58a7.97%207.97%200%200%200-3.01%206.27c0%202.59%201.55%205.3%203.89%206.87v.83c-.01.28-.02.71.32%201.06c.35.36.87.4%201.28.4h5.13c.54%200%20.95-.15%201.23-.43c.38-.39.37-.89.36-1.16v-.7c3.1-2.09%205.05-6.5%203.03-10.56m-5.49%205.26l-1.07%201.86c-.14.24-.39.38-.65.38a.754.754%200%200%201-.65-1.12l.85-1.48h-.84c-.5%200-.91-.22-1.13-.59c-.22-.38-.2-.84.05-1.28l1.07-1.86c.21-.36.67-.48%201.02-.28c.36.21.48.67.28%201.02l-.85%201.48h.84c.5%200%20.91.22%201.13.59c.22.38.2.85-.05%201.28%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.26%2021.998c-.06%200-.13-.01-.19-.03c-2.01-.57-4.12-.57-6.13%200c-.37.1-.76-.11-.86-.48a.69.69%200%200%201%20.48-.86c2.26-.64%204.64-.64%206.9%200c.37.11.59.49.48.86c-.1.31-.38.51-.68.51m3.95-15.637c-1.04-2.1-3.05-3.65-5.38-4.16c-2.44-.54-4.94.04-6.85%201.58a7.97%207.97%200%200%200-3.01%206.27c0%202.59%201.55%205.3%203.89%206.87v.83c-.01.28-.02.71.32%201.06c.35.36.87.4%201.28.4h5.13c.54%200%20.95-.15%201.23-.43c.38-.39.37-.89.36-1.16v-.7c3.1-2.09%205.05-6.5%203.03-10.56m-5.49%205.26l-1.07%201.86c-.14.24-.39.38-.65.38a.754.754%200%200%201-.65-1.12l.85-1.48h-.84c-.5%200-.91-.22-1.13-.59c-.22-.38-.2-.84.05-1.28l1.07-1.86c.21-.36.67-.48%201.02-.28c.36.21.48.67.28%201.02l-.85%201.48h.84c.5%200%20.91.22%201.13.59c.22.38.2.85-.05%201.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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