apps icon
apps-16 from Fluent UI System Color Icons by Microsoft Corporation · 16 · MIT Free for personal and commercial use.
- Name
- apps-16
- Set
- Fluent UI System Color Icons
- Style
- 16
- Viewbox
- 16×16
- 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 16 16"><g fill="none"><path fill="url(#SVGCvfmtbxr)" d="M2 4.5A1.5 1.5 0 0 1 3.5 3h3A1.5 1.5 0 0 1 8 4.5V8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z"/><path fill="url(#SVGfA6hYdBp)" d="M11.5 8A1.5 1.5 0 0 1 13 9.5v3a1.5 1.5 0 0 1-1.5 1.5H8a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z"/><path fill="url(#SVG9dyNod5Z)" d="M8 13a1 1 0 0 1-1 1H3.5A1.5 1.5 0 0 1 2 12.5V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z"/><path fill="url(#SVG8RT4bdqK)" d="M9.69 2.442a1.5 1.5 0 0 1 2.122 0l1.752 1.752a1.5 1.5 0 0 1 0 2.121l-1.75 1.75a1.5 1.5 0 0 1-2.12 0L7.942 6.311a1.5 1.5 0 0 1 0-2.121z"/><defs><linearGradient id="SVGCvfmtbxr" x1="2" x2="8" y1="3" y2="9" gradientUnits="userSpaceOnUse"><stop stop-color="#b9c0c7"/><stop offset="1" stop-color="#889096"/></linearGradient><linearGradient id="SVGfA6hYdBp" x1="13" x2="7.429" y1="13.571" y2="8" gradientUnits="userSpaceOnUse"><stop stop-color="#63686e"/><stop offset="1" stop-color="#889096"/></linearGradient><linearGradient id="SVG9dyNod5Z" x1="2" x2="8" y1="8" y2="11.857" gradientUnits="userSpaceOnUse"><stop stop-color="#55595e"/><stop offset="1" stop-color="#383b3d"/></linearGradient><linearGradient id="SVG8RT4bdqK" x1="12.898" x2="9.178" y1="7.06" y2="2.471" gradientUnits="userSpaceOnUse"><stop stop-color="#2764e7"/><stop offset="1" stop-color="#36dff1"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorApps16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGCvfmtbxr)" d="M2 4.5A1.5 1.5 0 0 1 3.5 3h3A1.5 1.5 0 0 1 8 4.5V8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z"/><path fill="url(#SVGfA6hYdBp)" d="M11.5 8A1.5 1.5 0 0 1 13 9.5v3a1.5 1.5 0 0 1-1.5 1.5H8a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z"/><path fill="url(#SVG9dyNod5Z)" d="M8 13a1 1 0 0 1-1 1H3.5A1.5 1.5 0 0 1 2 12.5V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z"/><path fill="url(#SVG8RT4bdqK)" d="M9.69 2.442a1.5 1.5 0 0 1 2.122 0l1.752 1.752a1.5 1.5 0 0 1 0 2.121l-1.75 1.75a1.5 1.5 0 0 1-2.12 0L7.942 6.311a1.5 1.5 0 0 1 0-2.121z"/><defs><linearGradient id="SVGCvfmtbxr" x1="2" x2="8" y1="3" y2="9" gradientUnits="userSpaceOnUse"><stop stopColor="#b9c0c7"/><stop offset="1" stopColor="#889096"/></linearGradient><linearGradient id="SVGfA6hYdBp" x1="13" x2="7.429" y1="13.571" y2="8" gradientUnits="userSpaceOnUse"><stop stopColor="#63686e"/><stop offset="1" stopColor="#889096"/></linearGradient><linearGradient id="SVG9dyNod5Z" x1="2" x2="8" y1="8" y2="11.857" gradientUnits="userSpaceOnUse"><stop stopColor="#55595e"/><stop offset="1" stopColor="#383b3d"/></linearGradient><linearGradient id="SVG8RT4bdqK" x1="12.898" x2="9.178" y1="7.06" y2="2.471" 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 16 16"><g fill="none"><path fill="url(#SVGCvfmtbxr)" d="M2 4.5A1.5 1.5 0 0 1 3.5 3h3A1.5 1.5 0 0 1 8 4.5V8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z"/><path fill="url(#SVGfA6hYdBp)" d="M11.5 8A1.5 1.5 0 0 1 13 9.5v3a1.5 1.5 0 0 1-1.5 1.5H8a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z"/><path fill="url(#SVG9dyNod5Z)" d="M8 13a1 1 0 0 1-1 1H3.5A1.5 1.5 0 0 1 2 12.5V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z"/><path fill="url(#SVG8RT4bdqK)" d="M9.69 2.442a1.5 1.5 0 0 1 2.122 0l1.752 1.752a1.5 1.5 0 0 1 0 2.121l-1.75 1.75a1.5 1.5 0 0 1-2.12 0L7.942 6.311a1.5 1.5 0 0 1 0-2.121z"/><defs><linearGradient id="SVGCvfmtbxr" x1="2" x2="8" y1="3" y2="9" gradientUnits="userSpaceOnUse"><stop stop-color="#b9c0c7"/><stop offset="1" stop-color="#889096"/></linearGradient><linearGradient id="SVGfA6hYdBp" x1="13" x2="7.429" y1="13.571" y2="8" gradientUnits="userSpaceOnUse"><stop stop-color="#63686e"/><stop offset="1" stop-color="#889096"/></linearGradient><linearGradient id="SVG9dyNod5Z" x1="2" x2="8" y1="8" y2="11.857" gradientUnits="userSpaceOnUse"><stop stop-color="#55595e"/><stop offset="1" stop-color="#383b3d"/></linearGradient><linearGradient id="SVG8RT4bdqK" x1="12.898" x2="9.178" y1="7.06" y2="2.471" gradientUnits="userSpaceOnUse"><stop stop-color="#2764e7"/><stop offset="1" stop-color="#36dff1"/></linearGradient></defs></g></svg> </template>
CSS
.icon-apps-16 {
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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGCvfmtbxr)%22%20d%3D%22M2%204.5A1.5%201.5%200%200%201%203.5%203h3A1.5%201.5%200%200%201%208%204.5V8a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGfA6hYdBp)%22%20d%3D%22M11.5%208A1.5%201.5%200%200%201%2013%209.5v3a1.5%201.5%200%200%201-1.5%201.5H8a1%201%200%200%201-1-1V9a1%201%200%200%201%201-1z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9dyNod5Z)%22%20d%3D%22M8%2013a1%201%200%200%201-1%201H3.5A1.5%201.5%200%200%201%202%2012.5V9a1%201%200%200%201%201-1h4a1%201%200%200%201%201%201z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG8RT4bdqK)%22%20d%3D%22M9.69%202.442a1.5%201.5%200%200%201%202.122%200l1.752%201.752a1.5%201.5%200%200%201%200%202.121l-1.75%201.75a1.5%201.5%200%200%201-2.12%200L7.942%206.311a1.5%201.5%200%200%201%200-2.121z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGCvfmtbxr%22%20x1%3D%222%22%20x2%3D%228%22%20y1%3D%223%22%20y2%3D%229%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%22SVGfA6hYdBp%22%20x1%3D%2213%22%20x2%3D%227.429%22%20y1%3D%2213.571%22%20y2%3D%228%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%22SVG9dyNod5Z%22%20x1%3D%222%22%20x2%3D%228%22%20y1%3D%228%22%20y2%3D%2211.857%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%22SVG8RT4bdqK%22%20x1%3D%2212.898%22%20x2%3D%229.178%22%20y1%3D%227.06%22%20y2%3D%222.471%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGCvfmtbxr)%22%20d%3D%22M2%204.5A1.5%201.5%200%200%201%203.5%203h3A1.5%201.5%200%200%201%208%204.5V8a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGfA6hYdBp)%22%20d%3D%22M11.5%208A1.5%201.5%200%200%201%2013%209.5v3a1.5%201.5%200%200%201-1.5%201.5H8a1%201%200%200%201-1-1V9a1%201%200%200%201%201-1z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG9dyNod5Z)%22%20d%3D%22M8%2013a1%201%200%200%201-1%201H3.5A1.5%201.5%200%200%201%202%2012.5V9a1%201%200%200%201%201-1h4a1%201%200%200%201%201%201z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG8RT4bdqK)%22%20d%3D%22M9.69%202.442a1.5%201.5%200%200%201%202.122%200l1.752%201.752a1.5%201.5%200%200%201%200%202.121l-1.75%201.75a1.5%201.5%200%200%201-2.12%200L7.942%206.311a1.5%201.5%200%200%201%200-2.121z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGCvfmtbxr%22%20x1%3D%222%22%20x2%3D%228%22%20y1%3D%223%22%20y2%3D%229%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%22SVGfA6hYdBp%22%20x1%3D%2213%22%20x2%3D%227.429%22%20y1%3D%2213.571%22%20y2%3D%228%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%22SVG9dyNod5Z%22%20x1%3D%222%22%20x2%3D%228%22%20y1%3D%228%22%20y2%3D%2211.857%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%22SVG8RT4bdqK%22%20x1%3D%2212.898%22%20x2%3D%229.178%22%20y1%3D%227.06%22%20y2%3D%222.471%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-16.svg?color=%231a73e8&size=48