border right icon
border-right from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- border-right
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
The same icon in other sets
border-right-outlinedAnt Design Iconsborder-rightBootstrap Iconsborder-rightBoxIcons v2border-rightCarbonborder-right-20-filledFluent UI System Iconsborder-rightcss.ggborder-rightIconoirborder-rightMaterial Symbolsborder-rightMaterial Symbols Lightborder-rightMaterial Design Iconsborder-right-fillMingCute Iconborder-rightTabler Iconsborder-right-outlineTeenyiconsborder-rightUniconsborder-rightUnicons Monochromeborder-rightUnicons Solid
Related icons in Radix Icons
Use the border right 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="M13.25 1v13h1.5V1z" clip-rule="evenodd"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 5 7)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 5 13)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 3 7)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 3 13)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 7)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 7)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 13)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 13)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 5)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 5)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 3)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 3)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 9)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 9)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 11)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 11)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 9 7)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 9 13)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 11 7)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 11 13)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 5 1)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 3 1)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 1)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 1)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 9 1)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 11 1)"/></g></svg>
React
import type { SVGProps } from "react";
export function RadixIconsBorderRight(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="M13.25 1v13h1.5V1z" clipRule="evenodd"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 5 7)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 5 13)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 3 7)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 3 13)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 7)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 7)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 13)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 13)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 5)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 5)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 3)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 3)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 9)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 9)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 11)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 11)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 9 7)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 9 13)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 11 7)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 11 13)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 5 1)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 3 1)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 1)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 1)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 9 1)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 11 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="M13.25 1v13h1.5V1z" clip-rule="evenodd"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 5 7)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 5 13)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 3 7)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 3 13)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 7)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 7)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 13)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 13)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 5)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 5)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 3)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 3)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 9)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 9)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 11)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 11)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 9 7)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 9 13)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 11 7)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 11 13)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 5 1)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 3 1)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 7 1)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 1 1)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 9 1)"/><rect width="1" height="1" rx=".5" transform="matrix(0 1 1 0 11 1)"/></g></svg> </template>
CSS
.icon-border-right {
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%22M13.25%201v13h1.5V1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%205%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%205%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%203%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%203%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%207%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%201%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%207%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%201%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%207%205)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%201%205)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%207%203)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%201%203)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%207%209)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%201%209)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%207%2011)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%201%2011)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%209%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%209%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%2011%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%2011%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%205%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%203%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%207%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%201%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%209%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%2011%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%22M13.25%201v13h1.5V1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%205%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%205%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%203%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%203%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%207%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%201%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%207%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%201%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%207%205)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%201%205)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%207%203)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%201%203)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%207%209)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%201%209)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%207%2011)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%201%2011)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%209%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%209%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%2011%207)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%2011%2013)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%205%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%203%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%207%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%201%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%209%201)%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20rx%3D%22.5%22%20transform%3D%22matrix(0%201%201%200%2011%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-right.svg?color=%231a73e8&size=48