apps list detail icon
apps-list-detail-24 from Fluent UI System Color Icons by Microsoft Corporation · 24 · MIT Free for personal and commercial use.
- Name
- apps-list-detail-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 detail 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(#SVGwq5esEmc)" d="M11 6a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1"/><path fill="url(#SVGwq5esEmc)" d="M11 9a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1"/><path fill="url(#SVGwq5esEmc)" d="M11 15a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1"/><path fill="url(#SVGwq5esEmc)" d="M11 18a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1"/><path fill="url(#SVGqhQTjbCf)" d="M4.25 4A2.25 2.25 0 0 0 2 6.25v2.5A2.25 2.25 0 0 0 4.25 11h2.5A2.25 2.25 0 0 0 9 8.75v-2.5A2.25 2.25 0 0 0 6.75 4zm0 9A2.25 2.25 0 0 0 2 15.25v2.5A2.25 2.25 0 0 0 4.25 20h2.5A2.25 2.25 0 0 0 9 17.75v-2.5A2.25 2.25 0 0 0 6.75 13z"/><defs><linearGradient id="SVGwq5esEmc" x1="9.35" x2="20.9" y1="3" y2="19" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#0094f0"/></linearGradient><linearGradient id="SVGqhQTjbCf" x1="3.665" x2="7.232" y1="6.127" y2="19.147" 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 FluentColorAppsListDetail24(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(#SVGwq5esEmc)" d="M11 6a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1"/><path fill="url(#SVGwq5esEmc)" d="M11 9a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1"/><path fill="url(#SVGwq5esEmc)" d="M11 15a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1"/><path fill="url(#SVGwq5esEmc)" d="M11 18a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1"/><path fill="url(#SVGqhQTjbCf)" d="M4.25 4A2.25 2.25 0 0 0 2 6.25v2.5A2.25 2.25 0 0 0 4.25 11h2.5A2.25 2.25 0 0 0 9 8.75v-2.5A2.25 2.25 0 0 0 6.75 4zm0 9A2.25 2.25 0 0 0 2 15.25v2.5A2.25 2.25 0 0 0 4.25 20h2.5A2.25 2.25 0 0 0 9 17.75v-2.5A2.25 2.25 0 0 0 6.75 13z"/><defs><linearGradient id="SVGwq5esEmc" x1="9.35" x2="20.9" y1="3" y2="19" gradientUnits="userSpaceOnUse"><stop stopColor="#36dff1"/><stop offset="1" stopColor="#0094f0"/></linearGradient><linearGradient id="SVGqhQTjbCf" x1="3.665" x2="7.232" y1="6.127" y2="19.147" 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(#SVGwq5esEmc)" d="M11 6a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1"/><path fill="url(#SVGwq5esEmc)" d="M11 9a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1"/><path fill="url(#SVGwq5esEmc)" d="M11 15a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1"/><path fill="url(#SVGwq5esEmc)" d="M11 18a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1"/><path fill="url(#SVGqhQTjbCf)" d="M4.25 4A2.25 2.25 0 0 0 2 6.25v2.5A2.25 2.25 0 0 0 4.25 11h2.5A2.25 2.25 0 0 0 9 8.75v-2.5A2.25 2.25 0 0 0 6.75 4zm0 9A2.25 2.25 0 0 0 2 15.25v2.5A2.25 2.25 0 0 0 4.25 20h2.5A2.25 2.25 0 0 0 9 17.75v-2.5A2.25 2.25 0 0 0 6.75 13z"/><defs><linearGradient id="SVGwq5esEmc" x1="9.35" x2="20.9" y1="3" y2="19" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#0094f0"/></linearGradient><linearGradient id="SVGqhQTjbCf" x1="3.665" x2="7.232" y1="6.127" y2="19.147" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#7a41dc"/></linearGradient></defs></g></svg> </template>
CSS
.icon-apps-list-detail-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(%23SVGwq5esEmc)%22%20d%3D%22M11%206a1%201%200%200%201%201-1h9a1%201%200%201%201%200%202h-9a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGwq5esEmc)%22%20d%3D%22M11%209a1%201%200%200%201%201-1h6a1%201%200%201%201%200%202h-6a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGwq5esEmc)%22%20d%3D%22M11%2015a1%201%200%200%201%201-1h9a1%201%200%201%201%200%202h-9a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGwq5esEmc)%22%20d%3D%22M11%2018a1%201%200%200%201%201-1h6a1%201%200%201%201%200%202h-6a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGqhQTjbCf)%22%20d%3D%22M4.25%204A2.25%202.25%200%200%200%202%206.25v2.5A2.25%202.25%200%200%200%204.25%2011h2.5A2.25%202.25%200%200%200%209%208.75v-2.5A2.25%202.25%200%200%200%206.75%204zm0%209A2.25%202.25%200%200%200%202%2015.25v2.5A2.25%202.25%200%200%200%204.25%2020h2.5A2.25%202.25%200%200%200%209%2017.75v-2.5A2.25%202.25%200%200%200%206.75%2013z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGwq5esEmc%22%20x1%3D%229.35%22%20x2%3D%2220.9%22%20y1%3D%223%22%20y2%3D%2219%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%22SVGqhQTjbCf%22%20x1%3D%223.665%22%20x2%3D%227.232%22%20y1%3D%226.127%22%20y2%3D%2219.147%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(%23SVGwq5esEmc)%22%20d%3D%22M11%206a1%201%200%200%201%201-1h9a1%201%200%201%201%200%202h-9a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGwq5esEmc)%22%20d%3D%22M11%209a1%201%200%200%201%201-1h6a1%201%200%201%201%200%202h-6a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGwq5esEmc)%22%20d%3D%22M11%2015a1%201%200%200%201%201-1h9a1%201%200%201%201%200%202h-9a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGwq5esEmc)%22%20d%3D%22M11%2018a1%201%200%200%201%201-1h6a1%201%200%201%201%200%202h-6a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGqhQTjbCf)%22%20d%3D%22M4.25%204A2.25%202.25%200%200%200%202%206.25v2.5A2.25%202.25%200%200%200%204.25%2011h2.5A2.25%202.25%200%200%200%209%208.75v-2.5A2.25%202.25%200%200%200%206.75%204zm0%209A2.25%202.25%200%200%200%202%2015.25v2.5A2.25%202.25%200%200%200%204.25%2020h2.5A2.25%202.25%200%200%200%209%2017.75v-2.5A2.25%202.25%200%200%200%206.75%2013z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGwq5esEmc%22%20x1%3D%229.35%22%20x2%3D%2220.9%22%20y1%3D%223%22%20y2%3D%2219%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%22SVGqhQTjbCf%22%20x1%3D%223.665%22%20x2%3D%227.232%22%20y1%3D%226.127%22%20y2%3D%2219.147%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-detail-24.svg?color=%231a73e8&size=48