Bootstrap Icons is participating 2021 OSC China Open Source Project Selection , please vote for it!
Bootstrap Icons in 2021 OSC China Open Source Project Selection {{projectVoteCount} has been obtained in, please vote for it!
2021 OSC China Open Source Project Selection It is in hot progress. Come and vote for your favorite open source project!
2021 OSC China Open Source Project Selection>>> Midfield Review
Bootstrap Icons won the 2021 OSC China Open Source Project Selection "The Best Popularity Project" !
Authorization Agreement MIT
development language JavaScript View source code »
operating system Cross platform
Software type Open source software
Classification Utilities Open source icon
Open source organizations Twitter
region Unknown
deliverer game
intended for unknown
Recording time 2020-08-02

Software Introduction

Bootstrap Icons is an open source SVG icon library of Bootstrap. At first, this icon library was designed and built specifically for its components and documents from form controls to navigation. Now it can be used for any project for free, no matter whether Bootstrap is used in this project or not.

 084046_qJDz_2720166.png

Bootstrap Icons are SVG icon libraries, so they can be quickly and easily extended, and can be customized with the use of CSS. According to your own settings, you can add Bootstrap Icons to the project in various ways:

  • Copy and paste SVG as embedded HTML element
 <svg class="bi bi-chevron-right" width="32" height="32" viewBox="0 0 20 20" fill="currentColor" xmlns=" http://www.w3.org/2000/svg "><path fill-rule="evenodd" d="M6.646 3.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L12.293 10 6.646 4.354a.5.5 0 010-.708z"/></svg>
  • adopt <img> Element Reference
 <img src="/assets/img/bootstrap.svg" alt="" width="32" height="32" title="Bootstrap">
  • Using SVG sprite
 <svg class="bi" width="32" height="32" fill="currentColor"> <use xlink:href="bootstrap-icons.svg#heart-fill"/> </svg> <svg class="bi" width="32" height="32" fill="currentColor"> <use xlink:href="bootstrap-icons.svg#toggles"/> </svg> <svg class="bi" width="32" height="32" fill="currentColor"> <use xlink:href="bootstrap-icons.svg#shop"/> </svg>
  • Introduced through CSS
 .bi::before { display: inline-block; content: ""; background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns=' http://www.w3.org/2000/svg '><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>"); background-repeat: no-repeat; background-size: 1rem 1rem; }
Expand to read the full text

code

Gitee index of is
exceed Items for

comment

Click to join the discussion 🔥 (3) Post and join the discussion 🔥
Published information
2020/12/13 04:43

Bootstrap icon set v1.2.0 release - Xiti CSS icon font!

Our latest Bootstrap Icons release contains dozens of new icons, redesigned documents and the most popular new feature - icon fonts! New social network icon Our social network icon work was slow at the beginning - people may only need a few of the largest social networking sites. We intend to make this list small, because its purpose is not to cover all aspects. Our goal is to increase it over time, but this is enough for the time being! Another major addition to the new multimedia icon is our expanded media icon suite. Some people refer to us for media controls and different media types

two
eleven
Published information
2020/08/30 07:47

Bootstrap Icons v1.0.0 stable release, open source SVG icon library

After five alpha versions, Bootstrap Icons has officially released v1.0.0 stable version recently. At present, the icon library has more than 1100 icons, and the team plans to add hundreds more icons in the upcoming small version. Since the release of the fifth alpha version, the team has redrawn more than one-third of the icons, mainly because of the fine tuning of the path and shape. Most of the redraws and improvements here are for icon fonts, but unfortunately, the tool for generating fonts from SVG is not perfect enough, so icon fonts have been postponed to v1.1.0

two
thirteen
Published information
2020/08/02 08:58

Bootstrap Open Source SVG Icon Library Bootstrap Icons

Bootstrap opened the first set of SVG icon library Bootstrap Icons. Its team said that it was the first time to have its own icon library. At first, this icon library was designed and built specifically for its components and documents from form controls to navigation. Now it can be used for any project for free, no matter whether the project uses Bootstrap or not. View Bootstrap Icons » https://icons.getbootstrap.com/ Since Bootstrap Icons are SVG icon libraries, they can be quickly and easily extended, and can be customized with the use of CSS. Although they are for

nine
fifty-three
No more
Loading failed, please refresh the page
Click to load more
Loading
next page
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
No more
No content temporarily
Issued a question and answer
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
No more
No content temporarily
No content temporarily
three comment
one hundred and ten Collection
 OSCHINA
Log in to view more high-quality content
 Back to top
Top