view-array-outline from Material Symbols by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.

Name
view-array-outline
Set
Material Symbols
Style
Outline
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
view-array-outline-rounded

3 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the view array icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 17.5v-11q0-.625.438-1.062T4.5 5t1.063.438T6 6.5v11q0 .625-.437 1.063T4.5 19t-1.062-.437T3 17.5M8.5 19q-.625 0-1.062-.437T7 17.5v-11q0-.625.438-1.062T8.5 5h7q.625 0 1.063.438T17 6.5v11q0 .625-.437 1.063T15.5 19zm9.5-1.5v-11q0-.625.438-1.062T19.5 5t1.063.438T21 6.5v11q0 .625-.437 1.063T19.5 19t-1.062-.437T18 17.5M9 17h6V7H9zm3-5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsViewArrayOutline(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="M3 17.5v-11q0-.625.438-1.062T4.5 5t1.063.438T6 6.5v11q0 .625-.437 1.063T4.5 19t-1.062-.437T3 17.5M8.5 19q-.625 0-1.062-.437T7 17.5v-11q0-.625.438-1.062T8.5 5h7q.625 0 1.063.438T17 6.5v11q0 .625-.437 1.063T15.5 19zm9.5-1.5v-11q0-.625.438-1.062T19.5 5t1.063.438T21 6.5v11q0 .625-.437 1.063T19.5 19t-1.062-.437T18 17.5M9 17h6V7H9zm3-5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 17.5v-11q0-.625.438-1.062T4.5 5t1.063.438T6 6.5v11q0 .625-.437 1.063T4.5 19t-1.062-.437T3 17.5M8.5 19q-.625 0-1.062-.437T7 17.5v-11q0-.625.438-1.062T8.5 5h7q.625 0 1.063.438T17 6.5v11q0 .625-.437 1.063T15.5 19zm9.5-1.5v-11q0-.625.438-1.062T19.5 5t1.063.438T21 6.5v11q0 .625-.437 1.063T19.5 19t-1.062-.437T18 17.5M9 17h6V7H9zm3-5"/></svg>
</template>

CSS

.icon-view-array-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%22M3%2017.5v-11q0-.625.438-1.062T4.5%205t1.063.438T6%206.5v11q0%20.625-.437%201.063T4.5%2019t-1.062-.437T3%2017.5M8.5%2019q-.625%200-1.062-.437T7%2017.5v-11q0-.625.438-1.062T8.5%205h7q.625%200%201.063.438T17%206.5v11q0%20.625-.437%201.063T15.5%2019zm9.5-1.5v-11q0-.625.438-1.062T19.5%205t1.063.438T21%206.5v11q0%20.625-.437%201.063T19.5%2019t-1.062-.437T18%2017.5M9%2017h6V7H9zm3-5%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%22M3%2017.5v-11q0-.625.438-1.062T4.5%205t1.063.438T6%206.5v11q0%20.625-.437%201.063T4.5%2019t-1.062-.437T3%2017.5M8.5%2019q-.625%200-1.062-.437T7%2017.5v-11q0-.625.438-1.062T8.5%205h7q.625%200%201.063.438T17%206.5v11q0%20.625-.437%201.063T15.5%2019zm9.5-1.5v-11q0-.625.438-1.062T19.5%205t1.063.438T21%206.5v11q0%20.625-.437%201.063T19.5%2019t-1.062-.437T18%2017.5M9%2017h6V7H9zm3-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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