twotone local fire department icon
twotone-local-fire-department from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-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
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the twotone 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.2 8.65c-.64.42-1.4.65-2.18.65c-2.06 0-3.77-1.55-3.99-3.55C8.13 7.35 6 9.84 6 13c0 1.79.79 3.4 2.04 4.5c-.04-.34-.23-1.88 1.13-3.22L12 11.5l2.83 2.78c1.35 1.33 1.17 2.86 1.13 3.21v.01A5.98 5.98 0 0 0 18 13c0-1.65-.66-3.22-1.8-4.35" opacity=".3"/><path fill="currentColor" d="m12 14.31l-1.42 1.4c-.38.36-.58.84-.58 1.35c0 1.07.9 1.94 2 1.94s2-.87 2-1.94c0-.51-.2-.99-.57-1.36z" opacity=".3"/><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 IcTwotoneLocalFireDepartment(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.2 8.65c-.64.42-1.4.65-2.18.65c-2.06 0-3.77-1.55-3.99-3.55C8.13 7.35 6 9.84 6 13c0 1.79.79 3.4 2.04 4.5c-.04-.34-.23-1.88 1.13-3.22L12 11.5l2.83 2.78c1.35 1.33 1.17 2.86 1.13 3.21v.01A5.98 5.98 0 0 0 18 13c0-1.65-.66-3.22-1.8-4.35" opacity=".3"/><path fill="currentColor" d="m12 14.31l-1.42 1.4c-.38.36-.58.84-.58 1.35c0 1.07.9 1.94 2 1.94s2-.87 2-1.94c0-.51-.2-.99-.57-1.36z" opacity=".3"/><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.2 8.65c-.64.42-1.4.65-2.18.65c-2.06 0-3.77-1.55-3.99-3.55C8.13 7.35 6 9.84 6 13c0 1.79.79 3.4 2.04 4.5c-.04-.34-.23-1.88 1.13-3.22L12 11.5l2.83 2.78c1.35 1.33 1.17 2.86 1.13 3.21v.01A5.98 5.98 0 0 0 18 13c0-1.65-.66-3.22-1.8-4.35" opacity=".3"/><path fill="currentColor" d="m12 14.31l-1.42 1.4c-.38.36-.58.84-.58 1.35c0 1.07.9 1.94 2 1.94s2-.87 2-1.94c0-.51-.2-.99-.57-1.36z" opacity=".3"/><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-twotone-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.2%208.65c-.64.42-1.4.65-2.18.65c-2.06%200-3.77-1.55-3.99-3.55C8.13%207.35%206%209.84%206%2013c0%201.79.79%203.4%202.04%204.5c-.04-.34-.23-1.88%201.13-3.22L12%2011.5l2.83%202.78c1.35%201.33%201.17%202.86%201.13%203.21v.01A5.98%205.98%200%200%200%2018%2013c0-1.65-.66-3.22-1.8-4.35%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2014.31l-1.42%201.4c-.38.36-.58.84-.58%201.35c0%201.07.9%201.94%202%201.94s2-.87%202-1.94c0-.51-.2-.99-.57-1.36z%22%20opacity%3D%22.3%22%2F%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.2%208.65c-.64.42-1.4.65-2.18.65c-2.06%200-3.77-1.55-3.99-3.55C8.13%207.35%206%209.84%206%2013c0%201.79.79%203.4%202.04%204.5c-.04-.34-.23-1.88%201.13-3.22L12%2011.5l2.83%202.78c1.35%201.33%201.17%202.86%201.13%203.21v.01A5.98%205.98%200%200%200%2018%2013c0-1.65-.66-3.22-1.8-4.35%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2014.31l-1.42%201.4c-.38.36-.58.84-.58%201.35c0%201.07.9%201.94%202%201.94s2-.87%202-1.94c0-.51-.2-.99-.57-1.36z%22%20opacity%3D%22.3%22%2F%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/twotone-local-fire-department.svg?color=%231a73e8&size=48