view-compact from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
view-compact
Set
Material Symbols Light
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
view-compact-rounded, view-compact-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the view compact icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.039 18.904V5.096zM2.961 9.173V5.096H6.98v4.077zm4.788 0V5.096h3.866v4.077zm4.635 0V5.096h3.865v4.077zm4.634 0V5.096h4.02v4.077zm0 4.885V9.942h4.02v4.116zm-4.634 0V9.942h3.865v4.116zm-4.635 0V9.942h3.866v4.116zm-4.789 0V9.942h4.02v4.116zm14.058 4.846v-4.077h4.02v4.077zm-4.634 0v-4.077h3.865v4.077zm-4.635 0v-4.077h3.866v4.077zm-4.789 0v-4.077h4.02v4.077z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightViewCompact(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="M21.039 18.904V5.096zM2.961 9.173V5.096H6.98v4.077zm4.788 0V5.096h3.866v4.077zm4.635 0V5.096h3.865v4.077zm4.634 0V5.096h4.02v4.077zm0 4.885V9.942h4.02v4.116zm-4.634 0V9.942h3.865v4.116zm-4.635 0V9.942h3.866v4.116zm-4.789 0V9.942h4.02v4.116zm14.058 4.846v-4.077h4.02v4.077zm-4.634 0v-4.077h3.865v4.077zm-4.635 0v-4.077h3.866v4.077zm-4.789 0v-4.077h4.02v4.077z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.039 18.904V5.096zM2.961 9.173V5.096H6.98v4.077zm4.788 0V5.096h3.866v4.077zm4.635 0V5.096h3.865v4.077zm4.634 0V5.096h4.02v4.077zm0 4.885V9.942h4.02v4.116zm-4.634 0V9.942h3.865v4.116zm-4.635 0V9.942h3.866v4.116zm-4.789 0V9.942h4.02v4.116zm14.058 4.846v-4.077h4.02v4.077zm-4.634 0v-4.077h3.865v4.077zm-4.635 0v-4.077h3.866v4.077zm-4.789 0v-4.077h4.02v4.077z"/></svg>
</template>

CSS

.icon-view-compact {
  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%22M21.039%2018.904V5.096zM2.961%209.173V5.096H6.98v4.077zm4.788%200V5.096h3.866v4.077zm4.635%200V5.096h3.865v4.077zm4.634%200V5.096h4.02v4.077zm0%204.885V9.942h4.02v4.116zm-4.634%200V9.942h3.865v4.116zm-4.635%200V9.942h3.866v4.116zm-4.789%200V9.942h4.02v4.116zm14.058%204.846v-4.077h4.02v4.077zm-4.634%200v-4.077h3.865v4.077zm-4.635%200v-4.077h3.866v4.077zm-4.789%200v-4.077h4.02v4.077z%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%22M21.039%2018.904V5.096zM2.961%209.173V5.096H6.98v4.077zm4.788%200V5.096h3.866v4.077zm4.635%200V5.096h3.865v4.077zm4.634%200V5.096h4.02v4.077zm0%204.885V9.942h4.02v4.116zm-4.634%200V9.942h3.865v4.116zm-4.635%200V9.942h3.866v4.116zm-4.789%200V9.942h4.02v4.116zm14.058%204.846v-4.077h4.02v4.077zm-4.634%200v-4.077h3.865v4.077zm-4.635%200v-4.077h3.866v4.077zm-4.789%200v-4.077h4.02v4.077z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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