storage-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
storage-rounded
Set
Material Symbols
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
storage-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the storage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20q-.825 0-1.412-.587T3 18t.588-1.412T5 16h14q.825 0 1.413.588T21 18t-.587 1.413T19 20zM5 8q-.825 0-1.412-.587T3 6t.588-1.412T5 4h14q.825 0 1.413.588T21 6t-.587 1.413T19 8zm0 6q-.825 0-1.412-.587T3 12t.588-1.412T5 10h14q.825 0 1.413.588T21 12t-.587 1.413T19 14zm1.713-7.288Q7 6.426 7 6t-.288-.712T6 5t-.712.288T5 6t.288.713T6 7t.713-.288m0 6Q7 12.426 7 12t-.288-.712T6 11t-.712.288T5 12t.288.713T6 13t.713-.288m0 6Q7 18.426 7 18t-.288-.712T6 17t-.712.288T5 18t.288.713T6 19t.713-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsStorageRounded(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="M5 20q-.825 0-1.412-.587T3 18t.588-1.412T5 16h14q.825 0 1.413.588T21 18t-.587 1.413T19 20zM5 8q-.825 0-1.412-.587T3 6t.588-1.412T5 4h14q.825 0 1.413.588T21 6t-.587 1.413T19 8zm0 6q-.825 0-1.412-.587T3 12t.588-1.412T5 10h14q.825 0 1.413.588T21 12t-.587 1.413T19 14zm1.713-7.288Q7 6.426 7 6t-.288-.712T6 5t-.712.288T5 6t.288.713T6 7t.713-.288m0 6Q7 12.426 7 12t-.288-.712T6 11t-.712.288T5 12t.288.713T6 13t.713-.288m0 6Q7 18.426 7 18t-.288-.712T6 17t-.712.288T5 18t.288.713T6 19t.713-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20q-.825 0-1.412-.587T3 18t.588-1.412T5 16h14q.825 0 1.413.588T21 18t-.587 1.413T19 20zM5 8q-.825 0-1.412-.587T3 6t.588-1.412T5 4h14q.825 0 1.413.588T21 6t-.587 1.413T19 8zm0 6q-.825 0-1.412-.587T3 12t.588-1.412T5 10h14q.825 0 1.413.588T21 12t-.587 1.413T19 14zm1.713-7.288Q7 6.426 7 6t-.288-.712T6 5t-.712.288T5 6t.288.713T6 7t.713-.288m0 6Q7 12.426 7 12t-.288-.712T6 11t-.712.288T5 12t.288.713T6 13t.713-.288m0 6Q7 18.426 7 18t-.288-.712T6 17t-.712.288T5 18t.288.713T6 19t.713-.288"/></svg>
</template>

CSS

.icon-storage-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%22M5%2020q-.825%200-1.412-.587T3%2018t.588-1.412T5%2016h14q.825%200%201.413.588T21%2018t-.587%201.413T19%2020zM5%208q-.825%200-1.412-.587T3%206t.588-1.412T5%204h14q.825%200%201.413.588T21%206t-.587%201.413T19%208zm0%206q-.825%200-1.412-.587T3%2012t.588-1.412T5%2010h14q.825%200%201.413.588T21%2012t-.587%201.413T19%2014zm1.713-7.288Q7%206.426%207%206t-.288-.712T6%205t-.712.288T5%206t.288.713T6%207t.713-.288m0%206Q7%2012.426%207%2012t-.288-.712T6%2011t-.712.288T5%2012t.288.713T6%2013t.713-.288m0%206Q7%2018.426%207%2018t-.288-.712T6%2017t-.712.288T5%2018t.288.713T6%2019t.713-.288%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%22M5%2020q-.825%200-1.412-.587T3%2018t.588-1.412T5%2016h14q.825%200%201.413.588T21%2018t-.587%201.413T19%2020zM5%208q-.825%200-1.412-.587T3%206t.588-1.412T5%204h14q.825%200%201.413.588T21%206t-.587%201.413T19%208zm0%206q-.825%200-1.412-.587T3%2012t.588-1.412T5%2010h14q.825%200%201.413.588T21%2012t-.587%201.413T19%2014zm1.713-7.288Q7%206.426%207%206t-.288-.712T6%205t-.712.288T5%206t.288.713T6%207t.713-.288m0%206Q7%2012.426%207%2012t-.288-.712T6%2011t-.712.288T5%2012t.288.713T6%2013t.713-.288m0%206Q7%2018.426%207%2018t-.288-.712T6%2017t-.712.288T5%2018t.288.713T6%2019t.713-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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