square multiple icon
square-multiple-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- square-multiple-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
11 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-shadow-12-filledsquare-text-arrow-repeat-all-16-filled
Use the square multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.113 5.5h2.097A2.5 2.5 0 0 1 12.502 4h11a4.5 4.5 0 0 1 4.5 4.5v11a2.5 2.5 0 0 1-1.502 2.293v2.096a4.5 4.5 0 0 0 3.502-4.389v-11a6.5 6.5 0 0 0-6.5-6.5h-11a4.5 4.5 0 0 0-4.389 3.5M6.5 7A4.5 4.5 0 0 0 2 11.5v14A4.5 4.5 0 0 0 6.5 30h14a4.5 4.5 0 0 0 4.5-4.5v-14A4.5 4.5 0 0 0 20.5 7z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSquareMultiple32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.113 5.5h2.097A2.5 2.5 0 0 1 12.502 4h11a4.5 4.5 0 0 1 4.5 4.5v11a2.5 2.5 0 0 1-1.502 2.293v2.096a4.5 4.5 0 0 0 3.502-4.389v-11a6.5 6.5 0 0 0-6.5-6.5h-11a4.5 4.5 0 0 0-4.389 3.5M6.5 7A4.5 4.5 0 0 0 2 11.5v14A4.5 4.5 0 0 0 6.5 30h14a4.5 4.5 0 0 0 4.5-4.5v-14A4.5 4.5 0 0 0 20.5 7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.113 5.5h2.097A2.5 2.5 0 0 1 12.502 4h11a4.5 4.5 0 0 1 4.5 4.5v11a2.5 2.5 0 0 1-1.502 2.293v2.096a4.5 4.5 0 0 0 3.502-4.389v-11a6.5 6.5 0 0 0-6.5-6.5h-11a4.5 4.5 0 0 0-4.389 3.5M6.5 7A4.5 4.5 0 0 0 2 11.5v14A4.5 4.5 0 0 0 6.5 30h14a4.5 4.5 0 0 0 4.5-4.5v-14A4.5 4.5 0 0 0 20.5 7z"/></svg> </template>
CSS
.icon-square-multiple-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.113%205.5h2.097A2.5%202.5%200%200%201%2012.502%204h11a4.5%204.5%200%200%201%204.5%204.5v11a2.5%202.5%200%200%201-1.502%202.293v2.096a4.5%204.5%200%200%200%203.502-4.389v-11a6.5%206.5%200%200%200-6.5-6.5h-11a4.5%204.5%200%200%200-4.389%203.5M6.5%207A4.5%204.5%200%200%200%202%2011.5v14A4.5%204.5%200%200%200%206.5%2030h14a4.5%204.5%200%200%200%204.5-4.5v-14A4.5%204.5%200%200%200%2020.5%207z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.113%205.5h2.097A2.5%202.5%200%200%201%2012.502%204h11a4.5%204.5%200%200%201%204.5%204.5v11a2.5%202.5%200%200%201-1.502%202.293v2.096a4.5%204.5%200%200%200%203.502-4.389v-11a6.5%206.5%200%200%200-6.5-6.5h-11a4.5%204.5%200%200%200-4.389%203.5M6.5%207A4.5%204.5%200%200%200%202%2011.5v14A4.5%204.5%200%200%200%206.5%2030h14a4.5%204.5%200%200%200%204.5-4.5v-14A4.5%204.5%200%200%200%2020.5%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/square-multiple-32-filled.svg?color=%231a73e8&size=48