city gate icon
city-gate from IconPark by ByteDance · Color · Build · Apache-2.0 Free for personal and commercial use.
- Name
- city-gate
- Set
- IconPark
- Style
- Color
- Category
- Build
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More build icons from IconPark
Use the city gate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" stroke-linejoin="round" d="M15 11H32C32 11 37.0476 13.9664 39 15C40.0914 15.5778 44 16 44 16C44 16 42.1839 16.6487 41 17C39.4563 17.458 37 18 37 18H24H11C11 18 8.54366 17.458 7 17C5.81607 16.6487 4 16 4 16C4 16 7.90857 15.5778 9 15C10.9524 13.9664 15 11 15 11Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M17 11L24 4L30 11H17Z"/><path d="M35 18V24"/><path d="M12 18V24"/><path stroke-linejoin="round" d="M4 44L6 24H42L44 44H4Z"/><path d="M20 38C20 35.7909 21.7909 34 24 34V34C26.2091 34 28 35.7909 28 38V44H20V38Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkCityGate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path fill="#2F88FF" strokeLinejoin="round" d="M15 11H32C32 11 37.0476 13.9664 39 15C40.0914 15.5778 44 16 44 16C44 16 42.1839 16.6487 41 17C39.4563 17.458 37 18 37 18H24H11C11 18 8.54366 17.458 7 17C5.81607 16.6487 4 16 4 16C4 16 7.90857 15.5778 9 15C10.9524 13.9664 15 11 15 11Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M17 11L24 4L30 11H17Z"/><path d="M35 18V24"/><path d="M12 18V24"/><path strokeLinejoin="round" d="M4 44L6 24H42L44 44H4Z"/><path d="M20 38C20 35.7909 21.7909 34 24 34V34C26.2091 34 28 35.7909 28 38V44H20V38Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" stroke-linejoin="round" d="M15 11H32C32 11 37.0476 13.9664 39 15C40.0914 15.5778 44 16 44 16C44 16 42.1839 16.6487 41 17C39.4563 17.458 37 18 37 18H24H11C11 18 8.54366 17.458 7 17C5.81607 16.6487 4 16 4 16C4 16 7.90857 15.5778 9 15C10.9524 13.9664 15 11 15 11Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M17 11L24 4L30 11H17Z"/><path d="M35 18V24"/><path d="M12 18V24"/><path stroke-linejoin="round" d="M4 44L6 24H42L44 44H4Z"/><path d="M20 38C20 35.7909 21.7909 34 24 34V34C26.2091 34 28 35.7909 28 38V44H20V38Z"/></g></svg> </template>
CSS
.icon-city-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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2011H32C32%2011%2037.0476%2013.9664%2039%2015C40.0914%2015.5778%2044%2016%2044%2016C44%2016%2042.1839%2016.6487%2041%2017C39.4563%2017.458%2037%2018%2037%2018H24H11C11%2018%208.54366%2017.458%207%2017C5.81607%2016.6487%204%2016%204%2016C4%2016%207.90857%2015.5778%209%2015C10.9524%2013.9664%2015%2011%2015%2011Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2011L24%204L30%2011H17Z%22%2F%3E%3Cpath%20d%3D%22M35%2018V24%22%2F%3E%3Cpath%20d%3D%22M12%2018V24%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2044L6%2024H42L44%2044H4Z%22%2F%3E%3Cpath%20d%3D%22M20%2038C20%2035.7909%2021.7909%2034%2024%2034V34C26.2091%2034%2028%2035.7909%2028%2038V44H20V38Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2011H32C32%2011%2037.0476%2013.9664%2039%2015C40.0914%2015.5778%2044%2016%2044%2016C44%2016%2042.1839%2016.6487%2041%2017C39.4563%2017.458%2037%2018%2037%2018H24H11C11%2018%208.54366%2017.458%207%2017C5.81607%2016.6487%204%2016%204%2016C4%2016%207.90857%2015.5778%209%2015C10.9524%2013.9664%2015%2011%2015%2011Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2011L24%204L30%2011H17Z%22%2F%3E%3Cpath%20d%3D%22M35%2018V24%22%2F%3E%3Cpath%20d%3D%22M12%2018V24%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2044L6%2024H42L44%2044H4Z%22%2F%3E%3Cpath%20d%3D%22M20%2038C20%2035.7909%2021.7909%2034%2024%2034V34C26.2091%2034%2028%2035.7909%2028%2038V44H20V38Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/city-gate.svg?color=%231a73e8&size=48