<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>ICNS on Jingyuan</title>
        <link>https://jingyuan-zheng.github.io/tags/icns/</link>
        <description>Recent content in ICNS on Jingyuan</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en-US</language>
        <copyright>Jingyuan Zheng</copyright>
        <lastBuildDate>Fri, 07 Aug 2026 18:00:00 +0200</lastBuildDate><atom:link href="https://jingyuan-zheng.github.io/tags/icns/index.xml" rel="self" type="application/rss+xml" /><item>
            <title>macOS Default Icons Locations: Apple Mac System Icon Paths, ICNS Files, and Assets.car</title>
            <link>https://jingyuan-zheng.github.io/p/macos-default-icons-locations-icon-finder/</link>
            <pubDate>Fri, 07 Aug 2026 18:00:00 +0200</pubDate>
            <guid>https://jingyuan-zheng.github.io/p/macos-default-icons-locations-icon-finder/</guid>
            <description>&lt;img src=&#34;https://jingyuan-zheng.github.io/img/macos-default-icons-locations-icon-finder/featured.png&#34; alt=&#34;Featured image of post macOS Default Icons Locations: Apple Mac System Icon Paths, ICNS Files, and Assets.car&#34; /&gt;&lt;p&gt;This guide introduces &lt;strong&gt;Icon Finder&lt;/strong&gt;, a macOS app for finding, copying, and inspecting Apple Mac system icons, application icons, &lt;code&gt;.icns&lt;/code&gt; files, folder decoration icons, and &lt;code&gt;Assets.car&lt;/code&gt; resources.&lt;/p&gt;&#xA;&lt;div class=&#34;post-figure&#34;&gt;&#xA;    &lt;img src=&#34;https://jingyuan-zheng.github.io/img/macos-default-icons-locations-icon-finder/featured.png&#34; alt=&#34;Icon Finder application icon&#34;&gt;&#xA;    &lt;div class=&#34;caption&#34;&gt;Icon Finder brings scattered macOS icon resources into one searchable window.&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;h2 id=&#34;why-is-finding-a-mac-system-icon-so-difficult&#34;&gt;Why is finding a Mac system icon so difficult?&#xA;&lt;/h2&gt;&lt;p&gt;If you want to change the icon of a small app, decorate a folder, or reuse an icon that already ships with macOS, the hard part is usually not the copy-and-paste step. The hard part is finding the resource in the first place.&lt;/p&gt;&#xA;&lt;p&gt;Common problems include:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;not knowing where Apple Mac built-in icons are stored;&lt;/li&gt;&#xA;&lt;li&gt;finding one system path in an old post, but having to search again for the next icon;&lt;/li&gt;&#xA;&lt;li&gt;seeing &lt;code&gt;.icns&lt;/code&gt;, application resource folders, and &lt;code&gt;Assets.car&lt;/code&gt; spread across unrelated locations;&lt;/li&gt;&#xA;&lt;li&gt;opening many web pages, Finder windows, and Terminal windows just to compare a few files;&lt;/li&gt;&#xA;&lt;li&gt;forgetting which path contained the icon you wanted;&lt;/li&gt;&#xA;&lt;li&gt;finding an &lt;code&gt;Assets.car&lt;/code&gt; file without knowing what it is or how to browse it.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The information exists, but it is scattered. A search engine can find a path, yet it does not give you a useful visual catalog of the files inside that path.&lt;/p&gt;&#xA;&lt;h2 id=&#34;icon-finder-puts-the-search-in-one-place&#34;&gt;Icon Finder puts the search in one place&#xA;&lt;/h2&gt;&lt;p&gt;Icon Finder collects the macOS locations where system and application icons may be found and presents them as a single browser. It lets you:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;browse common macOS system icon directories;&lt;/li&gt;&#xA;&lt;li&gt;browse CoreServices apps, System Applications, and User Applications;&lt;/li&gt;&#xA;&lt;li&gt;search by icon name or full path;&lt;/li&gt;&#xA;&lt;li&gt;click once to copy the icon itself;&lt;/li&gt;&#xA;&lt;li&gt;hold &lt;code&gt;⌥ Option&lt;/code&gt; while clicking to copy the containing folder;&lt;/li&gt;&#xA;&lt;li&gt;right-click to open the original folder, copy a path, or reveal an item in Finder;&lt;/li&gt;&#xA;&lt;li&gt;filter by system/user collection and resource type;&lt;/li&gt;&#xA;&lt;li&gt;import your own folders from Settings;&lt;/li&gt;&#xA;&lt;li&gt;open &lt;code&gt;Assets.car&lt;/code&gt;, search its resources, and preview icon-like entries.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The app opens on &lt;strong&gt;All Icons&lt;/strong&gt;. The sidebar lists the locations, while the main grid shows the matching resources (see Figure 1).&lt;/p&gt;&#xA;&lt;div class=&#34;post-figure&#34;&gt;&#xA;    &lt;img src=&#34;https://jingyuan-zheng.github.io/img/macos-default-icons-locations-icon-finder/main-en.png&#34; alt=&#34;Icon Finder English main window showing system icon directories&#34;&gt;&#xA;    &lt;div class=&#34;caption&#34;&gt;Figure 1: The main browser combines icon directories in the sidebar with a searchable icon grid.&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;h2 id=&#34;download-and-install-icon-finder&#34;&gt;Download and install Icon Finder&#xA;&lt;/h2&gt;&lt;p&gt;To download a packaged DMG, visit the &lt;a class=&#34;link&#34; href=&#34;https://github.com/Jingyuan-Zheng/macos-icon-finder&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Icon Finder project page&lt;/a&gt; and open its Releases section to get the latest version. Open the DMG and drag &lt;code&gt;Icon Finder.app&lt;/code&gt; to &lt;code&gt;Drag to Here&lt;/code&gt;. The app supports macOS 13 or later.&lt;/p&gt;&#xA;&lt;p&gt;If this project is useful to you, please consider giving it a &lt;strong&gt;Star&lt;/strong&gt; to encourage the author.&lt;/p&gt;&#xA;&lt;p&gt;This release is not notarized by Apple. If macOS warns that the developer cannot be verified the first time you open it, use Finder’s &lt;strong&gt;Open&lt;/strong&gt; command or confirm the app in &lt;strong&gt;System Settings → Privacy &amp;amp; Security&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;If macOS says that “Icon Finder” is damaged and cannot be opened, first make sure the app came from the official GitHub Release. Then remove the quarantine attribute from the installed app in Terminal:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;xattr -dr com.apple.quarantine &lt;span class=&#34;s2&#34;&gt;&amp;#34;/Applications/Icon Finder.app&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;p&gt;Open the app again after the command finishes. It removes only the downloaded-file quarantine attribute from this app; it does not modify the application code.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-to-find-and-copy-an-icon&#34;&gt;How to find and copy an icon&#xA;&lt;/h2&gt;&lt;h3 id=&#34;find-a-system-icon&#34;&gt;Find a system icon&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;Open Icon Finder. It starts on &lt;strong&gt;All Icons&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Choose a sidebar directory, or keep &lt;strong&gt;All Icons&lt;/strong&gt; if you do not know where the resource is.&lt;/li&gt;&#xA;&lt;li&gt;Search by part of the icon name or path.&lt;/li&gt;&#xA;&lt;li&gt;Click an icon card to copy the icon itself.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;You can paste the copied icon into Finder’s Get Info window, Preview, a design app, or another document.&lt;/p&gt;&#xA;&lt;h3 id=&#34;copy-the-containing-folder&#34;&gt;Copy the containing folder&#xA;&lt;/h3&gt;&lt;p&gt;Hold &lt;code&gt;⌥ Option&lt;/code&gt; while clicking an icon. Icon Finder copies the path of the folder containing that icon instead of copying the icon image. This is useful when you want to inspect nearby resources in Finder.&lt;/p&gt;&#xA;&lt;p&gt;You can also right-click an icon to copy its path, copy its containing folder, or reveal it in Finder.&lt;/p&gt;&#xA;&lt;h3 id=&#34;keyboard-shortcuts&#34;&gt;Keyboard shortcuts&#xA;&lt;/h3&gt;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Action&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Result&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Click an icon&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Copy the icon itself&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Hold &lt;code&gt;⌥ Option&lt;/code&gt; and click an icon&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Copy the containing folder path&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;⌥⌘R&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Reload icon directories&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;⌃⌘S&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Show or hide the sidebar&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;The same filters are available from the toolbar and from the macOS &lt;strong&gt;View → Icon Filters&lt;/strong&gt; menu (see Figure 2).&lt;/p&gt;&#xA;&lt;div class=&#34;post-figure&#34;&gt;&#xA;    &lt;img src=&#34;https://jingyuan-zheng.github.io/img/macos-default-icons-locations-icon-finder/filter-en.png&#34; alt=&#34;Icon Finder English filter menu with icon collections and file types&#34;&gt;&#xA;    &lt;div class=&#34;caption&#34;&gt;Figure 2: Filter by icon source and resource type.&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;h2 id=&#34;how-to-change-the-icon-of-an-app-or-folder&#34;&gt;How to change the icon of an app or folder&#xA;&lt;/h2&gt;&lt;p&gt;Icon Finder finds and copies the artwork. The actual replacement uses Finder’s built-in &lt;strong&gt;Get Info&lt;/strong&gt; workflow. Apple documents the same process in &lt;a class=&#34;link&#34; href=&#34;https://support.apple.com/en-gb/guide/mac-help/-mchlp2313/mac&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;Customise the look of folders and files on Mac&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;change-a-folder-icon&#34;&gt;Change a folder icon&#xA;&lt;/h3&gt;&lt;ol&gt;&#xA;&lt;li&gt;Find an icon in Icon Finder and click it to copy the icon.&lt;/li&gt;&#xA;&lt;li&gt;Select the target folder in Finder.&lt;/li&gt;&#xA;&lt;li&gt;Press &lt;code&gt;⌘ Command + I&lt;/code&gt; to open &lt;strong&gt;Get Info&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Click the &lt;strong&gt;small icon&lt;/strong&gt; at the top-left of the Info window, below the title.&lt;/li&gt;&#xA;&lt;li&gt;Press &lt;code&gt;⌘ Command + V&lt;/code&gt; to paste the icon.&lt;/li&gt;&#xA;&lt;li&gt;Close the Info window.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;The small icon at the top-left is the important part. Do not click the large preview in the middle of the window. If Paste is unavailable, the small icon may not be selected or the folder may not be writable.&lt;/p&gt;&#xA;&lt;div class=&#34;post-figure&#34;&gt;&#xA;    &lt;img src=&#34;https://jingyuan-zheng.github.io/img/macos-default-icons-locations-icon-finder/folder-info.png&#34; alt=&#34;Finder Get Info window with the small folder icon selected&#34;&gt;&#xA;    &lt;div class=&#34;caption&#34;&gt;Figure 3: Select the small icon below the title in Finder’s Get Info window.&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;h3 id=&#34;change-an-application-icon&#34;&gt;Change an application icon&#xA;&lt;/h3&gt;&lt;p&gt;The steps are the same for a regular &lt;code&gt;.app&lt;/code&gt;:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Copy an icon in Icon Finder.&lt;/li&gt;&#xA;&lt;li&gt;Select the app in the Applications folder.&lt;/li&gt;&#xA;&lt;li&gt;Press &lt;code&gt;⌘ Command + I&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Click the small icon at the top-left.&lt;/li&gt;&#xA;&lt;li&gt;Press &lt;code&gt;⌘ Command + V&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;macOS may ask for an administrator password when changing an app in the Applications folder. An app update may restore its original icon. System apps and protected locations such as &lt;code&gt;/System&lt;/code&gt; and &lt;code&gt;/Library&lt;/code&gt; may not be writable; do not disable system protection just to change an icon.&lt;/p&gt;&#xA;&lt;h3 id=&#34;restore-the-original-icon&#34;&gt;Restore the original icon&#xA;&lt;/h3&gt;&lt;p&gt;Open Get Info again, select the small icon at the top-left, and press &lt;code&gt;⌘ Command + X&lt;/code&gt;, or choose &lt;strong&gt;Edit → Cut&lt;/strong&gt;. Finder will remove the custom icon and return to the default appearance.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-is-assetscar-and-how-do-you-open-it&#34;&gt;What is &lt;code&gt;Assets.car&lt;/code&gt;, and how do you open it?&#xA;&lt;/h2&gt;&lt;p&gt;Many newer Apple apps do not store every icon as a separate &lt;code&gt;.icns&lt;/code&gt; file. Instead, they package icons, colors, sizes, and other interface resources into an &lt;code&gt;Assets.car&lt;/code&gt; catalog. It is not a normal image file and cannot be meaningfully previewed by double-clicking it.&lt;/p&gt;&#xA;&lt;p&gt;In Icon Finder:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Find an &lt;code&gt;Assets.car&lt;/code&gt; item in the browser.&lt;/li&gt;&#xA;&lt;li&gt;Click it to open the catalog viewer.&lt;/li&gt;&#xA;&lt;li&gt;Search resource names.&lt;/li&gt;&#xA;&lt;li&gt;Preview icon-like resources, or right-click to copy the resource name and catalog path.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div class=&#34;post-figure&#34;&gt;&#xA;    &lt;img src=&#34;https://jingyuan-zheng.github.io/img/macos-default-icons-locations-icon-finder/assets-car-en.png&#34; alt=&#34;Icon Finder English Assets.car resource browser&#34;&gt;&#xA;    &lt;div class=&#34;caption&#34;&gt;Figure 4: Search resource names and preview icon-like Assets.car entries.&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;For technical users, the app reads catalog metadata with Apple’s &lt;code&gt;assetutil&lt;/code&gt; and generates previews with &lt;code&gt;iconutil&lt;/code&gt;. Preview files are created temporarily and removed afterwards; the app does not intentionally maintain a permanent cache. Application locations are limited to &lt;code&gt;.icns&lt;/code&gt; and &lt;code&gt;.car&lt;/code&gt; so that large collections of ordinary PNG files do not overwhelm the browser.&lt;/p&gt;&#xA;&lt;h2 id=&#34;macos-default-icons-locations&#34;&gt;macOS Default Icons Locations&#xA;&lt;/h2&gt;&lt;p&gt;The following fixed directories are included in Icon Finder. Many macOS built-in icon resources are stored in these folders. The exact contents can differ between macOS releases, and a directory may be unavailable if it is not present or the current process lacks permission.&lt;/p&gt;&#xA;&lt;h3 id=&#34;coretypes-system-icons&#34;&gt;CoreTypes system icons&#xA;&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;h3 id=&#34;scsi-architecture-resources&#34;&gt;SCSI architecture resources&#xA;&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;/System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/Resources/&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;h3 id=&#34;storage-system-resources&#34;&gt;Storage system resources&#xA;&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;/System/Library/Extensions/IOStorageFamily.kext/Contents/Resources/&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;h3 id=&#34;iconsetresources&#34;&gt;IconsetResources&#xA;&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;/System/Library/CoreServices/IconsetResources.bundle/Contents/Resources/&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;h3 id=&#34;systemdesktopappearance-resources&#34;&gt;SystemDesktopAppearance resources&#xA;&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;/System/Library/PrivateFrameworks/SystemDesktopAppearance.framework/Versions/A/Resources/&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;h3 id=&#34;iconfoundation-resources&#34;&gt;IconFoundation resources&#xA;&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;/System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/Resources/&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;h3 id=&#34;mobiledevices-resources&#34;&gt;MobileDevices resources&#xA;&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;/System/Library/Templates/Data/System/Library/CoreServices/CoreTypes.bundle/Contents/Library/MobileDevices.bundle/Contents/Resources/&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;h3 id=&#34;coreservices-application-resources&#34;&gt;CoreServices application resources&#xA;&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;/System/Library/CoreServices/*.app/Contents/Resources/&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;h3 id=&#34;system-application-resources&#34;&gt;System application resources&#xA;&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;/System/Applications/*.app/Contents/Resources/&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;h3 id=&#34;user-application-resources&#34;&gt;User application resources&#xA;&lt;/h3&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;/Applications/*.app/Contents/Resources/&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;p&gt;The application paths above mean that Icon Finder enters each matching &lt;code&gt;.app&lt;/code&gt; bundle and reads its &lt;code&gt;Contents/Resources/&lt;/code&gt; directory. Application scans focus on &lt;code&gt;.icns&lt;/code&gt; and &lt;code&gt;Assets.car&lt;/code&gt; to avoid loading every ordinary image in an app bundle.&lt;/p&gt;&#xA;&lt;p&gt;This is a resource file inside the first directory, not another directory:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Assets.car&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;p&gt;Folders imported through Settings are also scanned recursively. Custom locations can contain &lt;code&gt;.icns&lt;/code&gt;, &lt;code&gt;.car&lt;/code&gt;, PNG, JPG/JPEG, TIFF/TIF, GIF, BMP, and PDF resources.&lt;/p&gt;&#xA;&lt;h2 id=&#34;frequently-asked-questions&#34;&gt;Frequently asked questions&#xA;&lt;/h2&gt;&lt;h3 id=&#34;why-is-a-directory-unavailable&#34;&gt;Why is a directory unavailable?&#xA;&lt;/h3&gt;&lt;p&gt;macOS versions do not contain exactly the same system resources. System protection and file permissions can also prevent access. Icon Finder does not modify these protected locations; it shows them when they can be read.&lt;/p&gt;&#xA;&lt;h3 id=&#34;what-is-the-difference-between-icns-and-assetscar&#34;&gt;What is the difference between &lt;code&gt;.icns&lt;/code&gt; and &lt;code&gt;Assets.car&lt;/code&gt;?&#xA;&lt;/h3&gt;&lt;p&gt;An &lt;code&gt;.icns&lt;/code&gt; file is usually a directly usable icon resource. &lt;code&gt;Assets.car&lt;/code&gt; is a catalog that can contain many sizes, states, colors, and resource types, so it needs to be parsed before its contents can be inspected.&lt;/p&gt;&#xA;&lt;h3 id=&#34;why-can-a-path-exist-but-the-icon-be-missing&#34;&gt;Why can a path exist but the icon be missing?&#xA;&lt;/h3&gt;&lt;p&gt;Icon names and directory contents change with macOS releases, Apple app versions, and installed software. The paths above are a location collection, not a guarantee that every Mac contains the same files. Start with &lt;strong&gt;All Icons&lt;/strong&gt; and search by name, then narrow the result with the sidebar.&lt;/p&gt;&#xA;&lt;h2 id=&#34;summary&#34;&gt;Summary&#xA;&lt;/h2&gt;&lt;p&gt;Finding a Mac system icon should not require a chain of scattered web searches, forgotten paths, and a dozen open Finder windows. Icon Finder collects the likely macOS icon directories in one place so you can browse, search, copy, and inspect &lt;code&gt;Assets.car&lt;/code&gt; resources in one workflow.&lt;/p&gt;&#xA;&lt;p&gt;For a quick folder or app customisation workflow: &lt;strong&gt;open Icon Finder → find an icon → click to copy → press &lt;code&gt;⌘I&lt;/code&gt; in Finder → select the small icon → press &lt;code&gt;⌘V&lt;/code&gt;&lt;/strong&gt;.&lt;/p&gt;&#xA;</description>
        </item></channel>
</rss>
