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

Name
box-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the box icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.395 2.5a3.75 3.75 0 0 0-2.786 0L9.69 3.668l11.25 4.499l4.108-1.644a2.8 2.8 0 0 0-.776-.472zm3.525 6.475l-11.25-4.5l-3.938 1.576a2.7 2.7 0 0 0-.776.472l11.046 4.42zm-16.916-.37q.001-.416.118-.8l11.13 4.453v13.435a4 4 0 0 1-.643-.192L3.732 21.95a2.75 2.75 0 0 1-1.728-2.554zM15.395 25.5q-.316.126-.643.192V12.258l11.13-4.453q.117.384.118.8v10.791a2.75 2.75 0 0 1-1.728 2.554z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBox28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.395 2.5a3.75 3.75 0 0 0-2.786 0L9.69 3.668l11.25 4.499l4.108-1.644a2.8 2.8 0 0 0-.776-.472zm3.525 6.475l-11.25-4.5l-3.938 1.576a2.7 2.7 0 0 0-.776.472l11.046 4.42zm-16.916-.37q.001-.416.118-.8l11.13 4.453v13.435a4 4 0 0 1-.643-.192L3.732 21.95a2.75 2.75 0 0 1-1.728-2.554zM15.395 25.5q-.316.126-.643.192V12.258l11.13-4.453q.117.384.118.8v10.791a2.75 2.75 0 0 1-1.728 2.554z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.395 2.5a3.75 3.75 0 0 0-2.786 0L9.69 3.668l11.25 4.499l4.108-1.644a2.8 2.8 0 0 0-.776-.472zm3.525 6.475l-11.25-4.5l-3.938 1.576a2.7 2.7 0 0 0-.776.472l11.046 4.42zm-16.916-.37q.001-.416.118-.8l11.13 4.453v13.435a4 4 0 0 1-.643-.192L3.732 21.95a2.75 2.75 0 0 1-1.728-2.554zM15.395 25.5q-.316.126-.643.192V12.258l11.13-4.453q.117.384.118.8v10.791a2.75 2.75 0 0 1-1.728 2.554z"/></svg>
</template>

CSS

.icon-box-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.395%202.5a3.75%203.75%200%200%200-2.786%200L9.69%203.668l11.25%204.499l4.108-1.644a2.8%202.8%200%200%200-.776-.472zm3.525%206.475l-11.25-4.5l-3.938%201.576a2.7%202.7%200%200%200-.776.472l11.046%204.42zm-16.916-.37q.001-.416.118-.8l11.13%204.453v13.435a4%204%200%200%201-.643-.192L3.732%2021.95a2.75%202.75%200%200%201-1.728-2.554zM15.395%2025.5q-.316.126-.643.192V12.258l11.13-4.453q.117.384.118.8v10.791a2.75%202.75%200%200%201-1.728%202.554z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.395%202.5a3.75%203.75%200%200%200-2.786%200L9.69%203.668l11.25%204.499l4.108-1.644a2.8%202.8%200%200%200-.776-.472zm3.525%206.475l-11.25-4.5l-3.938%201.576a2.7%202.7%200%200%200-.776.472l11.046%204.42zm-16.916-.37q.001-.416.118-.8l11.13%204.453v13.435a4%204%200%200%201-.643-.192L3.732%2021.95a2.75%202.75%200%200%201-1.728-2.554zM15.395%2025.5q-.316.126-.643.192V12.258l11.13-4.453q.117.384.118.8v10.791a2.75%202.75%200%200%201-1.728%202.554z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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