border split icon

border-split from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
border-split
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

Related icons in Radix Icons

Use the border split icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><g fill="currentColor"><rect width="1" height="1" x="7" y="5.025" rx=".5"/><rect width="1" height="1" x="7" y="3.025" rx=".5"/><rect width="1" height="1" x="7" y="7.025" rx=".5"/><rect width="1" height="1" x="7" y="13.025" rx=".5"/><rect width="1" height="1" x="7" y="1.025" rx=".5"/><rect width="1" height="1" x="13" y="7.025" rx=".5"/><rect width="1" height="1" x="5" y="7.025" rx=".5"/><rect width="1" height="1" x="3" y="7.025" rx=".5"/><rect width="1" height="1" x="9" y="7.025" rx=".5"/><rect width="1" height="1" x="11" y="7.025" rx=".5"/><rect width="1" height="1" x="7" y="9.025" rx=".5"/><rect width="1" height="1" x="7" y="11.025" rx=".5"/><rect width="1" height="1" x="1" y="7.025" rx=".5"/><path fill-rule="evenodd" d="M1 1.5a.5.5 0 0 1 .5-.5H6v1H2v4H1zM13 2H9V1h4.5a.5.5 0 0 1 .5.5V6h-1zM1 13.5V9h1v4h4v1H1.5a.5.5 0 0 1-.5-.5m12-.5V9h1v4.5a.5.5 0 0 1-.5.5h-4v-1z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function RadixIconsBorderSplit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><g fill="currentColor"><rect width="1" height="1" x="7" y="5.025" rx=".5"/><rect width="1" height="1" x="7" y="3.025" rx=".5"/><rect width="1" height="1" x="7" y="7.025" rx=".5"/><rect width="1" height="1" x="7" y="13.025" rx=".5"/><rect width="1" height="1" x="7" y="1.025" rx=".5"/><rect width="1" height="1" x="13" y="7.025" rx=".5"/><rect width="1" height="1" x="5" y="7.025" rx=".5"/><rect width="1" height="1" x="3" y="7.025" rx=".5"/><rect width="1" height="1" x="9" y="7.025" rx=".5"/><rect width="1" height="1" x="11" y="7.025" rx=".5"/><rect width="1" height="1" x="7" y="9.025" rx=".5"/><rect width="1" height="1" x="7" y="11.025" rx=".5"/><rect width="1" height="1" x="1" y="7.025" rx=".5"/><path fillRule="evenodd" d="M1 1.5a.5.5 0 0 1 .5-.5H6v1H2v4H1zM13 2H9V1h4.5a.5.5 0 0 1 .5.5V6h-1zM1 13.5V9h1v4h4v1H1.5a.5.5 0 0 1-.5-.5m12-.5V9h1v4.5a.5.5 0 0 1-.5.5h-4v-1z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><g fill="currentColor"><rect width="1" height="1" x="7" y="5.025" rx=".5"/><rect width="1" height="1" x="7" y="3.025" rx=".5"/><rect width="1" height="1" x="7" y="7.025" rx=".5"/><rect width="1" height="1" x="7" y="13.025" rx=".5"/><rect width="1" height="1" x="7" y="1.025" rx=".5"/><rect width="1" height="1" x="13" y="7.025" rx=".5"/><rect width="1" height="1" x="5" y="7.025" rx=".5"/><rect width="1" height="1" x="3" y="7.025" rx=".5"/><rect width="1" height="1" x="9" y="7.025" rx=".5"/><rect width="1" height="1" x="11" y="7.025" rx=".5"/><rect width="1" height="1" x="7" y="9.025" rx=".5"/><rect width="1" height="1" x="7" y="11.025" rx=".5"/><rect width="1" height="1" x="1" y="7.025" rx=".5"/><path fill-rule="evenodd" d="M1 1.5a.5.5 0 0 1 .5-.5H6v1H2v4H1zM13 2H9V1h4.5a.5.5 0 0 1 .5.5V6h-1zM1 13.5V9h1v4h4v1H1.5a.5.5 0 0 1-.5-.5m12-.5V9h1v4.5a.5.5 0 0 1-.5.5h-4v-1z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-border-split {
  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%2015%2015%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%225.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%223.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%227.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%2213.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%221.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2213%22%20y%3D%227.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%225%22%20y%3D%227.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%223%22%20y%3D%227.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%229%22%20y%3D%227.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2211%22%20y%3D%227.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%229.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%2211.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%221%22%20y%3D%227.025%22%20rx%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%201.5a.5.5%200%200%201%20.5-.5H6v1H2v4H1zM13%202H9V1h4.5a.5.5%200%200%201%20.5.5V6h-1zM1%2013.5V9h1v4h4v1H1.5a.5.5%200%200%201-.5-.5m12-.5V9h1v4.5a.5.5%200%200%201-.5.5h-4v-1z%22%20clip-rule%3D%22evenodd%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%2015%2015%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%225.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%223.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%227.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%2213.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%221.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2213%22%20y%3D%227.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%225%22%20y%3D%227.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%223%22%20y%3D%227.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%229%22%20y%3D%227.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2211%22%20y%3D%227.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%229.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%2211.025%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%221%22%20y%3D%227.025%22%20rx%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%201.5a.5.5%200%200%201%20.5-.5H6v1H2v4H1zM13%202H9V1h4.5a.5.5%200%200%201%20.5.5V6h-1zM1%2013.5V9h1v4h4v1H1.5a.5.5%200%200%201-.5-.5m12-.5V9h1v4.5a.5.5%200%200%201-.5.5h-4v-1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/border-split.svg?color=%231a73e8&size=48