home-32 from Fluent UI System Color Icons by Microsoft Corporation · 32 · MIT Free for personal and commercial use.

Name
home-32
Set
Fluent UI System Color Icons
Style
32
Viewbox
32×32
License
MIT

5 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the home icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVG5yspf4iI2)" d="M11 17h10v12H11z"/><path fill="url(#SVGJOiQRcCO2)" d="M13.895 4.277a3.25 3.25 0 0 1 4.21 0l9.75 8.287A3.25 3.25 0 0 1 29 15.04V26.5a2.5 2.5 0 0 1-2.5 2.5H20v-9a2 2 0 0 0-1.991-2H13.99A2 2 0 0 0 12 20v9H5.5A2.5 2.5 0 0 1 3 26.5V15.04a3.25 3.25 0 0 1 1.145-2.476z"/><path fill="url(#SVGPnlBZdIm2)" fill-rule="evenodd" d="M15.958 5.313L3.448 15.506a1.5 1.5 0 1 1-1.896-2.325L14.722 2.45a2 2 0 0 1 2.593.055l13.182 11.096a1.5 1.5 0 1 1-1.994 2.242z" clip-rule="evenodd"/><defs><linearGradient id="SVG5yspf4iI2" x1="16" x2="8.476" y1="17" y2="30.938" gradientUnits="userSpaceOnUse"><stop stop-color="#944600"/><stop offset="1" stop-color="#cd8e02"/></linearGradient><linearGradient id="SVGJOiQRcCO2" x1="5.482" x2="30.596" y1="2.256" y2="23.072" gradientUnits="userSpaceOnUse"><stop stop-color="#ffd394"/><stop offset="1" stop-color="#ffb357"/></linearGradient><linearGradient id="SVGPnlBZdIm2" x1="11.152" x2="17.15" y1="-1.378" y2="15.727" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#eb4824"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorHome32(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVG5yspf4iI2)" d="M11 17h10v12H11z"/><path fill="url(#SVGJOiQRcCO2)" d="M13.895 4.277a3.25 3.25 0 0 1 4.21 0l9.75 8.287A3.25 3.25 0 0 1 29 15.04V26.5a2.5 2.5 0 0 1-2.5 2.5H20v-9a2 2 0 0 0-1.991-2H13.99A2 2 0 0 0 12 20v9H5.5A2.5 2.5 0 0 1 3 26.5V15.04a3.25 3.25 0 0 1 1.145-2.476z"/><path fill="url(#SVGPnlBZdIm2)" fillRule="evenodd" d="M15.958 5.313L3.448 15.506a1.5 1.5 0 1 1-1.896-2.325L14.722 2.45a2 2 0 0 1 2.593.055l13.182 11.096a1.5 1.5 0 1 1-1.994 2.242z" clipRule="evenodd"/><defs><linearGradient id="SVG5yspf4iI2" x1="16" x2="8.476" y1="17" y2="30.938" gradientUnits="userSpaceOnUse"><stop stopColor="#944600"/><stop offset="1" stopColor="#cd8e02"/></linearGradient><linearGradient id="SVGJOiQRcCO2" x1="5.482" x2="30.596" y1="2.256" y2="23.072" gradientUnits="userSpaceOnUse"><stop stopColor="#ffd394"/><stop offset="1" stopColor="#ffb357"/></linearGradient><linearGradient id="SVGPnlBZdIm2" x1="11.152" x2="17.15" y1="-1.378" y2="15.727" gradientUnits="userSpaceOnUse"><stop stopColor="#ff921f"/><stop offset="1" stopColor="#eb4824"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVG5yspf4iI2)" d="M11 17h10v12H11z"/><path fill="url(#SVGJOiQRcCO2)" d="M13.895 4.277a3.25 3.25 0 0 1 4.21 0l9.75 8.287A3.25 3.25 0 0 1 29 15.04V26.5a2.5 2.5 0 0 1-2.5 2.5H20v-9a2 2 0 0 0-1.991-2H13.99A2 2 0 0 0 12 20v9H5.5A2.5 2.5 0 0 1 3 26.5V15.04a3.25 3.25 0 0 1 1.145-2.476z"/><path fill="url(#SVGPnlBZdIm2)" fill-rule="evenodd" d="M15.958 5.313L3.448 15.506a1.5 1.5 0 1 1-1.896-2.325L14.722 2.45a2 2 0 0 1 2.593.055l13.182 11.096a1.5 1.5 0 1 1-1.994 2.242z" clip-rule="evenodd"/><defs><linearGradient id="SVG5yspf4iI2" x1="16" x2="8.476" y1="17" y2="30.938" gradientUnits="userSpaceOnUse"><stop stop-color="#944600"/><stop offset="1" stop-color="#cd8e02"/></linearGradient><linearGradient id="SVGJOiQRcCO2" x1="5.482" x2="30.596" y1="2.256" y2="23.072" gradientUnits="userSpaceOnUse"><stop stop-color="#ffd394"/><stop offset="1" stop-color="#ffb357"/></linearGradient><linearGradient id="SVGPnlBZdIm2" x1="11.152" x2="17.15" y1="-1.378" y2="15.727" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#eb4824"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-home-32 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG5yspf4iI2)%22%20d%3D%22M11%2017h10v12H11z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGJOiQRcCO2)%22%20d%3D%22M13.895%204.277a3.25%203.25%200%200%201%204.21%200l9.75%208.287A3.25%203.25%200%200%201%2029%2015.04V26.5a2.5%202.5%200%200%201-2.5%202.5H20v-9a2%202%200%200%200-1.991-2H13.99A2%202%200%200%200%2012%2020v9H5.5A2.5%202.5%200%200%201%203%2026.5V15.04a3.25%203.25%200%200%201%201.145-2.476z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPnlBZdIm2)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.958%205.313L3.448%2015.506a1.5%201.5%200%201%201-1.896-2.325L14.722%202.45a2%202%200%200%201%202.593.055l13.182%2011.096a1.5%201.5%200%201%201-1.994%202.242z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG5yspf4iI2%22%20x1%3D%2216%22%20x2%3D%228.476%22%20y1%3D%2217%22%20y2%3D%2230.938%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23944600%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cd8e02%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGJOiQRcCO2%22%20x1%3D%225.482%22%20x2%3D%2230.596%22%20y1%3D%222.256%22%20y2%3D%2223.072%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffd394%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffb357%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGPnlBZdIm2%22%20x1%3D%2211.152%22%20x2%3D%2217.15%22%20y1%3D%22-1.378%22%20y2%3D%2215.727%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff921f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23eb4824%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG5yspf4iI2)%22%20d%3D%22M11%2017h10v12H11z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGJOiQRcCO2)%22%20d%3D%22M13.895%204.277a3.25%203.25%200%200%201%204.21%200l9.75%208.287A3.25%203.25%200%200%201%2029%2015.04V26.5a2.5%202.5%200%200%201-2.5%202.5H20v-9a2%202%200%200%200-1.991-2H13.99A2%202%200%200%200%2012%2020v9H5.5A2.5%202.5%200%200%201%203%2026.5V15.04a3.25%203.25%200%200%201%201.145-2.476z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPnlBZdIm2)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.958%205.313L3.448%2015.506a1.5%201.5%200%201%201-1.896-2.325L14.722%202.45a2%202%200%200%201%202.593.055l13.182%2011.096a1.5%201.5%200%201%201-1.994%202.242z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG5yspf4iI2%22%20x1%3D%2216%22%20x2%3D%228.476%22%20y1%3D%2217%22%20y2%3D%2230.938%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23944600%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cd8e02%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGJOiQRcCO2%22%20x1%3D%225.482%22%20x2%3D%2230.596%22%20y1%3D%222.256%22%20y2%3D%2223.072%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffd394%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffb357%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGPnlBZdIm2%22%20x1%3D%2211.152%22%20x2%3D%2217.15%22%20y1%3D%22-1.378%22%20y2%3D%2215.727%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff921f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23eb4824%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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