city from Health Icons by Resolve to Save Lives · Filled · Places · MIT Free for personal and commercial use.

Name
city
Set
Health Icons
Style
Filled
Category
Places
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More places icons from Health Icons

Use the city icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M31 30h3v-2h-3zm3 4h-3v-2h3zm-3 4h3v-2h-3z"/><path fill-rule="evenodd" d="m17 4l16 6v14h4a1 1 0 0 1 1 1v17h1a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2h1V21a1 1 0 0 1 1-1h2v-7h2v7h2zm19 38h-2v-2h-3v2h-2V26h7zM17 22h-5v20h5zm5-9h-2v2h2zm2 0h2v2h-2zm6 0h-2v2h2zm-10 4h2v2h-2zm6 0h-2v2h2zm2 0h2v2h-2zm-6 4h-2v2h2zm2 0h2v2h-2zm6 0h-2v2h2zm-10 4h2v2h-2zm6 0h-2v2h2zm-4 4h-2v2h2zm2 0h2v2h-2zm-4 4h2v2h-2zm6 0h-2v2h2zm-4 4h-2v2h2zm2 0h2v2h-2z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCity(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M31 30h3v-2h-3zm3 4h-3v-2h3zm-3 4h3v-2h-3z"/><path fillRule="evenodd" d="m17 4l16 6v14h4a1 1 0 0 1 1 1v17h1a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2h1V21a1 1 0 0 1 1-1h2v-7h2v7h2zm19 38h-2v-2h-3v2h-2V26h7zM17 22h-5v20h5zm5-9h-2v2h2zm2 0h2v2h-2zm6 0h-2v2h2zm-10 4h2v2h-2zm6 0h-2v2h2zm2 0h2v2h-2zm-6 4h-2v2h2zm2 0h2v2h-2zm6 0h-2v2h2zm-10 4h2v2h-2zm6 0h-2v2h2zm-4 4h-2v2h2zm2 0h2v2h-2zm-4 4h2v2h-2zm6 0h-2v2h2zm-4 4h-2v2h2zm2 0h2v2h-2z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M31 30h3v-2h-3zm3 4h-3v-2h3zm-3 4h3v-2h-3z"/><path fill-rule="evenodd" d="m17 4l16 6v14h4a1 1 0 0 1 1 1v17h1a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2h1V21a1 1 0 0 1 1-1h2v-7h2v7h2zm19 38h-2v-2h-3v2h-2V26h7zM17 22h-5v20h5zm5-9h-2v2h2zm2 0h2v2h-2zm6 0h-2v2h2zm-10 4h2v2h-2zm6 0h-2v2h2zm2 0h2v2h-2zm-6 4h-2v2h2zm2 0h2v2h-2zm6 0h-2v2h2zm-10 4h2v2h-2zm6 0h-2v2h2zm-4 4h-2v2h2zm2 0h2v2h-2zm-4 4h2v2h-2zm6 0h-2v2h2zm-4 4h-2v2h2zm2 0h2v2h-2z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-city {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M31%2030h3v-2h-3zm3%204h-3v-2h3zm-3%204h3v-2h-3z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m17%204l16%206v14h4a1%201%200%200%201%201%201v17h1a1%201%200%201%201%200%202H9a1%201%200%201%201%200-2h1V21a1%201%200%200%201%201-1h2v-7h2v7h2zm19%2038h-2v-2h-3v2h-2V26h7zM17%2022h-5v20h5zm5-9h-2v2h2zm2%200h2v2h-2zm6%200h-2v2h2zm-10%204h2v2h-2zm6%200h-2v2h2zm2%200h2v2h-2zm-6%204h-2v2h2zm2%200h2v2h-2zm6%200h-2v2h2zm-10%204h2v2h-2zm6%200h-2v2h2zm-4%204h-2v2h2zm2%200h2v2h-2zm-4%204h2v2h-2zm6%200h-2v2h2zm-4%204h-2v2h2zm2%200h2v2h-2z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M31%2030h3v-2h-3zm3%204h-3v-2h3zm-3%204h3v-2h-3z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m17%204l16%206v14h4a1%201%200%200%201%201%201v17h1a1%201%200%201%201%200%202H9a1%201%200%201%201%200-2h1V21a1%201%200%200%201%201-1h2v-7h2v7h2zm19%2038h-2v-2h-3v2h-2V26h7zM17%2022h-5v20h5zm5-9h-2v2h2zm2%200h2v2h-2zm6%200h-2v2h2zm-10%204h2v2h-2zm6%200h-2v2h2zm2%200h2v2h-2zm-6%204h-2v2h2zm2%200h2v2h-2zm6%200h-2v2h2zm-10%204h2v2h-2zm6%200h-2v2h2zm-4%204h-2v2h2zm2%200h2v2h-2zm-4%204h2v2h-2zm6%200h-2v2h2zm-4%204h-2v2h2zm2%200h2v2h-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

City filled icon — Health Icons · IconsDB