city-9 from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
city-9
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the city 9 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M11.997 21H20V5.4L15.999 3l-4 2.5l-4-2.5l-4.002 2.4V21z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M16 16v5m-8-5v5m8-11.002h.004v.004H16zm-8 0h.004v.004H8zM12 21h-.003M12 21h8m-8 0V5.5h-.002m0 15.5h-8m8 0V5.5h0m0 0l-4-2.5l-5 3m9-.5l4-2.5L21 6m-1.001 15V5.9m-16 15.1V5.9"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignCity9(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M11.997 21H20V5.4L15.999 3l-4 2.5l-4-2.5l-4.002 2.4V21z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M16 16v5m-8-5v5m8-11.002h.004v.004H16zm-8 0h.004v.004H8zM12 21h-.003M12 21h8m-8 0V5.5h-.002m0 15.5h-8m8 0V5.5h0m0 0l-4-2.5l-5 3m9-.5l4-2.5L21 6m-1.001 15V5.9m-16 15.1V5.9"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M11.997 21H20V5.4L15.999 3l-4 2.5l-4-2.5l-4.002 2.4V21z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M16 16v5m-8-5v5m8-11.002h.004v.004H16zm-8 0h.004v.004H8zM12 21h-.003M12 21h8m-8 0V5.5h-.002m0 15.5h-8m8 0V5.5h0m0 0l-4-2.5l-5 3m9-.5l4-2.5L21 6m-1.001 15V5.9m-16 15.1V5.9"/></g></svg>
</template>

CSS

.icon-city-9 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.997%2021H20V5.4L15.999%203l-4%202.5l-4-2.5l-4.002%202.4V21z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M16%2016v5m-8-5v5m8-11.002h.004v.004H16zm-8%200h.004v.004H8zM12%2021h-.003M12%2021h8m-8%200V5.5h-.002m0%2015.5h-8m8%200V5.5h0m0%200l-4-2.5l-5%203m9-.5l4-2.5L21%206m-1.001%2015V5.9m-16%2015.1V5.9%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.997%2021H20V5.4L15.999%203l-4%202.5l-4-2.5l-4.002%202.4V21z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M16%2016v5m-8-5v5m8-11.002h.004v.004H16zm-8%200h.004v.004H8zM12%2021h-.003M12%2021h8m-8%200V5.5h-.002m0%2015.5h-8m8%200V5.5h0m0%200l-4-2.5l-5%203m9-.5l4-2.5L21%206m-1.001%2015V5.9m-16%2015.1V5.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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