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

Name
column-width-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
column-width, column-width-outline

Related icons in Ant Design Icons

Use the column width icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M180 176h-60c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8m724 0h-60c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8M785.3 504.3L657.7 403.6a7.23 7.23 0 0 0-11.7 5.7V476H378v-62.8c0-6-7-9.4-11.7-5.7L238.7 508.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h268v62.8c0 6 7 9.4 11.7 5.7l127.5-100.8c3.8-2.9 3.8-8.5.2-11.4"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignColumnWidthOutlined(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="M180 176h-60c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8m724 0h-60c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8M785.3 504.3L657.7 403.6a7.23 7.23 0 0 0-11.7 5.7V476H378v-62.8c0-6-7-9.4-11.7-5.7L238.7 508.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h268v62.8c0 6 7 9.4 11.7 5.7l127.5-100.8c3.8-2.9 3.8-8.5.2-11.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M180 176h-60c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8m724 0h-60c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8M785.3 504.3L657.7 403.6a7.23 7.23 0 0 0-11.7 5.7V476H378v-62.8c0-6-7-9.4-11.7-5.7L238.7 508.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h268v62.8c0 6 7 9.4 11.7 5.7l127.5-100.8c3.8-2.9 3.8-8.5.2-11.4"/></svg>
</template>

CSS

.icon-column-width-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%22M180%20176h-60c-4.4%200-8%203.6-8%208v656c0%204.4%203.6%208%208%208h60c4.4%200%208-3.6%208-8V184c0-4.4-3.6-8-8-8m724%200h-60c-4.4%200-8%203.6-8%208v656c0%204.4%203.6%208%208%208h60c4.4%200%208-3.6%208-8V184c0-4.4-3.6-8-8-8M785.3%20504.3L657.7%20403.6a7.23%207.23%200%200%200-11.7%205.7V476H378v-62.8c0-6-7-9.4-11.7-5.7L238.7%20508.3a7.14%207.14%200%200%200%200%2011.3l127.5%20100.8c4.7%203.7%2011.7.4%2011.7-5.7V548h268v62.8c0%206%207%209.4%2011.7%205.7l127.5-100.8c3.8-2.9%203.8-8.5.2-11.4%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%22M180%20176h-60c-4.4%200-8%203.6-8%208v656c0%204.4%203.6%208%208%208h60c4.4%200%208-3.6%208-8V184c0-4.4-3.6-8-8-8m724%200h-60c-4.4%200-8%203.6-8%208v656c0%204.4%203.6%208%208%208h60c4.4%200%208-3.6%208-8V184c0-4.4-3.6-8-8-8M785.3%20504.3L657.7%20403.6a7.23%207.23%200%200%200-11.7%205.7V476H378v-62.8c0-6-7-9.4-11.7-5.7L238.7%20508.3a7.14%207.14%200%200%200%200%2011.3l127.5%20100.8c4.7%203.7%2011.7.4%2011.7-5.7V548h268v62.8c0%206%207%209.4%2011.7%205.7l127.5-100.8c3.8-2.9%203.8-8.5.2-11.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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