Home Garage icon

Used to represent garage at home. The Home Garage icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Home Garage icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { HomeGarage24Regular, HomeGarage24Filled } from "@fluentui/react-icons";

export function Example() {
  return <HomeGarage24Regular aria-label="Home Garage" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_home_garage_24_regular.svg" width="24" height="24" alt="Home Garage">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.5148 3.67815L4.76477 9.40542C4.59682 9.54792 4.5 9.75705 4.5 9.9773V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H7V14.25C7 13.2835 7.7835 12.5 8.75 12.5H15.25C16.2165 12.5 17 13.2835 17 14.25V19.5H19.25C19.3881 19.5 19.5 19.3881 19.5 19.25V9.9773C19.5 9.75705 19.4032 9.54792 19.2352 9.40542L12.4852 3.67815C12.2053 3.44066 11.7947 3.44066 11.5148 3.67815ZM8.5 17.5V19.5H15.5V17.5H8.5ZM15.5 16V14.25C15.5 14.1119 15.3881 14 15.25 14H8.75C8.61193 14 8.5 14.1119 8.5 14.25V16H15.5ZM4.75 21C3.7835 21 3 20.2165 3 19.25V9.9773C3 9.31653 3.29046 8.68916 3.7943 8.26166L10.5443 2.53438C11.384 1.82191 12.616 1.82191 13.4557 2.53439L20.2057 8.26166C20.7095 8.68916 21 9.31653 21 9.9773V19.25C21 20.2165 20.2165 21 19.25 21H4.75Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/home_garage_24_regular.svg";

Details

NameHome Garage
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_home_garage_24_regular.svg
Filled fileic_fluent_home_garage_24_filled.svg
React componentsHomeGarage24Regular, HomeGarage24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

housesafetylocationspacecarcarportgarage

Related icons