police station icon
police-station from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- police-station
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the police station 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-linecap="round" stroke-linejoin="round" d="M15.618 7c.647.124 1.125.342 1.503.724c.879.888.879 2.318.879 5.178V22H6v-9.098c0-2.86 0-4.29.879-5.178c.378-.382.856-.6 1.503-.724"/><path stroke-linecap="round" d="M18 22h3c.471 0 .707 0 .854-.147C22 21.707 22 21.471 22 21v-5c0-1.886 0-2.829-.586-3.414C20.828 12 19.886 12 18 12M6 22H3c-.471 0-.707 0-.854-.147C2 21.707 2 21.471 2 21v-5c0-1.886 0-2.829.586-3.414C3.172 12 4.114 12 6 12"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 22v-3m-3-4h1.2m4.8 0h-1.2"/><path stroke-linejoin="round" d="M8.042 4C10.966 4 12 2 12 2s1.034 2 3.958 2c.217 1.688-.305 5.65-3.958 7c-3.652-1.35-4.175-5.312-3.958-7Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPoliceStation(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 strokeLinecap="round" strokeLinejoin="round" d="M15.618 7c.647.124 1.125.342 1.503.724c.879.888.879 2.318.879 5.178V22H6v-9.098c0-2.86 0-4.29.879-5.178c.378-.382.856-.6 1.503-.724"/><path strokeLinecap="round" d="M18 22h3c.471 0 .707 0 .854-.147C22 21.707 22 21.471 22 21v-5c0-1.886 0-2.829-.586-3.414C20.828 12 19.886 12 18 12M6 22H3c-.471 0-.707 0-.854-.147C2 21.707 2 21.471 2 21v-5c0-1.886 0-2.829.586-3.414C3.172 12 4.114 12 6 12"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 22v-3m-3-4h1.2m4.8 0h-1.2"/><path strokeLinejoin="round" d="M8.042 4C10.966 4 12 2 12 2s1.034 2 3.958 2c.217 1.688-.305 5.65-3.958 7c-3.652-1.35-4.175-5.312-3.958-7Z"/></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-linecap="round" stroke-linejoin="round" d="M15.618 7c.647.124 1.125.342 1.503.724c.879.888.879 2.318.879 5.178V22H6v-9.098c0-2.86 0-4.29.879-5.178c.378-.382.856-.6 1.503-.724"/><path stroke-linecap="round" d="M18 22h3c.471 0 .707 0 .854-.147C22 21.707 22 21.471 22 21v-5c0-1.886 0-2.829-.586-3.414C20.828 12 19.886 12 18 12M6 22H3c-.471 0-.707 0-.854-.147C2 21.707 2 21.471 2 21v-5c0-1.886 0-2.829.586-3.414C3.172 12 4.114 12 6 12"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 22v-3m-3-4h1.2m4.8 0h-1.2"/><path stroke-linejoin="round" d="M8.042 4C10.966 4 12 2 12 2s1.034 2 3.958 2c.217 1.688-.305 5.65-3.958 7c-3.652-1.35-4.175-5.312-3.958-7Z"/></g></svg> </template>
CSS
.icon-police-station {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.618%207c.647.124%201.125.342%201.503.724c.879.888.879%202.318.879%205.178V22H6v-9.098c0-2.86%200-4.29.879-5.178c.378-.382.856-.6%201.503-.724%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2022h3c.471%200%20.707%200%20.854-.147C22%2021.707%2022%2021.471%2022%2021v-5c0-1.886%200-2.829-.586-3.414C20.828%2012%2019.886%2012%2018%2012M6%2022H3c-.471%200-.707%200-.854-.147C2%2021.707%202%2021.471%202%2021v-5c0-1.886%200-2.829.586-3.414C3.172%2012%204.114%2012%206%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2022v-3m-3-4h1.2m4.8%200h-1.2%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.042%204C10.966%204%2012%202%2012%202s1.034%202%203.958%202c.217%201.688-.305%205.65-3.958%207c-3.652-1.35-4.175-5.312-3.958-7Z%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.618%207c.647.124%201.125.342%201.503.724c.879.888.879%202.318.879%205.178V22H6v-9.098c0-2.86%200-4.29.879-5.178c.378-.382.856-.6%201.503-.724%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2022h3c.471%200%20.707%200%20.854-.147C22%2021.707%2022%2021.471%2022%2021v-5c0-1.886%200-2.829-.586-3.414C20.828%2012%2019.886%2012%2018%2012M6%2022H3c-.471%200-.707%200-.854-.147C2%2021.707%202%2021.471%202%2021v-5c0-1.886%200-2.829.586-3.414C3.172%2012%204.114%2012%206%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2022v-3m-3-4h1.2m4.8%200h-1.2%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.042%204C10.966%204%2012%202%2012%202s1.034%202%203.958%202c.217%201.688-.305%205.65-3.958%207c-3.652-1.35-4.175-5.312-3.958-7Z%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/police-station.svg?color=%231a73e8&size=48