round local fire department icon

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

Name
round-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 round 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="m12 12.9l-2.03 2c-.46.46-.82 1.03-.93 1.67C8.74 18.41 10.18 20 12 20s3.26-1.59 2.96-3.42c-.11-.64-.46-1.22-.93-1.67z"/><path fill="currentColor" d="M15.56 6.55C14.38 8.02 12 7.19 12 5.3V3.77c0-.8-.89-1.28-1.55-.84C8.12 4.49 4 7.97 4 13c0 2.92 1.56 5.47 3.89 6.86a4.86 4.86 0 0 1-.81-3.68c.19-1.04.75-1.98 1.51-2.72l2.71-2.67c.39-.38 1.01-.38 1.4 0l2.73 2.69c.74.73 1.3 1.65 1.48 2.68c.25 1.36-.07 2.64-.77 3.66c1.89-1.15 3.29-3.06 3.71-5.3c.61-3.27-.81-6.37-3.22-8.1c-.33-.25-.8-.2-1.07.13"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundLocalFireDepartment(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="m12 12.9l-2.03 2c-.46.46-.82 1.03-.93 1.67C8.74 18.41 10.18 20 12 20s3.26-1.59 2.96-3.42c-.11-.64-.46-1.22-.93-1.67z"/><path fill="currentColor" d="M15.56 6.55C14.38 8.02 12 7.19 12 5.3V3.77c0-.8-.89-1.28-1.55-.84C8.12 4.49 4 7.97 4 13c0 2.92 1.56 5.47 3.89 6.86a4.86 4.86 0 0 1-.81-3.68c.19-1.04.75-1.98 1.51-2.72l2.71-2.67c.39-.38 1.01-.38 1.4 0l2.73 2.69c.74.73 1.3 1.65 1.48 2.68c.25 1.36-.07 2.64-.77 3.66c1.89-1.15 3.29-3.06 3.71-5.3c.61-3.27-.81-6.37-3.22-8.1c-.33-.25-.8-.2-1.07.13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 12.9l-2.03 2c-.46.46-.82 1.03-.93 1.67C8.74 18.41 10.18 20 12 20s3.26-1.59 2.96-3.42c-.11-.64-.46-1.22-.93-1.67z"/><path fill="currentColor" d="M15.56 6.55C14.38 8.02 12 7.19 12 5.3V3.77c0-.8-.89-1.28-1.55-.84C8.12 4.49 4 7.97 4 13c0 2.92 1.56 5.47 3.89 6.86a4.86 4.86 0 0 1-.81-3.68c.19-1.04.75-1.98 1.51-2.72l2.71-2.67c.39-.38 1.01-.38 1.4 0l2.73 2.69c.74.73 1.3 1.65 1.48 2.68c.25 1.36-.07 2.64-.77 3.66c1.89-1.15 3.29-3.06 3.71-5.3c.61-3.27-.81-6.37-3.22-8.1c-.33-.25-.8-.2-1.07.13"/></svg>
</template>

CSS

.icon-round-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%22m12%2012.9l-2.03%202c-.46.46-.82%201.03-.93%201.67C8.74%2018.41%2010.18%2020%2012%2020s3.26-1.59%202.96-3.42c-.11-.64-.46-1.22-.93-1.67z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.56%206.55C14.38%208.02%2012%207.19%2012%205.3V3.77c0-.8-.89-1.28-1.55-.84C8.12%204.49%204%207.97%204%2013c0%202.92%201.56%205.47%203.89%206.86a4.86%204.86%200%200%201-.81-3.68c.19-1.04.75-1.98%201.51-2.72l2.71-2.67c.39-.38%201.01-.38%201.4%200l2.73%202.69c.74.73%201.3%201.65%201.48%202.68c.25%201.36-.07%202.64-.77%203.66c1.89-1.15%203.29-3.06%203.71-5.3c.61-3.27-.81-6.37-3.22-8.1c-.33-.25-.8-.2-1.07.13%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%22m12%2012.9l-2.03%202c-.46.46-.82%201.03-.93%201.67C8.74%2018.41%2010.18%2020%2012%2020s3.26-1.59%202.96-3.42c-.11-.64-.46-1.22-.93-1.67z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.56%206.55C14.38%208.02%2012%207.19%2012%205.3V3.77c0-.8-.89-1.28-1.55-.84C8.12%204.49%204%207.97%204%2013c0%202.92%201.56%205.47%203.89%206.86a4.86%204.86%200%200%201-.81-3.68c.19-1.04.75-1.98%201.51-2.72l2.71-2.67c.39-.38%201.01-.38%201.4%200l2.73%202.69c.74.73%201.3%201.65%201.48%202.68c.25%201.36-.07%202.64-.77%203.66c1.89-1.15%203.29-3.06%203.71-5.3c.61-3.27-.81-6.37-3.22-8.1c-.33-.25-.8-.2-1.07.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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