home-mini from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
home-mini
Set
Material Symbols
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
home-mini-rounded, home-mini-sharp

1 other variant in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the home mini icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.7 5.463q1.8.462 3.2 1.35T21.15 9t.85 3H2q0-1.7.85-3T5.1 6.813t3.2-1.35T12 5t3.7.463M9 19q-2.35 0-4.187-1.388T2.3 14h19.4q-.675 2.225-2.512 3.613T15 19z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHomeMini(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="M15.7 5.463q1.8.462 3.2 1.35T21.15 9t.85 3H2q0-1.7.85-3T5.1 6.813t3.2-1.35T12 5t3.7.463M9 19q-2.35 0-4.187-1.388T2.3 14h19.4q-.675 2.225-2.512 3.613T15 19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.7 5.463q1.8.462 3.2 1.35T21.15 9t.85 3H2q0-1.7.85-3T5.1 6.813t3.2-1.35T12 5t3.7.463M9 19q-2.35 0-4.187-1.388T2.3 14h19.4q-.675 2.225-2.512 3.613T15 19z"/></svg>
</template>

CSS

.icon-home-mini {
  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%22M15.7%205.463q1.8.462%203.2%201.35T21.15%209t.85%203H2q0-1.7.85-3T5.1%206.813t3.2-1.35T12%205t3.7.463M9%2019q-2.35%200-4.187-1.388T2.3%2014h19.4q-.675%202.225-2.512%203.613T15%2019z%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%22M15.7%205.463q1.8.462%203.2%201.35T21.15%209t.85%203H2q0-1.7.85-3T5.1%206.813t3.2-1.35T12%205t3.7.463M9%2019q-2.35%200-4.187-1.388T2.3%2014h19.4q-.675%202.225-2.512%203.613T15%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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