city-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
city-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Use the city icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.996a.75.75 0 0 1 .75.75V4h2c.966 0 1.75.784 1.75 1.75V11h2.25c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 18.75 22H5.25a1.75 1.75 0 0 1-1.75-1.75v-8.43c0-.619.327-1.192.86-1.507L7.5 8.458V5.749A1.75 1.75 0 0 1 9.25 4h2V2.746a.75.75 0 0 1 .75-.75M9 8.018c.81.12 1.5.806 1.5 1.734v10.747h3v-7.75a1.75 1.75 0 0 1 1.5-1.732V5.75a.25.25 0 0 0-.25-.25h-5.5a.25.25 0 0 0-.25.25zm6.25 4.481a.25.25 0 0 0-.25.25v7.75h3.75a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25zM8.623 9.537l-3.5 2.068A.25.25 0 0 0 5 11.82v8.43c0 .137.112.25.25.25H9V9.751a.25.25 0 0 0-.377-.215"/></svg>

React

import type { SVGProps } from "react";

export function FluentCity24Regular(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="M12 1.996a.75.75 0 0 1 .75.75V4h2c.966 0 1.75.784 1.75 1.75V11h2.25c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 18.75 22H5.25a1.75 1.75 0 0 1-1.75-1.75v-8.43c0-.619.327-1.192.86-1.507L7.5 8.458V5.749A1.75 1.75 0 0 1 9.25 4h2V2.746a.75.75 0 0 1 .75-.75M9 8.018c.81.12 1.5.806 1.5 1.734v10.747h3v-7.75a1.75 1.75 0 0 1 1.5-1.732V5.75a.25.25 0 0 0-.25-.25h-5.5a.25.25 0 0 0-.25.25zm6.25 4.481a.25.25 0 0 0-.25.25v7.75h3.75a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25zM8.623 9.537l-3.5 2.068A.25.25 0 0 0 5 11.82v8.43c0 .137.112.25.25.25H9V9.751a.25.25 0 0 0-.377-.215"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.996a.75.75 0 0 1 .75.75V4h2c.966 0 1.75.784 1.75 1.75V11h2.25c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0 1 18.75 22H5.25a1.75 1.75 0 0 1-1.75-1.75v-8.43c0-.619.327-1.192.86-1.507L7.5 8.458V5.749A1.75 1.75 0 0 1 9.25 4h2V2.746a.75.75 0 0 1 .75-.75M9 8.018c.81.12 1.5.806 1.5 1.734v10.747h3v-7.75a1.75 1.75 0 0 1 1.5-1.732V5.75a.25.25 0 0 0-.25-.25h-5.5a.25.25 0 0 0-.25.25zm6.25 4.481a.25.25 0 0 0-.25.25v7.75h3.75a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25zM8.623 9.537l-3.5 2.068A.25.25 0 0 0 5 11.82v8.43c0 .137.112.25.25.25H9V9.751a.25.25 0 0 0-.377-.215"/></svg>
</template>

CSS

.icon-city-24-regular {
  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%22M12%201.996a.75.75%200%200%201%20.75.75V4h2c.966%200%201.75.784%201.75%201.75V11h2.25c.966%200%201.75.784%201.75%201.75v7.5A1.75%201.75%200%200%201%2018.75%2022H5.25a1.75%201.75%200%200%201-1.75-1.75v-8.43c0-.619.327-1.192.86-1.507L7.5%208.458V5.749A1.75%201.75%200%200%201%209.25%204h2V2.746a.75.75%200%200%201%20.75-.75M9%208.018c.81.12%201.5.806%201.5%201.734v10.747h3v-7.75a1.75%201.75%200%200%201%201.5-1.732V5.75a.25.25%200%200%200-.25-.25h-5.5a.25.25%200%200%200-.25.25zm6.25%204.481a.25.25%200%200%200-.25.25v7.75h3.75a.25.25%200%200%200%20.25-.25v-7.5a.25.25%200%200%200-.25-.25zM8.623%209.537l-3.5%202.068A.25.25%200%200%200%205%2011.82v8.43c0%20.137.112.25.25.25H9V9.751a.25.25%200%200%200-.377-.215%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%22M12%201.996a.75.75%200%200%201%20.75.75V4h2c.966%200%201.75.784%201.75%201.75V11h2.25c.966%200%201.75.784%201.75%201.75v7.5A1.75%201.75%200%200%201%2018.75%2022H5.25a1.75%201.75%200%200%201-1.75-1.75v-8.43c0-.619.327-1.192.86-1.507L7.5%208.458V5.749A1.75%201.75%200%200%201%209.25%204h2V2.746a.75.75%200%200%201%20.75-.75M9%208.018c.81.12%201.5.806%201.5%201.734v10.747h3v-7.75a1.75%201.75%200%200%201%201.5-1.732V5.75a.25.25%200%200%200-.25-.25h-5.5a.25.25%200%200%200-.25.25zm6.25%204.481a.25.25%200%200%200-.25.25v7.75h3.75a.25.25%200%200%200%20.25-.25v-7.5a.25.25%200%200%200-.25-.25zM8.623%209.537l-3.5%202.068A.25.25%200%200%200%205%2011.82v8.43c0%20.137.112.25.25.25H9V9.751a.25.25%200%200%200-.377-.215%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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