apps list icon
apps-list-32 from Fluent UI System Color Icons by Microsoft Corporation · 32 · MIT Free for personal and commercial use.
- Name
- apps-list-32
- Set
- Fluent UI System Color Icons
- Style
- 32
- Viewbox
- 32×32
- License
- MIT
2 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 list 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(#SVGu5PAJbln)" d="M14 5a1 1 0 1 0 0 2h15a1 1 0 1 0 0-2z"/><path fill="url(#SVGu5PAJbln)" d="M13 16a1 1 0 0 1 1-1h15a1 1 0 1 1 0 2H14a1 1 0 0 1-1-1"/><path fill="url(#SVGu5PAJbln)" d="M13 26a1 1 0 0 1 1-1h15a1 1 0 1 1 0 2H14a1 1 0 0 1-1-1"/><path fill="url(#SVGhlL5rzBR)" d="M5 2a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3z"/><path fill="url(#SVGhlL5rzBR)" d="M2 15a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3z"/><path fill="url(#SVGhlL5rzBR)" d="M5 22a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3v-2a3 3 0 0 0-3-3z"/><defs><linearGradient id="SVGu5PAJbln" x1="10.45" x2="29.466" y1="1.857" y2="26.085" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#0094f0"/></linearGradient><linearGradient id="SVGhlL5rzBR" x1="3.902" x2="8.379" y1="5.722" y2="28.429" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorAppsList32(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(#SVGu5PAJbln)" d="M14 5a1 1 0 1 0 0 2h15a1 1 0 1 0 0-2z"/><path fill="url(#SVGu5PAJbln)" d="M13 16a1 1 0 0 1 1-1h15a1 1 0 1 1 0 2H14a1 1 0 0 1-1-1"/><path fill="url(#SVGu5PAJbln)" d="M13 26a1 1 0 0 1 1-1h15a1 1 0 1 1 0 2H14a1 1 0 0 1-1-1"/><path fill="url(#SVGhlL5rzBR)" d="M5 2a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3z"/><path fill="url(#SVGhlL5rzBR)" d="M2 15a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3z"/><path fill="url(#SVGhlL5rzBR)" d="M5 22a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3v-2a3 3 0 0 0-3-3z"/><defs><linearGradient id="SVGu5PAJbln" x1="10.45" x2="29.466" y1="1.857" y2="26.085" gradientUnits="userSpaceOnUse"><stop stopColor="#36dff1"/><stop offset="1" stopColor="#0094f0"/></linearGradient><linearGradient id="SVGhlL5rzBR" x1="3.902" x2="8.379" y1="5.722" y2="28.429" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#7a41dc"/></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(#SVGu5PAJbln)" d="M14 5a1 1 0 1 0 0 2h15a1 1 0 1 0 0-2z"/><path fill="url(#SVGu5PAJbln)" d="M13 16a1 1 0 0 1 1-1h15a1 1 0 1 1 0 2H14a1 1 0 0 1-1-1"/><path fill="url(#SVGu5PAJbln)" d="M13 26a1 1 0 0 1 1-1h15a1 1 0 1 1 0 2H14a1 1 0 0 1-1-1"/><path fill="url(#SVGhlL5rzBR)" d="M5 2a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3z"/><path fill="url(#SVGhlL5rzBR)" d="M2 15a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3z"/><path fill="url(#SVGhlL5rzBR)" d="M5 22a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3v-2a3 3 0 0 0-3-3z"/><defs><linearGradient id="SVGu5PAJbln" x1="10.45" x2="29.466" y1="1.857" y2="26.085" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#0094f0"/></linearGradient><linearGradient id="SVGhlL5rzBR" x1="3.902" x2="8.379" y1="5.722" y2="28.429" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient></defs></g></svg> </template>
CSS
.icon-apps-list-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(%23SVGu5PAJbln)%22%20d%3D%22M14%205a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGu5PAJbln)%22%20d%3D%22M13%2016a1%201%200%200%201%201-1h15a1%201%200%201%201%200%202H14a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGu5PAJbln)%22%20d%3D%22M13%2026a1%201%200%200%201%201-1h15a1%201%200%201%201%200%202H14a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGhlL5rzBR)%22%20d%3D%22M5%202a3%203%200%200%200-3%203v2a3%203%200%200%200%203%203h2a3%203%200%200%200%203-3V5a3%203%200%200%200-3-3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGhlL5rzBR)%22%20d%3D%22M2%2015a3%203%200%200%201%203-3h2a3%203%200%200%201%203%203v2a3%203%200%200%201-3%203H5a3%203%200%200%201-3-3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGhlL5rzBR)%22%20d%3D%22M5%2022a3%203%200%200%200-3%203v2a3%203%200%200%200%203%203h2a3%203%200%200%200%203-3v-2a3%203%200%200%200-3-3z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGu5PAJbln%22%20x1%3D%2210.45%22%20x2%3D%2229.466%22%20y1%3D%221.857%22%20y2%3D%2226.085%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2336dff1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230094f0%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGhlL5rzBR%22%20x1%3D%223.902%22%20x2%3D%228.379%22%20y1%3D%225.722%22%20y2%3D%2228.429%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%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(%23SVGu5PAJbln)%22%20d%3D%22M14%205a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGu5PAJbln)%22%20d%3D%22M13%2016a1%201%200%200%201%201-1h15a1%201%200%201%201%200%202H14a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGu5PAJbln)%22%20d%3D%22M13%2026a1%201%200%200%201%201-1h15a1%201%200%201%201%200%202H14a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGhlL5rzBR)%22%20d%3D%22M5%202a3%203%200%200%200-3%203v2a3%203%200%200%200%203%203h2a3%203%200%200%200%203-3V5a3%203%200%200%200-3-3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGhlL5rzBR)%22%20d%3D%22M2%2015a3%203%200%200%201%203-3h2a3%203%200%200%201%203%203v2a3%203%200%200%201-3%203H5a3%203%200%200%201-3-3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGhlL5rzBR)%22%20d%3D%22M5%2022a3%203%200%200%200-3%203v2a3%203%200%200%200%203%203h2a3%203%200%200%200%203-3v-2a3%203%200%200%200-3-3z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGu5PAJbln%22%20x1%3D%2210.45%22%20x2%3D%2229.466%22%20y1%3D%221.857%22%20y2%3D%2226.085%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2336dff1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230094f0%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGhlL5rzBR%22%20x1%3D%223.902%22%20x2%3D%228.379%22%20y1%3D%225.722%22%20y2%3D%2228.429%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237a41dc%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-list-32.svg?color=%231a73e8&size=48