layout density compact icon

layout-density-compact from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
layout-density-compact
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the layout density compact icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.5 1h-11C1.67 1 1 1.67 1 2.5v11c0 .83.67 1.5 1.5 1.5h11c.83 0 1.5-.67 1.5-1.5v-11c0-.83-.67-1.5-1.5-1.5M6 14H2.5c-.28 0-.5-.22-.5-.5v-11c0-.28.22-.5.5-.5H6zm8-.5c0 .28-.22.5-.5.5H7v-3h7zM7 10V2h6.5c.28 0 .5.22.5.5V10z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconLayoutDensityCompact(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.5 1h-11C1.67 1 1 1.67 1 2.5v11c0 .83.67 1.5 1.5 1.5h11c.83 0 1.5-.67 1.5-1.5v-11c0-.83-.67-1.5-1.5-1.5M6 14H2.5c-.28 0-.5-.22-.5-.5v-11c0-.28.22-.5.5-.5H6zm8-.5c0 .28-.22.5-.5.5H7v-3h7zM7 10V2h6.5c.28 0 .5.22.5.5V10z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.5 1h-11C1.67 1 1 1.67 1 2.5v11c0 .83.67 1.5 1.5 1.5h11c.83 0 1.5-.67 1.5-1.5v-11c0-.83-.67-1.5-1.5-1.5M6 14H2.5c-.28 0-.5-.22-.5-.5v-11c0-.28.22-.5.5-.5H6zm8-.5c0 .28-.22.5-.5.5H7v-3h7zM7 10V2h6.5c.28 0 .5.22.5.5V10z"/></svg>
</template>

CSS

.icon-layout-density-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%201h-11C1.67%201%201%201.67%201%202.5v11c0%20.83.67%201.5%201.5%201.5h11c.83%200%201.5-.67%201.5-1.5v-11c0-.83-.67-1.5-1.5-1.5M6%2014H2.5c-.28%200-.5-.22-.5-.5v-11c0-.28.22-.5.5-.5H6zm8-.5c0%20.28-.22.5-.5.5H7v-3h7zM7%2010V2h6.5c.28%200%20.5.22.5.5V10z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%201h-11C1.67%201%201%201.67%201%202.5v11c0%20.83.67%201.5%201.5%201.5h11c.83%200%201.5-.67%201.5-1.5v-11c0-.83-.67-1.5-1.5-1.5M6%2014H2.5c-.28%200-.5-.22-.5-.5v-11c0-.28.22-.5.5-.5H6zm8-.5c0%20.28-.22.5-.5.5H7v-3h7zM7%2010V2h6.5c.28%200%20.5.22.5.5V10z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/layout-density-compact.svg?color=%231a73e8&size=48

Layout Density Compact icon — Codicons · IconsDB