border right icon
border-right from Iconoir by Luca Burgio · Regular · Design Tools · MIT Free for personal and commercial use.
- Name
- border-right
- Set
- Iconoir
- Style
- Regular
- Category
- Design Tools
- Viewbox
- 24×24
- 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-rightMaterial Symbolsborder-rightMaterial Symbols Lightborder-rightMaterial Design Iconsborder-right-fillMingCute Iconborder-rightRadix Iconsborder-rightTabler Iconsborder-right-outlineTeenyiconsborder-rightUniconsborder-rightUnicons Monochromeborder-rightUnicons Solid
More design tools icons from Iconoir
adobe-after-effectsadobe-illustratoradobe-indesignadobe-lightroomadobe-photoshopadobe-xdalign-bottom-boxalign-horizontal-centersalign-horizontal-spacingalign-left-boxalign-right-boxalign-top-boxalign-vertical-centersalign-vertical-spacingaxesborder-blborder-bottomborder-brborder-innerborder-leftborder-outborder-tlborder-topborder-tr
Use the border right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m4 20l.01.01M4 16l.01.01M4 12l.01.01M4 8l.01.01M4 4l.01.01M16 4l.01.01M12 4l.01.01M12 12l.01.01M8 4l.01.01M16 20l.01.01M12 20l.01.01M8 20l.01.01M20.01 4v16"/></svg>
React
import type { SVGProps } from "react";
export function IconoirBorderRight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m4 20l.01.01M4 16l.01.01M4 12l.01.01M4 8l.01.01M4 4l.01.01M16 4l.01.01M12 4l.01.01M12 12l.01.01M8 4l.01.01M16 20l.01.01M12 20l.01.01M8 20l.01.01M20.01 4v16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m4 20l.01.01M4 16l.01.01M4 12l.01.01M4 8l.01.01M4 4l.01.01M16 4l.01.01M12 4l.01.01M12 12l.01.01M8 4l.01.01M16 20l.01.01M12 20l.01.01M8 20l.01.01M20.01 4v16"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m4%2020l.01.01M4%2016l.01.01M4%2012l.01.01M4%208l.01.01M4%204l.01.01M16%204l.01.01M12%204l.01.01M12%2012l.01.01M8%204l.01.01M16%2020l.01.01M12%2020l.01.01M8%2020l.01.01M20.01%204v16%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m4%2020l.01.01M4%2016l.01.01M4%2012l.01.01M4%208l.01.01M4%204l.01.01M16%204l.01.01M12%204l.01.01M12%2012l.01.01M8%204l.01.01M16%2020l.01.01M12%2020l.01.01M8%2020l.01.01M20.01%204v16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/border-right.svg?color=%231a73e8&size=48