torii-gate from Font Awesome Solid by Dave Gandy · Solid · Buildings · CC-BY-4.0 Attribution required.

Name
torii-gate
Set
Font Awesome Solid
Style
Solid
Category
Buildings
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More buildings icons from Font Awesome Solid

Use the torii gate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 160V92.5c0-6.9 5.6-12.5 12.5-12.5c2.3 0 4.5.6 6.5 1.8l39 23.4c24.9 14.9 53.3 22.8 82.3 22.8h167.4c29 0 57.5-7.9 82.3-22.8l39-23.4c1.9-1.2 4.2-1.8 6.4-1.8c6.9 0 12.5 5.6 12.5 12.5l.1 67.5c0 35.3-28.7 64-64 64v64h16c17.7 0 32 14.3 32 32s-14.3 32-32 32h-16v192c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H224v192c0 17.7-14.3 32-32 32s-32-14.3-32-32V352h-16c-17.7 0-32-14.3-32-32s14.3-32 32-32h16v-64c-35.3 0-64-28.7-64-64m128 128h64v-64h-64zm128 0h64v-64h-64z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidToriiGate(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 160V92.5c0-6.9 5.6-12.5 12.5-12.5c2.3 0 4.5.6 6.5 1.8l39 23.4c24.9 14.9 53.3 22.8 82.3 22.8h167.4c29 0 57.5-7.9 82.3-22.8l39-23.4c1.9-1.2 4.2-1.8 6.4-1.8c6.9 0 12.5 5.6 12.5 12.5l.1 67.5c0 35.3-28.7 64-64 64v64h16c17.7 0 32 14.3 32 32s-14.3 32-32 32h-16v192c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H224v192c0 17.7-14.3 32-32 32s-32-14.3-32-32V352h-16c-17.7 0-32-14.3-32-32s14.3-32 32-32h16v-64c-35.3 0-64-28.7-64-64m128 128h64v-64h-64zm128 0h64v-64h-64z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 160V92.5c0-6.9 5.6-12.5 12.5-12.5c2.3 0 4.5.6 6.5 1.8l39 23.4c24.9 14.9 53.3 22.8 82.3 22.8h167.4c29 0 57.5-7.9 82.3-22.8l39-23.4c1.9-1.2 4.2-1.8 6.4-1.8c6.9 0 12.5 5.6 12.5 12.5l.1 67.5c0 35.3-28.7 64-64 64v64h16c17.7 0 32 14.3 32 32s-14.3 32-32 32h-16v192c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H224v192c0 17.7-14.3 32-32 32s-32-14.3-32-32V352h-16c-17.7 0-32-14.3-32-32s14.3-32 32-32h16v-64c-35.3 0-64-28.7-64-64m128 128h64v-64h-64zm128 0h64v-64h-64z"/></svg>
</template>

CSS

.icon-torii-gate {
  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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20160V92.5c0-6.9%205.6-12.5%2012.5-12.5c2.3%200%204.5.6%206.5%201.8l39%2023.4c24.9%2014.9%2053.3%2022.8%2082.3%2022.8h167.4c29%200%2057.5-7.9%2082.3-22.8l39-23.4c1.9-1.2%204.2-1.8%206.4-1.8c6.9%200%2012.5%205.6%2012.5%2012.5l.1%2067.5c0%2035.3-28.7%2064-64%2064v64h16c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-16v192c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V352H224v192c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V352h-16c-17.7%200-32-14.3-32-32s14.3-32%2032-32h16v-64c-35.3%200-64-28.7-64-64m128%20128h64v-64h-64zm128%200h64v-64h-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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20160V92.5c0-6.9%205.6-12.5%2012.5-12.5c2.3%200%204.5.6%206.5%201.8l39%2023.4c24.9%2014.9%2053.3%2022.8%2082.3%2022.8h167.4c29%200%2057.5-7.9%2082.3-22.8l39-23.4c1.9-1.2%204.2-1.8%206.4-1.8c6.9%200%2012.5%205.6%2012.5%2012.5l.1%2067.5c0%2035.3-28.7%2064-64%2064v64h16c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-16v192c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V352H224v192c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V352h-16c-17.7%200-32-14.3-32-32s14.3-32%2032-32h16v-64c-35.3%200-64-28.7-64-64m128%20128h64v-64h-64zm128%200h64v-64h-64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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