border left icon

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

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

The same icon in other sets

Related icons in Radix Icons

Use the border left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><g fill="currentColor"><path fill-rule="evenodd" d="M1.75 1v13H.25V1z" clip-rule="evenodd"/><rect width="1" height="1" x="10" y="7" rx=".5" transform="rotate(90 10 7)"/><rect width="1" height="1" x="10" y="13" rx=".5" transform="rotate(90 10 13)"/><rect width="1" height="1" x="12" y="7" rx=".5" transform="rotate(90 12 7)"/><rect width="1" height="1" x="12" y="13" rx=".5" transform="rotate(90 12 13)"/><rect width="1" height="1" x="8" y="7" rx=".5" transform="rotate(90 8 7)"/><rect width="1" height="1" x="14" y="7" rx=".5" transform="rotate(90 14 7)"/><rect width="1" height="1" x="8" y="13" rx=".5" transform="rotate(90 8 13)"/><rect width="1" height="1" x="14" y="13" rx=".5" transform="rotate(90 14 13)"/><rect width="1" height="1" x="8" y="5" rx=".5" transform="rotate(90 8 5)"/><rect width="1" height="1" x="14" y="5" rx=".5" transform="rotate(90 14 5)"/><rect width="1" height="1" x="8" y="3" rx=".5" transform="rotate(90 8 3)"/><rect width="1" height="1" x="14" y="3" rx=".5" transform="rotate(90 14 3)"/><rect width="1" height="1" x="8" y="9" rx=".5" transform="rotate(90 8 9)"/><rect width="1" height="1" x="14" y="9" rx=".5" transform="rotate(90 14 9)"/><rect width="1" height="1" x="8" y="11" rx=".5" transform="rotate(90 8 11)"/><rect width="1" height="1" x="14" y="11" rx=".5" transform="rotate(90 14 11)"/><rect width="1" height="1" x="6" y="7" rx=".5" transform="rotate(90 6 7)"/><rect width="1" height="1" x="6" y="13" rx=".5" transform="rotate(90 6 13)"/><rect width="1" height="1" x="4" y="7" rx=".5" transform="rotate(90 4 7)"/><rect width="1" height="1" x="4" y="13" rx=".5" transform="rotate(90 4 13)"/><rect width="1" height="1" x="10" y="1" rx=".5" transform="rotate(90 10 1)"/><rect width="1" height="1" x="12" y="1" rx=".5" transform="rotate(90 12 1)"/><rect width="1" height="1" x="8" y="1" rx=".5" transform="rotate(90 8 1)"/><rect width="1" height="1" x="14" y="1" rx=".5" transform="rotate(90 14 1)"/><rect width="1" height="1" x="6" y="1" rx=".5" transform="rotate(90 6 1)"/><rect width="1" height="1" x="4" y="1" rx=".5" transform="rotate(90 4 1)"/></g></svg>

React

import type { SVGProps } from "react";

export function RadixIconsBorderLeft(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"><path fillRule="evenodd" d="M1.75 1v13H.25V1z" clipRule="evenodd"/><rect width="1" height="1" x="10" y="7" rx=".5" transform="rotate(90 10 7)"/><rect width="1" height="1" x="10" y="13" rx=".5" transform="rotate(90 10 13)"/><rect width="1" height="1" x="12" y="7" rx=".5" transform="rotate(90 12 7)"/><rect width="1" height="1" x="12" y="13" rx=".5" transform="rotate(90 12 13)"/><rect width="1" height="1" x="8" y="7" rx=".5" transform="rotate(90 8 7)"/><rect width="1" height="1" x="14" y="7" rx=".5" transform="rotate(90 14 7)"/><rect width="1" height="1" x="8" y="13" rx=".5" transform="rotate(90 8 13)"/><rect width="1" height="1" x="14" y="13" rx=".5" transform="rotate(90 14 13)"/><rect width="1" height="1" x="8" y="5" rx=".5" transform="rotate(90 8 5)"/><rect width="1" height="1" x="14" y="5" rx=".5" transform="rotate(90 14 5)"/><rect width="1" height="1" x="8" y="3" rx=".5" transform="rotate(90 8 3)"/><rect width="1" height="1" x="14" y="3" rx=".5" transform="rotate(90 14 3)"/><rect width="1" height="1" x="8" y="9" rx=".5" transform="rotate(90 8 9)"/><rect width="1" height="1" x="14" y="9" rx=".5" transform="rotate(90 14 9)"/><rect width="1" height="1" x="8" y="11" rx=".5" transform="rotate(90 8 11)"/><rect width="1" height="1" x="14" y="11" rx=".5" transform="rotate(90 14 11)"/><rect width="1" height="1" x="6" y="7" rx=".5" transform="rotate(90 6 7)"/><rect width="1" height="1" x="6" y="13" rx=".5" transform="rotate(90 6 13)"/><rect width="1" height="1" x="4" y="7" rx=".5" transform="rotate(90 4 7)"/><rect width="1" height="1" x="4" y="13" rx=".5" transform="rotate(90 4 13)"/><rect width="1" height="1" x="10" y="1" rx=".5" transform="rotate(90 10 1)"/><rect width="1" height="1" x="12" y="1" rx=".5" transform="rotate(90 12 1)"/><rect width="1" height="1" x="8" y="1" rx=".5" transform="rotate(90 8 1)"/><rect width="1" height="1" x="14" y="1" rx=".5" transform="rotate(90 14 1)"/><rect width="1" height="1" x="6" y="1" rx=".5" transform="rotate(90 6 1)"/><rect width="1" height="1" x="4" y="1" rx=".5" transform="rotate(90 4 1)"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><g fill="currentColor"><path fill-rule="evenodd" d="M1.75 1v13H.25V1z" clip-rule="evenodd"/><rect width="1" height="1" x="10" y="7" rx=".5" transform="rotate(90 10 7)"/><rect width="1" height="1" x="10" y="13" rx=".5" transform="rotate(90 10 13)"/><rect width="1" height="1" x="12" y="7" rx=".5" transform="rotate(90 12 7)"/><rect width="1" height="1" x="12" y="13" rx=".5" transform="rotate(90 12 13)"/><rect width="1" height="1" x="8" y="7" rx=".5" transform="rotate(90 8 7)"/><rect width="1" height="1" x="14" y="7" rx=".5" transform="rotate(90 14 7)"/><rect width="1" height="1" x="8" y="13" rx=".5" transform="rotate(90 8 13)"/><rect width="1" height="1" x="14" y="13" rx=".5" transform="rotate(90 14 13)"/><rect width="1" height="1" x="8" y="5" rx=".5" transform="rotate(90 8 5)"/><rect width="1" height="1" x="14" y="5" rx=".5" transform="rotate(90 14 5)"/><rect width="1" height="1" x="8" y="3" rx=".5" transform="rotate(90 8 3)"/><rect width="1" height="1" x="14" y="3" rx=".5" transform="rotate(90 14 3)"/><rect width="1" height="1" x="8" y="9" rx=".5" transform="rotate(90 8 9)"/><rect width="1" height="1" x="14" y="9" rx=".5" transform="rotate(90 14 9)"/><rect width="1" height="1" x="8" y="11" rx=".5" transform="rotate(90 8 11)"/><rect width="1" height="1" x="14" y="11" rx=".5" transform="rotate(90 14 11)"/><rect width="1" height="1" x="6" y="7" rx=".5" transform="rotate(90 6 7)"/><rect width="1" height="1" x="6" y="13" rx=".5" transform="rotate(90 6 13)"/><rect width="1" height="1" x="4" y="7" rx=".5" transform="rotate(90 4 7)"/><rect width="1" height="1" x="4" y="13" rx=".5" transform="rotate(90 4 13)"/><rect width="1" height="1" x="10" y="1" rx=".5" transform="rotate(90 10 1)"/><rect width="1" height="1" x="12" y="1" rx=".5" transform="rotate(90 12 1)"/><rect width="1" height="1" x="8" y="1" rx=".5" transform="rotate(90 8 1)"/><rect width="1" height="1" x="14" y="1" rx=".5" transform="rotate(90 14 1)"/><rect width="1" height="1" x="6" y="1" rx=".5" transform="rotate(90 6 1)"/><rect width="1" height="1" x="4" y="1" rx=".5" transform="rotate(90 4 1)"/></g></svg>
</template>

CSS

.icon-border-left {
  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%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.75%201v13H.25V1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2210%22%20y%3D%227%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2010%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2210%22%20y%3D%2213%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2010%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2212%22%20y%3D%227%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2012%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2212%22%20y%3D%2213%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2012%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%228%22%20y%3D%227%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%208%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2214%22%20y%3D%227%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2014%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%228%22%20y%3D%2213%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%208%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2214%22%20y%3D%2213%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2014%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%228%22%20y%3D%225%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%208%205)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2214%22%20y%3D%225%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2014%205)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%228%22%20y%3D%223%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%208%203)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2214%22%20y%3D%223%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2014%203)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%228%22%20y%3D%229%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%208%209)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2214%22%20y%3D%229%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2014%209)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%228%22%20y%3D%2211%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%208%2011)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2214%22%20y%3D%2211%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2014%2011)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%226%22%20y%3D%227%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%206%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%226%22%20y%3D%2213%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%206%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%224%22%20y%3D%227%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%204%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%224%22%20y%3D%2213%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%204%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2210%22%20y%3D%221%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2010%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2212%22%20y%3D%221%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2012%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%228%22%20y%3D%221%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%208%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2214%22%20y%3D%221%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2014%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%226%22%20y%3D%221%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%206%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%224%22%20y%3D%221%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%204%201)%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%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.75%201v13H.25V1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2210%22%20y%3D%227%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2010%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2210%22%20y%3D%2213%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2010%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2212%22%20y%3D%227%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2012%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2212%22%20y%3D%2213%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2012%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%228%22%20y%3D%227%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%208%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2214%22%20y%3D%227%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2014%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%228%22%20y%3D%2213%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%208%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2214%22%20y%3D%2213%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2014%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%228%22%20y%3D%225%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%208%205)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2214%22%20y%3D%225%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2014%205)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%228%22%20y%3D%223%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%208%203)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2214%22%20y%3D%223%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2014%203)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%228%22%20y%3D%229%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%208%209)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2214%22%20y%3D%229%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2014%209)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%228%22%20y%3D%2211%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%208%2011)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2214%22%20y%3D%2211%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2014%2011)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%226%22%20y%3D%227%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%206%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%226%22%20y%3D%2213%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%206%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%224%22%20y%3D%227%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%204%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%224%22%20y%3D%2213%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%204%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2210%22%20y%3D%221%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2010%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2212%22%20y%3D%221%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2012%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%228%22%20y%3D%221%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%208%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2214%22%20y%3D%221%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%2014%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%226%22%20y%3D%221%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%206%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%224%22%20y%3D%221%22%20rx%3D%22.5%22%20transform%3D%22rotate(90%204%201)%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-left.svg?color=%231a73e8&size=48