city 03 icon
city-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- city-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the city 03 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M13 16.703c0-.918 0-1.376.203-1.774c.204-.397.583-.679 1.341-1.242l.5-.372C16.224 12.438 16.814 12 17.5 12s1.276.438 2.456 1.315l.5.372c.758.563 1.137.845 1.34 1.242s.204.856.204 1.774v1.475c0 1.802 0 2.703-.586 3.262S19.886 22 18 22h-5z"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 12V5c0-2.482-.518-3-3-3h-4c-2.482 0-3 .518-3 3v17"/><ellipse cx="3.5" cy="14" rx="1.5" ry="2"/><path stroke-linecap="round" d="M3.5 16v6M2 22h18M12 6h2m-2 3h2"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.5 22v-2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCity03(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" stroke="currentColor" strokeWidth="1.5"><path strokeLinejoin="round" d="M13 16.703c0-.918 0-1.376.203-1.774c.204-.397.583-.679 1.341-1.242l.5-.372C16.224 12.438 16.814 12 17.5 12s1.276.438 2.456 1.315l.5.372c.758.563 1.137.845 1.34 1.242s.204.856.204 1.774v1.475c0 1.802 0 2.703-.586 3.262S19.886 22 18 22h-5z"/><path strokeLinecap="round" strokeLinejoin="round" d="M18 12V5c0-2.482-.518-3-3-3h-4c-2.482 0-3 .518-3 3v17"/><ellipse cx="3.5" cy="14" rx="1.5" ry="2"/><path strokeLinecap="round" d="M3.5 16v6M2 22h18M12 6h2m-2 3h2"/><path strokeLinecap="round" strokeLinejoin="round" d="M17.5 22v-2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M13 16.703c0-.918 0-1.376.203-1.774c.204-.397.583-.679 1.341-1.242l.5-.372C16.224 12.438 16.814 12 17.5 12s1.276.438 2.456 1.315l.5.372c.758.563 1.137.845 1.34 1.242s.204.856.204 1.774v1.475c0 1.802 0 2.703-.586 3.262S19.886 22 18 22h-5z"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 12V5c0-2.482-.518-3-3-3h-4c-2.482 0-3 .518-3 3v17"/><ellipse cx="3.5" cy="14" rx="1.5" ry="2"/><path stroke-linecap="round" d="M3.5 16v6M2 22h18M12 6h2m-2 3h2"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.5 22v-2"/></g></svg> </template>
CSS
.icon-city-03 {
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%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13%2016.703c0-.918%200-1.376.203-1.774c.204-.397.583-.679%201.341-1.242l.5-.372C16.224%2012.438%2016.814%2012%2017.5%2012s1.276.438%202.456%201.315l.5.372c.758.563%201.137.845%201.34%201.242s.204.856.204%201.774v1.475c0%201.802%200%202.703-.586%203.262S19.886%2022%2018%2022h-5z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2012V5c0-2.482-.518-3-3-3h-4c-2.482%200-3%20.518-3%203v17%22%2F%3E%3Cellipse%20cx%3D%223.5%22%20cy%3D%2214%22%20rx%3D%221.5%22%20ry%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.5%2016v6M2%2022h18M12%206h2m-2%203h2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.5%2022v-2%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%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13%2016.703c0-.918%200-1.376.203-1.774c.204-.397.583-.679%201.341-1.242l.5-.372C16.224%2012.438%2016.814%2012%2017.5%2012s1.276.438%202.456%201.315l.5.372c.758.563%201.137.845%201.34%201.242s.204.856.204%201.774v1.475c0%201.802%200%202.703-.586%203.262S19.886%2022%2018%2022h-5z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2012V5c0-2.482-.518-3-3-3h-4c-2.482%200-3%20.518-3%203v17%22%2F%3E%3Cellipse%20cx%3D%223.5%22%20cy%3D%2214%22%20rx%3D%221.5%22%20ry%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.5%2016v6M2%2022h18M12%206h2m-2%203h2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.5%2022v-2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/city-03.svg?color=%231a73e8&size=48