outline synagogue icon
outline-synagogue from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- outline-synagogue
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
More maps icons from Google Material Icons
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the outline synagogue icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><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-3m0 2c.55 0 1 .45 1 1v1h-2V7c0-.55.45-1 1-1M4 6c.55 0 1 .45 1 1v1H3V7c0-.55.45-1 1-1M3 19v-9h2v9zm14 0h-2v-3c0-1.65-1.35-3-3-3s-3 1.35-3 3v3H7V9.92l5-4.29l5 4.29zm2 0v-9h2v9z"/><circle cx="12" cy="10" r="1.5" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineSynagogue(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="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-3m0 2c.55 0 1 .45 1 1v1h-2V7c0-.55.45-1 1-1M4 6c.55 0 1 .45 1 1v1H3V7c0-.55.45-1 1-1M3 19v-9h2v9zm14 0h-2v-3c0-1.65-1.35-3-3-3s-3 1.35-3 3v3H7V9.92l5-4.29l5 4.29zm2 0v-9h2v9z"/><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="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-3m0 2c.55 0 1 .45 1 1v1h-2V7c0-.55.45-1 1-1M4 6c.55 0 1 .45 1 1v1H3V7c0-.55.45-1 1-1M3 19v-9h2v9zm14 0h-2v-3c0-1.65-1.35-3-3-3s-3 1.35-3 3v3H7V9.92l5-4.29l5 4.29zm2 0v-9h2v9z"/><circle cx="12" cy="10" r="1.5" fill="currentColor"/></svg> </template>
CSS
.icon-outline-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%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-3m0%202c.55%200%201%20.45%201%201v1h-2V7c0-.55.45-1%201-1M4%206c.55%200%201%20.45%201%201v1H3V7c0-.55.45-1%201-1M3%2019v-9h2v9zm14%200h-2v-3c0-1.65-1.35-3-3-3s-3%201.35-3%203v3H7V9.92l5-4.29l5%204.29zm2%200v-9h2v9z%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%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-3m0%202c.55%200%201%20.45%201%201v1h-2V7c0-.55.45-1%201-1M4%206c.55%200%201%20.45%201%201v1H3V7c0-.55.45-1%201-1M3%2019v-9h2v9zm14%200h-2v-3c0-1.65-1.35-3-3-3s-3%201.35-3%203v3H7V9.92l5-4.29l5%204.29zm2%200v-9h2v9z%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/outline-synagogue.svg?color=%231a73e8&size=48