Temple Buddhist icon

Temple Buddhist is a Google Material Symbol from the Maps category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

temple_buddhist_outlined_fill0_wght400.svg

Temple Buddhist icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=temple_buddhist" />

<span class="material-symbols-outlined">temple_buddhist</span>

Temple Buddhist icon in React

// With the font from the HTML tab:
export function TempleBuddhistIcon() {
  return (
    <span className="material-symbols-outlined">
      temple_buddhist
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import TempleBuddhistIcon from "@material-symbols/svg-400/outlined/temple_buddhist.svg?react";

Temple Buddhist icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">temple_buddhist</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import TempleBuddhistIcon from "@material-symbols/svg-400/outlined/temple_buddhist.svg?component"; -->

Temple Buddhist icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">temple_buddhist</mat-icon>

Temple Buddhist icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.temple_buddhist, fill: 0, weight: 400)

Temple Buddhist icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/temple_buddhist.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M4 22v-9.35q-1.25-.3-2.087-1.212T1 9.275h1.525q.075 .825 .707 1.4 .632 .575 1.493 .575h1.275v-2.6q-1.25-.3-2.087-1.212T3 5.275h1.525q.075 .825 .707 1.4 .632 .575 1.493 .575h.6l4.675-6.25 4.675 6.25h.6q.861 0 1.493-.575Q19.4 6.1 19.475 5.275h1.525q-.075 1.25-.9 2.163T18 8.65v2.6h1.275q.861 0 1.493-.575Q21.4 10.1 21.475 9.275h1.525q-.075 1.25-.9 2.163T20 12.65v9.35H13.25v-4q0-.531-.358-.891Q12.534 16.75 12.005 16.75q-.53 0-.892 .359Q10.75 17.469 10.75 18v4H4Zm5.2-14.75h5.6L12 3.525 9.2 7.25Zm-1.7 4h9v-2.5H7.5v2.5Zm-2 9.25h3.75v-2.5q0-1.146 .803-1.948 .803-.802 1.95-.802T13.95 16.052q.8 .802 .8 1.948v2.5h3.75v-7.75H5.5v7.75Zm6.5-7.75Zm0-5.5Zm0 4Z" />
</vector>

Temple Buddhist icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/temple_buddhist.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/temple_buddhist.svg" width="24" height="24" alt="Temple Buddhist">

Temple Buddhist icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameTemple Buddhist
Ligaturetemple_buddhist
Code pointU+EAB3
CategoryMaps
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/temple_buddhist.svg, temple_buddhist-fill.svg
FlutterSymbols.temple_buddhist
LicenseApache License 2.0 (© Google LLC)

Keywords

mapstravelstructurelocationbuildingplacearchitecturetourismlandmarkmonumentspiritualreligionworship

Related icons