emergency home icon
emergency-home-outline from Material Symbols by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- emergency-home-outline
- Set
- Material Symbols
- Style
- Outline
- 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-.15m.763-1.85L20.025 12L12 3.975L3.975 12zM11 13h2V7h-2zm1.713 2.713Q13 15.425 13 15t-.288-.712T12 14t-.712.288T11 15t.288.713T12 16t.713-.288M12 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEmergencyHomeOutline(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-.15m.763-1.85L20.025 12L12 3.975L3.975 12zM11 13h2V7h-2zm1.713 2.713Q13 15.425 13 15t-.288-.712T12 14t-.712.288T11 15t.288.713T12 16t.713-.288M12 12"/></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-.15m.763-1.85L20.025 12L12 3.975L3.975 12zM11 13h2V7h-2zm1.713 2.713Q13 15.425 13 15t-.288-.712T12 14t-.712.288T11 15t.288.713T12 16t.713-.288M12 12"/></svg> </template>
CSS
.icon-emergency-home-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%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-.15m.763-1.85L20.025%2012L12%203.975L3.975%2012zM11%2013h2V7h-2zm1.713%202.713Q13%2015.425%2013%2015t-.288-.712T12%2014t-.712.288T11%2015t.288.713T12%2016t.713-.288M12%2012%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-.15m.763-1.85L20.025%2012L12%203.975L3.975%2012zM11%2013h2V7h-2zm1.713%202.713Q13%2015.425%2013%2015t-.288-.712T12%2014t-.712.288T11%2015t.288.713T12%2016t.713-.288M12%2012%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-outline.svg?color=%231a73e8&size=48