house damage icon

house-damage from Line Awesome by Icons8 · Line · Buildings · Apache-2.0 Free for personal and commercial use.

Name
house-damage
Set
Line Awesome
Style
Line
Category
Buildings
Viewbox
32×32
License
Apache 2.0
Aliases
house-damage-solid

The same icon in other sets

More buildings icons from Line Awesome

Use the house damage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 2.59l-.72.69l-13 13l1.44 1.44L5 16.44V28h8.83L16 22h-3.62l3.63-6.21L16 20h3.55l-1.61 8H27V16.44l1.28 1.28l1.44-1.44l-13-13zm0 2.85l9 9V26h-4.62L22 18h-4v-6h-2.1L10 22.11V24h3.15l-.72 2H7V14.44z"/></svg>

React

import type { SVGProps } from "react";

export function LaHouseDamage(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 2.59l-.72.69l-13 13l1.44 1.44L5 16.44V28h8.83L16 22h-3.62l3.63-6.21L16 20h3.55l-1.61 8H27V16.44l1.28 1.28l1.44-1.44l-13-13zm0 2.85l9 9V26h-4.62L22 18h-4v-6h-2.1L10 22.11V24h3.15l-.72 2H7V14.44z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 2.59l-.72.69l-13 13l1.44 1.44L5 16.44V28h8.83L16 22h-3.62l3.63-6.21L16 20h3.55l-1.61 8H27V16.44l1.28 1.28l1.44-1.44l-13-13zm0 2.85l9 9V26h-4.62L22 18h-4v-6h-2.1L10 22.11V24h3.15l-.72 2H7V14.44z"/></svg>
</template>

CSS

.icon-house-damage {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%202.59l-.72.69l-13%2013l1.44%201.44L5%2016.44V28h8.83L16%2022h-3.62l3.63-6.21L16%2020h3.55l-1.61%208H27V16.44l1.28%201.28l1.44-1.44l-13-13zm0%202.85l9%209V26h-4.62L22%2018h-4v-6h-2.1L10%2022.11V24h3.15l-.72%202H7V14.44z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%202.59l-.72.69l-13%2013l1.44%201.44L5%2016.44V28h8.83L16%2022h-3.62l3.63-6.21L16%2020h3.55l-1.61%208H27V16.44l1.28%201.28l1.44-1.44l-13-13zm0%202.85l9%209V26h-4.62L22%2018h-4v-6h-2.1L10%2022.11V24h3.15l-.72%202H7V14.44z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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