border all icon
border-all from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- border-all
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
The same icon in other sets
border-allBootstrap Iconsborder-allBoxIcons v2border-allFont Awesome 6 Solidborder-allFont Awesome Solidborder-all-16-filledFluent UI System Iconsborder-allcss.ggborder-allLine Awesomeborder-allMaterial Symbolsborder-allMaterial Symbols Lightborder-allMaterial Design Iconsborder-allTabler Iconsborder-all-outlineTeenyicons
Related icons in Radix Icons
Use the border all 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="M.25 1A.75.75 0 0 1 1 .25h13a.75.75 0 0 1 .75.75v13a.75.75 0 0 1-.75.75H1A.75.75 0 0 1 .25 14zm1.5.75v11.5h11.5V1.75z" clip-rule="evenodd"/><rect width="1" height="1" x="7" y="5" rx=".5"/><rect width="1" height="1" x="7" y="3" rx=".5"/><rect width="1" height="1" x="7" y="7" rx=".5"/><rect width="1" height="1" x="5" y="7" rx=".5"/><rect width="1" height="1" x="3" y="7" rx=".5"/><rect width="1" height="1" x="9" y="7" rx=".5"/><rect width="1" height="1" x="11" y="7" rx=".5"/><rect width="1" height="1" x="7" y="9" rx=".5"/><rect width="1" height="1" x="7" y="11" rx=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function RadixIconsBorderAll(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="M.25 1A.75.75 0 0 1 1 .25h13a.75.75 0 0 1 .75.75v13a.75.75 0 0 1-.75.75H1A.75.75 0 0 1 .25 14zm1.5.75v11.5h11.5V1.75z" clipRule="evenodd"/><rect width="1" height="1" x="7" y="5" rx=".5"/><rect width="1" height="1" x="7" y="3" rx=".5"/><rect width="1" height="1" x="7" y="7" rx=".5"/><rect width="1" height="1" x="5" y="7" rx=".5"/><rect width="1" height="1" x="3" y="7" rx=".5"/><rect width="1" height="1" x="9" y="7" rx=".5"/><rect width="1" height="1" x="11" y="7" rx=".5"/><rect width="1" height="1" x="7" y="9" rx=".5"/><rect width="1" height="1" x="7" y="11" rx=".5"/></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="M.25 1A.75.75 0 0 1 1 .25h13a.75.75 0 0 1 .75.75v13a.75.75 0 0 1-.75.75H1A.75.75 0 0 1 .25 14zm1.5.75v11.5h11.5V1.75z" clip-rule="evenodd"/><rect width="1" height="1" x="7" y="5" rx=".5"/><rect width="1" height="1" x="7" y="3" rx=".5"/><rect width="1" height="1" x="7" y="7" rx=".5"/><rect width="1" height="1" x="5" y="7" rx=".5"/><rect width="1" height="1" x="3" y="7" rx=".5"/><rect width="1" height="1" x="9" y="7" rx=".5"/><rect width="1" height="1" x="11" y="7" rx=".5"/><rect width="1" height="1" x="7" y="9" rx=".5"/><rect width="1" height="1" x="7" y="11" rx=".5"/></g></svg> </template>
CSS
.icon-border-all {
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%22M.25%201A.75.75%200%200%201%201%20.25h13a.75.75%200%200%201%20.75.75v13a.75.75%200%200%201-.75.75H1A.75.75%200%200%201%20.25%2014zm1.5.75v11.5h11.5V1.75z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%225%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%223%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%227%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%225%22%20y%3D%227%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%223%22%20y%3D%227%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%229%22%20y%3D%227%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2211%22%20y%3D%227%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%229%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%2211%22%20rx%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%2015%2015%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M.25%201A.75.75%200%200%201%201%20.25h13a.75.75%200%200%201%20.75.75v13a.75.75%200%200%201-.75.75H1A.75.75%200%200%201%20.25%2014zm1.5.75v11.5h11.5V1.75z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%225%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%223%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%227%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%225%22%20y%3D%227%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%223%22%20y%3D%227%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%229%22%20y%3D%227%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%2211%22%20y%3D%227%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%229%22%20rx%3D%22.5%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20x%3D%227%22%20y%3D%2211%22%20rx%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/radix-icons/border-all.svg?color=%231a73e8&size=48