Showing 30 open source projects for "using"

View related business solutions
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 1
    Bootstrap Icons

    Bootstrap Icons

    Open source SVG icon library for Bootstrap

    ...Bootstrap Icons are published to npm, but they can also be manually downloaded if needed. Bootstrap Icons are SVGs, so you can include them into your HTML in a few ways depending on how your project is setup. We recommend using a width: 1em (and optionally height: 1em) for easy resizing via font-size. Embed your icons within the HTML of your page (as opposed to an external image file). Here we’ve used a custom width and height. Use the SVG sprite to insert any icon through the <use> element. Use the icon’s filename as the fragment identifier (e.g., toggles is #toggles). ...
    Downloads: 59 This Week
    Last Update:
    See Project
  • 2
    React Icons

    React Icons

    svg react icons of popular icon packs

    Include popular icons in your React projects easily with react-icons, which utilizes ES6 imports that allows you to include only the icons that your project is using. If your project grows in size, this option is available. This method has the trade-off that it takes a long time to install the package. Suitable for MeteorJS, Gatsbyjs etc. SVG is supported by all major browsers. With react-icons, you can serve only the needed icons instead of one big font file to the users, helping you to recognize which icons are used in your project. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    ImGuiFileDialog

    ImGuiFileDialog

    File Dialog for Dear ImGui

    ImGuiFileDialog is a file selection dialog built for (and using only) Dear ImGui. My primary goal was to have a custom pane with widgets according to file extension. This was not possible using other solutions. ImGuiFileDialog follows the master and docking branch of ImGui . currently ImGui 1.88. The commands create a lib directory where you can store any third-party dependencies used in your project, downloads the ImGuiFileDialog git repository and checks out the Lib_Only branch where the actual library code is located. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Primer Octicons

    Primer Octicons

    A scalable set of icons handcrafted by GitHub

    This repository contains several libraries. Each of them is in the lib/ folder and gives access to Octicons on a different platform/language. The octicons node.js library is the main JavaScript library. With a JavaScript API that can be used in a variety of applications. Select the icon frames you want to commit. Make sure the frames are either 16x16 or 24x24 and that you've outlined all strokes. Select the branch you want to commit to. You can choose an existing branch or create a new...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    iX Icons

    iX Icons

    Icon web font library for @siemens/ix

    Icon web font library for @siemens/ix. Using icons within your project. You need to install and load styling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Simple Icons

    Simple Icons

    SVG icons for popular brands

    ...Simply use the simple-icons npm package and specify a version in the URL. All icons are imported from a single file, where [ICON SLUG] is replaced by a capitalized slug. We highly recommend using a bundler that can tree shake such as webpack to remove the unused icon code. The icons are also available through our Packagist package.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Iconoir

    Iconoir

    An open source icons library with 1K+ icons

    ...A React library is available to install under the name iconoir-react. A Flutter library is available to install under the name iconoir_flutter. Iconoir is happily part of Framer now. To start using the icons, on the top menu, Insert > Graphics > Iconoir. You can switch between icons from the right sidebar in the editor. The class must always be "iconoir-" and then the name of the icon. The icons are display: inline-block and default to the current font size. You can control this by adjusting the ::before styles of the element.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    MaterialIcons for Godot

    MaterialIcons for Godot

    Templarian's Material Design Icons for Godot

    Templarian's Material-Design-Icons is a collection of icons for the Material Design specification. This addon provides the following nodes to use the icons in Godot. MaterialIcon: A node that displays an icon from the Material Design Icons collection. MaterialButton: A node that displays an icon from the Material Design Icons collection as a button (without label). It's also adds IconsFinder to the Godot's Tools menu. So you can find the icons easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Animated hamburger menu icons for React

    Animated hamburger menu icons for React

    Animated hamburger menu icons for React

    Hamburger menu icons for React, with CSS-driven transitions. Created to be as elegant and performant as possible. This means no JavaScript animations, no transitions on non-cheap properties and a small size. It is recommended to have a tap/click area of at least 48x48 pixels. Therefore, padding will be added around the icon to create a surface of exactly this size. Keyboard interaction is provided with the enter key, and the icon element has the recommended accessibility attributes (such as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easy-to-Use Website Accessibility Widget Icon
    Easy-to-Use Website Accessibility Widget

    An accessibility solution for quick website accessibility improvement.

    All in One Accessibility is an AI based accessibility tool that helps organizations to enhance the accessibility and usability of websites quickly.
    Learn More
  • 10
    Academicons

    Academicons

    An icon font for academics

    ...It can be used by itself, but its primary purpose is to be used as a supplementary package alongside a larger icon set. Go here to view the full icon set along with instructions for their use. The organization in question is already using a logo/icon of appropriate dimensions (roughly square). If that doesn't exist, then there's really not much that can be done, and the request will have to be ignored until such time that a logo/icon can be provided. An icon of appropriate resolution can be provided or linked to. Ideally, the provided file will be a vector file (e.g. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SFSafe Symbols

    SFSafe Symbols

    Safely access Apple's SF Symbols using static typing

    At WWDC 2019, Apple announced a new library of icons that came included with that year's new operating system versions. To browse them, there's a dedicated Mac app called SF Symbols. You can be sure your symbol code won't crash due to typos or symbol availability issues. This is because all symbols are tested via a CI (on the latest iOS & tvOS versions and also some earlier OS versions). Lookups in the SF Symbols app (e. g. about available layersets, available localizations & the look of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    IconTo

    IconTo

    Program to change folder icons and file types in Windows

    A program that allows the user to easily change the icon of a folder, disk partition, file type, or group of folders/partitions at once to any one you specify (ICO, PNG, JPG, DLL, etc.), these icons can be selected from your collection, or from those supplied with the program, as well as find the ones you need using the built-in function from the Internet with the ability to save them in your collection. For ease of use of the program, step-by-step instructions are built in, which show sequentially what actions need to be performed at the moment. Additionally, the program has the function of setting a note for a folder.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    Multi Icon

    Multi Icon

    Easily create stunning, high quality (256x256) multi-resolution icons

    Create stunning, high quality (256 x 256) multi-resolution icons (.ico) and "mainicon" resources (.res) with ease and reliability. Open an image from file, or paste one in with transparency, or drag and drop an image directly onto the corresponding icon resolutions, then save. The multi-resolution icon stores a 256 x 256 image in PNG format, and five images at 64 x 64, 48 x 48, 32 x 32, 24 x 24 and 16 x 16 in native Windows icon format for maximum compatibility, back to Windows...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    Terminal-Icons

    Terminal-Icons

    A PowerShell module to show file and folder icons in the terminal

    ...Icons for well-known files/folders are attempted to be used first before displaying an icon based on the file extension. Any files/folders that are not matched are shown using a generic file or folder icon. You must be using one of the fonts provided by Nerd Fonts for this module to work as these fonts include tons of custom glyphs/icons that are referenced by their unicode number. If using the default console in Windows and not something like VSCode, ConEmu, Terminus, etc., you may have issues getting a nerd font to be recognized correctly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    File Icon Font

    File Icon Font

    File icons in the file tree

    File icons in the file tree using vscode-material-icon-theme. Visit our website and check out the search feature, which has keywords identifying common icon names and styles. For example, if you search for "swift" we call up every icon that could possibly be used as an arrow. We've also included each icon's class name for easy copy/pasting when you're developing!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    atom-icon-fonts

    atom-icon-fonts

    Atom snippets for a variety of icon fonts

    Atom snippets for a variety of icon fonts. This package is also available for Sublime Text and Visual Studio Code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    IconPark

    IconPark

    Transform an SVG icon into multiple themes, and generate React icons

    IconPark gives access to more than 2000 high-quality icons, and introduces an interface for customizing your icons. Instead of using various SVG source files to achieve different themes, We implement a technology that transforms the attributes of a single SVG source file into multiple themes. Besides, we provide cross-platform components, including react-icons, vue-icons and svg-icons. So whether you are a designer or a developer, you can use them in your designs or your projects for free. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    olicons

    olicons

    olicons is a completely open-source icon set with crafted for designer

    olicons is a completely open-source icon set with crafted for designer and coder. You may use for any purpose, whether personal or commercial. Icons in olicons for immediate implementation to your apps or websites. The olicons will keep updating!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MaterialStyledDialogs

    MaterialStyledDialogs

    library that shows a customizable Material-based dialog

    Using the .withDarkerOverlay() method the library will apply a color filter to the header background. false by default.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    EMBL-EBI Icon fonts

    EMBL-EBI Icon fonts

    A collection of functional and scientific icons for EMBL-EBI sites

    Reference the fonts.css stylesheet automatically loads a range of icon fonts that you can use. Icons are added automatically through CSS using the :before feature in CSS, so they will appear before whatever piece of text you associate them with. To make this association, you need to include particular class and data-icon attributes in the relevant HTML element. This version brings the most user-facing changes in several years as we've added in far more "common" icons and simplified the font stack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SwiftIcons

    SwiftIcons

    Swift Library for Font Icons - this library

    A library for using different font icons. Swift Library for Font Icons: dripicons, emoji, font awesome, icofont, ionicons, linear icons, map icons, material icons, open iconic, state, weather. Now, you don't have to download different libraries to include different font icons. This SwiftIcons library helps you use icons from any of the following font icons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Ikonate

    Ikonate

    Fully customisable & accessible vector icons

    Ikonate are fully customizable & accessible*, well-optimized vector icons. To learn more about the project and generate the icons online, visit Ikonate. Customized SVG icons as stand-alone files (perfect for designers who don't want to edit code) Customised SVG sprite with an html demo. Customized html demo of the icons as inline SVG. To customise icons with CSS you need to use the icons as either inline SVG or SVG sprite. Ikonate is NOT accessible out of the box and will never be. We've...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    IconFont

    IconFont

    IconFont library for Swift. Support FontAwesome, Iconic, Ionicons, etc

    IconFont library for Swift. Support FontAwesome, Iconic, Ionicons, MaterialIcons, Octicons and custom icons. Using iconfont by Enum.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Payment-icons

    Payment-icons

    Payment / Ecommerce related svg icon packs

    ...The easiest way to consume these icons is to npm install from github and use your favorite toolchain to build fonts or sprites. You'll need to use the svg like you do any other image asset. Exactly how will depend on what you're using in your build process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Open Weather Icons

    Open Weather Icons

    Weather icon font and css themed icons

    ...Place the contents from the fonts and css folder in your project, assuming that your fonts are located under a ../fonts/ path relative to your CSS directory. The icons are displayed by using the i element and adding the base class owi and the icon class that you want, such as a owi owi-01d the code 01d is the icon code that you get from Open Weather Map.
    Downloads: 9 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next