emergency home icon

emergency-home-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
emergency-home-rounded
Set
Material Symbols
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the emergency home icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.238 21.875q-.363-.15-.663-.425L2.55 13.425q-.275-.3-.425-.663T1.975 12t.15-.775t.425-.65l8.025-8.025q.3-.3.663-.438T12 1.975t.775.138t.65.437l8.025 8.025q.3.275.438.65t.137.775t-.137.763t-.438.662l-8.025 8.025q-.275.275-.65.425t-.775.15t-.763-.15m1.476-9.162Q13 12.425 13 12V8q0-.425-.288-.712T12 7t-.712.288T11 8v4q0 .425.288.713T12 13t.713-.288m0 3Q13 15.426 13 15t-.288-.712T12 14t-.712.288T11 15t.288.713T12 16t.713-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEmergencyHomeRounded(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="M11.238 21.875q-.363-.15-.663-.425L2.55 13.425q-.275-.3-.425-.663T1.975 12t.15-.775t.425-.65l8.025-8.025q.3-.3.663-.438T12 1.975t.775.138t.65.437l8.025 8.025q.3.275.438.65t.137.775t-.137.763t-.438.662l-8.025 8.025q-.275.275-.65.425t-.775.15t-.763-.15m1.476-9.162Q13 12.425 13 12V8q0-.425-.288-.712T12 7t-.712.288T11 8v4q0 .425.288.713T12 13t.713-.288m0 3Q13 15.426 13 15t-.288-.712T12 14t-.712.288T11 15t.288.713T12 16t.713-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.238 21.875q-.363-.15-.663-.425L2.55 13.425q-.275-.3-.425-.663T1.975 12t.15-.775t.425-.65l8.025-8.025q.3-.3.663-.438T12 1.975t.775.138t.65.437l8.025 8.025q.3.275.438.65t.137.775t-.137.763t-.438.662l-8.025 8.025q-.275.275-.65.425t-.775.15t-.763-.15m1.476-9.162Q13 12.425 13 12V8q0-.425-.288-.712T12 7t-.712.288T11 8v4q0 .425.288.713T12 13t.713-.288m0 3Q13 15.426 13 15t-.288-.712T12 14t-.712.288T11 15t.288.713T12 16t.713-.288"/></svg>
</template>

CSS

.icon-emergency-home-rounded {
  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%22M11.238%2021.875q-.363-.15-.663-.425L2.55%2013.425q-.275-.3-.425-.663T1.975%2012t.15-.775t.425-.65l8.025-8.025q.3-.3.663-.438T12%201.975t.775.138t.65.437l8.025%208.025q.3.275.438.65t.137.775t-.137.763t-.438.662l-8.025%208.025q-.275.275-.65.425t-.775.15t-.763-.15m1.476-9.162Q13%2012.425%2013%2012V8q0-.425-.288-.712T12%207t-.712.288T11%208v4q0%20.425.288.713T12%2013t.713-.288m0%203Q13%2015.426%2013%2015t-.288-.712T12%2014t-.712.288T11%2015t.288.713T12%2016t.713-.288%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%22M11.238%2021.875q-.363-.15-.663-.425L2.55%2013.425q-.275-.3-.425-.663T1.975%2012t.15-.775t.425-.65l8.025-8.025q.3-.3.663-.438T12%201.975t.775.138t.65.437l8.025%208.025q.3.275.438.65t.137.775t-.137.763t-.438.662l-8.025%208.025q-.275.275-.65.425t-.775.15t-.763-.15m1.476-9.162Q13%2012.425%2013%2012V8q0-.425-.288-.712T12%207t-.712.288T11%208v4q0%20.425.288.713T12%2013t.713-.288m0%203Q13%2015.426%2013%2015t-.288-.712T12%2014t-.712.288T11%2015t.288.713T12%2016t.713-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/emergency-home-rounded.svg?color=%231a73e8&size=48