torii gate icon
torii-gate from Font Awesome 6 Solid by Dave Gandy · Regular · Buildings · CC-BY-4.0 Attribution required.
- Name
- torii-gate
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Buildings
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More buildings icons from Font Awesome 6 Solid
Use the torii gate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 80c0 26.5 21.5 48 48 48h16v64h64v-64h96v64h64v-64h96v64h64v-64h16c26.5 0 48-21.5 48-48V13.4C512 6 506 0 498.6 0c-1.7 0-3.4.3-5 1l-49 19.6C425.7 28.1 405.5 32 385.2 32H126.8c-20.4 0-40.5-3.9-59.4-11.4L18.4 1c-1.6-.6-3.3-1-5-1C6 0 0 6 0 13.4zm64 208v192c0 17.7 14.3 32 32 32s32-14.3 32-32V288h256v192c0 17.7 14.3 32 32 32s32-14.3 32-32V288h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidToriiGate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 80c0 26.5 21.5 48 48 48h16v64h64v-64h96v64h64v-64h96v64h64v-64h16c26.5 0 48-21.5 48-48V13.4C512 6 506 0 498.6 0c-1.7 0-3.4.3-5 1l-49 19.6C425.7 28.1 405.5 32 385.2 32H126.8c-20.4 0-40.5-3.9-59.4-11.4L18.4 1c-1.6-.6-3.3-1-5-1C6 0 0 6 0 13.4zm64 208v192c0 17.7 14.3 32 32 32s32-14.3 32-32V288h256v192c0 17.7 14.3 32 32 32s32-14.3 32-32V288h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 80c0 26.5 21.5 48 48 48h16v64h64v-64h96v64h64v-64h96v64h64v-64h16c26.5 0 48-21.5 48-48V13.4C512 6 506 0 498.6 0c-1.7 0-3.4.3-5 1l-49 19.6C425.7 28.1 405.5 32 385.2 32H126.8c-20.4 0-40.5-3.9-59.4-11.4L18.4 1c-1.6-.6-3.3-1-5-1C6 0 0 6 0 13.4zm64 208v192c0 17.7 14.3 32 32 32s32-14.3 32-32V288h256v192c0 17.7 14.3 32 32 32s32-14.3 32-32V288h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2080c0%2026.5%2021.5%2048%2048%2048h16v64h64v-64h96v64h64v-64h96v64h64v-64h16c26.5%200%2048-21.5%2048-48V13.4C512%206%20506%200%20498.6%200c-1.7%200-3.4.3-5%201l-49%2019.6C425.7%2028.1%20405.5%2032%20385.2%2032H126.8c-20.4%200-40.5-3.9-59.4-11.4L18.4%201c-1.6-.6-3.3-1-5-1C6%200%200%206%200%2013.4zm64%20208v192c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V288h256v192c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V288h32c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2080c0%2026.5%2021.5%2048%2048%2048h16v64h64v-64h96v64h64v-64h96v64h64v-64h16c26.5%200%2048-21.5%2048-48V13.4C512%206%20506%200%20498.6%200c-1.7%200-3.4.3-5%201l-49%2019.6C425.7%2028.1%20405.5%2032%20385.2%2032H126.8c-20.4%200-40.5-3.9-59.4-11.4L18.4%201c-1.6-.6-3.3-1-5-1C6%200%200%206%200%2013.4zm64%20208v192c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V288h256v192c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V288h32c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/torii-gate.svg?color=%231a73e8&size=48