All Projects → twbs → Icons

twbs / Icons

Licence: mit
Official open source SVG icon library for Bootstrap.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Handlebars
879 projects

Projects that are alternatives of or similar to Icons

Librecms
Free Open Source Content Management System, based on PHP, Bootstrap and jQuery.
Stars: ✭ 12 (-99.79%)
Mutual labels:  svg, icons, bootstrap
React Bootstrap Icons
React component for Bootstrap Icons
Stars: ✭ 71 (-98.76%)
Mutual labels:  svg, icons, bootstrap
Materialdesign
✒6200+ Material Design Icons from the Community
Stars: ✭ 9,669 (+68.6%)
Mutual labels:  svg, icons, bootstrap
Jam
Jam icons is a set of SVG icons designed for web projects, illustrations, print projects, etc. Licensed under MIT
Stars: ✭ 398 (-93.06%)
Mutual labels:  svg, icons
Svelte Awesome
Awesome SVG icon component for Svelte JS, built with Font Awesome icons. Based on Justineo/vue-awesome
Stars: ✭ 193 (-96.63%)
Mutual labels:  svg, icons
Small N Flat
svg icons on a 24px grid
Stars: ✭ 205 (-96.43%)
Mutual labels:  svg, icons
Feathericon
simply generic vector icon collection - including sketch file, svg files, and font files.
Stars: ✭ 178 (-96.9%)
Mutual labels:  svg, icons
Mega Doodles Pack
🔥 Big vector pack with hand-drawn doodles for presentations, social media, blog posts and so on
Stars: ✭ 258 (-95.5%)
Mutual labels:  svg, icons
React Kawaii
Cute SVG React Components
Stars: ✭ 2,709 (-52.76%)
Mutual labels:  svg, icons
Grayshift
A lightweight front-end component library for developing fast and powerful web interfaces.
Stars: ✭ 304 (-94.7%)
Mutual labels:  svg, icons
Ikonate
Fully customisable & accessible vector icons
Stars: ✭ 3,392 (-40.85%)
Mutual labels:  svg, icons
Webicon
Icon library
Stars: ✭ 190 (-96.69%)
Mutual labels:  svg, icons
Richpath
💪 Rich Android Path. 🤡 Draw as you want. 🎉 Animate much as you can.
Stars: ✭ 2,259 (-60.61%)
Mutual labels:  svg, icons
React Svg Buttons
React configurable animated svg buttons
Stars: ✭ 209 (-96.36%)
Mutual labels:  svg, icons
Vue Eva Icons
Is a pack of more than 480 beautiful open source Eva icons as Vue components
Stars: ✭ 189 (-96.7%)
Mutual labels:  svg, icons
Vectorlogozone
3,000+ gorgeous SVG logos, perfect for your README or credits page
Stars: ✭ 239 (-95.83%)
Mutual labels:  svg, icons
Devicon
Set of icons representing programming languages, designing & development tools
Stars: ✭ 4,536 (-20.91%)
Mutual labels:  svg, icons
Iconpark
🍎Transform an SVG icon into multiple themes, and generate React icons,Vue icons,svg icons
Stars: ✭ 4,924 (-14.14%)
Mutual labels:  svg, icons
Bytesize Icons
Tiny style-controlled SVG iconset (101 icons, 12kb)
Stars: ✭ 3,662 (-36.15%)
Mutual labels:  svg, icons
File Icon Vectors
A collection of file type icons in SVG format
Stars: ✭ 171 (-97.02%)
Mutual labels:  svg, icons

Bootstrap logo

Bootstrap Icons

Official open source SVG icon library for Bootstrap with over 1,500 icons.
Explore Bootstrap Icons »

Bootstrap · Themes · Blog

Bootstrap Icons preview

Install

Bootstrap Icons are packaged up and published to npm. We only include the processed SVGs in this package—it's up to you and your team to implement. Read our docs for usage instructions.

npm i bootstrap-icons

For those using Packagist, you can also install Bootstrap Icons via Composer:

composer require twbs/bootstrap-icons

Also available in Figma.

Usage

Depending on your setup, you can include Bootstrap Icons in a handful of ways.

  • Copy-paste SVGs as embedded HTML
  • Reference via <img> element
  • Use the SVG sprite
  • Include via CSS

See the docs for more information.

Development

Build Status

Clone the repo, install dependencies, and start the Hugo server locally.

git clone https://github.com/twbs/icons/
cd icons
npm i
npm start

Then open http://localhost:4000 in your browser.

npm scripts

Here are some key scripts you'll use during development. Be sure to look to our package.json for a complete list of scripts.

Script Description
start Alias for running docs-serve
docs-serve Starts a local Hugo server
pages Generates permalink pages for each icon with template Markdown
icons Processes and optimizes SVGs in icons directory

Adding SVGs

Icons are typically only added by @mdo, but exceptions can be made. New glyphs are designed in Figma first on a 16x16px grid, then exported as flattened SVGs with fill (no stroke). Once a new SVG icon has been added to the icons directory, we use an npm script to:

  1. Optimize our SVGs with SVGO.
  2. Modify the SVGs source HTML, removing all attributes before setting new attributes and values in our preferred order.

Use npm run icons to run the script, run npm run pages to build permalink pages, complete those pages, and, finally, commit the results in a new branch for updating.

Publishing

Documentation is published automatically when a new Git tag is published. See our GitHub Actions and package.json for more information.

License

MIT

Author

@mdo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].