tabler-icons | 4200 free MIT-licensed high | Icon library

 by   tabler HTML Version: v2.22.0 License: MIT

kandi X-RAY | tabler-icons Summary

kandi X-RAY | tabler-icons Summary

tabler-icons is a HTML library typically used in User Interface, Icon applications. tabler-icons has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.

A set of over 1450 free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              tabler-icons has a medium active ecosystem.
              It has 15432 star(s) with 762 fork(s). There are 105 watchers for this library.
              There were 5 major release(s) in the last 12 months.
              There are 183 open issues and 349 have been closed. On average issues are closed in 38 days. There are 5 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of tabler-icons is v2.22.0

            kandi-Quality Quality

              tabler-icons has 0 bugs and 0 code smells.

            kandi-Security Security

              tabler-icons has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              tabler-icons code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              tabler-icons is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              tabler-icons releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              tabler-icons saves you 6577 person hours of effort in developing the same functionality from scratch.
              It has 20761 lines of code, 1 functions and 1567 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed tabler-icons and discovered the below as its top functions. This is intended to give you an instant insight into tabler-icons implemented functionality, and help decide if they suit your requirements.
            • Create a compiled template .
            • Icon indentation .
            • icon - border
            • creates a css left corner
            • icons layout - align
            • returns icon list
            • creates a cross - browser
            • Icon table .
            • Generates an icon for a badge .
            • Draws the icon .
            Get all kandi verified functions for this library.

            tabler-icons Key Features

            No Key Features are available at this moment for tabler-icons.

            tabler-icons Examples and Code Snippets

            No Code Snippets are available at this moment for tabler-icons.

            Community Discussions

            QUESTION

            Can I supply image icons in Java in a higher resolution to avoid blurred icons after scaling?
            Asked 2022-Feb-22 at 18:11

            I am designing a GUI with Java Swing and AWT (Java 8) and am struggling with the icons I use.

            I load a large PNG image and scale it to 18x18px and then use it in a button or label. It works well in all resolutions when the operating system does not zoom in.

            However, with the advent of large screen resolutions (hidpi), it is common practice to use operating system settings to zoom in on user interface controls, including buttons and such things in Java applications. For example, on Windows I use a 150% or 200% scaling of user elements with my 4K resolution to ensure the user interface is still usable. I imagine many users will do so as well.

            When that is the case, however, the icons are merely increased in size after already scaling them down to 18x18px. That is, I first scale them down and then the operating system tries to scale them up again with the little information that is still left in the image.

            Is there any way to design image icons in Java that are based on a higher resolution when the zooming/scaling capabilities of the operating system are used in order to avoid them appearing blurred?

            Here is a working example:

            ...

            ANSWER

            Answered 2022-Feb-15 at 21:36

            Java 8 does not support High DPI, the UI gets scaled up by Windows. You should use Java 11 or a later version which support per-monitor High DPI settings.

            If your goal is to make the icons look crisp, prepare a set of icons for different resolutions using BaseMultiResolutionImage (the basic implementation of MultiResolutionImage) to provide higher resolution alternatives. (These are not available in Java 8.)

            You say that you scaled down the original image (240×240) to 18×18px. If the UI needs a higher resolution according to the system setting, all it has now is your small icon (18×18) which will be scaled up, which results in poor quality. You should use a MultiResolutionImage or paint the original image into the required size, letting Graphics to scale it down for you.

            No Down-Scale

            This is the simplest way I came up with to make the icon 18×18 without downscaling the original image:

            Source https://stackoverflow.com/questions/70672430

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install tabler-icons

            or just download from Github.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Icon Libraries

            Font-Awesome

            by FortAwesome

            feather

            by feathericons

            ionicons

            by ionic-team

            heroicons

            by tailwindlabs

            Try Top Libraries by tabler

            tabler

            by tablerHTML

            tabler-react

            by tablerCSS

            tabler-vue

            by tablerJavaScript

            tabler-angular

            by tablerTypeScript

            tabler-angular-firebase

            by tablerTypeScript