border-inside-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
border-inside-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

Related icons in Fluent UI System Icons

Use the border inside icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.36 3.53a.77.77 0 0 0-.22-1.524a2.52 2.52 0 0 0-2.134 2.135a.77.77 0 0 0 1.524.219a.98.98 0 0 1 .83-.83m-1.701 7.44a.77.77 0 0 1 .871.652a.98.98 0 0 0 .83.83a.77.77 0 1 1-.22 1.524a2.52 2.52 0 0 1-2.134-2.134a.77.77 0 0 1 .653-.872m11.317.872a.77.77 0 0 0-1.524-.22a.985.985 0 0 1-.83.83a.77.77 0 1 0 .22 1.524a2.525 2.525 0 0 0 2.134-2.134M10.97 2.659a.77.77 0 0 1 .872-.653a2.525 2.525 0 0 1 2.134 2.135a.77.77 0 0 1-1.524.219a.98.98 0 0 0-.83-.83a.77.77 0 0 1-.652-.871M7.25 2a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zm-4.5 7.5A.75.75 0 0 1 2 8.75v-1.5a.75.75 0 0 1 1.5 0v1.5a.75.75 0 0 1-.75.75m4.5 3a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zm6-3a.75.75 0 0 1-.75-.75v-1.5a.75.75 0 0 1 1.5 0v1.5a.75.75 0 0 1-.75.75m-4.5-4.25a.75.75 0 0 0-1.5 0v2h-2a.75.75 0 0 0 0 1.5h2v2a.75.75 0 0 0 1.5 0v-2h2a.75.75 0 0 0 0-1.5h-2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBorderInside16Filled(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.36 3.53a.77.77 0 0 0-.22-1.524a2.52 2.52 0 0 0-2.134 2.135a.77.77 0 0 0 1.524.219a.98.98 0 0 1 .83-.83m-1.701 7.44a.77.77 0 0 1 .871.652a.98.98 0 0 0 .83.83a.77.77 0 1 1-.22 1.524a2.52 2.52 0 0 1-2.134-2.134a.77.77 0 0 1 .653-.872m11.317.872a.77.77 0 0 0-1.524-.22a.985.985 0 0 1-.83.83a.77.77 0 1 0 .22 1.524a2.525 2.525 0 0 0 2.134-2.134M10.97 2.659a.77.77 0 0 1 .872-.653a2.525 2.525 0 0 1 2.134 2.135a.77.77 0 0 1-1.524.219a.98.98 0 0 0-.83-.83a.77.77 0 0 1-.652-.871M7.25 2a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zm-4.5 7.5A.75.75 0 0 1 2 8.75v-1.5a.75.75 0 0 1 1.5 0v1.5a.75.75 0 0 1-.75.75m4.5 3a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zm6-3a.75.75 0 0 1-.75-.75v-1.5a.75.75 0 0 1 1.5 0v1.5a.75.75 0 0 1-.75.75m-4.5-4.25a.75.75 0 0 0-1.5 0v2h-2a.75.75 0 0 0 0 1.5h2v2a.75.75 0 0 0 1.5 0v-2h2a.75.75 0 0 0 0-1.5h-2z"/></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.36 3.53a.77.77 0 0 0-.22-1.524a2.52 2.52 0 0 0-2.134 2.135a.77.77 0 0 0 1.524.219a.98.98 0 0 1 .83-.83m-1.701 7.44a.77.77 0 0 1 .871.652a.98.98 0 0 0 .83.83a.77.77 0 1 1-.22 1.524a2.52 2.52 0 0 1-2.134-2.134a.77.77 0 0 1 .653-.872m11.317.872a.77.77 0 0 0-1.524-.22a.985.985 0 0 1-.83.83a.77.77 0 1 0 .22 1.524a2.525 2.525 0 0 0 2.134-2.134M10.97 2.659a.77.77 0 0 1 .872-.653a2.525 2.525 0 0 1 2.134 2.135a.77.77 0 0 1-1.524.219a.98.98 0 0 0-.83-.83a.77.77 0 0 1-.652-.871M7.25 2a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zm-4.5 7.5A.75.75 0 0 1 2 8.75v-1.5a.75.75 0 0 1 1.5 0v1.5a.75.75 0 0 1-.75.75m4.5 3a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zm6-3a.75.75 0 0 1-.75-.75v-1.5a.75.75 0 0 1 1.5 0v1.5a.75.75 0 0 1-.75.75m-4.5-4.25a.75.75 0 0 0-1.5 0v2h-2a.75.75 0 0 0 0 1.5h2v2a.75.75 0 0 0 1.5 0v-2h2a.75.75 0 0 0 0-1.5h-2z"/></svg>
</template>

CSS

.icon-border-inside-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.36%203.53a.77.77%200%200%200-.22-1.524a2.52%202.52%200%200%200-2.134%202.135a.77.77%200%200%200%201.524.219a.98.98%200%200%201%20.83-.83m-1.701%207.44a.77.77%200%200%201%20.871.652a.98.98%200%200%200%20.83.83a.77.77%200%201%201-.22%201.524a2.52%202.52%200%200%201-2.134-2.134a.77.77%200%200%201%20.653-.872m11.317.872a.77.77%200%200%200-1.524-.22a.985.985%200%200%201-.83.83a.77.77%200%201%200%20.22%201.524a2.525%202.525%200%200%200%202.134-2.134M10.97%202.659a.77.77%200%200%201%20.872-.653a2.525%202.525%200%200%201%202.134%202.135a.77.77%200%200%201-1.524.219a.98.98%200%200%200-.83-.83a.77.77%200%200%201-.652-.871M7.25%202a.75.75%200%200%200%200%201.5h1.5a.75.75%200%200%200%200-1.5zm-4.5%207.5A.75.75%200%200%201%202%208.75v-1.5a.75.75%200%200%201%201.5%200v1.5a.75.75%200%200%201-.75.75m4.5%203a.75.75%200%200%200%200%201.5h1.5a.75.75%200%200%200%200-1.5zm6-3a.75.75%200%200%201-.75-.75v-1.5a.75.75%200%200%201%201.5%200v1.5a.75.75%200%200%201-.75.75m-4.5-4.25a.75.75%200%200%200-1.5%200v2h-2a.75.75%200%200%200%200%201.5h2v2a.75.75%200%200%200%201.5%200v-2h2a.75.75%200%200%200%200-1.5h-2z%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.36%203.53a.77.77%200%200%200-.22-1.524a2.52%202.52%200%200%200-2.134%202.135a.77.77%200%200%200%201.524.219a.98.98%200%200%201%20.83-.83m-1.701%207.44a.77.77%200%200%201%20.871.652a.98.98%200%200%200%20.83.83a.77.77%200%201%201-.22%201.524a2.52%202.52%200%200%201-2.134-2.134a.77.77%200%200%201%20.653-.872m11.317.872a.77.77%200%200%200-1.524-.22a.985.985%200%200%201-.83.83a.77.77%200%201%200%20.22%201.524a2.525%202.525%200%200%200%202.134-2.134M10.97%202.659a.77.77%200%200%201%20.872-.653a2.525%202.525%200%200%201%202.134%202.135a.77.77%200%200%201-1.524.219a.98.98%200%200%200-.83-.83a.77.77%200%200%201-.652-.871M7.25%202a.75.75%200%200%200%200%201.5h1.5a.75.75%200%200%200%200-1.5zm-4.5%207.5A.75.75%200%200%201%202%208.75v-1.5a.75.75%200%200%201%201.5%200v1.5a.75.75%200%200%201-.75.75m4.5%203a.75.75%200%200%200%200%201.5h1.5a.75.75%200%200%200%200-1.5zm6-3a.75.75%200%200%201-.75-.75v-1.5a.75.75%200%200%201%201.5%200v1.5a.75.75%200%200%201-.75.75m-4.5-4.25a.75.75%200%200%200-1.5%200v2h-2a.75.75%200%200%200%200%201.5h2v2a.75.75%200%200%200%201.5%200v-2h2a.75.75%200%200%200%200-1.5h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/border-inside-16-filled.svg?color=%231a73e8&size=48