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

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

1 other variant in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

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="M9 18q-2.496 0-4.248-1.752T3 11.998q0-.819.415-1.852q.414-1.034 1.45-1.961t2.769-1.556T12.002 6t4.367.629t2.767 1.556t1.45 1.96t.414 1.853q0 2.498-1.752 4.25T15 18zm.15-1h5.7q1.729 0 3.17-1.02q1.442-1.02 1.85-2.98H4.13q.408 1.96 1.85 2.98Q7.42 17 9.15 17M4 12h16q0-.75-.4-1.625T18.262 8.75T15.789 7.5T12 7t-3.775.5t-2.463 1.25t-1.35 1.625T4 12m8 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHomeMiniOutline(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="M9 18q-2.496 0-4.248-1.752T3 11.998q0-.819.415-1.852q.414-1.034 1.45-1.961t2.769-1.556T12.002 6t4.367.629t2.767 1.556t1.45 1.96t.414 1.853q0 2.498-1.752 4.25T15 18zm.15-1h5.7q1.729 0 3.17-1.02q1.442-1.02 1.85-2.98H4.13q.408 1.96 1.85 2.98Q7.42 17 9.15 17M4 12h16q0-.75-.4-1.625T18.262 8.75T15.789 7.5T12 7t-3.775.5t-2.463 1.25t-1.35 1.625T4 12m8 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 18q-2.496 0-4.248-1.752T3 11.998q0-.819.415-1.852q.414-1.034 1.45-1.961t2.769-1.556T12.002 6t4.367.629t2.767 1.556t1.45 1.96t.414 1.853q0 2.498-1.752 4.25T15 18zm.15-1h5.7q1.729 0 3.17-1.02q1.442-1.02 1.85-2.98H4.13q.408 1.96 1.85 2.98Q7.42 17 9.15 17M4 12h16q0-.75-.4-1.625T18.262 8.75T15.789 7.5T12 7t-3.775.5t-2.463 1.25t-1.35 1.625T4 12m8 0"/></svg>
</template>

CSS

.icon-home-mini-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%22M9%2018q-2.496%200-4.248-1.752T3%2011.998q0-.819.415-1.852q.414-1.034%201.45-1.961t2.769-1.556T12.002%206t4.367.629t2.767%201.556t1.45%201.96t.414%201.853q0%202.498-1.752%204.25T15%2018zm.15-1h5.7q1.729%200%203.17-1.02q1.442-1.02%201.85-2.98H4.13q.408%201.96%201.85%202.98Q7.42%2017%209.15%2017M4%2012h16q0-.75-.4-1.625T18.262%208.75T15.789%207.5T12%207t-3.775.5t-2.463%201.25t-1.35%201.625T4%2012m8%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2018q-2.496%200-4.248-1.752T3%2011.998q0-.819.415-1.852q.414-1.034%201.45-1.961t2.769-1.556T12.002%206t4.367.629t2.767%201.556t1.45%201.96t.414%201.853q0%202.498-1.752%204.25T15%2018zm.15-1h5.7q1.729%200%203.17-1.02q1.442-1.02%201.85-2.98H4.13q.408%201.96%201.85%202.98Q7.42%2017%209.15%2017M4%2012h16q0-.75-.4-1.625T18.262%208.75T15.789%207.5T12%207t-3.775.5t-2.463%201.25t-1.35%201.625T4%2012m8%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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