temple-outline from Health Icons by Resolve to Save Lives · Outline · Places · MIT Free for personal and commercial use.

Name
temple-outline
Set
Health Icons
Style
Outline
Category
Places
Viewbox
48×48
License
MIT
Aliases
temple2x-outline

1 other variant in Health Icons

The same icon in other sets

More places icons from Health Icons

Use the temple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M14 10.762c0 1.729.703 2.554 1.428 2.945c.773.417 1.572.34 1.572.34v4s-1.8 3.939-3.882 4.595c-.693.218-1.418.072-2.118-.705c0 1.662.8 2.436 1.544 2.797c.649.314 1.256.314 1.256.314H15v4s-1.404 4.096-3.676 4.629c-.698.164-1.478-.009-2.324-.74c0 1.66 1.025 2.434 1.982 2.795l.018.007v8.309h26v-8.309l.017-.006c.956-.36 1.983-1.135 1.983-2.796c-.828.715-1.616.896-2.339.75c-1.678-.338-3.005-2.436-3.661-3.692v-4.947h1.2s.607 0 1.256-.314C36.2 24.374 37 23.599 37 21.937c-.684.76-1.414.917-2.125.719c-1.65-.46-3.203-2.824-3.875-3.976v-4.632s.799.076 1.572-.341C33.297 13.316 34 12.49 34 10.762c-.683.732-1.423 1.018-2.183.99c-2.472-.093-5.14-3.518-6.632-5.77C24.45 4.872 24 4.048 24 4.048s-.45.824-1.185 1.934c-1.492 2.252-4.16 5.677-6.632 5.77c-.76.028-1.5-.258-2.183-.99m15.522 9.342l-.034-.056H18.214l-.017.03c-.375.662-.932 1.558-1.62 2.372a10 10 0 0 1-.546.598h15.794q-.29-.278-.53-.544c-.733-.806-1.337-1.696-1.747-2.358l-.014-.023zM26 16.048a1 1 0 0 1 1 1v1h2v-4H19v4h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 0 1 1-1m2 11a1 1 0 0 1 1 1v1h2v-4H17v4h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 0 1 1-1m-.215-15a15.6 15.6 0 0 1-1.77-1.695A27 27 0 0 1 24 7.795a27 27 0 0 1-2.016 2.558a15.6 15.6 0 0 1-1.769 1.695zm5.12 21.41c.163.192.346.392.548.59h-19.09c.215-.225.405-.452.57-.667c.616-.799 1.083-1.669 1.397-2.333h14.964c.36.674.904 1.583 1.61 2.41M21 38.048a2 2 0 0 0-2 2v2h-2v-6h14v6h-2v-2a2 2 0 0 0-2-2zm-8 4v-6h2v6zm20 0v-6h2v6zm-6-2v2h-6v-2z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsTempleOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M14 10.762c0 1.729.703 2.554 1.428 2.945c.773.417 1.572.34 1.572.34v4s-1.8 3.939-3.882 4.595c-.693.218-1.418.072-2.118-.705c0 1.662.8 2.436 1.544 2.797c.649.314 1.256.314 1.256.314H15v4s-1.404 4.096-3.676 4.629c-.698.164-1.478-.009-2.324-.74c0 1.66 1.025 2.434 1.982 2.795l.018.007v8.309h26v-8.309l.017-.006c.956-.36 1.983-1.135 1.983-2.796c-.828.715-1.616.896-2.339.75c-1.678-.338-3.005-2.436-3.661-3.692v-4.947h1.2s.607 0 1.256-.314C36.2 24.374 37 23.599 37 21.937c-.684.76-1.414.917-2.125.719c-1.65-.46-3.203-2.824-3.875-3.976v-4.632s.799.076 1.572-.341C33.297 13.316 34 12.49 34 10.762c-.683.732-1.423 1.018-2.183.99c-2.472-.093-5.14-3.518-6.632-5.77C24.45 4.872 24 4.048 24 4.048s-.45.824-1.185 1.934c-1.492 2.252-4.16 5.677-6.632 5.77c-.76.028-1.5-.258-2.183-.99m15.522 9.342l-.034-.056H18.214l-.017.03c-.375.662-.932 1.558-1.62 2.372a10 10 0 0 1-.546.598h15.794q-.29-.278-.53-.544c-.733-.806-1.337-1.696-1.747-2.358l-.014-.023zM26 16.048a1 1 0 0 1 1 1v1h2v-4H19v4h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 0 1 1-1m2 11a1 1 0 0 1 1 1v1h2v-4H17v4h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 0 1 1-1m-.215-15a15.6 15.6 0 0 1-1.77-1.695A27 27 0 0 1 24 7.795a27 27 0 0 1-2.016 2.558a15.6 15.6 0 0 1-1.769 1.695zm5.12 21.41c.163.192.346.392.548.59h-19.09c.215-.225.405-.452.57-.667c.616-.799 1.083-1.669 1.397-2.333h14.964c.36.674.904 1.583 1.61 2.41M21 38.048a2 2 0 0 0-2 2v2h-2v-6h14v6h-2v-2a2 2 0 0 0-2-2zm-8 4v-6h2v6zm20 0v-6h2v6zm-6-2v2h-6v-2z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M14 10.762c0 1.729.703 2.554 1.428 2.945c.773.417 1.572.34 1.572.34v4s-1.8 3.939-3.882 4.595c-.693.218-1.418.072-2.118-.705c0 1.662.8 2.436 1.544 2.797c.649.314 1.256.314 1.256.314H15v4s-1.404 4.096-3.676 4.629c-.698.164-1.478-.009-2.324-.74c0 1.66 1.025 2.434 1.982 2.795l.018.007v8.309h26v-8.309l.017-.006c.956-.36 1.983-1.135 1.983-2.796c-.828.715-1.616.896-2.339.75c-1.678-.338-3.005-2.436-3.661-3.692v-4.947h1.2s.607 0 1.256-.314C36.2 24.374 37 23.599 37 21.937c-.684.76-1.414.917-2.125.719c-1.65-.46-3.203-2.824-3.875-3.976v-4.632s.799.076 1.572-.341C33.297 13.316 34 12.49 34 10.762c-.683.732-1.423 1.018-2.183.99c-2.472-.093-5.14-3.518-6.632-5.77C24.45 4.872 24 4.048 24 4.048s-.45.824-1.185 1.934c-1.492 2.252-4.16 5.677-6.632 5.77c-.76.028-1.5-.258-2.183-.99m15.522 9.342l-.034-.056H18.214l-.017.03c-.375.662-.932 1.558-1.62 2.372a10 10 0 0 1-.546.598h15.794q-.29-.278-.53-.544c-.733-.806-1.337-1.696-1.747-2.358l-.014-.023zM26 16.048a1 1 0 0 1 1 1v1h2v-4H19v4h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 0 1 1-1m2 11a1 1 0 0 1 1 1v1h2v-4H17v4h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 0 1 1-1m-.215-15a15.6 15.6 0 0 1-1.77-1.695A27 27 0 0 1 24 7.795a27 27 0 0 1-2.016 2.558a15.6 15.6 0 0 1-1.769 1.695zm5.12 21.41c.163.192.346.392.548.59h-19.09c.215-.225.405-.452.57-.667c.616-.799 1.083-1.669 1.397-2.333h14.964c.36.674.904 1.583 1.61 2.41M21 38.048a2 2 0 0 0-2 2v2h-2v-6h14v6h-2v-2a2 2 0 0 0-2-2zm-8 4v-6h2v6zm20 0v-6h2v6zm-6-2v2h-6v-2z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-temple-outline {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2010.762c0%201.729.703%202.554%201.428%202.945c.773.417%201.572.34%201.572.34v4s-1.8%203.939-3.882%204.595c-.693.218-1.418.072-2.118-.705c0%201.662.8%202.436%201.544%202.797c.649.314%201.256.314%201.256.314H15v4s-1.404%204.096-3.676%204.629c-.698.164-1.478-.009-2.324-.74c0%201.66%201.025%202.434%201.982%202.795l.018.007v8.309h26v-8.309l.017-.006c.956-.36%201.983-1.135%201.983-2.796c-.828.715-1.616.896-2.339.75c-1.678-.338-3.005-2.436-3.661-3.692v-4.947h1.2s.607%200%201.256-.314C36.2%2024.374%2037%2023.599%2037%2021.937c-.684.76-1.414.917-2.125.719c-1.65-.46-3.203-2.824-3.875-3.976v-4.632s.799.076%201.572-.341C33.297%2013.316%2034%2012.49%2034%2010.762c-.683.732-1.423%201.018-2.183.99c-2.472-.093-5.14-3.518-6.632-5.77C24.45%204.872%2024%204.048%2024%204.048s-.45.824-1.185%201.934c-1.492%202.252-4.16%205.677-6.632%205.77c-.76.028-1.5-.258-2.183-.99m15.522%209.342l-.034-.056H18.214l-.017.03c-.375.662-.932%201.558-1.62%202.372a10%2010%200%200%201-.546.598h15.794q-.29-.278-.53-.544c-.733-.806-1.337-1.696-1.747-2.358l-.014-.023zM26%2016.048a1%201%200%200%201%201%201v1h2v-4H19v4h2v-1a1%201%200%201%201%202%200v1h2v-1a1%201%200%200%201%201-1m2%2011a1%201%200%200%201%201%201v1h2v-4H17v4h2v-1a1%201%200%201%201%202%200v1h2v-1a1%201%200%201%201%202%200v1h2v-1a1%201%200%200%201%201-1m-.215-15a15.6%2015.6%200%200%201-1.77-1.695A27%2027%200%200%201%2024%207.795a27%2027%200%200%201-2.016%202.558a15.6%2015.6%200%200%201-1.769%201.695zm5.12%2021.41c.163.192.346.392.548.59h-19.09c.215-.225.405-.452.57-.667c.616-.799%201.083-1.669%201.397-2.333h14.964c.36.674.904%201.583%201.61%202.41M21%2038.048a2%202%200%200%200-2%202v2h-2v-6h14v6h-2v-2a2%202%200%200%200-2-2zm-8%204v-6h2v6zm20%200v-6h2v6zm-6-2v2h-6v-2z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2010.762c0%201.729.703%202.554%201.428%202.945c.773.417%201.572.34%201.572.34v4s-1.8%203.939-3.882%204.595c-.693.218-1.418.072-2.118-.705c0%201.662.8%202.436%201.544%202.797c.649.314%201.256.314%201.256.314H15v4s-1.404%204.096-3.676%204.629c-.698.164-1.478-.009-2.324-.74c0%201.66%201.025%202.434%201.982%202.795l.018.007v8.309h26v-8.309l.017-.006c.956-.36%201.983-1.135%201.983-2.796c-.828.715-1.616.896-2.339.75c-1.678-.338-3.005-2.436-3.661-3.692v-4.947h1.2s.607%200%201.256-.314C36.2%2024.374%2037%2023.599%2037%2021.937c-.684.76-1.414.917-2.125.719c-1.65-.46-3.203-2.824-3.875-3.976v-4.632s.799.076%201.572-.341C33.297%2013.316%2034%2012.49%2034%2010.762c-.683.732-1.423%201.018-2.183.99c-2.472-.093-5.14-3.518-6.632-5.77C24.45%204.872%2024%204.048%2024%204.048s-.45.824-1.185%201.934c-1.492%202.252-4.16%205.677-6.632%205.77c-.76.028-1.5-.258-2.183-.99m15.522%209.342l-.034-.056H18.214l-.017.03c-.375.662-.932%201.558-1.62%202.372a10%2010%200%200%201-.546.598h15.794q-.29-.278-.53-.544c-.733-.806-1.337-1.696-1.747-2.358l-.014-.023zM26%2016.048a1%201%200%200%201%201%201v1h2v-4H19v4h2v-1a1%201%200%201%201%202%200v1h2v-1a1%201%200%200%201%201-1m2%2011a1%201%200%200%201%201%201v1h2v-4H17v4h2v-1a1%201%200%201%201%202%200v1h2v-1a1%201%200%201%201%202%200v1h2v-1a1%201%200%200%201%201-1m-.215-15a15.6%2015.6%200%200%201-1.77-1.695A27%2027%200%200%201%2024%207.795a27%2027%200%200%201-2.016%202.558a15.6%2015.6%200%200%201-1.769%201.695zm5.12%2021.41c.163.192.346.392.548.59h-19.09c.215-.225.405-.452.57-.667c.616-.799%201.083-1.669%201.397-2.333h14.964c.36.674.904%201.583%201.61%202.41M21%2038.048a2%202%200%200%200-2%202v2h-2v-6h14v6h-2v-2a2%202%200%200%200-2-2zm-8%204v-6h2v6zm20%200v-6h2v6zm-6-2v2h-6v-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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