temple buddhist icon
temple-buddhist-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- temple-buddhist-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
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="m8.25 6l2.15-2.875q.3-.4.725-.6t.875-.2t.875.2t.725.6L15.75 6zM6 10V8.85q-1.3-.325-2.15-1.375T3 5.025q0-.425.288-.713T4 4.025t.713.288t.287.712q0 .8.588 1.388T6.975 7h10.05q.8 0 1.388-.587T19 5.025q0-.425.288-.712T20 4.024t.713.288t.287.712q0 1.4-.85 2.45T18 8.85V10zM4 20v-7.15q-1.3-.325-2.15-1.375T1 9.025q0-.425.288-.712T2 8.025t.713.288t.287.712q0 .8.588 1.388T4.975 11h14.05q.8 0 1.388-.587T21 9.025q0-.425.288-.712T22 8.025t.713.288t.287.712q0 1.4-.85 2.45T20 12.85V20q0 .825-.587 1.413T18 22h-4q-.425 0-.712-.288T13 21v-3q0-.425-.288-.712T12 17t-.712.288T11 18v3q0 .425-.288.713T10 22H6q-.825 0-1.412-.587T4 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTempleBuddhistRounded(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="m8.25 6l2.15-2.875q.3-.4.725-.6t.875-.2t.875.2t.725.6L15.75 6zM6 10V8.85q-1.3-.325-2.15-1.375T3 5.025q0-.425.288-.713T4 4.025t.713.288t.287.712q0 .8.588 1.388T6.975 7h10.05q.8 0 1.388-.587T19 5.025q0-.425.288-.712T20 4.024t.713.288t.287.712q0 1.4-.85 2.45T18 8.85V10zM4 20v-7.15q-1.3-.325-2.15-1.375T1 9.025q0-.425.288-.712T2 8.025t.713.288t.287.712q0 .8.588 1.388T4.975 11h14.05q.8 0 1.388-.587T21 9.025q0-.425.288-.712T22 8.025t.713.288t.287.712q0 1.4-.85 2.45T20 12.85V20q0 .825-.587 1.413T18 22h-4q-.425 0-.712-.288T13 21v-3q0-.425-.288-.712T12 17t-.712.288T11 18v3q0 .425-.288.713T10 22H6q-.825 0-1.412-.587T4 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.25 6l2.15-2.875q.3-.4.725-.6t.875-.2t.875.2t.725.6L15.75 6zM6 10V8.85q-1.3-.325-2.15-1.375T3 5.025q0-.425.288-.713T4 4.025t.713.288t.287.712q0 .8.588 1.388T6.975 7h10.05q.8 0 1.388-.587T19 5.025q0-.425.288-.712T20 4.024t.713.288t.287.712q0 1.4-.85 2.45T18 8.85V10zM4 20v-7.15q-1.3-.325-2.15-1.375T1 9.025q0-.425.288-.712T2 8.025t.713.288t.287.712q0 .8.588 1.388T4.975 11h14.05q.8 0 1.388-.587T21 9.025q0-.425.288-.712T22 8.025t.713.288t.287.712q0 1.4-.85 2.45T20 12.85V20q0 .825-.587 1.413T18 22h-4q-.425 0-.712-.288T13 21v-3q0-.425-.288-.712T12 17t-.712.288T11 18v3q0 .425-.288.713T10 22H6q-.825 0-1.412-.587T4 20"/></svg> </template>
CSS
.icon-temple-buddhist-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%22m8.25%206l2.15-2.875q.3-.4.725-.6t.875-.2t.875.2t.725.6L15.75%206zM6%2010V8.85q-1.3-.325-2.15-1.375T3%205.025q0-.425.288-.713T4%204.025t.713.288t.287.712q0%20.8.588%201.388T6.975%207h10.05q.8%200%201.388-.587T19%205.025q0-.425.288-.712T20%204.024t.713.288t.287.712q0%201.4-.85%202.45T18%208.85V10zM4%2020v-7.15q-1.3-.325-2.15-1.375T1%209.025q0-.425.288-.712T2%208.025t.713.288t.287.712q0%20.8.588%201.388T4.975%2011h14.05q.8%200%201.388-.587T21%209.025q0-.425.288-.712T22%208.025t.713.288t.287.712q0%201.4-.85%202.45T20%2012.85V20q0%20.825-.587%201.413T18%2022h-4q-.425%200-.712-.288T13%2021v-3q0-.425-.288-.712T12%2017t-.712.288T11%2018v3q0%20.425-.288.713T10%2022H6q-.825%200-1.412-.587T4%2020%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%22m8.25%206l2.15-2.875q.3-.4.725-.6t.875-.2t.875.2t.725.6L15.75%206zM6%2010V8.85q-1.3-.325-2.15-1.375T3%205.025q0-.425.288-.713T4%204.025t.713.288t.287.712q0%20.8.588%201.388T6.975%207h10.05q.8%200%201.388-.587T19%205.025q0-.425.288-.712T20%204.024t.713.288t.287.712q0%201.4-.85%202.45T18%208.85V10zM4%2020v-7.15q-1.3-.325-2.15-1.375T1%209.025q0-.425.288-.712T2%208.025t.713.288t.287.712q0%20.8.588%201.388T4.975%2011h14.05q.8%200%201.388-.587T21%209.025q0-.425.288-.712T22%208.025t.713.288t.287.712q0%201.4-.85%202.45T20%2012.85V20q0%20.825-.587%201.413T18%2022h-4q-.425%200-.712-.288T13%2021v-3q0-.425-.288-.712T12%2017t-.712.288T11%2018v3q0%20.425-.288.713T10%2022H6q-.825%200-1.412-.587T4%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/temple-buddhist-rounded.svg?color=%231a73e8&size=48