hanukiah icon
hanukiah from Line Awesome by Icons8 · Line · Religion · Apache-2.0 Free for personal and commercial use.
- Name
- hanukiah
- Set
- Line Awesome
- Style
- Line
- Category
- Religion
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- hanukiah-solid
The same icon in other sets
More religion icons from Line Awesome
Use the hanukiah icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m-3 1s-1 2.063-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.984-1-3-1-3m6 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m-9 1S9 8.063 9 9c0 .55.45 1 1 1s1-.45 1-1c0-.984-1-3-1-3m12 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3M7 7s-1 2.063-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.984-1-3-1-3m18 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3M4 8s-1 2.063-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.984-1-3-1-3m24 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3M15 9v9h-.031a.945.945 0 0 1-.969-.969V10h-2v7.031q-.001.51.156.969h-.187a.95.95 0 0 1-.969-.969V11H9v6.031c0 .34.082.664.188.969h-.126A1.054 1.054 0 0 1 8 16.937V12H6v4.938c0 .375.094.73.219 1.062H6.03A1.02 1.02 0 0 1 5 16.969V13H3v3.969A3.05 3.05 0 0 0 6.031 20H15v6h-5v2h12v-2h-5v-6h8.969A3.05 3.05 0 0 0 29 16.969V13h-2v3.969A1.02 1.02 0 0 1 25.969 18h-.188c.125-.332.219-.688.219-1.063V12h-2v4.938C24 17.53 23.531 18 22.937 18h-.125c.106-.305.188-.629.188-.969V11h-2v6.031a.95.95 0 0 1-.969.969h-.187a3 3 0 0 0 .156-.969V10h-2v7.031a.945.945 0 0 1-.969.969H17V9z"/></svg>
React
import type { SVGProps } from "react";
export function LaHanukiah(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="M16 4s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m-3 1s-1 2.063-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.984-1-3-1-3m6 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m-9 1S9 8.063 9 9c0 .55.45 1 1 1s1-.45 1-1c0-.984-1-3-1-3m12 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3M7 7s-1 2.063-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.984-1-3-1-3m18 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3M4 8s-1 2.063-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.984-1-3-1-3m24 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3M15 9v9h-.031a.945.945 0 0 1-.969-.969V10h-2v7.031q-.001.51.156.969h-.187a.95.95 0 0 1-.969-.969V11H9v6.031c0 .34.082.664.188.969h-.126A1.054 1.054 0 0 1 8 16.937V12H6v4.938c0 .375.094.73.219 1.062H6.03A1.02 1.02 0 0 1 5 16.969V13H3v3.969A3.05 3.05 0 0 0 6.031 20H15v6h-5v2h12v-2h-5v-6h8.969A3.05 3.05 0 0 0 29 16.969V13h-2v3.969A1.02 1.02 0 0 1 25.969 18h-.188c.125-.332.219-.688.219-1.063V12h-2v4.938C24 17.53 23.531 18 22.937 18h-.125c.106-.305.188-.629.188-.969V11h-2v6.031a.95.95 0 0 1-.969.969h-.187a3 3 0 0 0 .156-.969V10h-2v7.031a.945.945 0 0 1-.969.969H17V9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m-3 1s-1 2.063-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.984-1-3-1-3m6 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3m-9 1S9 8.063 9 9c0 .55.45 1 1 1s1-.45 1-1c0-.984-1-3-1-3m12 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3M7 7s-1 2.063-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.984-1-3-1-3m18 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3M4 8s-1 2.063-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.984-1-3-1-3m24 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3M15 9v9h-.031a.945.945 0 0 1-.969-.969V10h-2v7.031q-.001.51.156.969h-.187a.95.95 0 0 1-.969-.969V11H9v6.031c0 .34.082.664.188.969h-.126A1.054 1.054 0 0 1 8 16.937V12H6v4.938c0 .375.094.73.219 1.062H6.03A1.02 1.02 0 0 1 5 16.969V13H3v3.969A3.05 3.05 0 0 0 6.031 20H15v6h-5v2h12v-2h-5v-6h8.969A3.05 3.05 0 0 0 29 16.969V13h-2v3.969A1.02 1.02 0 0 1 25.969 18h-.188c.125-.332.219-.688.219-1.063V12h-2v4.938C24 17.53 23.531 18 22.937 18h-.125c.106-.305.188-.629.188-.969V11h-2v6.031a.95.95 0 0 1-.969.969h-.187a3 3 0 0 0 .156-.969V10h-2v7.031a.945.945 0 0 1-.969.969H17V9z"/></svg> </template>
CSS
.icon-hanukiah {
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%22M16%204s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3m-3%201s-1%202.063-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.984-1-3-1-3m6%200s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3m-9%201S9%208.063%209%209c0%20.55.45%201%201%201s1-.45%201-1c0-.984-1-3-1-3m12%200s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3M7%207s-1%202.063-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.984-1-3-1-3m18%200s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3M4%208s-1%202.063-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.984-1-3-1-3m24%200s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3M15%209v9h-.031a.945.945%200%200%201-.969-.969V10h-2v7.031q-.001.51.156.969h-.187a.95.95%200%200%201-.969-.969V11H9v6.031c0%20.34.082.664.188.969h-.126A1.054%201.054%200%200%201%208%2016.937V12H6v4.938c0%20.375.094.73.219%201.062H6.03A1.02%201.02%200%200%201%205%2016.969V13H3v3.969A3.05%203.05%200%200%200%206.031%2020H15v6h-5v2h12v-2h-5v-6h8.969A3.05%203.05%200%200%200%2029%2016.969V13h-2v3.969A1.02%201.02%200%200%201%2025.969%2018h-.188c.125-.332.219-.688.219-1.063V12h-2v4.938C24%2017.53%2023.531%2018%2022.937%2018h-.125c.106-.305.188-.629.188-.969V11h-2v6.031a.95.95%200%200%201-.969.969h-.187a3%203%200%200%200%20.156-.969V10h-2v7.031a.945.945%200%200%201-.969.969H17V9z%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%22M16%204s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3m-3%201s-1%202.063-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.984-1-3-1-3m6%200s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3m-9%201S9%208.063%209%209c0%20.55.45%201%201%201s1-.45%201-1c0-.984-1-3-1-3m12%200s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3M7%207s-1%202.063-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.984-1-3-1-3m18%200s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3M4%208s-1%202.063-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.984-1-3-1-3m24%200s-1%202.016-1%203c0%20.55.45%201%201%201s1-.45%201-1c0-.938-1-3-1-3M15%209v9h-.031a.945.945%200%200%201-.969-.969V10h-2v7.031q-.001.51.156.969h-.187a.95.95%200%200%201-.969-.969V11H9v6.031c0%20.34.082.664.188.969h-.126A1.054%201.054%200%200%201%208%2016.937V12H6v4.938c0%20.375.094.73.219%201.062H6.03A1.02%201.02%200%200%201%205%2016.969V13H3v3.969A3.05%203.05%200%200%200%206.031%2020H15v6h-5v2h12v-2h-5v-6h8.969A3.05%203.05%200%200%200%2029%2016.969V13h-2v3.969A1.02%201.02%200%200%201%2025.969%2018h-.188c.125-.332.219-.688.219-1.063V12h-2v4.938C24%2017.53%2023.531%2018%2022.937%2018h-.125c.106-.305.188-.629.188-.969V11h-2v6.031a.95.95%200%200%201-.969.969h-.187a3%203%200%200%200%20.156-.969V10h-2v7.031a.945.945%200%200%201-.969.969H17V9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/hanukiah.svg?color=%231a73e8&size=48