menorah-fire from Material Design Icons by Pictogrammers · Filled · Holiday · Apache-2.0 Free for personal and commercial use.

Name
menorah-fire
Set
Material Design Icons
Style
Filled
Category
Holiday
Viewbox
24×24
License
Apache 2.0
Aliases
menorah-flame

More holiday icons from Material Design Icons

Use the menorah fire icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.5 11.15V10c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1h-1v-1c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1h-1V8c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v3h-1v-1c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1h-1v-1c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1.15c-.29.18-.5.48-.5.85c0 .55.45 1 1 1h1.25c.7 1.92 2.69 4.58 6.75 4.95V20h-1c-1.1 0-2 .9-2 2h8a2 2 0 0 0-2-2h-1v-2.05c4.06-.38 6.05-3.03 6.75-4.95H21c.55 0 1-.45 1-1c0-.37-.21-.67-.5-.85M6.45 13H11v2.94c-2.66-.31-3.95-1.83-4.55-2.94M13 15.94V13h4.55c-.6 1.11-1.89 2.63-4.55 2.94M12 6c.83 0 1.5-.67 1.5-1.5S12.83 2 12 2s-1.5 1.67-1.5 2.5S11.17 6 12 6m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M16 8c.83 0 1.5-.67 1.5-1.5S16.83 4 16 4s-1.5 1.67-1.5 2.5S15.17 8 16 8m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M20 8c.83 0 1.5-.67 1.5-1.5S20.83 4 20 4s-1.5 1.67-1.5 2.5S19.17 8 20 8m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M4 8c.83 0 1.5-.67 1.5-1.5S4.83 4 4 4S2.5 5.67 2.5 6.5S3.17 8 4 8m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M8 8c.83 0 1.5-.67 1.5-1.5S8.83 4 8 4S6.5 5.67 6.5 6.5S7.17 8 8 8m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiMenorahFire(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="M21.5 11.15V10c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1h-1v-1c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1h-1V8c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v3h-1v-1c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1h-1v-1c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1.15c-.29.18-.5.48-.5.85c0 .55.45 1 1 1h1.25c.7 1.92 2.69 4.58 6.75 4.95V20h-1c-1.1 0-2 .9-2 2h8a2 2 0 0 0-2-2h-1v-2.05c4.06-.38 6.05-3.03 6.75-4.95H21c.55 0 1-.45 1-1c0-.37-.21-.67-.5-.85M6.45 13H11v2.94c-2.66-.31-3.95-1.83-4.55-2.94M13 15.94V13h4.55c-.6 1.11-1.89 2.63-4.55 2.94M12 6c.83 0 1.5-.67 1.5-1.5S12.83 2 12 2s-1.5 1.67-1.5 2.5S11.17 6 12 6m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M16 8c.83 0 1.5-.67 1.5-1.5S16.83 4 16 4s-1.5 1.67-1.5 2.5S15.17 8 16 8m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M20 8c.83 0 1.5-.67 1.5-1.5S20.83 4 20 4s-1.5 1.67-1.5 2.5S19.17 8 20 8m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M4 8c.83 0 1.5-.67 1.5-1.5S4.83 4 4 4S2.5 5.67 2.5 6.5S3.17 8 4 8m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M8 8c.83 0 1.5-.67 1.5-1.5S8.83 4 8 4S6.5 5.67 6.5 6.5S7.17 8 8 8m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.5 11.15V10c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1h-1v-1c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1h-1V8c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v3h-1v-1c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1h-1v-1c0-.55-.45-1-1-1h-1c-.55 0-1 .45-1 1v1.15c-.29.18-.5.48-.5.85c0 .55.45 1 1 1h1.25c.7 1.92 2.69 4.58 6.75 4.95V20h-1c-1.1 0-2 .9-2 2h8a2 2 0 0 0-2-2h-1v-2.05c4.06-.38 6.05-3.03 6.75-4.95H21c.55 0 1-.45 1-1c0-.37-.21-.67-.5-.85M6.45 13H11v2.94c-2.66-.31-3.95-1.83-4.55-2.94M13 15.94V13h4.55c-.6 1.11-1.89 2.63-4.55 2.94M12 6c.83 0 1.5-.67 1.5-1.5S12.83 2 12 2s-1.5 1.67-1.5 2.5S11.17 6 12 6m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M16 8c.83 0 1.5-.67 1.5-1.5S16.83 4 16 4s-1.5 1.67-1.5 2.5S15.17 8 16 8m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M20 8c.83 0 1.5-.67 1.5-1.5S20.83 4 20 4s-1.5 1.67-1.5 2.5S19.17 8 20 8m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M4 8c.83 0 1.5-.67 1.5-1.5S4.83 4 4 4S2.5 5.67 2.5 6.5S3.17 8 4 8m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M8 8c.83 0 1.5-.67 1.5-1.5S8.83 4 8 4S6.5 5.67 6.5 6.5S7.17 8 8 8m0-1.75c.28 0 .5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5"/></svg>
</template>

CSS

.icon-menorah-fire {
  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%22M21.5%2011.15V10c0-.55-.45-1-1-1h-1c-.55%200-1%20.45-1%201v1h-1v-1c0-.55-.45-1-1-1h-1c-.55%200-1%20.45-1%201v1h-1V8c0-.55-.45-1-1-1h-1c-.55%200-1%20.45-1%201v3h-1v-1c0-.55-.45-1-1-1h-1c-.55%200-1%20.45-1%201v1h-1v-1c0-.55-.45-1-1-1h-1c-.55%200-1%20.45-1%201v1.15c-.29.18-.5.48-.5.85c0%20.55.45%201%201%201h1.25c.7%201.92%202.69%204.58%206.75%204.95V20h-1c-1.1%200-2%20.9-2%202h8a2%202%200%200%200-2-2h-1v-2.05c4.06-.38%206.05-3.03%206.75-4.95H21c.55%200%201-.45%201-1c0-.37-.21-.67-.5-.85M6.45%2013H11v2.94c-2.66-.31-3.95-1.83-4.55-2.94M13%2015.94V13h4.55c-.6%201.11-1.89%202.63-4.55%202.94M12%206c.83%200%201.5-.67%201.5-1.5S12.83%202%2012%202s-1.5%201.67-1.5%202.5S11.17%206%2012%206m0-1.75c.28%200%20.5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M16%208c.83%200%201.5-.67%201.5-1.5S16.83%204%2016%204s-1.5%201.67-1.5%202.5S15.17%208%2016%208m0-1.75c.28%200%20.5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M20%208c.83%200%201.5-.67%201.5-1.5S20.83%204%2020%204s-1.5%201.67-1.5%202.5S19.17%208%2020%208m0-1.75c.28%200%20.5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M4%208c.83%200%201.5-.67%201.5-1.5S4.83%204%204%204S2.5%205.67%202.5%206.5S3.17%208%204%208m0-1.75c.28%200%20.5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M8%208c.83%200%201.5-.67%201.5-1.5S8.83%204%208%204S6.5%205.67%206.5%206.5S7.17%208%208%208m0-1.75c.28%200%20.5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5%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%22M21.5%2011.15V10c0-.55-.45-1-1-1h-1c-.55%200-1%20.45-1%201v1h-1v-1c0-.55-.45-1-1-1h-1c-.55%200-1%20.45-1%201v1h-1V8c0-.55-.45-1-1-1h-1c-.55%200-1%20.45-1%201v3h-1v-1c0-.55-.45-1-1-1h-1c-.55%200-1%20.45-1%201v1h-1v-1c0-.55-.45-1-1-1h-1c-.55%200-1%20.45-1%201v1.15c-.29.18-.5.48-.5.85c0%20.55.45%201%201%201h1.25c.7%201.92%202.69%204.58%206.75%204.95V20h-1c-1.1%200-2%20.9-2%202h8a2%202%200%200%200-2-2h-1v-2.05c4.06-.38%206.05-3.03%206.75-4.95H21c.55%200%201-.45%201-1c0-.37-.21-.67-.5-.85M6.45%2013H11v2.94c-2.66-.31-3.95-1.83-4.55-2.94M13%2015.94V13h4.55c-.6%201.11-1.89%202.63-4.55%202.94M12%206c.83%200%201.5-.67%201.5-1.5S12.83%202%2012%202s-1.5%201.67-1.5%202.5S11.17%206%2012%206m0-1.75c.28%200%20.5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M16%208c.83%200%201.5-.67%201.5-1.5S16.83%204%2016%204s-1.5%201.67-1.5%202.5S15.17%208%2016%208m0-1.75c.28%200%20.5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M20%208c.83%200%201.5-.67%201.5-1.5S20.83%204%2020%204s-1.5%201.67-1.5%202.5S19.17%208%2020%208m0-1.75c.28%200%20.5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M4%208c.83%200%201.5-.67%201.5-1.5S4.83%204%204%204S2.5%205.67%202.5%206.5S3.17%208%204%208m0-1.75c.28%200%20.5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5M8%208c.83%200%201.5-.67%201.5-1.5S8.83%204%208%204S6.5%205.67%206.5%206.5S7.17%208%208%208m0-1.75c.28%200%20.5.22.5.5s-.22.5-.5.5s-.5-.22-.5-.5s.22-.5.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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