shelves icon
shelves-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- shelves-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the shelves icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.143 21.953Q4 21.809 4 21.596V2.423q0-.213.144-.356t.357-.144t.356.144t.143.356v1.596h14V2.423q0-.213.144-.356t.357-.144t.356.144t.143.356v19.173q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V20H5v1.596q0 .213-.144.357t-.357.143t-.356-.143M5 11h2.616V8.039q0-.344.232-.576t.575-.232h3.154q.343 0 .576.232t.232.576V11H19V5.02H5zm0 8h6.616v-2.962q0-.343.232-.575t.575-.232h3.154q.343 0 .576.232t.232.576V19H19v-7H5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightShelvesRounded(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="M4.143 21.953Q4 21.809 4 21.596V2.423q0-.213.144-.356t.357-.144t.356.144t.143.356v1.596h14V2.423q0-.213.144-.356t.357-.144t.356.144t.143.356v19.173q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V20H5v1.596q0 .213-.144.357t-.357.143t-.356-.143M5 11h2.616V8.039q0-.344.232-.576t.575-.232h3.154q.343 0 .576.232t.232.576V11H19V5.02H5zm0 8h6.616v-2.962q0-.343.232-.575t.575-.232h3.154q.343 0 .576.232t.232.576V19H19v-7H5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.143 21.953Q4 21.809 4 21.596V2.423q0-.213.144-.356t.357-.144t.356.144t.143.356v1.596h14V2.423q0-.213.144-.356t.357-.144t.356.144t.143.356v19.173q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V20H5v1.596q0 .213-.144.357t-.357.143t-.356-.143M5 11h2.616V8.039q0-.344.232-.576t.575-.232h3.154q.343 0 .576.232t.232.576V11H19V5.02H5zm0 8h6.616v-2.962q0-.343.232-.575t.575-.232h3.154q.343 0 .576.232t.232.576V19H19v-7H5z"/></svg> </template>
CSS
.icon-shelves-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%22M4.143%2021.953Q4%2021.809%204%2021.596V2.423q0-.213.144-.356t.357-.144t.356.144t.143.356v1.596h14V2.423q0-.213.144-.356t.357-.144t.356.144t.143.356v19.173q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356V20H5v1.596q0%20.213-.144.357t-.357.143t-.356-.143M5%2011h2.616V8.039q0-.344.232-.576t.575-.232h3.154q.343%200%20.576.232t.232.576V11H19V5.02H5zm0%208h6.616v-2.962q0-.343.232-.575t.575-.232h3.154q.343%200%20.576.232t.232.576V19H19v-7H5z%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%22M4.143%2021.953Q4%2021.809%204%2021.596V2.423q0-.213.144-.356t.357-.144t.356.144t.143.356v1.596h14V2.423q0-.213.144-.356t.357-.144t.356.144t.143.356v19.173q0%20.213-.144.356t-.357.144t-.356-.144t-.143-.356V20H5v1.596q0%20.213-.144.357t-.357.143t-.356-.143M5%2011h2.616V8.039q0-.344.232-.576t.575-.232h3.154q.343%200%20.576.232t.232.576V11H19V5.02H5zm0%208h6.616v-2.962q0-.343.232-.575t.575-.232h3.154q.343%200%20.576.232t.232.576V19H19v-7H5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/shelves-rounded.svg?color=%231a73e8&size=48