compress-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
compress-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
compress

The same icon in other sets

Use the compress icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M326 664H104c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h174v176c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V696c0-17.7-14.3-32-32-32m16-576h-48c-8.8 0-16 7.2-16 16v176H104c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h222c17.7 0 32-14.3 32-32V104c0-8.8-7.2-16-16-16m578 576H698c-17.7 0-32 14.3-32 32v224c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V744h174c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16m0-384H746V104c0-8.8-7.2-16-16-16h-48c-8.8 0-16 7.2-16 16v224c0 17.7 14.3 32 32 32h222c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignCompressOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M326 664H104c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h174v176c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V696c0-17.7-14.3-32-32-32m16-576h-48c-8.8 0-16 7.2-16 16v176H104c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h222c17.7 0 32-14.3 32-32V104c0-8.8-7.2-16-16-16m578 576H698c-17.7 0-32 14.3-32 32v224c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V744h174c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16m0-384H746V104c0-8.8-7.2-16-16-16h-48c-8.8 0-16 7.2-16 16v224c0 17.7 14.3 32 32 32h222c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M326 664H104c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h174v176c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V696c0-17.7-14.3-32-32-32m16-576h-48c-8.8 0-16 7.2-16 16v176H104c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h222c17.7 0 32-14.3 32-32V104c0-8.8-7.2-16-16-16m578 576H698c-17.7 0-32 14.3-32 32v224c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V744h174c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16m0-384H746V104c0-8.8-7.2-16-16-16h-48c-8.8 0-16 7.2-16 16v224c0 17.7 14.3 32 32 32h222c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16"/></svg>
</template>

CSS

.icon-compress-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M326%20664H104c-8.8%200-16%207.2-16%2016v48c0%208.8%207.2%2016%2016%2016h174v176c0%208.8%207.2%2016%2016%2016h48c8.8%200%2016-7.2%2016-16V696c0-17.7-14.3-32-32-32m16-576h-48c-8.8%200-16%207.2-16%2016v176H104c-8.8%200-16%207.2-16%2016v48c0%208.8%207.2%2016%2016%2016h222c17.7%200%2032-14.3%2032-32V104c0-8.8-7.2-16-16-16m578%20576H698c-17.7%200-32%2014.3-32%2032v224c0%208.8%207.2%2016%2016%2016h48c8.8%200%2016-7.2%2016-16V744h174c8.8%200%2016-7.2%2016-16v-48c0-8.8-7.2-16-16-16m0-384H746V104c0-8.8-7.2-16-16-16h-48c-8.8%200-16%207.2-16%2016v224c0%2017.7%2014.3%2032%2032%2032h222c8.8%200%2016-7.2%2016-16v-48c0-8.8-7.2-16-16-16%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M326%20664H104c-8.8%200-16%207.2-16%2016v48c0%208.8%207.2%2016%2016%2016h174v176c0%208.8%207.2%2016%2016%2016h48c8.8%200%2016-7.2%2016-16V696c0-17.7-14.3-32-32-32m16-576h-48c-8.8%200-16%207.2-16%2016v176H104c-8.8%200-16%207.2-16%2016v48c0%208.8%207.2%2016%2016%2016h222c17.7%200%2032-14.3%2032-32V104c0-8.8-7.2-16-16-16m578%20576H698c-17.7%200-32%2014.3-32%2032v224c0%208.8%207.2%2016%2016%2016h48c8.8%200%2016-7.2%2016-16V744h174c8.8%200%2016-7.2%2016-16v-48c0-8.8-7.2-16-16-16m0-384H746V104c0-8.8-7.2-16-16-16h-48c-8.8%200-16%207.2-16%2016v224c0%2017.7%2014.3%2032%2032%2032h222c8.8%200%2016-7.2%2016-16v-48c0-8.8-7.2-16-16-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/compress-outlined.svg?color=%231a73e8&size=48