household supplies icon

household-supplies-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
household-supplies-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the household supplies icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 22q-.825 0-1.412-.587T6 20v-4.3q0-1.85.525-3.562t1.65-3.413Q7.225 8.5 6.613 7.7T6 5.9V4.85q0-1.2 1.038-2.012T9.2 2.15l8.9.875q.425.05.663.338t.237.662V7q0 .375-.262.663T18.1 8l-.9.1q.275.925.65 1.7t.9 1.325q.275.3.363.7t-.113.75t-.587.475t-.688-.15q-.95-.825-1.513-2.013T15.3 8.276l-1.1.1q.2 1.25.763 2.525t1.137 2.3q.45.8.675 1.675T17 16.65V20q0 .825-.587 1.413T15 22zM8 5.1v.8q0 .45.325.725t.775.225L17 6.1V4.9l-7.9-.75q-.45-.05-.775.225T8 5.1M8 20h7v-3.35q0-.65-.162-1.275t-.488-1.2q-.775-1.35-1.35-2.787t-.8-2.813l-1.5.125l-.65.85q-1 1.325-1.525 2.913T8 15.7zm0 0h7z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHouseholdSuppliesOutlineRounded(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="M8 22q-.825 0-1.412-.587T6 20v-4.3q0-1.85.525-3.562t1.65-3.413Q7.225 8.5 6.613 7.7T6 5.9V4.85q0-1.2 1.038-2.012T9.2 2.15l8.9.875q.425.05.663.338t.237.662V7q0 .375-.262.663T18.1 8l-.9.1q.275.925.65 1.7t.9 1.325q.275.3.363.7t-.113.75t-.587.475t-.688-.15q-.95-.825-1.513-2.013T15.3 8.276l-1.1.1q.2 1.25.763 2.525t1.137 2.3q.45.8.675 1.675T17 16.65V20q0 .825-.587 1.413T15 22zM8 5.1v.8q0 .45.325.725t.775.225L17 6.1V4.9l-7.9-.75q-.45-.05-.775.225T8 5.1M8 20h7v-3.35q0-.65-.162-1.275t-.488-1.2q-.775-1.35-1.35-2.787t-.8-2.813l-1.5.125l-.65.85q-1 1.325-1.525 2.913T8 15.7zm0 0h7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 22q-.825 0-1.412-.587T6 20v-4.3q0-1.85.525-3.562t1.65-3.413Q7.225 8.5 6.613 7.7T6 5.9V4.85q0-1.2 1.038-2.012T9.2 2.15l8.9.875q.425.05.663.338t.237.662V7q0 .375-.262.663T18.1 8l-.9.1q.275.925.65 1.7t.9 1.325q.275.3.363.7t-.113.75t-.587.475t-.688-.15q-.95-.825-1.513-2.013T15.3 8.276l-1.1.1q.2 1.25.763 2.525t1.137 2.3q.45.8.675 1.675T17 16.65V20q0 .825-.587 1.413T15 22zM8 5.1v.8q0 .45.325.725t.775.225L17 6.1V4.9l-7.9-.75q-.45-.05-.775.225T8 5.1M8 20h7v-3.35q0-.65-.162-1.275t-.488-1.2q-.775-1.35-1.35-2.787t-.8-2.813l-1.5.125l-.65.85q-1 1.325-1.525 2.913T8 15.7zm0 0h7z"/></svg>
</template>

CSS

.icon-household-supplies-outline-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%22M8%2022q-.825%200-1.412-.587T6%2020v-4.3q0-1.85.525-3.562t1.65-3.413Q7.225%208.5%206.613%207.7T6%205.9V4.85q0-1.2%201.038-2.012T9.2%202.15l8.9.875q.425.05.663.338t.237.662V7q0%20.375-.262.663T18.1%208l-.9.1q.275.925.65%201.7t.9%201.325q.275.3.363.7t-.113.75t-.587.475t-.688-.15q-.95-.825-1.513-2.013T15.3%208.276l-1.1.1q.2%201.25.763%202.525t1.137%202.3q.45.8.675%201.675T17%2016.65V20q0%20.825-.587%201.413T15%2022zM8%205.1v.8q0%20.45.325.725t.775.225L17%206.1V4.9l-7.9-.75q-.45-.05-.775.225T8%205.1M8%2020h7v-3.35q0-.65-.162-1.275t-.488-1.2q-.775-1.35-1.35-2.787t-.8-2.813l-1.5.125l-.65.85q-1%201.325-1.525%202.913T8%2015.7zm0%200h7z%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%22M8%2022q-.825%200-1.412-.587T6%2020v-4.3q0-1.85.525-3.562t1.65-3.413Q7.225%208.5%206.613%207.7T6%205.9V4.85q0-1.2%201.038-2.012T9.2%202.15l8.9.875q.425.05.663.338t.237.662V7q0%20.375-.262.663T18.1%208l-.9.1q.275.925.65%201.7t.9%201.325q.275.3.363.7t-.113.75t-.587.475t-.688-.15q-.95-.825-1.513-2.013T15.3%208.276l-1.1.1q.2%201.25.763%202.525t1.137%202.3q.45.8.675%201.675T17%2016.65V20q0%20.825-.587%201.413T15%2022zM8%205.1v.8q0%20.45.325.725t.775.225L17%206.1V4.9l-7.9-.75q-.45-.05-.775.225T8%205.1M8%2020h7v-3.35q0-.65-.162-1.275t-.488-1.2q-.775-1.35-1.35-2.787t-.8-2.813l-1.5.125l-.65.85q-1%201.325-1.525%202.913T8%2015.7zm0%200h7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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