home storage gear icon
home-storage-gear from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.
- Name
- home-storage-gear
- Set
- Material Symbols Light
- Style
- Regular
- 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
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
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-.144m9.31 16.295l-.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-.626m-7.704.832H5.846l-1.673-10h15.654l-.233 1.276q-.479-.147-.867-.212t-.918-.064q-2.77 0-4.705 1.934q-1.935 1.935-1.935 4.706q0 .564.117 1.198q.118.635.347 1.162"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHomeStorageGear(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-.144m9.31 16.295l-.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-.626m-7.704.832H5.846l-1.673-10h15.654l-.233 1.276q-.479-.147-.867-.212t-.918-.064q-2.77 0-4.705 1.934q-1.935 1.935-1.935 4.706q0 .564.117 1.198q.118.635.347 1.162"/></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-.144m9.31 16.295l-.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-.626m-7.704.832H5.846l-1.673-10h15.654l-.233 1.276q-.479-.147-.867-.212t-.918-.064q-2.77 0-4.705 1.934q-1.935 1.935-1.935 4.706q0 .564.117 1.198q.118.635.347 1.162"/></svg> </template>
CSS
.icon-home-storage-gear {
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-.144m9.31%2016.295l-.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-.626m-7.704.832H5.846l-1.673-10h15.654l-.233%201.276q-.479-.147-.867-.212t-.918-.064q-2.77%200-4.705%201.934q-1.935%201.935-1.935%204.706q0%20.564.117%201.198q.118.635.347%201.162%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-.144m9.31%2016.295l-.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-.626m-7.704.832H5.846l-1.673-10h15.654l-.233%201.276q-.479-.147-.867-.212t-.918-.064q-2.77%200-4.705%201.934q-1.935%201.935-1.935%204.706q0%20.564.117%201.198q.118.635.347%201.162%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.svg?color=%231a73e8&size=48