npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@houstonicons/ionic

v1.1.0

Published

A library of icons for Angular

Readme

image


Welcome to the professional edition of Houston for Ionic — an extensive library of meticulously crafted icons designed to elevate the visual appeal of your web and mobile applications. With Houston Ionic Pro, you gain access to a vast selection of icons tailored to suit every need, allowing for highly customizable and dynamic user interfaces.

Thousands of designers, developers, and content creators use Houston Pro for unlimited personal and commercial projects, making it one of the most versatile and user-friendly icon libraries available.

Discover more at our website: houston.com

image

Table of Contents

General Usage

Icons can be downloaded from the Houston website and used in your projects. The icons are available in SVG format and can be easily integrated into your applications.

Features

Autocomplete for Efficiency

Swiftly find the icon you need with our intuitive autocomplete feature, streamlining your design process.

Customizable Size

Freedom to scale: adjust icon sizes effortlessly to match your design requirements.

Multiple Variants

Seven distinct variants ensure that you can select the perfect style to match your project's aesthetics.

Unlimited Colors

Customize icon colors with ease, giving you the ability to maintain consistency with your brand's color palette.

Expansive Library

Access over 27,000 icons within the library, ensuring you'll find the exact icon for every context.

Installation

To start using HoustonIcons-Ionic in your project, install the package via npm:

npm install @houstonicons/ionic

Or via yarn:

yarn add @houstonicons/ionic

Usage Examples

Import the icons you need from the library and integrate them into your Ionic components. Here's how you can customize the icons to fit your needs:

Important

Once installed, in your .component.ts you will be able to import HoustonIconsModule, and individual icons from the @houstonicons/Ionic package:

import { HoustonIconsModule } from '@houstonicons/ionic'

@NgModule {(
  imports: [...,HoustonIconsModule],
)}

Control Icon Size

Adjust the size of your icons by passing a size input:

    <houston-home-01-icon 
      [size]="48" // Custom size
    ></houston-abacus-icon>

Customize Icon Color

Change the color of your icons by passing a color input:

    <houston-marketing-icon 
      [color]="'#00FF00'" // Green color
    ></houston-abacus-icon>

Adjust Icon Corners

Easily modify the corner style of your icons by using the type input:

    <houston-list-setting-icon 
      [type]="'rounded'" // Rounded corners
    ></houston-abacus-icon>

Control Icon Fill Type

Set the fill style of your icons using the variant input:

export class ExampleComponent {}

    <houston-add-square-icon 
      [variants]="'solid'" // Solid fill
    ></houston-abacus-icon>

Live Example

Explore a live demonstration of Houston Ionic Pro in action at Houston Pro Example. This example showcases the versatility and ease of customizing our icons to fit your design needs, providing a hands-on experience with the icon collection.

FAQ

Q: How can I download and use free Ionic icons from Houston Ionic Icons? A: You can install the package via npm or yarn and then import the Ionic icons into your Ionic components. Detailed package installation instructions are provided in the Installation section.

Q: Are these Ionic icons customizable in terms of size and color? A: Yes, all Ionic icons are fully customizable. You can adjust their size, color, and other properties easily within your Ionic application. See Usage Examples for more information.

Q: Is there a live demo where I can see these Ionic icons in action? A: Yes, we have a live example available at Houston Ionic Example. It showcases the usage of various Ionic icons and their customization options.

Q: Are the Ionic icons from Houston Ionic Icons free for commercial use? A: Houston Ionic Pro is licensed for commercial use, adhering to the CC0-1.0. Please review the license details for more information.


License

Houston Ionic is licensed under the CC0 1.0 Universal (CC0 1.0) Public Domain Dedication. This means you can use, modify, distribute, and even use the icons for private or commercial purposes, without any restrictions. No attribution is required, but it's appreciated.

For more details, see the LICENSE.md file in the repository.


image

Enjoy the seamless integration of premium icons with Houston Ionic Pro and take your application to the next level!