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

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

The same icon in other sets

Use the split cells icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M938.2 508.4L787.3 389c-3-2.4-7.3-.2-7.3 3.6V478H636V184h204v128c0 2.2 1.8 4 4 4h60c2.2 0 4-1.8 4-4V144c0-15.5-12.5-28-28-28H596c-15.5 0-28 12.5-28 28v736c0 15.5 12.5 28 28 28h284c15.5 0 28-12.5 28-28V712c0-2.2-1.8-4-4-4h-60c-2.2 0-4 1.8-4 4v128H636V546h144v85.4c0 3.8 4.4 6 7.3 3.6l150.9-119.4c2.4-1.8 2.4-5.4 0-7.2M428 116H144c-15.5 0-28 12.5-28 28v168c0 2.2 1.8 4 4 4h60c2.2 0 4-1.8 4-4V184h204v294H244v-85.4c0-3.8-4.3-6-7.3-3.6l-151 119.4c-2.3 1.8-2.3 5.3 0 7.1l151 119.5c2.9 2.3 7.3.2 7.3-3.6V546h144v294H184V712c0-2.2-1.8-4-4-4h-60c-2.2 0-4 1.8-4 4v168c0 15.5 12.5 28 28 28h284c15.5 0 28-12.5 28-28V144c0-15.5-12.5-28-28-28"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignSplitCellsOutlined(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="M938.2 508.4L787.3 389c-3-2.4-7.3-.2-7.3 3.6V478H636V184h204v128c0 2.2 1.8 4 4 4h60c2.2 0 4-1.8 4-4V144c0-15.5-12.5-28-28-28H596c-15.5 0-28 12.5-28 28v736c0 15.5 12.5 28 28 28h284c15.5 0 28-12.5 28-28V712c0-2.2-1.8-4-4-4h-60c-2.2 0-4 1.8-4 4v128H636V546h144v85.4c0 3.8 4.4 6 7.3 3.6l150.9-119.4c2.4-1.8 2.4-5.4 0-7.2M428 116H144c-15.5 0-28 12.5-28 28v168c0 2.2 1.8 4 4 4h60c2.2 0 4-1.8 4-4V184h204v294H244v-85.4c0-3.8-4.3-6-7.3-3.6l-151 119.4c-2.3 1.8-2.3 5.3 0 7.1l151 119.5c2.9 2.3 7.3.2 7.3-3.6V546h144v294H184V712c0-2.2-1.8-4-4-4h-60c-2.2 0-4 1.8-4 4v168c0 15.5 12.5 28 28 28h284c15.5 0 28-12.5 28-28V144c0-15.5-12.5-28-28-28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M938.2 508.4L787.3 389c-3-2.4-7.3-.2-7.3 3.6V478H636V184h204v128c0 2.2 1.8 4 4 4h60c2.2 0 4-1.8 4-4V144c0-15.5-12.5-28-28-28H596c-15.5 0-28 12.5-28 28v736c0 15.5 12.5 28 28 28h284c15.5 0 28-12.5 28-28V712c0-2.2-1.8-4-4-4h-60c-2.2 0-4 1.8-4 4v128H636V546h144v85.4c0 3.8 4.4 6 7.3 3.6l150.9-119.4c2.4-1.8 2.4-5.4 0-7.2M428 116H144c-15.5 0-28 12.5-28 28v168c0 2.2 1.8 4 4 4h60c2.2 0 4-1.8 4-4V184h204v294H244v-85.4c0-3.8-4.3-6-7.3-3.6l-151 119.4c-2.3 1.8-2.3 5.3 0 7.1l151 119.5c2.9 2.3 7.3.2 7.3-3.6V546h144v294H184V712c0-2.2-1.8-4-4-4h-60c-2.2 0-4 1.8-4 4v168c0 15.5 12.5 28 28 28h284c15.5 0 28-12.5 28-28V144c0-15.5-12.5-28-28-28"/></svg>
</template>

CSS

.icon-split-cells-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%22M938.2%20508.4L787.3%20389c-3-2.4-7.3-.2-7.3%203.6V478H636V184h204v128c0%202.2%201.8%204%204%204h60c2.2%200%204-1.8%204-4V144c0-15.5-12.5-28-28-28H596c-15.5%200-28%2012.5-28%2028v736c0%2015.5%2012.5%2028%2028%2028h284c15.5%200%2028-12.5%2028-28V712c0-2.2-1.8-4-4-4h-60c-2.2%200-4%201.8-4%204v128H636V546h144v85.4c0%203.8%204.4%206%207.3%203.6l150.9-119.4c2.4-1.8%202.4-5.4%200-7.2M428%20116H144c-15.5%200-28%2012.5-28%2028v168c0%202.2%201.8%204%204%204h60c2.2%200%204-1.8%204-4V184h204v294H244v-85.4c0-3.8-4.3-6-7.3-3.6l-151%20119.4c-2.3%201.8-2.3%205.3%200%207.1l151%20119.5c2.9%202.3%207.3.2%207.3-3.6V546h144v294H184V712c0-2.2-1.8-4-4-4h-60c-2.2%200-4%201.8-4%204v168c0%2015.5%2012.5%2028%2028%2028h284c15.5%200%2028-12.5%2028-28V144c0-15.5-12.5-28-28-28%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%22M938.2%20508.4L787.3%20389c-3-2.4-7.3-.2-7.3%203.6V478H636V184h204v128c0%202.2%201.8%204%204%204h60c2.2%200%204-1.8%204-4V144c0-15.5-12.5-28-28-28H596c-15.5%200-28%2012.5-28%2028v736c0%2015.5%2012.5%2028%2028%2028h284c15.5%200%2028-12.5%2028-28V712c0-2.2-1.8-4-4-4h-60c-2.2%200-4%201.8-4%204v128H636V546h144v85.4c0%203.8%204.4%206%207.3%203.6l150.9-119.4c2.4-1.8%202.4-5.4%200-7.2M428%20116H144c-15.5%200-28%2012.5-28%2028v168c0%202.2%201.8%204%204%204h60c2.2%200%204-1.8%204-4V184h204v294H244v-85.4c0-3.8-4.3-6-7.3-3.6l-151%20119.4c-2.3%201.8-2.3%205.3%200%207.1l151%20119.5c2.9%202.3%207.3.2%207.3-3.6V546h144v294H184V712c0-2.2-1.8-4-4-4h-60c-2.2%200-4%201.8-4%204v168c0%2015.5%2012.5%2028%2028%2028h284c15.5%200%2028-12.5%2028-28V144c0-15.5-12.5-28-28-28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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