vihara from Font Awesome 6 Solid by Dave Gandy · Regular · Buildings · CC-BY-4.0 Attribution required.

Name
vihara
Set
Font Awesome 6 Solid
Style
Regular
Category
Buildings
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

More buildings icons from Font Awesome 6 Solid

Use the vihara icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m281 22l24.8-17.3c1.3-.9 2.7-1.8 4.1-2.4C313.1.7 316.6 0 320 0s6.9.7 10.1 2.2c1.4.7 2.8 1.5 4.1 2.4L359 22c34 23.8 71.8 41.5 111.8 52.4l23 6.3c1.8.5 3.6 1.1 5.2 2c3.2 1.7 5.9 4 8.1 6.8c3.8 4.9 5.6 11.3 4.7 17.8c-.4 2.8-1.2 5.4-2.5 7.8c-1.7 3.2-4 5.9-6.8 8.1c-4.3 3.2-9.6 5.1-15.1 4.9h-7.5v56.1l6.4 5.1l5.2 4.1c21.1 16.7 45 29.6 70.5 38.1l28.9 9.6c1.6.5 3.2 1.2 4.6 2c3.1 1.7 5.8 4.1 7.8 6.9s3.5 6.1 4.1 9.6c.5 2.7.6 5.5.1 8.3s-1.4 5.4-2.7 7.8c-1.7 3.1-4.1 5.8-6.9 7.8s-6.1 3.5-9.6 4.1c-1.6.3-3.3.4-5 .4H544v65.9c20.5 22.8 47.4 39.2 77.4 46.7C632 403 640 412.6 640 424c0 13.3-10.7 24-24 24h-40v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32H352v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32H128v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32H24c-13.3 0-24-10.7-24-24c0-11.4 8-21 18.6-23.4c30-7.6 56.9-23.9 77.4-46.7V288H56.6c-1.7 0-3.4-.1-5-.4c-3.5-.7-6.8-2.1-9.6-4.1s-5.2-4.7-7-7.8c-1.3-2.4-2.3-5-2.7-7.8s-.4-5.6.1-8.3c.7-3.5 2.1-6.8 4.1-9.6s4.7-5.2 7.8-6.9c1.4-.8 3-1.5 4.6-2l28.9-9.6c25.5-8.5 49.4-21.4 70.5-38.1l5.2-4.1l6.4-5.1v-56.1h-7.5c-5.5.1-10.8-1.7-15.1-4.9c-2.8-2.1-5.1-4.8-6.8-8.1c-1.2-2.4-2.1-5-2.5-7.8c-.9-6.5.9-12.8 4.7-17.8c2.1-2.8 4.8-5.1 8.1-6.8c1.6-.8 3.4-1.5 5.2-2l23-6.3c40.2-10.9 78-28.6 112-52.4m135 106H224v64h192zM160 288v64h320v-64z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidVihara(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m281 22l24.8-17.3c1.3-.9 2.7-1.8 4.1-2.4C313.1.7 316.6 0 320 0s6.9.7 10.1 2.2c1.4.7 2.8 1.5 4.1 2.4L359 22c34 23.8 71.8 41.5 111.8 52.4l23 6.3c1.8.5 3.6 1.1 5.2 2c3.2 1.7 5.9 4 8.1 6.8c3.8 4.9 5.6 11.3 4.7 17.8c-.4 2.8-1.2 5.4-2.5 7.8c-1.7 3.2-4 5.9-6.8 8.1c-4.3 3.2-9.6 5.1-15.1 4.9h-7.5v56.1l6.4 5.1l5.2 4.1c21.1 16.7 45 29.6 70.5 38.1l28.9 9.6c1.6.5 3.2 1.2 4.6 2c3.1 1.7 5.8 4.1 7.8 6.9s3.5 6.1 4.1 9.6c.5 2.7.6 5.5.1 8.3s-1.4 5.4-2.7 7.8c-1.7 3.1-4.1 5.8-6.9 7.8s-6.1 3.5-9.6 4.1c-1.6.3-3.3.4-5 .4H544v65.9c20.5 22.8 47.4 39.2 77.4 46.7C632 403 640 412.6 640 424c0 13.3-10.7 24-24 24h-40v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32H352v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32H128v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32H24c-13.3 0-24-10.7-24-24c0-11.4 8-21 18.6-23.4c30-7.6 56.9-23.9 77.4-46.7V288H56.6c-1.7 0-3.4-.1-5-.4c-3.5-.7-6.8-2.1-9.6-4.1s-5.2-4.7-7-7.8c-1.3-2.4-2.3-5-2.7-7.8s-.4-5.6.1-8.3c.7-3.5 2.1-6.8 4.1-9.6s4.7-5.2 7.8-6.9c1.4-.8 3-1.5 4.6-2l28.9-9.6c25.5-8.5 49.4-21.4 70.5-38.1l5.2-4.1l6.4-5.1v-56.1h-7.5c-5.5.1-10.8-1.7-15.1-4.9c-2.8-2.1-5.1-4.8-6.8-8.1c-1.2-2.4-2.1-5-2.5-7.8c-.9-6.5.9-12.8 4.7-17.8c2.1-2.8 4.8-5.1 8.1-6.8c1.6-.8 3.4-1.5 5.2-2l23-6.3c40.2-10.9 78-28.6 112-52.4m135 106H224v64h192zM160 288v64h320v-64z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m281 22l24.8-17.3c1.3-.9 2.7-1.8 4.1-2.4C313.1.7 316.6 0 320 0s6.9.7 10.1 2.2c1.4.7 2.8 1.5 4.1 2.4L359 22c34 23.8 71.8 41.5 111.8 52.4l23 6.3c1.8.5 3.6 1.1 5.2 2c3.2 1.7 5.9 4 8.1 6.8c3.8 4.9 5.6 11.3 4.7 17.8c-.4 2.8-1.2 5.4-2.5 7.8c-1.7 3.2-4 5.9-6.8 8.1c-4.3 3.2-9.6 5.1-15.1 4.9h-7.5v56.1l6.4 5.1l5.2 4.1c21.1 16.7 45 29.6 70.5 38.1l28.9 9.6c1.6.5 3.2 1.2 4.6 2c3.1 1.7 5.8 4.1 7.8 6.9s3.5 6.1 4.1 9.6c.5 2.7.6 5.5.1 8.3s-1.4 5.4-2.7 7.8c-1.7 3.1-4.1 5.8-6.9 7.8s-6.1 3.5-9.6 4.1c-1.6.3-3.3.4-5 .4H544v65.9c20.5 22.8 47.4 39.2 77.4 46.7C632 403 640 412.6 640 424c0 13.3-10.7 24-24 24h-40v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32H352v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32H128v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32H24c-13.3 0-24-10.7-24-24c0-11.4 8-21 18.6-23.4c30-7.6 56.9-23.9 77.4-46.7V288H56.6c-1.7 0-3.4-.1-5-.4c-3.5-.7-6.8-2.1-9.6-4.1s-5.2-4.7-7-7.8c-1.3-2.4-2.3-5-2.7-7.8s-.4-5.6.1-8.3c.7-3.5 2.1-6.8 4.1-9.6s4.7-5.2 7.8-6.9c1.4-.8 3-1.5 4.6-2l28.9-9.6c25.5-8.5 49.4-21.4 70.5-38.1l5.2-4.1l6.4-5.1v-56.1h-7.5c-5.5.1-10.8-1.7-15.1-4.9c-2.8-2.1-5.1-4.8-6.8-8.1c-1.2-2.4-2.1-5-2.5-7.8c-.9-6.5.9-12.8 4.7-17.8c2.1-2.8 4.8-5.1 8.1-6.8c1.6-.8 3.4-1.5 5.2-2l23-6.3c40.2-10.9 78-28.6 112-52.4m135 106H224v64h192zM160 288v64h320v-64z"/></svg>
</template>

CSS

.icon-vihara {
  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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m281%2022l24.8-17.3c1.3-.9%202.7-1.8%204.1-2.4C313.1.7%20316.6%200%20320%200s6.9.7%2010.1%202.2c1.4.7%202.8%201.5%204.1%202.4L359%2022c34%2023.8%2071.8%2041.5%20111.8%2052.4l23%206.3c1.8.5%203.6%201.1%205.2%202c3.2%201.7%205.9%204%208.1%206.8c3.8%204.9%205.6%2011.3%204.7%2017.8c-.4%202.8-1.2%205.4-2.5%207.8c-1.7%203.2-4%205.9-6.8%208.1c-4.3%203.2-9.6%205.1-15.1%204.9h-7.5v56.1l6.4%205.1l5.2%204.1c21.1%2016.7%2045%2029.6%2070.5%2038.1l28.9%209.6c1.6.5%203.2%201.2%204.6%202c3.1%201.7%205.8%204.1%207.8%206.9s3.5%206.1%204.1%209.6c.5%202.7.6%205.5.1%208.3s-1.4%205.4-2.7%207.8c-1.7%203.1-4.1%205.8-6.9%207.8s-6.1%203.5-9.6%204.1c-1.6.3-3.3.4-5%20.4H544v65.9c20.5%2022.8%2047.4%2039.2%2077.4%2046.7C632%20403%20640%20412.6%20640%20424c0%2013.3-10.7%2024-24%2024h-40v32c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-32H352v32c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-32H128v32c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-32H24c-13.3%200-24-10.7-24-24c0-11.4%208-21%2018.6-23.4c30-7.6%2056.9-23.9%2077.4-46.7V288H56.6c-1.7%200-3.4-.1-5-.4c-3.5-.7-6.8-2.1-9.6-4.1s-5.2-4.7-7-7.8c-1.3-2.4-2.3-5-2.7-7.8s-.4-5.6.1-8.3c.7-3.5%202.1-6.8%204.1-9.6s4.7-5.2%207.8-6.9c1.4-.8%203-1.5%204.6-2l28.9-9.6c25.5-8.5%2049.4-21.4%2070.5-38.1l5.2-4.1l6.4-5.1v-56.1h-7.5c-5.5.1-10.8-1.7-15.1-4.9c-2.8-2.1-5.1-4.8-6.8-8.1c-1.2-2.4-2.1-5-2.5-7.8c-.9-6.5.9-12.8%204.7-17.8c2.1-2.8%204.8-5.1%208.1-6.8c1.6-.8%203.4-1.5%205.2-2l23-6.3c40.2-10.9%2078-28.6%20112-52.4m135%20106H224v64h192zM160%20288v64h320v-64z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m281%2022l24.8-17.3c1.3-.9%202.7-1.8%204.1-2.4C313.1.7%20316.6%200%20320%200s6.9.7%2010.1%202.2c1.4.7%202.8%201.5%204.1%202.4L359%2022c34%2023.8%2071.8%2041.5%20111.8%2052.4l23%206.3c1.8.5%203.6%201.1%205.2%202c3.2%201.7%205.9%204%208.1%206.8c3.8%204.9%205.6%2011.3%204.7%2017.8c-.4%202.8-1.2%205.4-2.5%207.8c-1.7%203.2-4%205.9-6.8%208.1c-4.3%203.2-9.6%205.1-15.1%204.9h-7.5v56.1l6.4%205.1l5.2%204.1c21.1%2016.7%2045%2029.6%2070.5%2038.1l28.9%209.6c1.6.5%203.2%201.2%204.6%202c3.1%201.7%205.8%204.1%207.8%206.9s3.5%206.1%204.1%209.6c.5%202.7.6%205.5.1%208.3s-1.4%205.4-2.7%207.8c-1.7%203.1-4.1%205.8-6.9%207.8s-6.1%203.5-9.6%204.1c-1.6.3-3.3.4-5%20.4H544v65.9c20.5%2022.8%2047.4%2039.2%2077.4%2046.7C632%20403%20640%20412.6%20640%20424c0%2013.3-10.7%2024-24%2024h-40v32c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-32H352v32c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-32H128v32c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-32H24c-13.3%200-24-10.7-24-24c0-11.4%208-21%2018.6-23.4c30-7.6%2056.9-23.9%2077.4-46.7V288H56.6c-1.7%200-3.4-.1-5-.4c-3.5-.7-6.8-2.1-9.6-4.1s-5.2-4.7-7-7.8c-1.3-2.4-2.3-5-2.7-7.8s-.4-5.6.1-8.3c.7-3.5%202.1-6.8%204.1-9.6s4.7-5.2%207.8-6.9c1.4-.8%203-1.5%204.6-2l28.9-9.6c25.5-8.5%2049.4-21.4%2070.5-38.1l5.2-4.1l6.4-5.1v-56.1h-7.5c-5.5.1-10.8-1.7-15.1-4.9c-2.8-2.1-5.1-4.8-6.8-8.1c-1.2-2.4-2.1-5-2.5-7.8c-.9-6.5.9-12.8%204.7-17.8c2.1-2.8%204.8-5.1%208.1-6.8c1.6-.8%203.4-1.5%205.2-2l23-6.3c40.2-10.9%2078-28.6%20112-52.4m135%20106H224v64h192zM160%20288v64h320v-64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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