apps-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
apps-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 apps icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.492 2.33l3.179 3.18a2.25 2.25 0 0 1 0 3.182l-2.584 2.584A2.25 2.25 0 0 1 21 13.5v5.25A2.25 2.25 0 0 1 18.75 21H5.25A2.25 2.25 0 0 1 3 18.75V5.25A2.25 2.25 0 0 1 5.25 3h5.25a2.25 2.25 0 0 1 2.225 1.915L15.31 2.33a2.25 2.25 0 0 1 3.182 0M4.5 18.75c0 .415.336.75.75.75h5.999l.001-6.75H4.5zm8.249.75h6.001a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75h-6.001zM10.5 4.5H5.25a.75.75 0 0 0-.75.75v6h6.75v-6a.75.75 0 0 0-.75-.75m2.25 4.81v1.94h1.94zm3.62-5.918L13.193 6.57a.75.75 0 0 0 0 1.061l3.179 3.179a.75.75 0 0 0 1.06 0l3.18-3.179a.75.75 0 0 0 0-1.06l-3.18-3.18a.75.75 0 0 0-1.06 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentApps24Regular(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="m18.492 2.33l3.179 3.18a2.25 2.25 0 0 1 0 3.182l-2.584 2.584A2.25 2.25 0 0 1 21 13.5v5.25A2.25 2.25 0 0 1 18.75 21H5.25A2.25 2.25 0 0 1 3 18.75V5.25A2.25 2.25 0 0 1 5.25 3h5.25a2.25 2.25 0 0 1 2.225 1.915L15.31 2.33a2.25 2.25 0 0 1 3.182 0M4.5 18.75c0 .415.336.75.75.75h5.999l.001-6.75H4.5zm8.249.75h6.001a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75h-6.001zM10.5 4.5H5.25a.75.75 0 0 0-.75.75v6h6.75v-6a.75.75 0 0 0-.75-.75m2.25 4.81v1.94h1.94zm3.62-5.918L13.193 6.57a.75.75 0 0 0 0 1.061l3.179 3.179a.75.75 0 0 0 1.06 0l3.18-3.179a.75.75 0 0 0 0-1.06l-3.18-3.18a.75.75 0 0 0-1.06 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.492 2.33l3.179 3.18a2.25 2.25 0 0 1 0 3.182l-2.584 2.584A2.25 2.25 0 0 1 21 13.5v5.25A2.25 2.25 0 0 1 18.75 21H5.25A2.25 2.25 0 0 1 3 18.75V5.25A2.25 2.25 0 0 1 5.25 3h5.25a2.25 2.25 0 0 1 2.225 1.915L15.31 2.33a2.25 2.25 0 0 1 3.182 0M4.5 18.75c0 .415.336.75.75.75h5.999l.001-6.75H4.5zm8.249.75h6.001a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75h-6.001zM10.5 4.5H5.25a.75.75 0 0 0-.75.75v6h6.75v-6a.75.75 0 0 0-.75-.75m2.25 4.81v1.94h1.94zm3.62-5.918L13.193 6.57a.75.75 0 0 0 0 1.061l3.179 3.179a.75.75 0 0 0 1.06 0l3.18-3.179a.75.75 0 0 0 0-1.06l-3.18-3.18a.75.75 0 0 0-1.06 0"/></svg>
</template>

CSS

.icon-apps-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%22m18.492%202.33l3.179%203.18a2.25%202.25%200%200%201%200%203.182l-2.584%202.584A2.25%202.25%200%200%201%2021%2013.5v5.25A2.25%202.25%200%200%201%2018.75%2021H5.25A2.25%202.25%200%200%201%203%2018.75V5.25A2.25%202.25%200%200%201%205.25%203h5.25a2.25%202.25%200%200%201%202.225%201.915L15.31%202.33a2.25%202.25%200%200%201%203.182%200M4.5%2018.75c0%20.415.336.75.75.75h5.999l.001-6.75H4.5zm8.249.75h6.001a.75.75%200%200%200%20.75-.75V13.5a.75.75%200%200%200-.75-.75h-6.001zM10.5%204.5H5.25a.75.75%200%200%200-.75.75v6h6.75v-6a.75.75%200%200%200-.75-.75m2.25%204.81v1.94h1.94zm3.62-5.918L13.193%206.57a.75.75%200%200%200%200%201.061l3.179%203.179a.75.75%200%200%200%201.06%200l3.18-3.179a.75.75%200%200%200%200-1.06l-3.18-3.18a.75.75%200%200%200-1.06%200%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%22m18.492%202.33l3.179%203.18a2.25%202.25%200%200%201%200%203.182l-2.584%202.584A2.25%202.25%200%200%201%2021%2013.5v5.25A2.25%202.25%200%200%201%2018.75%2021H5.25A2.25%202.25%200%200%201%203%2018.75V5.25A2.25%202.25%200%200%201%205.25%203h5.25a2.25%202.25%200%200%201%202.225%201.915L15.31%202.33a2.25%202.25%200%200%201%203.182%200M4.5%2018.75c0%20.415.336.75.75.75h5.999l.001-6.75H4.5zm8.249.75h6.001a.75.75%200%200%200%20.75-.75V13.5a.75.75%200%200%200-.75-.75h-6.001zM10.5%204.5H5.25a.75.75%200%200%200-.75.75v6h6.75v-6a.75.75%200%200%200-.75-.75m2.25%204.81v1.94h1.94zm3.62-5.918L13.193%206.57a.75.75%200%200%200%200%201.061l3.179%203.179a.75.75%200%200%200%201.06%200l3.18-3.179a.75.75%200%200%200%200-1.06l-3.18-3.18a.75.75%200%200%200-1.06%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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