temple-buddhist-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
temple-buddhist-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the temple buddhist icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 20.5v-8.034q-1.165-.21-1.967-1q-.802-.791-.975-1.941q0-.213.144-.356q.143-.144.356-.144t.357.144t.143.356q.192.82.866 1.397t1.551.578H6.5V8.466q-1.165-.249-1.948-1.02t-.994-1.921q0-.213.144-.356q.144-.144.356-.144q.213 0 .357.144t.143.356q.192.82.866 1.397t1.551.578h.775l3.458-4.606q.165-.188.37-.292q.206-.104.424-.104q.217 0 .421.104t.37.292L16.25 7.5h.775q.877 0 1.551-.578t.866-1.397q0-.213.144-.356t.357-.144t.356.144t.143.356q-.153 1.13-.946 1.902q-.792.771-1.996 1.039V11.5h1.525q.877 0 1.551-.578t.866-1.397q0-.213.144-.356t.357-.144t.356.144t.143.356q-.134 1.13-.936 1.921q-.802.79-2.006 1.02V20.5q0 .402-.299.701t-.701.299h-4.192q-.344 0-.576-.232t-.232-.576V18q0-.617-.441-1.059Q12.617 16.5 12 16.5t-1.059.441T10.5 18v2.692q0 .344-.232.576t-.576.232H5.5q-.402 0-.701-.299T4.5 20.5M9 7.5h6l-3-4.002zm-1.5 4h9v-3h-9zm-2 9h4V18q0-1.042.729-1.77q.728-.73 1.769-.73t1.771.73T14.5 18v2.5h4v-8h-13zm6.5-9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTempleBuddhistOutlineRounded(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.5 20.5v-8.034q-1.165-.21-1.967-1q-.802-.791-.975-1.941q0-.213.144-.356q.143-.144.356-.144t.357.144t.143.356q.192.82.866 1.397t1.551.578H6.5V8.466q-1.165-.249-1.948-1.02t-.994-1.921q0-.213.144-.356q.144-.144.356-.144q.213 0 .357.144t.143.356q.192.82.866 1.397t1.551.578h.775l3.458-4.606q.165-.188.37-.292q.206-.104.424-.104q.217 0 .421.104t.37.292L16.25 7.5h.775q.877 0 1.551-.578t.866-1.397q0-.213.144-.356t.357-.144t.356.144t.143.356q-.153 1.13-.946 1.902q-.792.771-1.996 1.039V11.5h1.525q.877 0 1.551-.578t.866-1.397q0-.213.144-.356t.357-.144t.356.144t.143.356q-.134 1.13-.936 1.921q-.802.79-2.006 1.02V20.5q0 .402-.299.701t-.701.299h-4.192q-.344 0-.576-.232t-.232-.576V18q0-.617-.441-1.059Q12.617 16.5 12 16.5t-1.059.441T10.5 18v2.692q0 .344-.232.576t-.576.232H5.5q-.402 0-.701-.299T4.5 20.5M9 7.5h6l-3-4.002zm-1.5 4h9v-3h-9zm-2 9h4V18q0-1.042.729-1.77q.728-.73 1.769-.73t1.771.73T14.5 18v2.5h4v-8h-13zm6.5-9"/></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.5 20.5v-8.034q-1.165-.21-1.967-1q-.802-.791-.975-1.941q0-.213.144-.356q.143-.144.356-.144t.357.144t.143.356q.192.82.866 1.397t1.551.578H6.5V8.466q-1.165-.249-1.948-1.02t-.994-1.921q0-.213.144-.356q.144-.144.356-.144q.213 0 .357.144t.143.356q.192.82.866 1.397t1.551.578h.775l3.458-4.606q.165-.188.37-.292q.206-.104.424-.104q.217 0 .421.104t.37.292L16.25 7.5h.775q.877 0 1.551-.578t.866-1.397q0-.213.144-.356t.357-.144t.356.144t.143.356q-.153 1.13-.946 1.902q-.792.771-1.996 1.039V11.5h1.525q.877 0 1.551-.578t.866-1.397q0-.213.144-.356t.357-.144t.356.144t.143.356q-.134 1.13-.936 1.921q-.802.79-2.006 1.02V20.5q0 .402-.299.701t-.701.299h-4.192q-.344 0-.576-.232t-.232-.576V18q0-.617-.441-1.059Q12.617 16.5 12 16.5t-1.059.441T10.5 18v2.692q0 .344-.232.576t-.576.232H5.5q-.402 0-.701-.299T4.5 20.5M9 7.5h6l-3-4.002zm-1.5 4h9v-3h-9zm-2 9h4V18q0-1.042.729-1.77q.728-.73 1.769-.73t1.771.73T14.5 18v2.5h4v-8h-13zm6.5-9"/></svg>
</template>

CSS

.icon-temple-buddhist-outline-rounded {
  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.5%2020.5v-8.034q-1.165-.21-1.967-1q-.802-.791-.975-1.941q0-.213.144-.356q.143-.144.356-.144t.357.144t.143.356q.192.82.866%201.397t1.551.578H6.5V8.466q-1.165-.249-1.948-1.02t-.994-1.921q0-.213.144-.356q.144-.144.356-.144q.213%200%20.357.144t.143.356q.192.82.866%201.397t1.551.578h.775l3.458-4.606q.165-.188.37-.292q.206-.104.424-.104q.217%200%20.421.104t.37.292L16.25%207.5h.775q.877%200%201.551-.578t.866-1.397q0-.213.144-.356t.357-.144t.356.144t.143.356q-.153%201.13-.946%201.902q-.792.771-1.996%201.039V11.5h1.525q.877%200%201.551-.578t.866-1.397q0-.213.144-.356t.357-.144t.356.144t.143.356q-.134%201.13-.936%201.921q-.802.79-2.006%201.02V20.5q0%20.402-.299.701t-.701.299h-4.192q-.344%200-.576-.232t-.232-.576V18q0-.617-.441-1.059Q12.617%2016.5%2012%2016.5t-1.059.441T10.5%2018v2.692q0%20.344-.232.576t-.576.232H5.5q-.402%200-.701-.299T4.5%2020.5M9%207.5h6l-3-4.002zm-1.5%204h9v-3h-9zm-2%209h4V18q0-1.042.729-1.77q.728-.73%201.769-.73t1.771.73T14.5%2018v2.5h4v-8h-13zm6.5-9%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.5%2020.5v-8.034q-1.165-.21-1.967-1q-.802-.791-.975-1.941q0-.213.144-.356q.143-.144.356-.144t.357.144t.143.356q.192.82.866%201.397t1.551.578H6.5V8.466q-1.165-.249-1.948-1.02t-.994-1.921q0-.213.144-.356q.144-.144.356-.144q.213%200%20.357.144t.143.356q.192.82.866%201.397t1.551.578h.775l3.458-4.606q.165-.188.37-.292q.206-.104.424-.104q.217%200%20.421.104t.37.292L16.25%207.5h.775q.877%200%201.551-.578t.866-1.397q0-.213.144-.356t.357-.144t.356.144t.143.356q-.153%201.13-.946%201.902q-.792.771-1.996%201.039V11.5h1.525q.877%200%201.551-.578t.866-1.397q0-.213.144-.356t.357-.144t.356.144t.143.356q-.134%201.13-.936%201.921q-.802.79-2.006%201.02V20.5q0%20.402-.299.701t-.701.299h-4.192q-.344%200-.576-.232t-.232-.576V18q0-.617-.441-1.059Q12.617%2016.5%2012%2016.5t-1.059.441T10.5%2018v2.692q0%20.344-.232.576t-.576.232H5.5q-.402%200-.701-.299T4.5%2020.5M9%207.5h6l-3-4.002zm-1.5%204h9v-3h-9zm-2%209h4V18q0-1.042.729-1.77q.728-.73%201.769-.73t1.771.73T14.5%2018v2.5h4v-8h-13zm6.5-9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/temple-buddhist-outline-rounded.svg?color=%231a73e8&size=48