table rows split icon

table-rows-split-line-duotone from Solar by 480 Design · Line Duotone · Business · CC-BY-4.0 Attribution required.

Name
table-rows-split-line-duotone
Set
Solar
Style
Line Duotone
Category
Business
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More business icons from Solar

Use the table rows split icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M2.00122 10.5063L3.6651 10.5063M20.3426 10.5063L22.0065 10.5063M6.99512 10.5063L10.3412 10.5063M13.6525 10.5063L16.9986 10.5063"/><path d="M15.3254 22.0063L15.3254 13.0063M8.65894 22.0063L8.65894 13.0063M2.00116 19.0063L21.9837 19.0063M1.99243 22.0063L1.99243 21.0063C1.99243 17.2351 1.99243 15.3495 3.16401 14.1779C4.33558 13.0063 6.2212 13.0063 9.99243 13.0063L13.9924 13.0063C17.7637 13.0063 19.6493 13.0063 20.8209 14.1779C21.9924 15.3495 21.9924 17.2351 21.9924 21.0063L21.9924 22.0063M15.3254 2.00781L15.3254 8.00202M8.65894 2.01025L8.65894 8.00204M2.00128 2.01454C2.03759 4.48628 2.22249 5.88889 3.16398 6.83038C4.33555 8.00195 6.22117 8.00195 9.99241 8.00195L13.9924 8.00195C17.7636 8.00195 19.6493 8.00195 20.8208 6.83038C21.7632 5.88801 21.9476 4.48366 21.9836 2.00761" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTableRowsSplitLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M2.00122 10.5063L3.6651 10.5063M20.3426 10.5063L22.0065 10.5063M6.99512 10.5063L10.3412 10.5063M13.6525 10.5063L16.9986 10.5063"/><path d="M15.3254 22.0063L15.3254 13.0063M8.65894 22.0063L8.65894 13.0063M2.00116 19.0063L21.9837 19.0063M1.99243 22.0063L1.99243 21.0063C1.99243 17.2351 1.99243 15.3495 3.16401 14.1779C4.33558 13.0063 6.2212 13.0063 9.99243 13.0063L13.9924 13.0063C17.7637 13.0063 19.6493 13.0063 20.8209 14.1779C21.9924 15.3495 21.9924 17.2351 21.9924 21.0063L21.9924 22.0063M15.3254 2.00781L15.3254 8.00202M8.65894 2.01025L8.65894 8.00204M2.00128 2.01454C2.03759 4.48628 2.22249 5.88889 3.16398 6.83038C4.33555 8.00195 6.22117 8.00195 9.99241 8.00195L13.9924 8.00195C17.7636 8.00195 19.6493 8.00195 20.8208 6.83038C21.7632 5.88801 21.9476 4.48366 21.9836 2.00761" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M2.00122 10.5063L3.6651 10.5063M20.3426 10.5063L22.0065 10.5063M6.99512 10.5063L10.3412 10.5063M13.6525 10.5063L16.9986 10.5063"/><path d="M15.3254 22.0063L15.3254 13.0063M8.65894 22.0063L8.65894 13.0063M2.00116 19.0063L21.9837 19.0063M1.99243 22.0063L1.99243 21.0063C1.99243 17.2351 1.99243 15.3495 3.16401 14.1779C4.33558 13.0063 6.2212 13.0063 9.99243 13.0063L13.9924 13.0063C17.7637 13.0063 19.6493 13.0063 20.8209 14.1779C21.9924 15.3495 21.9924 17.2351 21.9924 21.0063L21.9924 22.0063M15.3254 2.00781L15.3254 8.00202M8.65894 2.01025L8.65894 8.00204M2.00128 2.01454C2.03759 4.48628 2.22249 5.88889 3.16398 6.83038C4.33555 8.00195 6.22117 8.00195 9.99241 8.00195L13.9924 8.00195C17.7636 8.00195 19.6493 8.00195 20.8208 6.83038C21.7632 5.88801 21.9476 4.48366 21.9836 2.00761" opacity=".5"/></g></svg>
</template>

CSS

.icon-table-rows-split-line-duotone {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.00122%2010.5063L3.6651%2010.5063M20.3426%2010.5063L22.0065%2010.5063M6.99512%2010.5063L10.3412%2010.5063M13.6525%2010.5063L16.9986%2010.5063%22%2F%3E%3Cpath%20d%3D%22M15.3254%2022.0063L15.3254%2013.0063M8.65894%2022.0063L8.65894%2013.0063M2.00116%2019.0063L21.9837%2019.0063M1.99243%2022.0063L1.99243%2021.0063C1.99243%2017.2351%201.99243%2015.3495%203.16401%2014.1779C4.33558%2013.0063%206.2212%2013.0063%209.99243%2013.0063L13.9924%2013.0063C17.7637%2013.0063%2019.6493%2013.0063%2020.8209%2014.1779C21.9924%2015.3495%2021.9924%2017.2351%2021.9924%2021.0063L21.9924%2022.0063M15.3254%202.00781L15.3254%208.00202M8.65894%202.01025L8.65894%208.00204M2.00128%202.01454C2.03759%204.48628%202.22249%205.88889%203.16398%206.83038C4.33555%208.00195%206.22117%208.00195%209.99241%208.00195L13.9924%208.00195C17.7636%208.00195%2019.6493%208.00195%2020.8208%206.83038C21.7632%205.88801%2021.9476%204.48366%2021.9836%202.00761%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.00122%2010.5063L3.6651%2010.5063M20.3426%2010.5063L22.0065%2010.5063M6.99512%2010.5063L10.3412%2010.5063M13.6525%2010.5063L16.9986%2010.5063%22%2F%3E%3Cpath%20d%3D%22M15.3254%2022.0063L15.3254%2013.0063M8.65894%2022.0063L8.65894%2013.0063M2.00116%2019.0063L21.9837%2019.0063M1.99243%2022.0063L1.99243%2021.0063C1.99243%2017.2351%201.99243%2015.3495%203.16401%2014.1779C4.33558%2013.0063%206.2212%2013.0063%209.99243%2013.0063L13.9924%2013.0063C17.7637%2013.0063%2019.6493%2013.0063%2020.8209%2014.1779C21.9924%2015.3495%2021.9924%2017.2351%2021.9924%2021.0063L21.9924%2022.0063M15.3254%202.00781L15.3254%208.00202M8.65894%202.01025L8.65894%208.00204M2.00128%202.01454C2.03759%204.48628%202.22249%205.88889%203.16398%206.83038C4.33555%208.00195%206.22117%208.00195%209.99241%208.00195L13.9924%208.00195C17.7636%208.00195%2019.6493%208.00195%2020.8208%206.83038C21.7632%205.88801%2021.9476%204.48366%2021.9836%202.00761%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/table-rows-split-line-duotone.svg?color=%231a73e8&size=48