menorah from Line Awesome by Icons8 · Line · Religion · Apache-2.0 Free for personal and commercial use.

Name
menorah
Set
Line Awesome
Style
Line
Category
Religion
Viewbox
32×32
License
Apache 2.0
Aliases
menorah-solid

The same icon in other sets

More religion icons from Line Awesome

Use the menorah icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 5S3 7.016 3 8c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m4 0S7 7.016 7 8c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3M3 10c0 6.805 5.32 12.414 12 12.938V25h-5v2h12v-2h-5v-2.063c6.68-.523 12-6.132 12-12.937h-2c0 5.719-4.41 10.43-10 10.938v-2c4.477-.508 8-4.333 8-8.938h-2c0 3.516-2.617 6.418-6 6.906v-2c2.27-.469 4-2.504 4-4.906h-2c0 1.3-.844 2.395-2 2.813V10h-2v2.813c-1.156-.418-2-1.512-2-2.813h-2c0 2.402 1.73 4.438 4 4.906v2c-3.383-.488-6-3.39-6-6.906H7c0 4.605 3.523 8.43 8 8.938v2C9.41 20.43 5 15.718 5 10z"/></svg>

React

import type { SVGProps } from "react";

export function LaMenorah(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 5S3 7.016 3 8c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m4 0S7 7.016 7 8c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3M3 10c0 6.805 5.32 12.414 12 12.938V25h-5v2h12v-2h-5v-2.063c6.68-.523 12-6.132 12-12.937h-2c0 5.719-4.41 10.43-10 10.938v-2c4.477-.508 8-4.333 8-8.938h-2c0 3.516-2.617 6.418-6 6.906v-2c2.27-.469 4-2.504 4-4.906h-2c0 1.3-.844 2.395-2 2.813V10h-2v2.813c-1.156-.418-2-1.512-2-2.813h-2c0 2.402 1.73 4.438 4 4.906v2c-3.383-.488-6-3.39-6-6.906H7c0 4.605 3.523 8.43 8 8.938v2C9.41 20.43 5 15.718 5 10z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 5S3 7.016 3 8c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m4 0S7 7.016 7 8c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3M3 10c0 6.805 5.32 12.414 12 12.938V25h-5v2h12v-2h-5v-2.063c6.68-.523 12-6.132 12-12.937h-2c0 5.719-4.41 10.43-10 10.938v-2c4.477-.508 8-4.333 8-8.938h-2c0 3.516-2.617 6.418-6 6.906v-2c2.27-.469 4-2.504 4-4.906h-2c0 1.3-.844 2.395-2 2.813V10h-2v2.813c-1.156-.418-2-1.512-2-2.813h-2c0 2.402 1.73 4.438 4 4.906v2c-3.383-.488-6-3.39-6-6.906H7c0 4.605 3.523 8.43 8 8.938v2C9.41 20.43 5 15.718 5 10z"/></svg>
</template>

CSS

.icon-menorah {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%205S3%207.016%203%208c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3m4%200S7%207.016%207%208c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3m4%200s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3m4%200s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3m4%200s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3m4%200s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3m4%200s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3M3%2010c0%206.805%205.32%2012.414%2012%2012.938V25h-5v2h12v-2h-5v-2.063c6.68-.523%2012-6.132%2012-12.937h-2c0%205.719-4.41%2010.43-10%2010.938v-2c4.477-.508%208-4.333%208-8.938h-2c0%203.516-2.617%206.418-6%206.906v-2c2.27-.469%204-2.504%204-4.906h-2c0%201.3-.844%202.395-2%202.813V10h-2v2.813c-1.156-.418-2-1.512-2-2.813h-2c0%202.402%201.73%204.438%204%204.906v2c-3.383-.488-6-3.39-6-6.906H7c0%204.605%203.523%208.43%208%208.938v2C9.41%2020.43%205%2015.718%205%2010z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%205S3%207.016%203%208c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3m4%200S7%207.016%207%208c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3m4%200s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3m4%200s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3m4%200s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3m4%200s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3m4%200s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3M3%2010c0%206.805%205.32%2012.414%2012%2012.938V25h-5v2h12v-2h-5v-2.063c6.68-.523%2012-6.132%2012-12.937h-2c0%205.719-4.41%2010.43-10%2010.938v-2c4.477-.508%208-4.333%208-8.938h-2c0%203.516-2.617%206.418-6%206.906v-2c2.27-.469%204-2.504%204-4.906h-2c0%201.3-.844%202.395-2%202.813V10h-2v2.813c-1.156-.418-2-1.512-2-2.813h-2c0%202.402%201.73%204.438%204%204.906v2c-3.383-.488-6-3.39-6-6.906H7c0%204.605%203.523%208.43%208%208.938v2C9.41%2020.43%205%2015.718%205%2010z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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