ancient gate icon
ancient-gate-line from Remix Icon by Remix Design · Line · Buildings · Apache-2.0 Free for personal and commercial use.
- Name
- ancient-gate-line
- Set
- Remix Icon
- Style
- Line
- Category
- Buildings
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
More buildings icons from Remix Icon
ancient-pavilion-fillbank-fillbuilding-2-fillbuilding-3-fillbuilding-4-fillbuilding-fillcommunity-fillgovernment-fillhome-2-fillhome-3-fillhome-4-fillhome-5-fillhome-6-fillhome-7-fillhome-8-fillhome-9-fillhome-fillhome-gear-fillhome-heart-fillhome-office-fillhome-smile-2-fillhome-smile-fillhome-wifi-fillhospital-fill
Use the ancient gate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.964 3h10.072a3.5 3.5 0 0 0 4.445 2.86A3.5 3.5 0 0 1 18 9H6a3.5 3.5 0 0 1-3.482-3.14A3.5 3.5 0 0 0 6.964 3M16.9 6.658A5.4 5.4 0 0 1 15.59 5H8.411A5.4 5.4 0 0 1 7.1 6.658A6 6 0 0 1 6.667 7h10.666a6 6 0 0 1-.434-.342M21.5 11.5c.538 0 1.042-.142 1.479-.39q.021.192.021.39a3.5 3.5 0 0 1-2 3.163V21h-7v-2a2 2 0 1 0-4 0v2H3v-6.336a3.5 3.5 0 0 1-1.979-3.553a3 3 0 0 0 4.077-1.11h13.803a3 3 0 0 0 2.599 1.5m-2.537 1.309a5 5 0 0 1-1.038-.81H6.075q-.457.467-1.038.81q-.304.18-.622.312L5 13.4V19h3q0-1.657 1.172-2.828A3.85 3.85 0 0 1 12 15q1.657 0 2.828 1.172A3.85 3.85 0 0 1 16 19h3v-5.6l.585-.278a5 5 0 0 1-.622-.312"/></svg>
React
import type { SVGProps } from "react";
export function RiAncientGateLine(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="M6.964 3h10.072a3.5 3.5 0 0 0 4.445 2.86A3.5 3.5 0 0 1 18 9H6a3.5 3.5 0 0 1-3.482-3.14A3.5 3.5 0 0 0 6.964 3M16.9 6.658A5.4 5.4 0 0 1 15.59 5H8.411A5.4 5.4 0 0 1 7.1 6.658A6 6 0 0 1 6.667 7h10.666a6 6 0 0 1-.434-.342M21.5 11.5c.538 0 1.042-.142 1.479-.39q.021.192.021.39a3.5 3.5 0 0 1-2 3.163V21h-7v-2a2 2 0 1 0-4 0v2H3v-6.336a3.5 3.5 0 0 1-1.979-3.553a3 3 0 0 0 4.077-1.11h13.803a3 3 0 0 0 2.599 1.5m-2.537 1.309a5 5 0 0 1-1.038-.81H6.075q-.457.467-1.038.81q-.304.18-.622.312L5 13.4V19h3q0-1.657 1.172-2.828A3.85 3.85 0 0 1 12 15q1.657 0 2.828 1.172A3.85 3.85 0 0 1 16 19h3v-5.6l.585-.278a5 5 0 0 1-.622-.312"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.964 3h10.072a3.5 3.5 0 0 0 4.445 2.86A3.5 3.5 0 0 1 18 9H6a3.5 3.5 0 0 1-3.482-3.14A3.5 3.5 0 0 0 6.964 3M16.9 6.658A5.4 5.4 0 0 1 15.59 5H8.411A5.4 5.4 0 0 1 7.1 6.658A6 6 0 0 1 6.667 7h10.666a6 6 0 0 1-.434-.342M21.5 11.5c.538 0 1.042-.142 1.479-.39q.021.192.021.39a3.5 3.5 0 0 1-2 3.163V21h-7v-2a2 2 0 1 0-4 0v2H3v-6.336a3.5 3.5 0 0 1-1.979-3.553a3 3 0 0 0 4.077-1.11h13.803a3 3 0 0 0 2.599 1.5m-2.537 1.309a5 5 0 0 1-1.038-.81H6.075q-.457.467-1.038.81q-.304.18-.622.312L5 13.4V19h3q0-1.657 1.172-2.828A3.85 3.85 0 0 1 12 15q1.657 0 2.828 1.172A3.85 3.85 0 0 1 16 19h3v-5.6l.585-.278a5 5 0 0 1-.622-.312"/></svg> </template>
CSS
.icon-ancient-gate-line {
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%22M6.964%203h10.072a3.5%203.5%200%200%200%204.445%202.86A3.5%203.5%200%200%201%2018%209H6a3.5%203.5%200%200%201-3.482-3.14A3.5%203.5%200%200%200%206.964%203M16.9%206.658A5.4%205.4%200%200%201%2015.59%205H8.411A5.4%205.4%200%200%201%207.1%206.658A6%206%200%200%201%206.667%207h10.666a6%206%200%200%201-.434-.342M21.5%2011.5c.538%200%201.042-.142%201.479-.39q.021.192.021.39a3.5%203.5%200%200%201-2%203.163V21h-7v-2a2%202%200%201%200-4%200v2H3v-6.336a3.5%203.5%200%200%201-1.979-3.553a3%203%200%200%200%204.077-1.11h13.803a3%203%200%200%200%202.599%201.5m-2.537%201.309a5%205%200%200%201-1.038-.81H6.075q-.457.467-1.038.81q-.304.18-.622.312L5%2013.4V19h3q0-1.657%201.172-2.828A3.85%203.85%200%200%201%2012%2015q1.657%200%202.828%201.172A3.85%203.85%200%200%201%2016%2019h3v-5.6l.585-.278a5%205%200%200%201-.622-.312%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%22M6.964%203h10.072a3.5%203.5%200%200%200%204.445%202.86A3.5%203.5%200%200%201%2018%209H6a3.5%203.5%200%200%201-3.482-3.14A3.5%203.5%200%200%200%206.964%203M16.9%206.658A5.4%205.4%200%200%201%2015.59%205H8.411A5.4%205.4%200%200%201%207.1%206.658A6%206%200%200%201%206.667%207h10.666a6%206%200%200%201-.434-.342M21.5%2011.5c.538%200%201.042-.142%201.479-.39q.021.192.021.39a3.5%203.5%200%200%201-2%203.163V21h-7v-2a2%202%200%201%200-4%200v2H3v-6.336a3.5%203.5%200%200%201-1.979-3.553a3%203%200%200%200%204.077-1.11h13.803a3%203%200%200%200%202.599%201.5m-2.537%201.309a5%205%200%200%201-1.038-.81H6.075q-.457.467-1.038.81q-.304.18-.622.312L5%2013.4V19h3q0-1.657%201.172-2.828A3.85%203.85%200%200%201%2012%2015q1.657%200%202.828%201.172A3.85%203.85%200%200%201%2016%2019h3v-5.6l.585-.278a5%205%200%200%201-.622-.312%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/ancient-gate-line.svg?color=%231a73e8&size=48