Profile Shelf — Windows Library Folders
A clean two-tone folder-tab pack covering the twelve folders in a Windows user profile, from Documents to Saved Games. Each folder carries a single white symbol on its own saturated hue, so a shelf of them reads instantly as one coordinated system. Built for Windows desktop customization and web file-manager UIs.
Profile Shelf — Windows Library Folders
Every Windows account ships with the same twelve profile folders, and the default yellow tabs make them impossible to tell apart at a glance. Profile Shelf replaces them one-for-one: a distinct brand hue per folder and a flat white glyph that names its contents — a page for Documents, a down-arrow for Downloads, a star for Favorites. Drop them onto any library location and the whole shelf snaps into a legible, colour-coded set.
Format: SVG + ICO + PNG. Every icon ships as vector source in Icons/SVG/, a transparent 1024x1024 PNG in Icons/PNG/, and a multi-size Windows .ico (16-256 px) in Icons/ICO/.
Using them: drop an .ico onto a folder via Properties → Customize → Change Icon, or onto a shortcut via Properties → Shortcut → Change Icon. The SVGs are the source art for web, docs, and app UI — they stay sharp at any size; the PNGs are there for anything that can't take a vector.
Container: folder-tab — a front-facing folder with a tab on its upper-left, drawn flat and straight-on. Every icon in the pack shares it at the same scale.
Icons in this pack
- Documents: A dog-eared page with text lines — the universal document mark.
(.svg · .ico) - Downloads: A down-arrow dropping into a tray — the standard download action.
(.svg · .ico) - Pictures: A framed landscape with sun and peaks — a photo thumbnail.
(.svg · .ico) - Music: A single eighth note — the plainest sign for audio.
(.svg · .ico) - Videos: A play triangle in a frame — the click-to-watch symbol.
(.svg · .ico) - Desktop: A monitor on a stand — the desktop surface itself.
(.svg · .ico) - 3D Objects: An isometric cube — the folder for 3D models.
(.svg · .ico) - Contacts: A head-and-shoulders bust — one person, the address book.
(.svg · .ico) - Favorites: A star — the bookmark and favourites mark.
(.svg · .ico) - Links: Two interlocked rings — a chain link, for shortcuts.
(.svg · .ico) - Saved Games: A game controller — the saved-games store.
(.svg · .ico) - Searches: A magnifying glass — saved search queries.
(.svg · .ico)
Prompt
Generation Prompts
- Concept model:
claude --print— claude-opus-4-8 - Glyph model:
claude --print— claude-opus-4-8 (SVG drawn directly, not an image model) - Format: SVG + ICO + PNG —
.svg(source) +.ico(Windows multi-size) +.png(1024x1024 RGBA) - Rasterizer: cairosvg, each
.icoentry rendered from the vector at its own size - Container: drawn by the generator, not the model — identical across the pack by construction
Pack Prompt
You are a senior icon designer producing a commercial icon pack for Windows desktop and web use — the kind sold on Iconfinder or posted on DeviantArt, not a stock-illustration set.
Design a cohesive pack of 12 icons on the theme: Windows Library Folders — Documents, Downloads, Pictures, Music, Videos, Desktop — folder tabs.
This step is the concept only. You are not drawing anything yet — a second pass draws each symbol as SVG, and the container shape, the tile gradient, and the final document are generated by code. Your job is to decide what the pack is, who its twelve members are, and what colours it uses.
What a pack is
A pack is one category of similar, nameable things, drawn in one shared visual system. Think "Brave, Chrome, Edge, Firefox, Opera, Safari, Vivaldi" — or "Box, Dropbox, Google Drive, iCloud, Mega, OneDrive" — or "Photoshop, Illustrator, Figma, Canva, Affinity Designer". Twelve members of the same family, each instantly identifiable, all cut from the same cloth.
Name the real things. If the theme is browsers, name the actual browsers. If it is AI coding tools, name Claude Code, Cursor, Copilot, Codex. If it is cloud storage, name the real services. A pack of abstract inventions ("Chroma Bell", "Nebula Cloud", "Prism Home") is a failure — that is not what this is for.
But design an original mark for each. Do NOT reproduce a company's trademarked logo. Take the product's idea — what it does, its colour, its silhouette — and draw a fresh symbol for it in the pack's style. A Dropbox icon is a box or a stack of blue facets; a terminal tool is a prompt caret; a vector editor is a pen nib on a path. The set should feel recognizable at a glance without copying anyone's artwork.
If a theme genuinely has no real-world members (e.g. "Website Page Icons — Cart, Checkout, Orders"), then the 12 members are the concrete pages or functions themselves, still named plainly.
The shared visual system
Pick ONE container shape for the whole pack. The renderer draws it for you, identically on all twelve — you only choose which one fits the theme:
container |
Use it for |
|---|---|
squircle-tile |
app icons, browsers, mobile/desktop apps, AI tools |
folder-tab |
anything described as a folder pack — Windows folder icons |
circle-badge |
social, profile, status, round-dock sets |
rounded-square |
system/utility/taskbar icons, settings panels |
drive-block |
storage, backup, drives, sync services |
bare-glyph |
page/UI icons meant to sit inline in a web layout |
Colour
The pack is two-tone by design, and that is what makes it read as a set:
- Each icon gets its own
tile_color— the container behind it. This is where a member's identity lives: Firefox orange, Dropbox blue, Spotify green. Pick a saturated, distinguishable hex per icon; no two should be near-identical, and all twelve should look like one palette family rather than a random assortment. - The whole pack shares ONE
glyph_color— the symbol drawn on top of every tile. Almost always#FFFFFF; use a very dark neutral (e.g.#1A1A22) only if the pack's tiles are all pale. - For a
bare-glyphpack there is no tile, sotile_colorbecomes the symbol's own colour andglyph_coloris ignored.
Every colour must be a plain 6-digit hex string like #3B82F6.
Describing each symbol
Each icon's glyph_brief is an instruction to whoever draws it, in flat geometric terms — what shapes, in what arrangement. "A rounded upward chevron over a horizontal baseline bar" is useful; "a beautiful modern representation of growth" is not. Keep every brief phrased the same way and at the same level of detail, so the twelve come out at one optical weight.
Two hard constraints on what you may ask for, because the drawing pass is validated against them:
- No lettering. The renderer has no fonts. If a member is best known by a letter, describe the letterform as geometry ("two vertical bars joined by a crossbar") or pick a non-letter symbol instead.
- One colour per symbol. The symbol is drawn in the pack's single
glyph_color, with transparency as the only available second shade. Do not ask for a multi-colour symbol.
Return a JSON object
"title"— a catchy name for the pack."slug"— a kebab-case slug."description"— 2-3 sentences on the pack's style and what it is for."introduction"— a short intro paragraph for the pack's documentation."metadata":"style"— the visual style in a few words (e.g. "Flat vector, solid fills, single-weight symbols")."container"— exactly one of:squircle-tile,folder-tab,circle-badge,rounded-square,drive-block,bare-glyph."glyph_color"— the one hex colour every symbol is drawn in."palette"— the tile colour family in a phrase (e.g. "saturated brand hues, one per member")."keywords"— a list of 5 keywords.
"icons"— a list of 12 objects, each with:"name"— the thing itself, named plainly ("Firefox", "Google Drive", "Checkout")."concept"— one line on what the symbol shows and why it reads as that thing."glyph_brief"— the flat geometric description of this one symbol, per the section above."tile_color"— this icon's container hex.
"caption"— a short notification caption (e.g. "12 flat-vector browser icons in SVG, ICO and PNG.").
Return the JSON object and nothing else.
Drawing Contract (the glyph call)
You are drawing the SYMBOLS for a cohesive icon pack as SVG.
Pack: Profile Shelf — Windows Library Folders
Theme: Windows Library Folders — Documents, Downloads, Pictures, Music, Videos, Desktop — folder tabs
Style: Flat vector, solid fills, single-weight white symbols
Container: every icon is placed by our renderer inside a front-facing folder with a tab on its upper-left, drawn flat and straight-on. YOU DO NOT DRAW THE CONTAINER, the tile, the background, or any border — those already exist. Draw only the symbol that sits inside.
## Rules — these are enforced by a validator, not by review
1. Draw each symbol in a plain square coordinate box from 0,0 to 100,100. Use the whole box; our renderer scales and centers it into the container for you.
2. Output BARE SVG shape elements only: `<path>`, `<circle>`, `<rect>`, `<ellipse>`, `<polygon>`, `<polyline>`, `<line>`, `<g>`. No `<svg>` wrapper, no XML declaration, no comments, no markdown fences.
3. **No `<text>` or `<tspan>`, ever.** The rasterizer has no fonts — a text element renders as nothing. If an icon needs a letterform, draw the letter as filled `<path>`/`<rect>` geometry.
4. No `<image>`, `<script>`, `<style>`, `<foreignObject>`, and no `href`/`src` pointing anywhere external. Nothing may be fetched at render time.
5. Colour: the symbol's default fill is already set to `#FFFFFF` by the renderer, so plain shapes need no fill attribute. You MAY set `fill="#FFFFFF"` explicitly, or use `fill-opacity` between 0.35 and 0.75 for a secondary shade. Do not introduce any other colour — one symbol colour plus its own transparency is what makes the pack read as a set.
6. Prefer solid filled shapes over strokes. If you do stroke, use `stroke="#FFFFFF"` with `stroke-width` between 6 and 9, plus `stroke-linecap="round"` and `stroke-linejoin="round"` — and use the SAME stroke width on every icon in the pack.
7. One optical weight across all twelve. Same visual density, same corner treatment, same level of detail. This is the single most important property of the set.
## Output format
For each icon, one delimiter line then its markup, nothing else:
=== ICON: <slug> ===
<path d="..."/>
Emit all 12 icons, in the order listed, using exactly the slugs given.
## The icons
- `documents` — **Documents**: A portrait rounded-rectangle page with its top-right corner folded down as a small triangle, and three short horizontal bars stacked in the lower half.
- `downloads` — **Downloads**: A downward arrow — a vertical shaft capped by a wide chevron head — sitting above a shallow horizontal bracket that is open along its top edge.
- `pictures` — **Pictures**: A rounded-square frame containing a small solid circle in the upper-left corner and two overlapping triangular peaks rising from the lower edge.
- `music` — **Music**: A filled oval note-head at lower-left with a vertical stem rising from its right side, topped by one short flag angled down to the right.
- `videos` — **Videos**: A solid right-pointing equilateral triangle centered inside a rounded-square frame.
- `desktop` — **Desktop**: A wide rounded-rectangle screen resting on a short central stem that meets a horizontal base bar.
- `3d-objects` — **3D Objects**: A hexagonal cube outline showing three faces, with three inner edges running from the outer vertices to a single meeting point at the center.
- `contacts` — **Contacts**: A solid circle for a head sitting above a wide, low rounded-semicircle shoulders shape, with a small gap between them.
- `favorites` — **Favorites**: A single solid five-pointed star, upright, centered in the tile.
- `links` — **Links**: Two identical rounded oblong rings, each an outline, overlapping along a diagonal so they appear interlocked.
- `saved-games` — **Saved Games**: A horizontal rounded-capsule body with a rounded grip bulging from each end, a small plus-shaped pad on the left face and two small solid circles on the right face.
- `searches` — **Searches**: A circular ring outline with a short thick diagonal handle extending from its lower-right toward the tile corner.