house tsunami icon
house-tsunami from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- house-tsunami
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
house-chimneyhouse-chimney-crackhouse-chimney-medicalhouse-chimney-userhouse-chimney-windowhouse-circle-checkhouse-circle-exclamationhouse-circle-xmarkhouse-crackhouse-damagehouse-firehouse-flaghouse-flood-waterhouse-flood-water-circle-arrow-righthouse-laptophouse-lockhouse-medicalhouse-medical-circle-checkhouse-medical-circle-exclamationhouse-medical-circle-xmarkhouse-medical-flaghouse-signalhouse-user
Use the house tsunami icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M288 80C155.5 80 48 187.5 48 320s107.5 240 240 240c7.4 0 19.7-2.3 33.7-7.3c13.8-4.9 27.1-11.7 36.7-18.9c38.4-29 90.5-29 129 0c15.4 11.6 35.3 21.1 55 24.4c19.5 3.3 37 .4 51.1-10.2c10.6-8 25.6-5.9 33.6 4.7s5.9 25.6-4.7 33.6c-27.3 20.5-59.2 24-87.9 19.2c-28.5-4.8-55.4-18-75.9-33.4c-21.3-16.1-49.9-16.1-71.2 0c-14.5 10.9-32.4 19.7-49.5 25.8c-16.8 6-34.9 10.1-49.9 10.1h-.1C128.9 607.9 0 479 0 320C0 160.9 128.9 32 288 32c13.3 0 24 10.7 24 24s-10.7 24-24 24m44.8 166.4l96-72c11.4-8.5 27.1-8.5 38.5 0l95.5 72c8 6 12.7 15.5 12.7 25.5l.3 121.5c-2.2 1.3-4.3 2.6-6.4 4.2c-4.3 3.1-8.7.8-13.2-1.5l-1.2-.6l-.7-.3q-8.1-4.05-18.9-11.7c-29.5-21.1-64.3-31.6-99.1-31.4c-34.1.2-68.1 10.7-97 31.4c-7.8 5.6-13.8 9.3-19.3 11.2V272c0-10.1 4.7-19.6 12.8-25.6m54.6 229.7c-14.5 10.9-32.4 19.7-49.5 25.8c-16.8 6-34.9 10.1-49.9 10.1c-106 0-192-86-192-192s86-192 192-192c13.3 0 24 10.7 24 24s-10.7 24-24 24c-79.5 0-144 64.5-144 144s64.5 144 144 144c7.4 0 19.7-2.3 33.7-7.3c13.8-4.9 27.1-11.7 36.7-18.9c38.4-29 90.5-29 129 0c15.4 11.6 35.3 21.1 55 24.4c19.5 3.3 37 .4 51.1-10.2c10.6-8 25.6-5.9 33.6 4.7s5.9 25.6-4.7 33.6c-27.3 20.5-59.2 24-87.9 19.2c-28.5-4.8-55.4-18-75.9-33.4c-21.3-16.1-49.9-16.1-71.2 0"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidHouseTsunami(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M288 80C155.5 80 48 187.5 48 320s107.5 240 240 240c7.4 0 19.7-2.3 33.7-7.3c13.8-4.9 27.1-11.7 36.7-18.9c38.4-29 90.5-29 129 0c15.4 11.6 35.3 21.1 55 24.4c19.5 3.3 37 .4 51.1-10.2c10.6-8 25.6-5.9 33.6 4.7s5.9 25.6-4.7 33.6c-27.3 20.5-59.2 24-87.9 19.2c-28.5-4.8-55.4-18-75.9-33.4c-21.3-16.1-49.9-16.1-71.2 0c-14.5 10.9-32.4 19.7-49.5 25.8c-16.8 6-34.9 10.1-49.9 10.1h-.1C128.9 607.9 0 479 0 320C0 160.9 128.9 32 288 32c13.3 0 24 10.7 24 24s-10.7 24-24 24m44.8 166.4l96-72c11.4-8.5 27.1-8.5 38.5 0l95.5 72c8 6 12.7 15.5 12.7 25.5l.3 121.5c-2.2 1.3-4.3 2.6-6.4 4.2c-4.3 3.1-8.7.8-13.2-1.5l-1.2-.6l-.7-.3q-8.1-4.05-18.9-11.7c-29.5-21.1-64.3-31.6-99.1-31.4c-34.1.2-68.1 10.7-97 31.4c-7.8 5.6-13.8 9.3-19.3 11.2V272c0-10.1 4.7-19.6 12.8-25.6m54.6 229.7c-14.5 10.9-32.4 19.7-49.5 25.8c-16.8 6-34.9 10.1-49.9 10.1c-106 0-192-86-192-192s86-192 192-192c13.3 0 24 10.7 24 24s-10.7 24-24 24c-79.5 0-144 64.5-144 144s64.5 144 144 144c7.4 0 19.7-2.3 33.7-7.3c13.8-4.9 27.1-11.7 36.7-18.9c38.4-29 90.5-29 129 0c15.4 11.6 35.3 21.1 55 24.4c19.5 3.3 37 .4 51.1-10.2c10.6-8 25.6-5.9 33.6 4.7s5.9 25.6-4.7 33.6c-27.3 20.5-59.2 24-87.9 19.2c-28.5-4.8-55.4-18-75.9-33.4c-21.3-16.1-49.9-16.1-71.2 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M288 80C155.5 80 48 187.5 48 320s107.5 240 240 240c7.4 0 19.7-2.3 33.7-7.3c13.8-4.9 27.1-11.7 36.7-18.9c38.4-29 90.5-29 129 0c15.4 11.6 35.3 21.1 55 24.4c19.5 3.3 37 .4 51.1-10.2c10.6-8 25.6-5.9 33.6 4.7s5.9 25.6-4.7 33.6c-27.3 20.5-59.2 24-87.9 19.2c-28.5-4.8-55.4-18-75.9-33.4c-21.3-16.1-49.9-16.1-71.2 0c-14.5 10.9-32.4 19.7-49.5 25.8c-16.8 6-34.9 10.1-49.9 10.1h-.1C128.9 607.9 0 479 0 320C0 160.9 128.9 32 288 32c13.3 0 24 10.7 24 24s-10.7 24-24 24m44.8 166.4l96-72c11.4-8.5 27.1-8.5 38.5 0l95.5 72c8 6 12.7 15.5 12.7 25.5l.3 121.5c-2.2 1.3-4.3 2.6-6.4 4.2c-4.3 3.1-8.7.8-13.2-1.5l-1.2-.6l-.7-.3q-8.1-4.05-18.9-11.7c-29.5-21.1-64.3-31.6-99.1-31.4c-34.1.2-68.1 10.7-97 31.4c-7.8 5.6-13.8 9.3-19.3 11.2V272c0-10.1 4.7-19.6 12.8-25.6m54.6 229.7c-14.5 10.9-32.4 19.7-49.5 25.8c-16.8 6-34.9 10.1-49.9 10.1c-106 0-192-86-192-192s86-192 192-192c13.3 0 24 10.7 24 24s-10.7 24-24 24c-79.5 0-144 64.5-144 144s64.5 144 144 144c7.4 0 19.7-2.3 33.7-7.3c13.8-4.9 27.1-11.7 36.7-18.9c38.4-29 90.5-29 129 0c15.4 11.6 35.3 21.1 55 24.4c19.5 3.3 37 .4 51.1-10.2c10.6-8 25.6-5.9 33.6 4.7s5.9 25.6-4.7 33.6c-27.3 20.5-59.2 24-87.9 19.2c-28.5-4.8-55.4-18-75.9-33.4c-21.3-16.1-49.9-16.1-71.2 0"/></svg> </template>
CSS
.icon-house-tsunami {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288%2080C155.5%2080%2048%20187.5%2048%20320s107.5%20240%20240%20240c7.4%200%2019.7-2.3%2033.7-7.3c13.8-4.9%2027.1-11.7%2036.7-18.9c38.4-29%2090.5-29%20129%200c15.4%2011.6%2035.3%2021.1%2055%2024.4c19.5%203.3%2037%20.4%2051.1-10.2c10.6-8%2025.6-5.9%2033.6%204.7s5.9%2025.6-4.7%2033.6c-27.3%2020.5-59.2%2024-87.9%2019.2c-28.5-4.8-55.4-18-75.9-33.4c-21.3-16.1-49.9-16.1-71.2%200c-14.5%2010.9-32.4%2019.7-49.5%2025.8c-16.8%206-34.9%2010.1-49.9%2010.1h-.1C128.9%20607.9%200%20479%200%20320C0%20160.9%20128.9%2032%20288%2032c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024m44.8%20166.4l96-72c11.4-8.5%2027.1-8.5%2038.5%200l95.5%2072c8%206%2012.7%2015.5%2012.7%2025.5l.3%20121.5c-2.2%201.3-4.3%202.6-6.4%204.2c-4.3%203.1-8.7.8-13.2-1.5l-1.2-.6l-.7-.3q-8.1-4.05-18.9-11.7c-29.5-21.1-64.3-31.6-99.1-31.4c-34.1.2-68.1%2010.7-97%2031.4c-7.8%205.6-13.8%209.3-19.3%2011.2V272c0-10.1%204.7-19.6%2012.8-25.6m54.6%20229.7c-14.5%2010.9-32.4%2019.7-49.5%2025.8c-16.8%206-34.9%2010.1-49.9%2010.1c-106%200-192-86-192-192s86-192%20192-192c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024c-79.5%200-144%2064.5-144%20144s64.5%20144%20144%20144c7.4%200%2019.7-2.3%2033.7-7.3c13.8-4.9%2027.1-11.7%2036.7-18.9c38.4-29%2090.5-29%20129%200c15.4%2011.6%2035.3%2021.1%2055%2024.4c19.5%203.3%2037%20.4%2051.1-10.2c10.6-8%2025.6-5.9%2033.6%204.7s5.9%2025.6-4.7%2033.6c-27.3%2020.5-59.2%2024-87.9%2019.2c-28.5-4.8-55.4-18-75.9-33.4c-21.3-16.1-49.9-16.1-71.2%200%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288%2080C155.5%2080%2048%20187.5%2048%20320s107.5%20240%20240%20240c7.4%200%2019.7-2.3%2033.7-7.3c13.8-4.9%2027.1-11.7%2036.7-18.9c38.4-29%2090.5-29%20129%200c15.4%2011.6%2035.3%2021.1%2055%2024.4c19.5%203.3%2037%20.4%2051.1-10.2c10.6-8%2025.6-5.9%2033.6%204.7s5.9%2025.6-4.7%2033.6c-27.3%2020.5-59.2%2024-87.9%2019.2c-28.5-4.8-55.4-18-75.9-33.4c-21.3-16.1-49.9-16.1-71.2%200c-14.5%2010.9-32.4%2019.7-49.5%2025.8c-16.8%206-34.9%2010.1-49.9%2010.1h-.1C128.9%20607.9%200%20479%200%20320C0%20160.9%20128.9%2032%20288%2032c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024m44.8%20166.4l96-72c11.4-8.5%2027.1-8.5%2038.5%200l95.5%2072c8%206%2012.7%2015.5%2012.7%2025.5l.3%20121.5c-2.2%201.3-4.3%202.6-6.4%204.2c-4.3%203.1-8.7.8-13.2-1.5l-1.2-.6l-.7-.3q-8.1-4.05-18.9-11.7c-29.5-21.1-64.3-31.6-99.1-31.4c-34.1.2-68.1%2010.7-97%2031.4c-7.8%205.6-13.8%209.3-19.3%2011.2V272c0-10.1%204.7-19.6%2012.8-25.6m54.6%20229.7c-14.5%2010.9-32.4%2019.7-49.5%2025.8c-16.8%206-34.9%2010.1-49.9%2010.1c-106%200-192-86-192-192s86-192%20192-192c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024c-79.5%200-144%2064.5-144%20144s64.5%20144%20144%20144c7.4%200%2019.7-2.3%2033.7-7.3c13.8-4.9%2027.1-11.7%2036.7-18.9c38.4-29%2090.5-29%20129%200c15.4%2011.6%2035.3%2021.1%2055%2024.4c19.5%203.3%2037%20.4%2051.1-10.2c10.6-8%2025.6-5.9%2033.6%204.7s5.9%2025.6-4.7%2033.6c-27.3%2020.5-59.2%2024-87.9%2019.2c-28.5-4.8-55.4-18-75.9-33.4c-21.3-16.1-49.9-16.1-71.2%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/house-tsunami.svg?color=%231a73e8&size=48