home-work-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
home-work-rounded
Set
Material Symbols Light
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the home work icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12.333q0-.385.177-.742q.177-.358.5-.575l4.385-3.114q.224-.159.458-.228q.234-.07.478-.07t.48.07t.46.228l4.385 3.114q.323.217.5.575q.177.357.177.742v6.052q0 .666-.475 1.14t-1.14.475h-.923q-.667 0-1.141-.475t-.475-1.14v-2.539q0-.384-.269-.654t-.654-.269H7.077q-.385 0-.654.27t-.27.653v2.539q0 .666-.474 1.14T4.54 20h-.923q-.667 0-1.142-.475T2 18.386zm20-6.717v12.769q0 .666-.475 1.14t-1.14.475h-3.616q-.31 0-.54-.23T16 19.23v-7.897q0-.385-.174-.742q-.174-.358-.495-.578l-4.189-2.997q-.325-.231-.515-.514t-.19-.69v-.346q0-.625.429-1.046Q11.294 4 11.93 4h8.454q.666 0 1.14.475T22 5.615M17.634 8.77h.731q.162 0 .283-.121t.121-.283v-.73q0-.162-.121-.283t-.283-.121h-.73q-.162 0-.283.121t-.121.282v.731q0 .162.121.283t.283.121m0 4h.73q.162 0 .283-.121t.121-.283v-.73q0-.162-.121-.283t-.283-.121h-.73q-.162 0-.283.121t-.121.282v.731q0 .162.121.283t.283.121m0 4h.73q.162 0 .283-.121t.121-.283v-.73q0-.162-.121-.283t-.283-.121h-.73q-.162 0-.283.121t-.121.283v.73q0 .162.121.283t.283.121"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHomeWorkRounded(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="M2 12.333q0-.385.177-.742q.177-.358.5-.575l4.385-3.114q.224-.159.458-.228q.234-.07.478-.07t.48.07t.46.228l4.385 3.114q.323.217.5.575q.177.357.177.742v6.052q0 .666-.475 1.14t-1.14.475h-.923q-.667 0-1.141-.475t-.475-1.14v-2.539q0-.384-.269-.654t-.654-.269H7.077q-.385 0-.654.27t-.27.653v2.539q0 .666-.474 1.14T4.54 20h-.923q-.667 0-1.142-.475T2 18.386zm20-6.717v12.769q0 .666-.475 1.14t-1.14.475h-3.616q-.31 0-.54-.23T16 19.23v-7.897q0-.385-.174-.742q-.174-.358-.495-.578l-4.189-2.997q-.325-.231-.515-.514t-.19-.69v-.346q0-.625.429-1.046Q11.294 4 11.93 4h8.454q.666 0 1.14.475T22 5.615M17.634 8.77h.731q.162 0 .283-.121t.121-.283v-.73q0-.162-.121-.283t-.283-.121h-.73q-.162 0-.283.121t-.121.282v.731q0 .162.121.283t.283.121m0 4h.73q.162 0 .283-.121t.121-.283v-.73q0-.162-.121-.283t-.283-.121h-.73q-.162 0-.283.121t-.121.282v.731q0 .162.121.283t.283.121m0 4h.73q.162 0 .283-.121t.121-.283v-.73q0-.162-.121-.283t-.283-.121h-.73q-.162 0-.283.121t-.121.283v.73q0 .162.121.283t.283.121"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 12.333q0-.385.177-.742q.177-.358.5-.575l4.385-3.114q.224-.159.458-.228q.234-.07.478-.07t.48.07t.46.228l4.385 3.114q.323.217.5.575q.177.357.177.742v6.052q0 .666-.475 1.14t-1.14.475h-.923q-.667 0-1.141-.475t-.475-1.14v-2.539q0-.384-.269-.654t-.654-.269H7.077q-.385 0-.654.27t-.27.653v2.539q0 .666-.474 1.14T4.54 20h-.923q-.667 0-1.142-.475T2 18.386zm20-6.717v12.769q0 .666-.475 1.14t-1.14.475h-3.616q-.31 0-.54-.23T16 19.23v-7.897q0-.385-.174-.742q-.174-.358-.495-.578l-4.189-2.997q-.325-.231-.515-.514t-.19-.69v-.346q0-.625.429-1.046Q11.294 4 11.93 4h8.454q.666 0 1.14.475T22 5.615M17.634 8.77h.731q.162 0 .283-.121t.121-.283v-.73q0-.162-.121-.283t-.283-.121h-.73q-.162 0-.283.121t-.121.282v.731q0 .162.121.283t.283.121m0 4h.73q.162 0 .283-.121t.121-.283v-.73q0-.162-.121-.283t-.283-.121h-.73q-.162 0-.283.121t-.121.282v.731q0 .162.121.283t.283.121m0 4h.73q.162 0 .283-.121t.121-.283v-.73q0-.162-.121-.283t-.283-.121h-.73q-.162 0-.283.121t-.121.283v.73q0 .162.121.283t.283.121"/></svg>
</template>

CSS

.icon-home-work-rounded {
  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%22M2%2012.333q0-.385.177-.742q.177-.358.5-.575l4.385-3.114q.224-.159.458-.228q.234-.07.478-.07t.48.07t.46.228l4.385%203.114q.323.217.5.575q.177.357.177.742v6.052q0%20.666-.475%201.14t-1.14.475h-.923q-.667%200-1.141-.475t-.475-1.14v-2.539q0-.384-.269-.654t-.654-.269H7.077q-.385%200-.654.27t-.27.653v2.539q0%20.666-.474%201.14T4.54%2020h-.923q-.667%200-1.142-.475T2%2018.386zm20-6.717v12.769q0%20.666-.475%201.14t-1.14.475h-3.616q-.31%200-.54-.23T16%2019.23v-7.897q0-.385-.174-.742q-.174-.358-.495-.578l-4.189-2.997q-.325-.231-.515-.514t-.19-.69v-.346q0-.625.429-1.046Q11.294%204%2011.93%204h8.454q.666%200%201.14.475T22%205.615M17.634%208.77h.731q.162%200%20.283-.121t.121-.283v-.73q0-.162-.121-.283t-.283-.121h-.73q-.162%200-.283.121t-.121.282v.731q0%20.162.121.283t.283.121m0%204h.73q.162%200%20.283-.121t.121-.283v-.73q0-.162-.121-.283t-.283-.121h-.73q-.162%200-.283.121t-.121.282v.731q0%20.162.121.283t.283.121m0%204h.73q.162%200%20.283-.121t.121-.283v-.73q0-.162-.121-.283t-.283-.121h-.73q-.162%200-.283.121t-.121.283v.73q0%20.162.121.283t.283.121%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%22M2%2012.333q0-.385.177-.742q.177-.358.5-.575l4.385-3.114q.224-.159.458-.228q.234-.07.478-.07t.48.07t.46.228l4.385%203.114q.323.217.5.575q.177.357.177.742v6.052q0%20.666-.475%201.14t-1.14.475h-.923q-.667%200-1.141-.475t-.475-1.14v-2.539q0-.384-.269-.654t-.654-.269H7.077q-.385%200-.654.27t-.27.653v2.539q0%20.666-.474%201.14T4.54%2020h-.923q-.667%200-1.142-.475T2%2018.386zm20-6.717v12.769q0%20.666-.475%201.14t-1.14.475h-3.616q-.31%200-.54-.23T16%2019.23v-7.897q0-.385-.174-.742q-.174-.358-.495-.578l-4.189-2.997q-.325-.231-.515-.514t-.19-.69v-.346q0-.625.429-1.046Q11.294%204%2011.93%204h8.454q.666%200%201.14.475T22%205.615M17.634%208.77h.731q.162%200%20.283-.121t.121-.283v-.73q0-.162-.121-.283t-.283-.121h-.73q-.162%200-.283.121t-.121.282v.731q0%20.162.121.283t.283.121m0%204h.73q.162%200%20.283-.121t.121-.283v-.73q0-.162-.121-.283t-.283-.121h-.73q-.162%200-.283.121t-.121.282v.731q0%20.162.121.283t.283.121m0%204h.73q.162%200%20.283-.121t.121-.283v-.73q0-.162-.121-.283t-.283-.121h-.73q-.162%200-.283.121t-.121.283v.73q0%20.162.121.283t.283.121%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-work-rounded.svg?color=%231a73e8&size=48