square shadow icon
square-shadow-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- square-shadow-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
square-add-16-filledsquare-arrow-forward-16-filledsquare-dismiss-16-filledsquare-dovetail-joint-12-filledsquare-eraser-20-filledsquare-hint-16-filledsquare-hint-apps-20-filledsquare-hint-arrow-back-16-filledsquare-hint-hexagon-12-filledsquare-hint-sparkles-16-filledsquare-multiple-16-filledsquare-text-arrow-repeat-all-16-filled
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.875 2C15.601 2 17 3.4 17 5.125V7h1.875C20.601 7 22 8.4 22 10.125v8.75C22 20.601 20.6 22 18.875 22h-8.75A3.125 3.125 0 0 1 7 18.875V17H5.125A3.125 3.125 0 0 1 2 13.875v-8.75C2 3.399 3.4 2 5.125 2zM5.25 3.5A1.75 1.75 0 0 0 3.5 5.25v8.5c0 .966.784 1.75 1.75 1.75h8.5a1.75 1.75 0 0 0 1.75-1.75v-8.5a1.75 1.75 0 0 0-1.75-1.75z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSquareShadow24Regular(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.875 2C15.601 2 17 3.4 17 5.125V7h1.875C20.601 7 22 8.4 22 10.125v8.75C22 20.601 20.6 22 18.875 22h-8.75A3.125 3.125 0 0 1 7 18.875V17H5.125A3.125 3.125 0 0 1 2 13.875v-8.75C2 3.399 3.4 2 5.125 2zM5.25 3.5A1.75 1.75 0 0 0 3.5 5.25v8.5c0 .966.784 1.75 1.75 1.75h8.5a1.75 1.75 0 0 0 1.75-1.75v-8.5a1.75 1.75 0 0 0-1.75-1.75z"/></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.875 2C15.601 2 17 3.4 17 5.125V7h1.875C20.601 7 22 8.4 22 10.125v8.75C22 20.601 20.6 22 18.875 22h-8.75A3.125 3.125 0 0 1 7 18.875V17H5.125A3.125 3.125 0 0 1 2 13.875v-8.75C2 3.399 3.4 2 5.125 2zM5.25 3.5A1.75 1.75 0 0 0 3.5 5.25v8.5c0 .966.784 1.75 1.75 1.75h8.5a1.75 1.75 0 0 0 1.75-1.75v-8.5a1.75 1.75 0 0 0-1.75-1.75z"/></svg> </template>
CSS
.icon-square-shadow-24-regular {
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.875%202C15.601%202%2017%203.4%2017%205.125V7h1.875C20.601%207%2022%208.4%2022%2010.125v8.75C22%2020.601%2020.6%2022%2018.875%2022h-8.75A3.125%203.125%200%200%201%207%2018.875V17H5.125A3.125%203.125%200%200%201%202%2013.875v-8.75C2%203.399%203.4%202%205.125%202zM5.25%203.5A1.75%201.75%200%200%200%203.5%205.25v8.5c0%20.966.784%201.75%201.75%201.75h8.5a1.75%201.75%200%200%200%201.75-1.75v-8.5a1.75%201.75%200%200%200-1.75-1.75z%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.875%202C15.601%202%2017%203.4%2017%205.125V7h1.875C20.601%207%2022%208.4%2022%2010.125v8.75C22%2020.601%2020.6%2022%2018.875%2022h-8.75A3.125%203.125%200%200%201%207%2018.875V17H5.125A3.125%203.125%200%200%201%202%2013.875v-8.75C2%203.399%203.4%202%205.125%202zM5.25%203.5A1.75%201.75%200%200%200%203.5%205.25v8.5c0%20.966.784%201.75%201.75%201.75h8.5a1.75%201.75%200%200%200%201.75-1.75v-8.5a1.75%201.75%200%200%200-1.75-1.75z%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-regular.svg?color=%231a73e8&size=48