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

Name
home-mini-outline
Set
Material Symbols
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

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="M9 19q-2.9 0-4.95-2.05T2 12q0-.95.463-2.15t1.612-2.287T7.15 5.738T12 5t4.85.738t3.075 1.824t1.613 2.288T22 12q0 2.9-2.05 4.95T15 19zm.15-2h5.7q1.575 0 2.863-.837T19.6 14H4.4q.6 1.325 1.888 2.163T9.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 MaterialSymbolsHomeMiniOutline(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 19q-2.9 0-4.95-2.05T2 12q0-.95.463-2.15t1.612-2.287T7.15 5.738T12 5t4.85.738t3.075 1.824t1.613 2.288T22 12q0 2.9-2.05 4.95T15 19zm.15-2h5.7q1.575 0 2.863-.837T19.6 14H4.4q.6 1.325 1.888 2.163T9.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 19q-2.9 0-4.95-2.05T2 12q0-.95.463-2.15t1.612-2.287T7.15 5.738T12 5t4.85.738t3.075 1.824t1.613 2.288T22 12q0 2.9-2.05 4.95T15 19zm.15-2h5.7q1.575 0 2.863-.837T19.6 14H4.4q.6 1.325 1.888 2.163T9.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%2019q-2.9%200-4.95-2.05T2%2012q0-.95.463-2.15t1.612-2.287T7.15%205.738T12%205t4.85.738t3.075%201.824t1.613%202.288T22%2012q0%202.9-2.05%204.95T15%2019zm.15-2h5.7q1.575%200%202.863-.837T19.6%2014H4.4q.6%201.325%201.888%202.163T9.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%2019q-2.9%200-4.95-2.05T2%2012q0-.95.463-2.15t1.612-2.287T7.15%205.738T12%205t4.85.738t3.075%201.824t1.613%202.288T22%2012q0%202.9-2.05%204.95T15%2019zm.15-2h5.7q1.575%200%202.863-.837T19.6%2014H4.4q.6%201.325%201.888%202.163T9.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/home-mini-outline.svg?color=%231a73e8&size=48