synagogue icon
synagogue from Font Awesome 6 Solid by Dave Gandy · Regular · Buildings · CC-BY-4.0 Attribution required.
- Name
- synagogue
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Buildings
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
synagogueEmoji One (Colored)synagogueFont Awesome SolidsynagogueFluent EmojisynagogueFluent Emoji FlatsynagogueFluent Emoji High ContrastsynagogueLine AwesomesynagogueMaterial SymbolssynagogueMaterial Symbols LightsynagogueMaterial Design IconssynagogueNoto EmojisynagogueOpenMojisynagoguePhosphorsynagogueTwitter Emoji
More buildings icons from Font Awesome 6 Solid
Use the synagogue icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M309.8 3.7c5.9-4.9 14.6-4.9 20.5 0l121 100.8c18.2 15.2 28.7 37.7 28.7 61.5v346H352v-96c0-17.7-14.3-32-32-32s-32 14.3-32 32v96H160V166c0-23.7 10.5-46.3 28.8-61.5zM512 512V244.5l28.1-31.2c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3l63.8 70.9c7.9 8.8 12.3 20.3 12.3 32.1V448c0 35.3-28.7 64-64 64zM128 244.5V512H64c-35.3 0-64-28.7-64-64V316.3c0-11.9 4.4-23.3 12.3-32.1l63.8-70.9c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3zm199-120.2c-3.1-5.4-10.9-5.4-13.9 0l-15.9 28.1l-32.3-.3c-6.2-.1-10.1 6.7-7 12.1l16.4 27.8l-16.4 27.8c-3.2 5.4.7 12.1 7 12.1l32.3-.3l15.8 28.1c3.1 5.4 10.9 5.4 13.9 0l15.9-28.1l32.3.3c6.2.1 10.1-6.7 7-12.1L365.7 192l16.4-27.8c3.2-5.4-.7-12.1-7-12.1l-32.3.3z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidSynagogue(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M309.8 3.7c5.9-4.9 14.6-4.9 20.5 0l121 100.8c18.2 15.2 28.7 37.7 28.7 61.5v346H352v-96c0-17.7-14.3-32-32-32s-32 14.3-32 32v96H160V166c0-23.7 10.5-46.3 28.8-61.5zM512 512V244.5l28.1-31.2c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3l63.8 70.9c7.9 8.8 12.3 20.3 12.3 32.1V448c0 35.3-28.7 64-64 64zM128 244.5V512H64c-35.3 0-64-28.7-64-64V316.3c0-11.9 4.4-23.3 12.3-32.1l63.8-70.9c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3zm199-120.2c-3.1-5.4-10.9-5.4-13.9 0l-15.9 28.1l-32.3-.3c-6.2-.1-10.1 6.7-7 12.1l16.4 27.8l-16.4 27.8c-3.2 5.4.7 12.1 7 12.1l32.3-.3l15.8 28.1c3.1 5.4 10.9 5.4 13.9 0l15.9-28.1l32.3.3c6.2.1 10.1-6.7 7-12.1L365.7 192l16.4-27.8c3.2-5.4-.7-12.1-7-12.1l-32.3.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M309.8 3.7c5.9-4.9 14.6-4.9 20.5 0l121 100.8c18.2 15.2 28.7 37.7 28.7 61.5v346H352v-96c0-17.7-14.3-32-32-32s-32 14.3-32 32v96H160V166c0-23.7 10.5-46.3 28.8-61.5zM512 512V244.5l28.1-31.2c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3l63.8 70.9c7.9 8.8 12.3 20.3 12.3 32.1V448c0 35.3-28.7 64-64 64zM128 244.5V512H64c-35.3 0-64-28.7-64-64V316.3c0-11.9 4.4-23.3 12.3-32.1l63.8-70.9c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3zm199-120.2c-3.1-5.4-10.9-5.4-13.9 0l-15.9 28.1l-32.3-.3c-6.2-.1-10.1 6.7-7 12.1l16.4 27.8l-16.4 27.8c-3.2 5.4.7 12.1 7 12.1l32.3-.3l15.8 28.1c3.1 5.4 10.9 5.4 13.9 0l15.9-28.1l32.3.3c6.2.1 10.1-6.7 7-12.1L365.7 192l16.4-27.8c3.2-5.4-.7-12.1-7-12.1l-32.3.3z"/></svg> </template>
CSS
.icon-synagogue {
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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M309.8%203.7c5.9-4.9%2014.6-4.9%2020.5%200l121%20100.8c18.2%2015.2%2028.7%2037.7%2028.7%2061.5v346H352v-96c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v96H160V166c0-23.7%2010.5-46.3%2028.8-61.5zM512%20512V244.5l28.1-31.2c3-3.4%207.4-5.3%2011.9-5.3s8.9%201.9%2011.9%205.3l63.8%2070.9c7.9%208.8%2012.3%2020.3%2012.3%2032.1V448c0%2035.3-28.7%2064-64%2064zM128%20244.5V512H64c-35.3%200-64-28.7-64-64V316.3c0-11.9%204.4-23.3%2012.3-32.1l63.8-70.9c3-3.4%207.4-5.3%2011.9-5.3s8.9%201.9%2011.9%205.3zm199-120.2c-3.1-5.4-10.9-5.4-13.9%200l-15.9%2028.1l-32.3-.3c-6.2-.1-10.1%206.7-7%2012.1l16.4%2027.8l-16.4%2027.8c-3.2%205.4.7%2012.1%207%2012.1l32.3-.3l15.8%2028.1c3.1%205.4%2010.9%205.4%2013.9%200l15.9-28.1l32.3.3c6.2.1%2010.1-6.7%207-12.1L365.7%20192l16.4-27.8c3.2-5.4-.7-12.1-7-12.1l-32.3.3z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M309.8%203.7c5.9-4.9%2014.6-4.9%2020.5%200l121%20100.8c18.2%2015.2%2028.7%2037.7%2028.7%2061.5v346H352v-96c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v96H160V166c0-23.7%2010.5-46.3%2028.8-61.5zM512%20512V244.5l28.1-31.2c3-3.4%207.4-5.3%2011.9-5.3s8.9%201.9%2011.9%205.3l63.8%2070.9c7.9%208.8%2012.3%2020.3%2012.3%2032.1V448c0%2035.3-28.7%2064-64%2064zM128%20244.5V512H64c-35.3%200-64-28.7-64-64V316.3c0-11.9%204.4-23.3%2012.3-32.1l63.8-70.9c3-3.4%207.4-5.3%2011.9-5.3s8.9%201.9%2011.9%205.3zm199-120.2c-3.1-5.4-10.9-5.4-13.9%200l-15.9%2028.1l-32.3-.3c-6.2-.1-10.1%206.7-7%2012.1l16.4%2027.8l-16.4%2027.8c-3.2%205.4.7%2012.1%207%2012.1l32.3-.3l15.8%2028.1c3.1%205.4%2010.9%205.4%2013.9%200l15.9-28.1l32.3.3c6.2.1%2010.1-6.7%207-12.1L365.7%20192l16.4-27.8c3.2-5.4-.7-12.1-7-12.1l-32.3.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/synagogue.svg?color=%231a73e8&size=48