twotone synagogue icon

twotone-synagogue from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
twotone-synagogue
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the twotone synagogue icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 6c-.55 0-1 .45-1 1v1h2V7c0-.55-.45-1-1-1m-1 4h2v9H3zm4-.08V19h2v-3c0-1.65 1.35-3 3-3s3 1.35 3 3v3h2V9.92l-5-4.29zm6.5.08c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5M20 6c-.55 0-1 .45-1 1v1h2V7c0-.55-.45-1-1-1m-1 4h2v9h-2z" opacity=".3"/><path fill="currentColor" d="M20 4c-1.66 0-3 1.34-3 3v.29L12 3L7 7.29V7c0-1.66-1.34-3-3-3S1 5.34 1 7v14h10v-5c0-.55.45-1 1-1s1 .45 1 1v5h10V7c0-1.66-1.34-3-3-3M5 19H3v-9h2zM5 8H3V7c0-.55.45-1 1-1s1 .45 1 1zm12 11h-2v-3c0-1.65-1.35-3-3-3s-3 1.35-3 3v3H7V9.92l5-4.29l5 4.29zm4 0h-2v-9h2zm0-11h-2V7c0-.55.45-1 1-1s1 .45 1 1z"/><circle cx="12" cy="10" r="1.5" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneSynagogue(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="M4 6c-.55 0-1 .45-1 1v1h2V7c0-.55-.45-1-1-1m-1 4h2v9H3zm4-.08V19h2v-3c0-1.65 1.35-3 3-3s3 1.35 3 3v3h2V9.92l-5-4.29zm6.5.08c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5M20 6c-.55 0-1 .45-1 1v1h2V7c0-.55-.45-1-1-1m-1 4h2v9h-2z" opacity=".3"/><path fill="currentColor" d="M20 4c-1.66 0-3 1.34-3 3v.29L12 3L7 7.29V7c0-1.66-1.34-3-3-3S1 5.34 1 7v14h10v-5c0-.55.45-1 1-1s1 .45 1 1v5h10V7c0-1.66-1.34-3-3-3M5 19H3v-9h2zM5 8H3V7c0-.55.45-1 1-1s1 .45 1 1zm12 11h-2v-3c0-1.65-1.35-3-3-3s-3 1.35-3 3v3H7V9.92l5-4.29l5 4.29zm4 0h-2v-9h2zm0-11h-2V7c0-.55.45-1 1-1s1 .45 1 1z"/><circle cx="12" cy="10" r="1.5" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 6c-.55 0-1 .45-1 1v1h2V7c0-.55-.45-1-1-1m-1 4h2v9H3zm4-.08V19h2v-3c0-1.65 1.35-3 3-3s3 1.35 3 3v3h2V9.92l-5-4.29zm6.5.08c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5M20 6c-.55 0-1 .45-1 1v1h2V7c0-.55-.45-1-1-1m-1 4h2v9h-2z" opacity=".3"/><path fill="currentColor" d="M20 4c-1.66 0-3 1.34-3 3v.29L12 3L7 7.29V7c0-1.66-1.34-3-3-3S1 5.34 1 7v14h10v-5c0-.55.45-1 1-1s1 .45 1 1v5h10V7c0-1.66-1.34-3-3-3M5 19H3v-9h2zM5 8H3V7c0-.55.45-1 1-1s1 .45 1 1zm12 11h-2v-3c0-1.65-1.35-3-3-3s-3 1.35-3 3v3H7V9.92l5-4.29l5 4.29zm4 0h-2v-9h2zm0-11h-2V7c0-.55.45-1 1-1s1 .45 1 1z"/><circle cx="12" cy="10" r="1.5" fill="currentColor"/></svg>
</template>

CSS

.icon-twotone-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%206c-.55%200-1%20.45-1%201v1h2V7c0-.55-.45-1-1-1m-1%204h2v9H3zm4-.08V19h2v-3c0-1.65%201.35-3%203-3s3%201.35%203%203v3h2V9.92l-5-4.29zm6.5.08c0%20.83-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5M20%206c-.55%200-1%20.45-1%201v1h2V7c0-.55-.45-1-1-1m-1%204h2v9h-2z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%204c-1.66%200-3%201.34-3%203v.29L12%203L7%207.29V7c0-1.66-1.34-3-3-3S1%205.34%201%207v14h10v-5c0-.55.45-1%201-1s1%20.45%201%201v5h10V7c0-1.66-1.34-3-3-3M5%2019H3v-9h2zM5%208H3V7c0-.55.45-1%201-1s1%20.45%201%201zm12%2011h-2v-3c0-1.65-1.35-3-3-3s-3%201.35-3%203v3H7V9.92l5-4.29l5%204.29zm4%200h-2v-9h2zm0-11h-2V7c0-.55.45-1%201-1s1%20.45%201%201z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2210%22%20r%3D%221.5%22%20fill%3D%22currentColor%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%22M4%206c-.55%200-1%20.45-1%201v1h2V7c0-.55-.45-1-1-1m-1%204h2v9H3zm4-.08V19h2v-3c0-1.65%201.35-3%203-3s3%201.35%203%203v3h2V9.92l-5-4.29zm6.5.08c0%20.83-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5M20%206c-.55%200-1%20.45-1%201v1h2V7c0-.55-.45-1-1-1m-1%204h2v9h-2z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%204c-1.66%200-3%201.34-3%203v.29L12%203L7%207.29V7c0-1.66-1.34-3-3-3S1%205.34%201%207v14h10v-5c0-.55.45-1%201-1s1%20.45%201%201v5h10V7c0-1.66-1.34-3-3-3M5%2019H3v-9h2zM5%208H3V7c0-.55.45-1%201-1s1%20.45%201%201zm12%2011h-2v-3c0-1.65-1.35-3-3-3s-3%201.35-3%203v3H7V9.92l5-4.29l5%204.29zm4%200h-2v-9h2zm0-11h-2V7c0-.55.45-1%201-1s1%20.45%201%201z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2210%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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