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

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

5 other variants in Fluent UI System Icons

The same icon in other sets

Use the fluid icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 5h5.745a2.25 2.25 0 0 1 2.25 2.25V11h-1.5V7.25a.75.75 0 0 0-.75-.75H11zm-4.5 6v5.745c0 .414.336.75.75.75H11v1.5H7.25A2.25 2.25 0 0 1 5 16.745V11zM2 4.25A2.25 2.25 0 0 1 4.25 2h3.5A2.25 2.25 0 0 1 10 4.25v3.5A2.25 2.25 0 0 1 7.75 10h-3.5A2.25 2.25 0 0 1 2 7.75zm10 10A2.25 2.25 0 0 1 14.25 12h5.5A2.25 2.25 0 0 1 22 14.25v5.5A2.25 2.25 0 0 1 19.75 22h-5.5A2.25 2.25 0 0 1 12 19.75z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFluid24Filled(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="M11 5h5.745a2.25 2.25 0 0 1 2.25 2.25V11h-1.5V7.25a.75.75 0 0 0-.75-.75H11zm-4.5 6v5.745c0 .414.336.75.75.75H11v1.5H7.25A2.25 2.25 0 0 1 5 16.745V11zM2 4.25A2.25 2.25 0 0 1 4.25 2h3.5A2.25 2.25 0 0 1 10 4.25v3.5A2.25 2.25 0 0 1 7.75 10h-3.5A2.25 2.25 0 0 1 2 7.75zm10 10A2.25 2.25 0 0 1 14.25 12h5.5A2.25 2.25 0 0 1 22 14.25v5.5A2.25 2.25 0 0 1 19.75 22h-5.5A2.25 2.25 0 0 1 12 19.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="M11 5h5.745a2.25 2.25 0 0 1 2.25 2.25V11h-1.5V7.25a.75.75 0 0 0-.75-.75H11zm-4.5 6v5.745c0 .414.336.75.75.75H11v1.5H7.25A2.25 2.25 0 0 1 5 16.745V11zM2 4.25A2.25 2.25 0 0 1 4.25 2h3.5A2.25 2.25 0 0 1 10 4.25v3.5A2.25 2.25 0 0 1 7.75 10h-3.5A2.25 2.25 0 0 1 2 7.75zm10 10A2.25 2.25 0 0 1 14.25 12h5.5A2.25 2.25 0 0 1 22 14.25v5.5A2.25 2.25 0 0 1 19.75 22h-5.5A2.25 2.25 0 0 1 12 19.75z"/></svg>
</template>

CSS

.icon-fluid-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%22M11%205h5.745a2.25%202.25%200%200%201%202.25%202.25V11h-1.5V7.25a.75.75%200%200%200-.75-.75H11zm-4.5%206v5.745c0%20.414.336.75.75.75H11v1.5H7.25A2.25%202.25%200%200%201%205%2016.745V11zM2%204.25A2.25%202.25%200%200%201%204.25%202h3.5A2.25%202.25%200%200%201%2010%204.25v3.5A2.25%202.25%200%200%201%207.75%2010h-3.5A2.25%202.25%200%200%201%202%207.75zm10%2010A2.25%202.25%200%200%201%2014.25%2012h5.5A2.25%202.25%200%200%201%2022%2014.25v5.5A2.25%202.25%200%200%201%2019.75%2022h-5.5A2.25%202.25%200%200%201%2012%2019.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%22M11%205h5.745a2.25%202.25%200%200%201%202.25%202.25V11h-1.5V7.25a.75.75%200%200%200-.75-.75H11zm-4.5%206v5.745c0%20.414.336.75.75.75H11v1.5H7.25A2.25%202.25%200%200%201%205%2016.745V11zM2%204.25A2.25%202.25%200%200%201%204.25%202h3.5A2.25%202.25%200%200%201%2010%204.25v3.5A2.25%202.25%200%200%201%207.75%2010h-3.5A2.25%202.25%200%200%201%202%207.75zm10%2010A2.25%202.25%200%200%201%2014.25%2012h5.5A2.25%202.25%200%200%201%2022%2014.25v5.5A2.25%202.25%200%200%201%2019.75%2022h-5.5A2.25%202.25%200%200%201%2012%2019.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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