apps list icon
apps-list-24 from Fluent UI System Color Icons by Microsoft Corporation · 24 · MIT Free for personal and commercial use.
- Name
- apps-list-24
- Set
- Fluent UI System Color Icons
- Style
- 24
- Viewbox
- 24×24
- 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 24 24"><g fill="none"><path fill="url(#SVGOsJHcbKe)" d="M9 5a1 1 0 0 1 1-1h11a1 1 0 1 1 0 2H10a1 1 0 0 1-1-1"/><path fill="url(#SVGOsJHcbKe)" d="M9 12a1 1 0 0 1 1-1h11a1 1 0 1 1 0 2H10a1 1 0 0 1-1-1"/><path fill="url(#SVGOsJHcbKe)" d="M9 19a1 1 0 0 1 1-1h11a1 1 0 1 1 0 2H10a1 1 0 0 1-1-1"/><path fill="url(#SVGFVe17dcM)" d="M6.248 16.002c.966 0 1.75.784 1.75 1.75v2.498A1.75 1.75 0 0 1 6.248 22H3.75A1.75 1.75 0 0 1 2 20.25v-2.498c0-.966.784-1.75 1.75-1.75zm0-7c.966 0 1.75.783 1.75 1.75v2.497a1.75 1.75 0 0 1-1.75 1.75H3.75A1.75 1.75 0 0 1 2 13.249V10.75C2 9.784 2.784 9 3.75 9zm0-7.002c.966 0 1.75.784 1.75 1.75v2.498a1.75 1.75 0 0 1-1.75 1.75H3.75A1.75 1.75 0 0 1 2 6.248V3.75C2 2.784 2.784 2 3.75 2z"/><defs><linearGradient id="SVGOsJHcbKe" x1="7.05" x2="20.7" y1="1.714" y2="20" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#0094f0"/></linearGradient><linearGradient id="SVGFVe17dcM" x1="3.426" x2="6.483" y1="4.659" y2="20.934" 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 FluentColorAppsList24(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGOsJHcbKe)" d="M9 5a1 1 0 0 1 1-1h11a1 1 0 1 1 0 2H10a1 1 0 0 1-1-1"/><path fill="url(#SVGOsJHcbKe)" d="M9 12a1 1 0 0 1 1-1h11a1 1 0 1 1 0 2H10a1 1 0 0 1-1-1"/><path fill="url(#SVGOsJHcbKe)" d="M9 19a1 1 0 0 1 1-1h11a1 1 0 1 1 0 2H10a1 1 0 0 1-1-1"/><path fill="url(#SVGFVe17dcM)" d="M6.248 16.002c.966 0 1.75.784 1.75 1.75v2.498A1.75 1.75 0 0 1 6.248 22H3.75A1.75 1.75 0 0 1 2 20.25v-2.498c0-.966.784-1.75 1.75-1.75zm0-7c.966 0 1.75.783 1.75 1.75v2.497a1.75 1.75 0 0 1-1.75 1.75H3.75A1.75 1.75 0 0 1 2 13.249V10.75C2 9.784 2.784 9 3.75 9zm0-7.002c.966 0 1.75.784 1.75 1.75v2.498a1.75 1.75 0 0 1-1.75 1.75H3.75A1.75 1.75 0 0 1 2 6.248V3.75C2 2.784 2.784 2 3.75 2z"/><defs><linearGradient id="SVGOsJHcbKe" x1="7.05" x2="20.7" y1="1.714" y2="20" gradientUnits="userSpaceOnUse"><stop stopColor="#36dff1"/><stop offset="1" stopColor="#0094f0"/></linearGradient><linearGradient id="SVGFVe17dcM" x1="3.426" x2="6.483" y1="4.659" y2="20.934" 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 24 24"><g fill="none"><path fill="url(#SVGOsJHcbKe)" d="M9 5a1 1 0 0 1 1-1h11a1 1 0 1 1 0 2H10a1 1 0 0 1-1-1"/><path fill="url(#SVGOsJHcbKe)" d="M9 12a1 1 0 0 1 1-1h11a1 1 0 1 1 0 2H10a1 1 0 0 1-1-1"/><path fill="url(#SVGOsJHcbKe)" d="M9 19a1 1 0 0 1 1-1h11a1 1 0 1 1 0 2H10a1 1 0 0 1-1-1"/><path fill="url(#SVGFVe17dcM)" d="M6.248 16.002c.966 0 1.75.784 1.75 1.75v2.498A1.75 1.75 0 0 1 6.248 22H3.75A1.75 1.75 0 0 1 2 20.25v-2.498c0-.966.784-1.75 1.75-1.75zm0-7c.966 0 1.75.783 1.75 1.75v2.497a1.75 1.75 0 0 1-1.75 1.75H3.75A1.75 1.75 0 0 1 2 13.249V10.75C2 9.784 2.784 9 3.75 9zm0-7.002c.966 0 1.75.784 1.75 1.75v2.498a1.75 1.75 0 0 1-1.75 1.75H3.75A1.75 1.75 0 0 1 2 6.248V3.75C2 2.784 2.784 2 3.75 2z"/><defs><linearGradient id="SVGOsJHcbKe" x1="7.05" x2="20.7" y1="1.714" y2="20" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#0094f0"/></linearGradient><linearGradient id="SVGFVe17dcM" x1="3.426" x2="6.483" y1="4.659" y2="20.934" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient></defs></g></svg> </template>
CSS
.icon-apps-list-24 {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGOsJHcbKe)%22%20d%3D%22M9%205a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H10a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOsJHcbKe)%22%20d%3D%22M9%2012a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H10a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOsJHcbKe)%22%20d%3D%22M9%2019a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H10a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGFVe17dcM)%22%20d%3D%22M6.248%2016.002c.966%200%201.75.784%201.75%201.75v2.498A1.75%201.75%200%200%201%206.248%2022H3.75A1.75%201.75%200%200%201%202%2020.25v-2.498c0-.966.784-1.75%201.75-1.75zm0-7c.966%200%201.75.783%201.75%201.75v2.497a1.75%201.75%200%200%201-1.75%201.75H3.75A1.75%201.75%200%200%201%202%2013.249V10.75C2%209.784%202.784%209%203.75%209zm0-7.002c.966%200%201.75.784%201.75%201.75v2.498a1.75%201.75%200%200%201-1.75%201.75H3.75A1.75%201.75%200%200%201%202%206.248V3.75C2%202.784%202.784%202%203.75%202z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGOsJHcbKe%22%20x1%3D%227.05%22%20x2%3D%2220.7%22%20y1%3D%221.714%22%20y2%3D%2220%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%22SVGFVe17dcM%22%20x1%3D%223.426%22%20x2%3D%226.483%22%20y1%3D%224.659%22%20y2%3D%2220.934%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGOsJHcbKe)%22%20d%3D%22M9%205a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H10a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOsJHcbKe)%22%20d%3D%22M9%2012a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H10a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOsJHcbKe)%22%20d%3D%22M9%2019a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H10a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGFVe17dcM)%22%20d%3D%22M6.248%2016.002c.966%200%201.75.784%201.75%201.75v2.498A1.75%201.75%200%200%201%206.248%2022H3.75A1.75%201.75%200%200%201%202%2020.25v-2.498c0-.966.784-1.75%201.75-1.75zm0-7c.966%200%201.75.783%201.75%201.75v2.497a1.75%201.75%200%200%201-1.75%201.75H3.75A1.75%201.75%200%200%201%202%2013.249V10.75C2%209.784%202.784%209%203.75%209zm0-7.002c.966%200%201.75.784%201.75%201.75v2.498a1.75%201.75%200%200%201-1.75%201.75H3.75A1.75%201.75%200%200%201%202%206.248V3.75C2%202.784%202.784%202%203.75%202z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGOsJHcbKe%22%20x1%3D%227.05%22%20x2%3D%2220.7%22%20y1%3D%221.714%22%20y2%3D%2220%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%22SVGFVe17dcM%22%20x1%3D%223.426%22%20x2%3D%226.483%22%20y1%3D%224.659%22%20y2%3D%2220.934%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-24.svg?color=%231a73e8&size=48