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

Name
square-shadow-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the square shadow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.75 2A3.25 3.25 0 0 1 17 5.25V7h1.75A3.25 3.25 0 0 1 22 10.25v8A3.75 3.75 0 0 1 18.25 22h-8A3.25 3.25 0 0 1 7 18.75V17H5.25A3.25 3.25 0 0 1 2 13.75v-8.5A3.25 3.25 0 0 1 5.25 2zm-8.5 2C4.56 4 4 4.56 4 5.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5C15 4.56 14.44 4 13.75 4z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSquareShadow24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.75 2A3.25 3.25 0 0 1 17 5.25V7h1.75A3.25 3.25 0 0 1 22 10.25v8A3.75 3.75 0 0 1 18.25 22h-8A3.25 3.25 0 0 1 7 18.75V17H5.25A3.25 3.25 0 0 1 2 13.75v-8.5A3.25 3.25 0 0 1 5.25 2zm-8.5 2C4.56 4 4 4.56 4 5.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5C15 4.56 14.44 4 13.75 4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.75 2A3.25 3.25 0 0 1 17 5.25V7h1.75A3.25 3.25 0 0 1 22 10.25v8A3.75 3.75 0 0 1 18.25 22h-8A3.25 3.25 0 0 1 7 18.75V17H5.25A3.25 3.25 0 0 1 2 13.75v-8.5A3.25 3.25 0 0 1 5.25 2zm-8.5 2C4.56 4 4 4.56 4 5.25v8.5c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-8.5C15 4.56 14.44 4 13.75 4z"/></svg>
</template>

CSS

.icon-square-shadow-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.75%202A3.25%203.25%200%200%201%2017%205.25V7h1.75A3.25%203.25%200%200%201%2022%2010.25v8A3.75%203.75%200%200%201%2018.25%2022h-8A3.25%203.25%200%200%201%207%2018.75V17H5.25A3.25%203.25%200%200%201%202%2013.75v-8.5A3.25%203.25%200%200%201%205.25%202zm-8.5%202C4.56%204%204%204.56%204%205.25v8.5c0%20.69.56%201.25%201.25%201.25h8.5c.69%200%201.25-.56%201.25-1.25v-8.5C15%204.56%2014.44%204%2013.75%204z%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%22currentColor%22%20d%3D%22M13.75%202A3.25%203.25%200%200%201%2017%205.25V7h1.75A3.25%203.25%200%200%201%2022%2010.25v8A3.75%203.75%200%200%201%2018.25%2022h-8A3.25%203.25%200%200%201%207%2018.75V17H5.25A3.25%203.25%200%200%201%202%2013.75v-8.5A3.25%203.25%200%200%201%205.25%202zm-8.5%202C4.56%204%204%204.56%204%205.25v8.5c0%20.69.56%201.25%201.25%201.25h8.5c.69%200%201.25-.56%201.25-1.25v-8.5C15%204.56%2014.44%204%2013.75%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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