house-tsunami from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
house-tsunami
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the house tsunami icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M80.8 136.5C104.9 93.8 152.6 64 209 64c16.9 0 33.1 2.7 48.2 7.7c16.8 5.5 34.9-3.6 40.4-20.4s-3.6-34.9-20.4-40.4C255.8 3.8 232.8 0 209 0C95.2 0 0 88 0 200c0 91.6 53.5 172.1 142.2 194.1c13.4 3.8 27.5 5.9 42.2 5.9c.7 0 1.4 0 2.1-.1c1.8 0 3.7.1 5.5.1c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7c-22 15.2-50.5 26-77.4 26c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0c-22.4 15.5-49.9 26.1-77.4 26.1h-.1c-12.4 0-24-1.5-34.9-4.3C121.6 320.2 96 287 96 248c0-48.5 39.5-88 88.4-88c13.5 0 26.1 3 37.5 8.3c16 7.5 35.1.6 42.5-15.5s.6-35.1-15.5-42.5c-19.6-9.2-41.5-14.3-64.5-14.3c-40 0-76.4 15.4-103.6 40.5m252-18.1c-8.1 6-12.8 15.5-12.8 25.6v121c1.6 1 3.3 2 4.8 3.1c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c5.8 1.4 11.2 3.4 16.2 6.2c.7-2.7 1.1-5.5 1.1-8.4l-.4-144c0-10-4.7-19.4-12.7-25.5l-95.5-72a31.95 31.95 0 0 0-38.5 0zM384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0c-22.5 15.5-50 26.1-77.5 26.1c-26.9 0-55.3-10.8-77.4-26.1c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25c29 15.6 61.5 25.9 94.5 25.9c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c-22 15.2-50.5 26-77.4 26"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidHouseTsunami(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M80.8 136.5C104.9 93.8 152.6 64 209 64c16.9 0 33.1 2.7 48.2 7.7c16.8 5.5 34.9-3.6 40.4-20.4s-3.6-34.9-20.4-40.4C255.8 3.8 232.8 0 209 0C95.2 0 0 88 0 200c0 91.6 53.5 172.1 142.2 194.1c13.4 3.8 27.5 5.9 42.2 5.9c.7 0 1.4 0 2.1-.1c1.8 0 3.7.1 5.5.1c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7c-22 15.2-50.5 26-77.4 26c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0c-22.4 15.5-49.9 26.1-77.4 26.1h-.1c-12.4 0-24-1.5-34.9-4.3C121.6 320.2 96 287 96 248c0-48.5 39.5-88 88.4-88c13.5 0 26.1 3 37.5 8.3c16 7.5 35.1.6 42.5-15.5s.6-35.1-15.5-42.5c-19.6-9.2-41.5-14.3-64.5-14.3c-40 0-76.4 15.4-103.6 40.5m252-18.1c-8.1 6-12.8 15.5-12.8 25.6v121c1.6 1 3.3 2 4.8 3.1c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c5.8 1.4 11.2 3.4 16.2 6.2c.7-2.7 1.1-5.5 1.1-8.4l-.4-144c0-10-4.7-19.4-12.7-25.5l-95.5-72a31.95 31.95 0 0 0-38.5 0zM384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0c-22.5 15.5-50 26.1-77.5 26.1c-26.9 0-55.3-10.8-77.4-26.1c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25c29 15.6 61.5 25.9 94.5 25.9c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c-22 15.2-50.5 26-77.4 26"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M80.8 136.5C104.9 93.8 152.6 64 209 64c16.9 0 33.1 2.7 48.2 7.7c16.8 5.5 34.9-3.6 40.4-20.4s-3.6-34.9-20.4-40.4C255.8 3.8 232.8 0 209 0C95.2 0 0 88 0 200c0 91.6 53.5 172.1 142.2 194.1c13.4 3.8 27.5 5.9 42.2 5.9c.7 0 1.4 0 2.1-.1c1.8 0 3.7.1 5.5.1c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7c-22 15.2-50.5 26-77.4 26c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0c-22.4 15.5-49.9 26.1-77.4 26.1h-.1c-12.4 0-24-1.5-34.9-4.3C121.6 320.2 96 287 96 248c0-48.5 39.5-88 88.4-88c13.5 0 26.1 3 37.5 8.3c16 7.5 35.1.6 42.5-15.5s.6-35.1-15.5-42.5c-19.6-9.2-41.5-14.3-64.5-14.3c-40 0-76.4 15.4-103.6 40.5m252-18.1c-8.1 6-12.8 15.5-12.8 25.6v121c1.6 1 3.3 2 4.8 3.1c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c5.8 1.4 11.2 3.4 16.2 6.2c.7-2.7 1.1-5.5 1.1-8.4l-.4-144c0-10-4.7-19.4-12.7-25.5l-95.5-72a31.95 31.95 0 0 0-38.5 0zM384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0c-22.5 15.5-50 26.1-77.5 26.1c-26.9 0-55.3-10.8-77.4-26.1c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25c29 15.6 61.5 25.9 94.5 25.9c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c-22 15.2-50.5 26-77.4 26"/></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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M80.8%20136.5C104.9%2093.8%20152.6%2064%20209%2064c16.9%200%2033.1%202.7%2048.2%207.7c16.8%205.5%2034.9-3.6%2040.4-20.4s-3.6-34.9-20.4-40.4C255.8%203.8%20232.8%200%20209%200C95.2%200%200%2088%200%20200c0%2091.6%2053.5%20172.1%20142.2%20194.1c13.4%203.8%2027.5%205.9%2042.2%205.9c.7%200%201.4%200%202.1-.1c1.8%200%203.7.1%205.5.1c31.9%200%2060.6-9.9%2080.4-18.9c5.8-2.7%2011.1-5.3%2015.6-7.7c4.5%202.4%209.7%205.1%2015.6%207.7c19.8%209%2048.5%2018.9%2080.4%2018.9c33%200%2065.5-10.3%2094.5-25.8c13.4%208.4%2033.7%2019.3%2058.2%2025c17.2%204%2034.4-6.7%2038.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7c-22%2015.2-50.5%2026-77.4%2026c-27.5%200-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37%200c-22.4%2015.5-49.9%2026.1-77.4%2026.1h-.1c-12.4%200-24-1.5-34.9-4.3C121.6%20320.2%2096%20287%2096%20248c0-48.5%2039.5-88%2088.4-88c13.5%200%2026.1%203%2037.5%208.3c16%207.5%2035.1.6%2042.5-15.5s.6-35.1-15.5-42.5c-19.6-9.2-41.5-14.3-64.5-14.3c-40%200-76.4%2015.4-103.6%2040.5m252-18.1c-8.1%206-12.8%2015.5-12.8%2025.6v121c1.6%201%203.3%202%204.8%203.1c18.4%2012.7%2039.6%2020.3%2059.2%2020.3c19%200%2041.2-7.9%2059.2-20.3c23.8-16.7%2055.8-15.3%2078.1%203.4c10.6%208.8%2024.2%2015.6%2037.3%2018.6c5.8%201.4%2011.2%203.4%2016.2%206.2c.7-2.7%201.1-5.5%201.1-8.4l-.4-144c0-10-4.7-19.4-12.7-25.5l-95.5-72a31.95%2031.95%200%200%200-38.5%200zM384%20448c-27.5%200-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37%200c-22.5%2015.5-50%2026.1-77.5%2026.1c-26.9%200-55.3-10.8-77.4-26.1c-11.9-8.5-28.1-7.8-39.2%201.7c-14.4%2011.9-32.5%2021-50.6%2025.2c-17.2%204-27.9%2021.2-23.9%2038.4s21.2%2027.9%2038.4%2023.9c24.5-5.7%2044.9-16.5%2058.2-25c29%2015.6%2061.5%2025.9%2094.5%2025.9c31.9%200%2060.6-9.9%2080.4-18.9c5.8-2.7%2011.1-5.3%2015.6-7.7c4.5%202.4%209.7%205.1%2015.6%207.7c19.8%209%2048.5%2018.9%2080.4%2018.9c33%200%2065.5-10.3%2094.5-25.8c13.4%208.4%2033.7%2019.3%2058.2%2025c17.2%204%2034.4-6.7%2038.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c-22%2015.2-50.5%2026-77.4%2026%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M80.8%20136.5C104.9%2093.8%20152.6%2064%20209%2064c16.9%200%2033.1%202.7%2048.2%207.7c16.8%205.5%2034.9-3.6%2040.4-20.4s-3.6-34.9-20.4-40.4C255.8%203.8%20232.8%200%20209%200C95.2%200%200%2088%200%20200c0%2091.6%2053.5%20172.1%20142.2%20194.1c13.4%203.8%2027.5%205.9%2042.2%205.9c.7%200%201.4%200%202.1-.1c1.8%200%203.7.1%205.5.1c31.9%200%2060.6-9.9%2080.4-18.9c5.8-2.7%2011.1-5.3%2015.6-7.7c4.5%202.4%209.7%205.1%2015.6%207.7c19.8%209%2048.5%2018.9%2080.4%2018.9c33%200%2065.5-10.3%2094.5-25.8c13.4%208.4%2033.7%2019.3%2058.2%2025c17.2%204%2034.4-6.7%2038.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7c-22%2015.2-50.5%2026-77.4%2026c-27.5%200-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37%200c-22.4%2015.5-49.9%2026.1-77.4%2026.1h-.1c-12.4%200-24-1.5-34.9-4.3C121.6%20320.2%2096%20287%2096%20248c0-48.5%2039.5-88%2088.4-88c13.5%200%2026.1%203%2037.5%208.3c16%207.5%2035.1.6%2042.5-15.5s.6-35.1-15.5-42.5c-19.6-9.2-41.5-14.3-64.5-14.3c-40%200-76.4%2015.4-103.6%2040.5m252-18.1c-8.1%206-12.8%2015.5-12.8%2025.6v121c1.6%201%203.3%202%204.8%203.1c18.4%2012.7%2039.6%2020.3%2059.2%2020.3c19%200%2041.2-7.9%2059.2-20.3c23.8-16.7%2055.8-15.3%2078.1%203.4c10.6%208.8%2024.2%2015.6%2037.3%2018.6c5.8%201.4%2011.2%203.4%2016.2%206.2c.7-2.7%201.1-5.5%201.1-8.4l-.4-144c0-10-4.7-19.4-12.7-25.5l-95.5-72a31.95%2031.95%200%200%200-38.5%200zM384%20448c-27.5%200-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37%200c-22.5%2015.5-50%2026.1-77.5%2026.1c-26.9%200-55.3-10.8-77.4-26.1c-11.9-8.5-28.1-7.8-39.2%201.7c-14.4%2011.9-32.5%2021-50.6%2025.2c-17.2%204-27.9%2021.2-23.9%2038.4s21.2%2027.9%2038.4%2023.9c24.5-5.7%2044.9-16.5%2058.2-25c29%2015.6%2061.5%2025.9%2094.5%2025.9c31.9%200%2060.6-9.9%2080.4-18.9c5.8-2.7%2011.1-5.3%2015.6-7.7c4.5%202.4%209.7%205.1%2015.6%207.7c19.8%209%2048.5%2018.9%2080.4%2018.9c33%200%2065.5-10.3%2094.5-25.8c13.4%208.4%2033.7%2019.3%2058.2%2025c17.2%204%2034.4-6.7%2038.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c-22%2015.2-50.5%2026-77.4%2026%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/house-tsunami.svg?color=%231a73e8&size=48