apps-32 from Fluent UI System Color Icons by Microsoft Corporation · 32 · MIT Free for personal and commercial use.

Name
apps-32
Set
Fluent UI System Color Icons
Style
32
Viewbox
32×32
License
MIT

5 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the apps icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGyWP1DcDc)" d="M3 6a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v9a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path fill="url(#SVGTzyvphUC)" d="M26 15a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H16a1 1 0 0 1-1-1V16a1 1 0 0 1 1-1z"/><path fill="url(#SVGmzEEXbjL)" d="M17 28a1 1 0 0 1-1 1H6a3 3 0 0 1-3-3V16a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1z"/><path fill="url(#SVGvY3hpeRh)" d="M20.2 2.953a3.25 3.25 0 0 1 4.597 0l4.248 4.25a3.25 3.25 0 0 1 0 4.595l-4.25 4.248a3.25 3.25 0 0 1-4.596 0l-4.249-4.25a3.25 3.25 0 0 1 0-4.595z"/><defs><linearGradient id="SVGyWP1DcDc" x1="3" x2="15.964" y1="3" y2="16.962" gradientUnits="userSpaceOnUse"><stop stop-color="#b9c0c7"/><stop offset="1" stop-color="#889096"/></linearGradient><linearGradient id="SVGTzyvphUC" x1="29" x2="16" y1="28" y2="15" gradientUnits="userSpaceOnUse"><stop stop-color="#63686e"/><stop offset="1" stop-color="#889096"/></linearGradient><linearGradient id="SVGmzEEXbjL" x1="3" x2="17" y1="15" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#55595e"/><stop offset="1" stop-color="#383b3d"/></linearGradient><linearGradient id="SVGvY3hpeRh" x1="27.397" x2="18.903" y1="13.625" y2="3.145" gradientUnits="userSpaceOnUse"><stop stop-color="#2764e7"/><stop offset="1" stop-color="#36dff1"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorApps32(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGyWP1DcDc)" d="M3 6a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v9a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path fill="url(#SVGTzyvphUC)" d="M26 15a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H16a1 1 0 0 1-1-1V16a1 1 0 0 1 1-1z"/><path fill="url(#SVGmzEEXbjL)" d="M17 28a1 1 0 0 1-1 1H6a3 3 0 0 1-3-3V16a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1z"/><path fill="url(#SVGvY3hpeRh)" d="M20.2 2.953a3.25 3.25 0 0 1 4.597 0l4.248 4.25a3.25 3.25 0 0 1 0 4.595l-4.25 4.248a3.25 3.25 0 0 1-4.596 0l-4.249-4.25a3.25 3.25 0 0 1 0-4.595z"/><defs><linearGradient id="SVGyWP1DcDc" x1="3" x2="15.964" y1="3" y2="16.962" gradientUnits="userSpaceOnUse"><stop stopColor="#b9c0c7"/><stop offset="1" stopColor="#889096"/></linearGradient><linearGradient id="SVGTzyvphUC" x1="29" x2="16" y1="28" y2="15" gradientUnits="userSpaceOnUse"><stop stopColor="#63686e"/><stop offset="1" stopColor="#889096"/></linearGradient><linearGradient id="SVGmzEEXbjL" x1="3" x2="17" y1="15" y2="24" gradientUnits="userSpaceOnUse"><stop stopColor="#55595e"/><stop offset="1" stopColor="#383b3d"/></linearGradient><linearGradient id="SVGvY3hpeRh" x1="27.397" x2="18.903" y1="13.625" y2="3.145" gradientUnits="userSpaceOnUse"><stop stopColor="#2764e7"/><stop offset="1" stopColor="#36dff1"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGyWP1DcDc)" d="M3 6a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v9a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z"/><path fill="url(#SVGTzyvphUC)" d="M26 15a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H16a1 1 0 0 1-1-1V16a1 1 0 0 1 1-1z"/><path fill="url(#SVGmzEEXbjL)" d="M17 28a1 1 0 0 1-1 1H6a3 3 0 0 1-3-3V16a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1z"/><path fill="url(#SVGvY3hpeRh)" d="M20.2 2.953a3.25 3.25 0 0 1 4.597 0l4.248 4.25a3.25 3.25 0 0 1 0 4.595l-4.25 4.248a3.25 3.25 0 0 1-4.596 0l-4.249-4.25a3.25 3.25 0 0 1 0-4.595z"/><defs><linearGradient id="SVGyWP1DcDc" x1="3" x2="15.964" y1="3" y2="16.962" gradientUnits="userSpaceOnUse"><stop stop-color="#b9c0c7"/><stop offset="1" stop-color="#889096"/></linearGradient><linearGradient id="SVGTzyvphUC" x1="29" x2="16" y1="28" y2="15" gradientUnits="userSpaceOnUse"><stop stop-color="#63686e"/><stop offset="1" stop-color="#889096"/></linearGradient><linearGradient id="SVGmzEEXbjL" x1="3" x2="17" y1="15" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#55595e"/><stop offset="1" stop-color="#383b3d"/></linearGradient><linearGradient id="SVGvY3hpeRh" x1="27.397" x2="18.903" y1="13.625" y2="3.145" gradientUnits="userSpaceOnUse"><stop stop-color="#2764e7"/><stop offset="1" stop-color="#36dff1"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-apps-32 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGyWP1DcDc)%22%20d%3D%22M3%206a3%203%200%200%201%203-3h8a3%203%200%200%201%203%203v9a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGTzyvphUC)%22%20d%3D%22M26%2015a3%203%200%200%201%203%203v8a3%203%200%200%201-3%203H16a1%201%200%200%201-1-1V16a1%201%200%200%201%201-1z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGmzEEXbjL)%22%20d%3D%22M17%2028a1%201%200%200%201-1%201H6a3%203%200%200%201-3-3V16a1%201%200%200%201%201-1h12a1%201%200%200%201%201%201z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGvY3hpeRh)%22%20d%3D%22M20.2%202.953a3.25%203.25%200%200%201%204.597%200l4.248%204.25a3.25%203.25%200%200%201%200%204.595l-4.25%204.248a3.25%203.25%200%200%201-4.596%200l-4.249-4.25a3.25%203.25%200%200%201%200-4.595z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGyWP1DcDc%22%20x1%3D%223%22%20x2%3D%2215.964%22%20y1%3D%223%22%20y2%3D%2216.962%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b9c0c7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23889096%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGTzyvphUC%22%20x1%3D%2229%22%20x2%3D%2216%22%20y1%3D%2228%22%20y2%3D%2215%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2363686e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23889096%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGmzEEXbjL%22%20x1%3D%223%22%20x2%3D%2217%22%20y1%3D%2215%22%20y2%3D%2224%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2355595e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23383b3d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGvY3hpeRh%22%20x1%3D%2227.397%22%20x2%3D%2218.903%22%20y1%3D%2213.625%22%20y2%3D%223.145%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232764e7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2336dff1%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGyWP1DcDc)%22%20d%3D%22M3%206a3%203%200%200%201%203-3h8a3%203%200%200%201%203%203v9a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGTzyvphUC)%22%20d%3D%22M26%2015a3%203%200%200%201%203%203v8a3%203%200%200%201-3%203H16a1%201%200%200%201-1-1V16a1%201%200%200%201%201-1z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGmzEEXbjL)%22%20d%3D%22M17%2028a1%201%200%200%201-1%201H6a3%203%200%200%201-3-3V16a1%201%200%200%201%201-1h12a1%201%200%200%201%201%201z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGvY3hpeRh)%22%20d%3D%22M20.2%202.953a3.25%203.25%200%200%201%204.597%200l4.248%204.25a3.25%203.25%200%200%201%200%204.595l-4.25%204.248a3.25%203.25%200%200%201-4.596%200l-4.249-4.25a3.25%203.25%200%200%201%200-4.595z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGyWP1DcDc%22%20x1%3D%223%22%20x2%3D%2215.964%22%20y1%3D%223%22%20y2%3D%2216.962%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b9c0c7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23889096%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGTzyvphUC%22%20x1%3D%2229%22%20x2%3D%2216%22%20y1%3D%2228%22%20y2%3D%2215%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2363686e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23889096%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGmzEEXbjL%22%20x1%3D%223%22%20x2%3D%2217%22%20y1%3D%2215%22%20y2%3D%2224%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2355595e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23383b3d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGvY3hpeRh%22%20x1%3D%2227.397%22%20x2%3D%2218.903%22%20y1%3D%2213.625%22%20y2%3D%223.145%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%232764e7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2336dff1%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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