docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Iconography

    The Iconography category includes more than 200 icons. The icons are provided as PNG files and are set up to be loaded via USS classes. The Icon UI component uses these USS classes to load the appropriate icon.

    Usage

    The Icon UI component is used to display an icon.

    <Icon name="icon-name" />
    

    Note that by default, all icons are white. To change the color of an icon, you can use the --unity-image-tint-color custom USS property. For example, to tint the add icon blue, you would use the following code:

    .icon-blue {
        --unity-image-tint-color: blue;
    }
    

    About Vector Graphics

    We are working on integrating Vector Graphics support for icons in a future release. This will allow for more customizable features, such as custom thickness and multi-color support.

    Stay tuned for updates on this feature!

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)