fire hydrant icon
fire-hydrant-outline from Material Symbols Light by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- fire-hydrant-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the fire hydrant icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.077 21v-1H7v-3.904H5.577q-.402 0-.701-.299t-.299-.7v-2.193q0-.402.299-.701q.299-.3.701-.3H7V8H5.077V7h2.042q.356-1.73 1.71-2.866Q10.185 3 12 3t3.17 1.135T16.88 7h2.043v1H17v3.904h1.423q.402 0 .701.299t.299.7v2.193q0 .402-.299.701q-.299.3-.701.3H17V20h1.923v1zM8.16 7h7.68q-.313-1.304-1.37-2.152T12 4t-2.47.848T8.16 7M8 20h8v-4.904h2.423v-2.192H16V8H8v4.904H5.577v2.192H8zm6.148-3.852q.89-.89.89-2.148t-.89-2.148t-2.148-.89t-2.148.89T8.962 14t.89 2.148t2.148.89t2.148-.89m-3.595-.701q-.592-.591-.592-1.447t.592-1.447T12 11.962t1.447.591t.592 1.447t-.592 1.447q-.591.592-1.447.592t-1.447-.592M12 8"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFireHydrantOutline(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="M5.077 21v-1H7v-3.904H5.577q-.402 0-.701-.299t-.299-.7v-2.193q0-.402.299-.701q.299-.3.701-.3H7V8H5.077V7h2.042q.356-1.73 1.71-2.866Q10.185 3 12 3t3.17 1.135T16.88 7h2.043v1H17v3.904h1.423q.402 0 .701.299t.299.7v2.193q0 .402-.299.701q-.299.3-.701.3H17V20h1.923v1zM8.16 7h7.68q-.313-1.304-1.37-2.152T12 4t-2.47.848T8.16 7M8 20h8v-4.904h2.423v-2.192H16V8H8v4.904H5.577v2.192H8zm6.148-3.852q.89-.89.89-2.148t-.89-2.148t-2.148-.89t-2.148.89T8.962 14t.89 2.148t2.148.89t2.148-.89m-3.595-.701q-.592-.591-.592-1.447t.592-1.447T12 11.962t1.447.591t.592 1.447t-.592 1.447q-.591.592-1.447.592t-1.447-.592M12 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.077 21v-1H7v-3.904H5.577q-.402 0-.701-.299t-.299-.7v-2.193q0-.402.299-.701q.299-.3.701-.3H7V8H5.077V7h2.042q.356-1.73 1.71-2.866Q10.185 3 12 3t3.17 1.135T16.88 7h2.043v1H17v3.904h1.423q.402 0 .701.299t.299.7v2.193q0 .402-.299.701q-.299.3-.701.3H17V20h1.923v1zM8.16 7h7.68q-.313-1.304-1.37-2.152T12 4t-2.47.848T8.16 7M8 20h8v-4.904h2.423v-2.192H16V8H8v4.904H5.577v2.192H8zm6.148-3.852q.89-.89.89-2.148t-.89-2.148t-2.148-.89t-2.148.89T8.962 14t.89 2.148t2.148.89t2.148-.89m-3.595-.701q-.592-.591-.592-1.447t.592-1.447T12 11.962t1.447.591t.592 1.447t-.592 1.447q-.591.592-1.447.592t-1.447-.592M12 8"/></svg> </template>
CSS
.icon-fire-hydrant-outline {
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%22M5.077%2021v-1H7v-3.904H5.577q-.402%200-.701-.299t-.299-.7v-2.193q0-.402.299-.701q.299-.3.701-.3H7V8H5.077V7h2.042q.356-1.73%201.71-2.866Q10.185%203%2012%203t3.17%201.135T16.88%207h2.043v1H17v3.904h1.423q.402%200%20.701.299t.299.7v2.193q0%20.402-.299.701q-.299.3-.701.3H17V20h1.923v1zM8.16%207h7.68q-.313-1.304-1.37-2.152T12%204t-2.47.848T8.16%207M8%2020h8v-4.904h2.423v-2.192H16V8H8v4.904H5.577v2.192H8zm6.148-3.852q.89-.89.89-2.148t-.89-2.148t-2.148-.89t-2.148.89T8.962%2014t.89%202.148t2.148.89t2.148-.89m-3.595-.701q-.592-.591-.592-1.447t.592-1.447T12%2011.962t1.447.591t.592%201.447t-.592%201.447q-.591.592-1.447.592t-1.447-.592M12%208%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%22M5.077%2021v-1H7v-3.904H5.577q-.402%200-.701-.299t-.299-.7v-2.193q0-.402.299-.701q.299-.3.701-.3H7V8H5.077V7h2.042q.356-1.73%201.71-2.866Q10.185%203%2012%203t3.17%201.135T16.88%207h2.043v1H17v3.904h1.423q.402%200%20.701.299t.299.7v2.193q0%20.402-.299.701q-.299.3-.701.3H17V20h1.923v1zM8.16%207h7.68q-.313-1.304-1.37-2.152T12%204t-2.47.848T8.16%207M8%2020h8v-4.904h2.423v-2.192H16V8H8v4.904H5.577v2.192H8zm6.148-3.852q.89-.89.89-2.148t-.89-2.148t-2.148-.89t-2.148.89T8.962%2014t.89%202.148t2.148.89t2.148-.89m-3.595-.701q-.592-.591-.592-1.447t.592-1.447T12%2011.962t1.447.591t.592%201.447t-.592%201.447q-.591.592-1.447.592t-1.447-.592M12%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/fire-hydrant-outline.svg?color=%231a73e8&size=48