home storage gear icon

home-storage-gear-outline from Material Symbols Light by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.

Name
home-storage-gear-outline
Set
Material Symbols Light
Style
Outline
Category
Home
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the home storage gear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 7h12q.214 0 .357.143t.143.357t-.143.357T18 8H6q-.213 0-.357-.143T5.5 7.5t.143-.357T6 7m2-2.385h8q.214 0 .357.144q.143.143.143.356q0 .214-.143.357T16 5.615H8q-.213 0-.357-.143q-.143-.143-.143-.357q0-.213.143-.356q.144-.144.357-.144m-2.6 5.77l.34 2.111q.34 2.112.935 5.889zm6.233 9H5.846l-1.673-10h15.654l-.177 1H5.4l1.275 8h4.646q.056.28.132.52q.076.241.18.48m5.677 1.525l-.108-.885q-.473-.106-.89-.32q-.416-.215-.749-.588l-.834.335l-.538-.816l.688-.577q-.165-.517-.165-1.034t.165-1.035l-.688-.577l.538-.815l.835.335q.313-.374.739-.588t.899-.32l.108-.885h1l.107.885q.474.106.9.32q.425.214.739.588l.835-.335l.538.815l-.688.577q.165.518.165 1.035t-.165 1.035l.688.577l-.538.815l-.835-.335q-.333.373-.75.588q-.415.214-.889.32l-.107.885zm2.028-2.357q.625-.626.625-1.528t-.626-1.528t-1.528-.626t-1.527.626t-.626 1.528t.626 1.528t1.527.626t1.528-.626"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHomeStorageGearOutline(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="M6 7h12q.214 0 .357.143t.143.357t-.143.357T18 8H6q-.213 0-.357-.143T5.5 7.5t.143-.357T6 7m2-2.385h8q.214 0 .357.144q.143.143.143.356q0 .214-.143.357T16 5.615H8q-.213 0-.357-.143q-.143-.143-.143-.357q0-.213.143-.356q.144-.144.357-.144m-2.6 5.77l.34 2.111q.34 2.112.935 5.889zm6.233 9H5.846l-1.673-10h15.654l-.177 1H5.4l1.275 8h4.646q.056.28.132.52q.076.241.18.48m5.677 1.525l-.108-.885q-.473-.106-.89-.32q-.416-.215-.749-.588l-.834.335l-.538-.816l.688-.577q-.165-.517-.165-1.034t.165-1.035l-.688-.577l.538-.815l.835.335q.313-.374.739-.588t.899-.32l.108-.885h1l.107.885q.474.106.9.32q.425.214.739.588l.835-.335l.538.815l-.688.577q.165.518.165 1.035t-.165 1.035l.688.577l-.538.815l-.835-.335q-.333.373-.75.588q-.415.214-.889.32l-.107.885zm2.028-2.357q.625-.626.625-1.528t-.626-1.528t-1.528-.626t-1.527.626t-.626 1.528t.626 1.528t1.527.626t1.528-.626"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 7h12q.214 0 .357.143t.143.357t-.143.357T18 8H6q-.213 0-.357-.143T5.5 7.5t.143-.357T6 7m2-2.385h8q.214 0 .357.144q.143.143.143.356q0 .214-.143.357T16 5.615H8q-.213 0-.357-.143q-.143-.143-.143-.357q0-.213.143-.356q.144-.144.357-.144m-2.6 5.77l.34 2.111q.34 2.112.935 5.889zm6.233 9H5.846l-1.673-10h15.654l-.177 1H5.4l1.275 8h4.646q.056.28.132.52q.076.241.18.48m5.677 1.525l-.108-.885q-.473-.106-.89-.32q-.416-.215-.749-.588l-.834.335l-.538-.816l.688-.577q-.165-.517-.165-1.034t.165-1.035l-.688-.577l.538-.815l.835.335q.313-.374.739-.588t.899-.32l.108-.885h1l.107.885q.474.106.9.32q.425.214.739.588l.835-.335l.538.815l-.688.577q.165.518.165 1.035t-.165 1.035l.688.577l-.538.815l-.835-.335q-.333.373-.75.588q-.415.214-.889.32l-.107.885zm2.028-2.357q.625-.626.625-1.528t-.626-1.528t-1.528-.626t-1.527.626t-.626 1.528t.626 1.528t1.527.626t1.528-.626"/></svg>
</template>

CSS

.icon-home-storage-gear-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%22M6%207h12q.214%200%20.357.143t.143.357t-.143.357T18%208H6q-.213%200-.357-.143T5.5%207.5t.143-.357T6%207m2-2.385h8q.214%200%20.357.144q.143.143.143.356q0%20.214-.143.357T16%205.615H8q-.213%200-.357-.143q-.143-.143-.143-.357q0-.213.143-.356q.144-.144.357-.144m-2.6%205.77l.34%202.111q.34%202.112.935%205.889zm6.233%209H5.846l-1.673-10h15.654l-.177%201H5.4l1.275%208h4.646q.056.28.132.52q.076.241.18.48m5.677%201.525l-.108-.885q-.473-.106-.89-.32q-.416-.215-.749-.588l-.834.335l-.538-.816l.688-.577q-.165-.517-.165-1.034t.165-1.035l-.688-.577l.538-.815l.835.335q.313-.374.739-.588t.899-.32l.108-.885h1l.107.885q.474.106.9.32q.425.214.739.588l.835-.335l.538.815l-.688.577q.165.518.165%201.035t-.165%201.035l.688.577l-.538.815l-.835-.335q-.333.373-.75.588q-.415.214-.889.32l-.107.885zm2.028-2.357q.625-.626.625-1.528t-.626-1.528t-1.528-.626t-1.527.626t-.626%201.528t.626%201.528t1.527.626t1.528-.626%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%22M6%207h12q.214%200%20.357.143t.143.357t-.143.357T18%208H6q-.213%200-.357-.143T5.5%207.5t.143-.357T6%207m2-2.385h8q.214%200%20.357.144q.143.143.143.356q0%20.214-.143.357T16%205.615H8q-.213%200-.357-.143q-.143-.143-.143-.357q0-.213.143-.356q.144-.144.357-.144m-2.6%205.77l.34%202.111q.34%202.112.935%205.889zm6.233%209H5.846l-1.673-10h15.654l-.177%201H5.4l1.275%208h4.646q.056.28.132.52q.076.241.18.48m5.677%201.525l-.108-.885q-.473-.106-.89-.32q-.416-.215-.749-.588l-.834.335l-.538-.816l.688-.577q-.165-.517-.165-1.034t.165-1.035l-.688-.577l.538-.815l.835.335q.313-.374.739-.588t.899-.32l.108-.885h1l.107.885q.474.106.9.32q.425.214.739.588l.835-.335l.538.815l-.688.577q.165.518.165%201.035t-.165%201.035l.688.577l-.538.815l-.835-.335q-.333.373-.75.588q-.415.214-.889.32l-.107.885zm2.028-2.357q.625-.626.625-1.528t-.626-1.528t-1.528-.626t-1.527.626t-.626%201.528t.626%201.528t1.527.626t1.528-.626%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-storage-gear-outline.svg?color=%231a73e8&size=48