outline local fire department icon

outline-local-fire-department from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
outline-local-fire-department
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the outline local fire department icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16 6l-.44.55c-.42.52-.98.75-1.54.75C13 7.3 12 6.52 12 5.3V2S4 6 4 13c0 4.42 3.58 8 8 8s8-3.58 8-8c0-2.96-1.61-5.62-4-7m-4 13c-1.1 0-2-.87-2-1.94c0-.51.2-.99.58-1.36L12 14.3l1.43 1.4c.37.37.57.85.57 1.36c0 1.07-.9 1.94-2 1.94m3.96-1.5c.04-.36.22-1.89-1.13-3.22L12 11.5l-2.83 2.78C7.81 15.62 8 17.16 8.04 17.5A5.98 5.98 0 0 1 6 13c0-3.16 2.13-5.65 4.03-7.25a4.024 4.024 0 0 0 3.99 3.55c.78 0 1.54-.23 2.18-.66A6.18 6.18 0 0 1 18 13c0 1.79-.79 3.4-2.04 4.5"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineLocalFireDepartment(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="m16 6l-.44.55c-.42.52-.98.75-1.54.75C13 7.3 12 6.52 12 5.3V2S4 6 4 13c0 4.42 3.58 8 8 8s8-3.58 8-8c0-2.96-1.61-5.62-4-7m-4 13c-1.1 0-2-.87-2-1.94c0-.51.2-.99.58-1.36L12 14.3l1.43 1.4c.37.37.57.85.57 1.36c0 1.07-.9 1.94-2 1.94m3.96-1.5c.04-.36.22-1.89-1.13-3.22L12 11.5l-2.83 2.78C7.81 15.62 8 17.16 8.04 17.5A5.98 5.98 0 0 1 6 13c0-3.16 2.13-5.65 4.03-7.25a4.024 4.024 0 0 0 3.99 3.55c.78 0 1.54-.23 2.18-.66A6.18 6.18 0 0 1 18 13c0 1.79-.79 3.4-2.04 4.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16 6l-.44.55c-.42.52-.98.75-1.54.75C13 7.3 12 6.52 12 5.3V2S4 6 4 13c0 4.42 3.58 8 8 8s8-3.58 8-8c0-2.96-1.61-5.62-4-7m-4 13c-1.1 0-2-.87-2-1.94c0-.51.2-.99.58-1.36L12 14.3l1.43 1.4c.37.37.57.85.57 1.36c0 1.07-.9 1.94-2 1.94m3.96-1.5c.04-.36.22-1.89-1.13-3.22L12 11.5l-2.83 2.78C7.81 15.62 8 17.16 8.04 17.5A5.98 5.98 0 0 1 6 13c0-3.16 2.13-5.65 4.03-7.25a4.024 4.024 0 0 0 3.99 3.55c.78 0 1.54-.23 2.18-.66A6.18 6.18 0 0 1 18 13c0 1.79-.79 3.4-2.04 4.5"/></svg>
</template>

CSS

.icon-outline-local-fire-department {
  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%22m16%206l-.44.55c-.42.52-.98.75-1.54.75C13%207.3%2012%206.52%2012%205.3V2S4%206%204%2013c0%204.42%203.58%208%208%208s8-3.58%208-8c0-2.96-1.61-5.62-4-7m-4%2013c-1.1%200-2-.87-2-1.94c0-.51.2-.99.58-1.36L12%2014.3l1.43%201.4c.37.37.57.85.57%201.36c0%201.07-.9%201.94-2%201.94m3.96-1.5c.04-.36.22-1.89-1.13-3.22L12%2011.5l-2.83%202.78C7.81%2015.62%208%2017.16%208.04%2017.5A5.98%205.98%200%200%201%206%2013c0-3.16%202.13-5.65%204.03-7.25a4.024%204.024%200%200%200%203.99%203.55c.78%200%201.54-.23%202.18-.66A6.18%206.18%200%200%201%2018%2013c0%201.79-.79%203.4-2.04%204.5%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%22m16%206l-.44.55c-.42.52-.98.75-1.54.75C13%207.3%2012%206.52%2012%205.3V2S4%206%204%2013c0%204.42%203.58%208%208%208s8-3.58%208-8c0-2.96-1.61-5.62-4-7m-4%2013c-1.1%200-2-.87-2-1.94c0-.51.2-.99.58-1.36L12%2014.3l1.43%201.4c.37.37.57.85.57%201.36c0%201.07-.9%201.94-2%201.94m3.96-1.5c.04-.36.22-1.89-1.13-3.22L12%2011.5l-2.83%202.78C7.81%2015.62%208%2017.16%208.04%2017.5A5.98%205.98%200%200%201%206%2013c0-3.16%202.13-5.65%204.03-7.25a4.024%204.024%200%200%200%203.99%203.55c.78%200%201.54-.23%202.18-.66A6.18%206.18%200%200%201%2018%2013c0%201.79-.79%203.4-2.04%204.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-local-fire-department.svg?color=%231a73e8&size=48