fire station icon
fire-station from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- fire-station
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the fire station icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.11 10.39c.26-.24.42-.64.39-1V9.2c-.07-.39-.32-.6-.58-.83c-.14-.13-.29-.25-.42-.42l-.24-.45c-.13.3-.14.58-.09.91c.02.09.04.19.07.28c.05.23.11.45.05.7c-.09.39-.39.78-.92.91c.3.29.78.52 1.27.36zM2 22V7c0-.26.11-.5.29-.71C2.5 6.11 2.74 6 3 6h4V2h10v4h4c.27 0 .5.11.71.29c.19.21.29.45.29.71v15h-3v-5s0-2-4-2s-4 2-4 2v5H8v-5H4v5zM14.47 7.62h.03l-.36-.37l-.89-.75c-.64-.62-.79-1.68-.38-2.5c-.37.1-.77.33-1.08.58c-1.11.92-1.56 2.54-1.03 3.92l.04.15c0 .1-.07.19-.16.22c-.09.05-.2.02-.28-.05l-.06-.08c-.49-.63-.57-1.53-.24-2.24c-.72.59-1.1 1.6-1.06 2.56l.13.66c.06.28.17.53.32.78c.45.74 1.26 1.29 2.13 1.4c.92.1 1.92-.05 2.63-.71c.79-.74 1.08-1.89.66-2.9l-.06-.12z"/></svg>
React
import type { SVGProps } from "react";
export function MdiFireStation(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="M13.11 10.39c.26-.24.42-.64.39-1V9.2c-.07-.39-.32-.6-.58-.83c-.14-.13-.29-.25-.42-.42l-.24-.45c-.13.3-.14.58-.09.91c.02.09.04.19.07.28c.05.23.11.45.05.7c-.09.39-.39.78-.92.91c.3.29.78.52 1.27.36zM2 22V7c0-.26.11-.5.29-.71C2.5 6.11 2.74 6 3 6h4V2h10v4h4c.27 0 .5.11.71.29c.19.21.29.45.29.71v15h-3v-5s0-2-4-2s-4 2-4 2v5H8v-5H4v5zM14.47 7.62h.03l-.36-.37l-.89-.75c-.64-.62-.79-1.68-.38-2.5c-.37.1-.77.33-1.08.58c-1.11.92-1.56 2.54-1.03 3.92l.04.15c0 .1-.07.19-.16.22c-.09.05-.2.02-.28-.05l-.06-.08c-.49-.63-.57-1.53-.24-2.24c-.72.59-1.1 1.6-1.06 2.56l.13.66c.06.28.17.53.32.78c.45.74 1.26 1.29 2.13 1.4c.92.1 1.92-.05 2.63-.71c.79-.74 1.08-1.89.66-2.9l-.06-.12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.11 10.39c.26-.24.42-.64.39-1V9.2c-.07-.39-.32-.6-.58-.83c-.14-.13-.29-.25-.42-.42l-.24-.45c-.13.3-.14.58-.09.91c.02.09.04.19.07.28c.05.23.11.45.05.7c-.09.39-.39.78-.92.91c.3.29.78.52 1.27.36zM2 22V7c0-.26.11-.5.29-.71C2.5 6.11 2.74 6 3 6h4V2h10v4h4c.27 0 .5.11.71.29c.19.21.29.45.29.71v15h-3v-5s0-2-4-2s-4 2-4 2v5H8v-5H4v5zM14.47 7.62h.03l-.36-.37l-.89-.75c-.64-.62-.79-1.68-.38-2.5c-.37.1-.77.33-1.08.58c-1.11.92-1.56 2.54-1.03 3.92l.04.15c0 .1-.07.19-.16.22c-.09.05-.2.02-.28-.05l-.06-.08c-.49-.63-.57-1.53-.24-2.24c-.72.59-1.1 1.6-1.06 2.56l.13.66c.06.28.17.53.32.78c.45.74 1.26 1.29 2.13 1.4c.92.1 1.92-.05 2.63-.71c.79-.74 1.08-1.89.66-2.9l-.06-.12z"/></svg> </template>
CSS
.icon-fire-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.11%2010.39c.26-.24.42-.64.39-1V9.2c-.07-.39-.32-.6-.58-.83c-.14-.13-.29-.25-.42-.42l-.24-.45c-.13.3-.14.58-.09.91c.02.09.04.19.07.28c.05.23.11.45.05.7c-.09.39-.39.78-.92.91c.3.29.78.52%201.27.36zM2%2022V7c0-.26.11-.5.29-.71C2.5%206.11%202.74%206%203%206h4V2h10v4h4c.27%200%20.5.11.71.29c.19.21.29.45.29.71v15h-3v-5s0-2-4-2s-4%202-4%202v5H8v-5H4v5zM14.47%207.62h.03l-.36-.37l-.89-.75c-.64-.62-.79-1.68-.38-2.5c-.37.1-.77.33-1.08.58c-1.11.92-1.56%202.54-1.03%203.92l.04.15c0%20.1-.07.19-.16.22c-.09.05-.2.02-.28-.05l-.06-.08c-.49-.63-.57-1.53-.24-2.24c-.72.59-1.1%201.6-1.06%202.56l.13.66c.06.28.17.53.32.78c.45.74%201.26%201.29%202.13%201.4c.92.1%201.92-.05%202.63-.71c.79-.74%201.08-1.89.66-2.9l-.06-.12z%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%22M13.11%2010.39c.26-.24.42-.64.39-1V9.2c-.07-.39-.32-.6-.58-.83c-.14-.13-.29-.25-.42-.42l-.24-.45c-.13.3-.14.58-.09.91c.02.09.04.19.07.28c.05.23.11.45.05.7c-.09.39-.39.78-.92.91c.3.29.78.52%201.27.36zM2%2022V7c0-.26.11-.5.29-.71C2.5%206.11%202.74%206%203%206h4V2h10v4h4c.27%200%20.5.11.71.29c.19.21.29.45.29.71v15h-3v-5s0-2-4-2s-4%202-4%202v5H8v-5H4v5zM14.47%207.62h.03l-.36-.37l-.89-.75c-.64-.62-.79-1.68-.38-2.5c-.37.1-.77.33-1.08.58c-1.11.92-1.56%202.54-1.03%203.92l.04.15c0%20.1-.07.19-.16.22c-.09.05-.2.02-.28-.05l-.06-.08c-.49-.63-.57-1.53-.24-2.24c-.72.59-1.1%201.6-1.06%202.56l.13.66c.06.28.17.53.32.78c.45.74%201.26%201.29%202.13%201.4c.92.1%201.92-.05%202.63-.71c.79-.74%201.08-1.89.66-2.9l-.06-.12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/fire-station.svg?color=%231a73e8&size=48