border all icon
border-all-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- border-all-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
border-allBootstrap Iconsborder-allBoxIcons v2border-allFont Awesome 6 Solidborder-allFont Awesome Solidborder-allcss.ggborder-allLine Awesomeborder-allMaterial Symbolsborder-allMaterial Symbols Lightborder-allMaterial Design Iconsborder-allRadix Iconsborder-allTabler Iconsborder-all-outlineTeenyicons
Related icons in Fluent UI System Icons
border-bottom-20-filledborder-bottom-double-20-filledborder-bottom-thick-20-filledborder-inside-16-filledborder-left-20-filledborder-left-right-20-filledborder-none-16-filledborder-outside-20-filledborder-outside-thick-20-filledborder-right-20-filledborder-top-20-filledborder-top-bottom-20-filledborder-top-bottom-double-20-filledborder-top-bottom-thick-20-filled
Use the border all icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.75 3.5c-.69 0-1.25.56-1.25 1.25v2.5h3.75V3.5zm4 0v3.75h3.75v-2.5c0-.69-.56-1.25-1.25-1.25zm3.75 5.25H8.75v3.75h2.5c.69 0 1.25-.56 1.25-1.25zM7.25 12.5V8.75H3.5v2.5c0 .69.56 1.25 1.25 1.25zM2 4.75A2.75 2.75 0 0 1 4.75 2h6.5A2.75 2.75 0 0 1 14 4.75v6.5A2.75 2.75 0 0 1 11.25 14h-6.5A2.75 2.75 0 0 1 2 11.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBorderAll16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.75 3.5c-.69 0-1.25.56-1.25 1.25v2.5h3.75V3.5zm4 0v3.75h3.75v-2.5c0-.69-.56-1.25-1.25-1.25zm3.75 5.25H8.75v3.75h2.5c.69 0 1.25-.56 1.25-1.25zM7.25 12.5V8.75H3.5v2.5c0 .69.56 1.25 1.25 1.25zM2 4.75A2.75 2.75 0 0 1 4.75 2h6.5A2.75 2.75 0 0 1 14 4.75v6.5A2.75 2.75 0 0 1 11.25 14h-6.5A2.75 2.75 0 0 1 2 11.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.75 3.5c-.69 0-1.25.56-1.25 1.25v2.5h3.75V3.5zm4 0v3.75h3.75v-2.5c0-.69-.56-1.25-1.25-1.25zm3.75 5.25H8.75v3.75h2.5c.69 0 1.25-.56 1.25-1.25zM7.25 12.5V8.75H3.5v2.5c0 .69.56 1.25 1.25 1.25zM2 4.75A2.75 2.75 0 0 1 4.75 2h6.5A2.75 2.75 0 0 1 14 4.75v6.5A2.75 2.75 0 0 1 11.25 14h-6.5A2.75 2.75 0 0 1 2 11.25z"/></svg> </template>
CSS
.icon-border-all-16-filled {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.75%203.5c-.69%200-1.25.56-1.25%201.25v2.5h3.75V3.5zm4%200v3.75h3.75v-2.5c0-.69-.56-1.25-1.25-1.25zm3.75%205.25H8.75v3.75h2.5c.69%200%201.25-.56%201.25-1.25zM7.25%2012.5V8.75H3.5v2.5c0%20.69.56%201.25%201.25%201.25zM2%204.75A2.75%202.75%200%200%201%204.75%202h6.5A2.75%202.75%200%200%201%2014%204.75v6.5A2.75%202.75%200%200%201%2011.25%2014h-6.5A2.75%202.75%200%200%201%202%2011.25z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.75%203.5c-.69%200-1.25.56-1.25%201.25v2.5h3.75V3.5zm4%200v3.75h3.75v-2.5c0-.69-.56-1.25-1.25-1.25zm3.75%205.25H8.75v3.75h2.5c.69%200%201.25-.56%201.25-1.25zM7.25%2012.5V8.75H3.5v2.5c0%20.69.56%201.25%201.25%201.25zM2%204.75A2.75%202.75%200%200%201%204.75%202h6.5A2.75%202.75%200%200%201%2014%204.75v6.5A2.75%202.75%200%200%201%2011.25%2014h-6.5A2.75%202.75%200%200%201%202%2011.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/border-all-16-filled.svg?color=%231a73e8&size=48