================================================
FILE: docs/content/_index.md
================================================
---
aliases:
- /font/
---
## Install
Bootstrap Icons are published to npm, but they can also be manually downloaded if needed.
{{< md >}}
### Package manager
Install [Bootstrap Icons](https://www.npmjs.com/package/bootstrap-icons)—including SVGs, icon sprite, and icon fonts—with npm or Composer. Then, choose how you'd like to include the icons with the [usage instructions](#usage).
{{< highlight sh >}}
npm i bootstrap-icons
{{< /highlight >}}
{{< highlight sh >}}
composer require twbs/bootstrap-icons
{{< /highlight >}}
{{< /md >}}
{{< md >}}
### Download
[Releases are published on GitHub](https://github.com/twbs/icons/releases/) and include icon SVGs, fonts, license, and readme. Our `package.json` is also included, though our npm scripts are primarily available for our development workflows.
Download latest ZIP
{{< /md >}}
{{< md >}}
### CDN
Include the icon fonts stylesheet—in your website `` or via `@import` in CSS—from jsDelivr and get started in seconds. [See icon font docs](#icon-font) for examples.
{{< highlight html >}}
{{< /highlight >}}
{{< highlight css >}}
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@{{< param version >}}/font/bootstrap-icons.min.css");
{{< /highlight >}}
{{< /md >}}
## Usage
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`.
{{< md >}}
### Embedded
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`.
{{< /md >}}
{{< example >}}{{< /example >}}
{{< md >}}
### Sprite
Use the SVG sprite to insert any icon through the `
{{< highlight html >}}
{{< /highlight >}}
{{< md >}}
### External image
Copy the Bootstrap Icons SVGs to your directory of choice and reference them like normal images with the `` element.
{{< /md >}}
{{< example >}}{{< /example >}}
{{< md >}}
### Icon font
Icon fonts with classes for every icon are also included for Bootstrap Icons. Include the icon web fonts in your page via CSS, then reference the class names as needed in your HTML (e.g., ``).
Use `font-size` and `color` to change the icon appearance.
{{< /md >}}
{{< example >}}{{< /example >}}
{{< example >}}{{< /example >}}
{{< md >}}
### Sass
When using Bootstrap in a Sass project, you may need to adjust the `$bootstrap-icons-font-dir` variable to point to where your files are installed (most commonly `node_modules`, assuming you're using npm).
**Heads up!** This is currently required [for Vite](https://github.com/vitejs/vite/issues/11012) and [Parcel](https://github.com/parcel-bundler/parcel/issues/6285) as their Sass compilers aren‘t happy with relative URLs.
{{< /md >}}
{{< highlight scss >}}
// Update the import directory to point to it‘s location within node_modules
$bootstrap-icons-font-dir: "bootstrap-icons/font/fonts";
// Import the Sass files as usual
@import "bootstrap-icons/font/bootstrap-icons";
{{< /highlight >}}
{{< md >}}
### CSS
You can also use the SVG within your CSS (**be sure to escape any characters**, such as `#` to `%23` when specifying hex color values). When no dimensions are specified via `width` and `height` on the `
{{< md >}}
## Styling
Color can be changed by setting a `.text-*` class or custom CSS:
{{< /md >}}
{{< highlight html >}}
{{< /highlight >}}
{{< md >}}
## Accessibility
For purely decorative icons, add `aria-hidden="true"`. Otherwise, provide an appropriate text alternative. Depending on which method you're using to add the icons, and where you're using them (e.g. as standalone images, or as the only content of a button or similar control), there are various possible approaches. Here are a few examples:
{{< /md >}}
{{< highlight html >}}
{{< /highlight >}}
{{< highlight html >}}
{{< /highlight >}}
{{< highlight html >}}
{{< /highlight >}}
{{< md >}}
## Working with SVGs
SVGs are awesome to work with, but they do have some known quirks to work around. Given the numerous ways in which SVGs can be used, we haven't included these attributes and workarounds in our code.
{{< /md >}}
{{< md >}}
Known issues include:
- **SVGs receive focus by default in Internet Explorer and Edge Legacy.** When embedding your SVGs, add `focusable="false"` to the `
================================================
FILE: docs/content/icons/0-circle-fill.md
================================================
---
title: 0 circle fill
categories:
- Shapes
tags:
- number
- numeral
added: 1.10.0
---
================================================
FILE: docs/content/icons/0-circle.md
================================================
---
title: 0 circle
categories:
- Shapes
tags:
- number
- numeral
added: 1.10.0
---
================================================
FILE: docs/content/icons/0-square-fill.md
================================================
---
title: 0 square fill
categories:
- Shapes
tags:
- number
- numeral
added: 1.10.0
---
================================================
FILE: docs/content/icons/0-square.md
================================================
---
title: 0 square
categories:
- Shapes
tags:
- number
- numeral
added: 1.10.0
---
================================================
FILE: docs/content/icons/1-circle-fill.md
================================================
---
title: 1 circle fill
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/1-circle.md
================================================
---
title: 1 circle
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/1-square-fill.md
================================================
---
title: 1 square fill
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/1-square.md
================================================
---
title: 1 square
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/123.md
================================================
---
title: 123
categories:
- Typography
tags:
- numbers
---
================================================
FILE: docs/content/icons/2-circle-fill.md
================================================
---
title: 2 circle fill
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/2-circle.md
================================================
---
title: 2 circle
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/2-square-fill.md
================================================
---
title: 2 square fill
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/2-square.md
================================================
---
title: 2 square
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/3-circle-fill.md
================================================
---
title: 3 circle fill
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/3-circle.md
================================================
---
title: 3 circle
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/3-square-fill.md
================================================
---
title: 3 square fill
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/3-square.md
================================================
---
title: 3 square
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/4-circle-fill.md
================================================
---
title: 4 circle fill
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/4-circle.md
================================================
---
title: 4 circle
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/4-square-fill.md
================================================
---
title: 4 square fill
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/4-square.md
================================================
---
title: 4 square
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/5-circle-fill.md
================================================
---
title: 5 circle fill
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/5-circle.md
================================================
---
title: 5 circle
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/5-square-fill.md
================================================
---
title: 5 square fill
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/5-square.md
================================================
---
title: 5 square
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/6-circle-fill.md
================================================
---
title: 6 circle fill
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/6-circle.md
================================================
---
title: 6 circle
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/6-square-fill.md
================================================
---
title: 6 square fill
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/6-square.md
================================================
---
title: 6 square
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/7-circle-fill.md
================================================
---
title: 7 circle fill
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/7-circle.md
================================================
---
title: 7 circle
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/7-square-fill.md
================================================
---
title: 7 square fill
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/7-square.md
================================================
---
title: 7 square
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/8-circle-fill.md
================================================
---
title: 8 circle fill
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/8-circle.md
================================================
---
title: 8 circle
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/8-square-fill.md
================================================
---
title: 8 square fill
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/8-square.md
================================================
---
title: 8 square
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/9-circle-fill.md
================================================
---
title: 9 circle fill
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/9-circle.md
================================================
---
title: 9 circle
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/9-square-fill.md
================================================
---
title: 9 square fill
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/9-square.md
================================================
---
title: 9 square
categories:
- Shapes
tags:
- number
- numeral
---
================================================
FILE: docs/content/icons/activity.md
================================================
---
title: Activity
categories:
- Data
tags:
- pulse
- heartbeat
- rhythm
---
================================================
FILE: docs/content/icons/airplane-engines-fill.md
================================================
---
title: Airplane engines fill
categories:
- Transportation
tags:
- flight
- flying
- plane
- air
- airport
- aircraft
- aeroplane
---
================================================
FILE: docs/content/icons/airplane-engines.md
================================================
---
title: Airplane engines
categories:
- Transportation
tags:
- flight
- flying
- plane
- air
- airport
- aircraft
- aeroplane
---
================================================
FILE: docs/content/icons/airplane-fill.md
================================================
---
title: Airplane fill
categories:
- Transportation
tags:
- flight
- flying
- plane
- air
- airport
- aircraft
- aeroplane
---
================================================
FILE: docs/content/icons/airplane.md
================================================
---
title: Airplane
categories:
- Transportation
tags:
- flight
- flying
- plane
- air
- airport
- aircraft
- aeroplane
---
================================================
FILE: docs/content/icons/alarm-fill.md
================================================
---
title: Alarm Fill
categories:
- Devices
tags:
- alarm
- clock
- time
---
================================================
FILE: docs/content/icons/alarm.md
================================================
---
title: Alarm
categories:
- Devices
tags:
- alarm
- clock
- time
---
================================================
FILE: docs/content/icons/alexa.md
================================================
---
title: Alexa
categories:
- Brand
tags:
- social
- assistant
---
================================================
FILE: docs/content/icons/align-bottom.md
================================================
---
title: Align bottom
categories:
- Graphics
tags:
- space
- align
- distribute
---
================================================
FILE: docs/content/icons/align-center.md
================================================
---
title: Align center
categories:
- Graphics
tags:
- space
- align
- distribute
- centre
---
================================================
FILE: docs/content/icons/align-end.md
================================================
---
title: Align end
categories:
- Graphics
tags:
- space
- align
- distribute
---
================================================
FILE: docs/content/icons/align-middle.md
================================================
---
title: Align middle
categories:
- Graphics
tags:
- space
- align
- distribute
---
================================================
FILE: docs/content/icons/align-start.md
================================================
---
title: Align start
categories:
- Graphics
tags:
- space
- align
- distribute
---
================================================
FILE: docs/content/icons/align-top.md
================================================
---
title: Align top
categories:
- Graphics
tags:
- space
- align
- distribute
---
================================================
FILE: docs/content/icons/alipay.md
================================================
---
title: Alipay
categories:
- Brand
tags:
- payments
---
================================================
FILE: docs/content/icons/alphabet-uppercase.md
================================================
---
title: Alphabet uppercase
categories:
- Typography
tags:
- letters
- abc
added: 1.11.0
---
================================================
FILE: docs/content/icons/alphabet.md
================================================
---
title: Alphabet
categories:
- Typography
tags:
- letters
- abc
added: 1.11.0
---
================================================
FILE: docs/content/icons/alt.md
================================================
---
title: Alt
categories:
- UI and keyboard
tags:
- key
- alt
- option
---
================================================
FILE: docs/content/icons/amazon.md
================================================
---
title: Amazon
categories:
- Brand
tags:
- aws
added: 1.11.0
---
================================================
FILE: docs/content/icons/amd.md
================================================
---
title: Amd
categories:
- Brand
tags:
- radeon
added: 1.10.0
---
================================================
FILE: docs/content/icons/android.md
================================================
---
title: Android
categories:
- Brand
tags:
- google
- droid
---
================================================
FILE: docs/content/icons/android2.md
================================================
---
title: Android2
categories:
- Brand
tags:
- google
- droid
---
================================================
FILE: docs/content/icons/anthropic.md
================================================
---
title: Anthropic
categories:
- Brand
tags:
- ai
- claude
- agent
- "artificial intelligence"
---
================================================
FILE: docs/content/icons/app-indicator.md
================================================
---
title: App indicator
categories:
- Apps
tags:
- app
- application
- ios
- android
- notification
- square
---
================================================
FILE: docs/content/icons/app.md
================================================
---
title: App
categories:
- Apps
tags:
- app
- application
- ios
- android
- square
---
================================================
FILE: docs/content/icons/apple-music.md
================================================
---
title: Apple Music
categories:
- Brand
tags:
- itunes
---
================================================
FILE: docs/content/icons/apple.md
================================================
---
title: Apple
categories:
- Brand
tags:
- aapl
- mac
- macintosh
---
================================================
FILE: docs/content/icons/archive-fill.md
================================================
---
title: Archive fill
categories:
- Files and folders
tags:
- box
- delete
---
================================================
FILE: docs/content/icons/archive.md
================================================
---
title: Archive
categories:
- Files and folders
tags:
- box
- delete
---
================================================
FILE: docs/content/icons/arrow-90deg-down.md
================================================
---
title: Arrow 90deg down
categories:
- Arrows
tags:
- arrow
- right-angle
---
================================================
FILE: docs/content/icons/arrow-90deg-left.md
================================================
---
title: Arrow 90deg left
categories:
- Arrows
tags:
- arrow
- right-angle
---
================================================
FILE: docs/content/icons/arrow-90deg-right.md
================================================
---
title: Arrow 90deg right
categories:
- Arrows
tags:
- arrow
- right-angle
---
================================================
FILE: docs/content/icons/arrow-90deg-up.md
================================================
---
title: Arrow 90deg up
categories:
- Arrows
tags:
- arrow
- right-angle
---
================================================
FILE: docs/content/icons/arrow-bar-down.md
================================================
---
title: Arrow bar down
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrow-bar-left.md
================================================
---
title: Arrow bar left
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrow-bar-right.md
================================================
---
title: Arrow bar right
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrow-bar-up.md
================================================
---
title: Arrow bar up
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrow-clockwise.md
================================================
---
title: Arrow clockwise
categories:
- Arrows
tags:
- arrow
- right
- spin
- turn
- around
- round
- rotate
- refresh
- reload
- redo
---
================================================
FILE: docs/content/icons/arrow-counterclockwise.md
================================================
---
title: Arrow counterclockwise
categories:
- Arrows
tags:
- arrow
- left
- spin
- turn
- around
- round
- rotate
- undo
---
================================================
FILE: docs/content/icons/arrow-down-circle-fill.md
================================================
---
title: Arrow down circle fill
categories:
- Shape arrows
tags:
- arrow
- circle
---
================================================
FILE: docs/content/icons/arrow-down-circle.md
================================================
---
title: Arrow down circle
categories:
- Shape arrows
tags:
- arrow
- circle
---
================================================
FILE: docs/content/icons/arrow-down-left-circle-fill.md
================================================
---
title: Arrow down left circle fill
categories:
- Shape arrows
tags:
- arrow
- circle
---
================================================
FILE: docs/content/icons/arrow-down-left-circle.md
================================================
---
title: Arrow down left circle
categories:
- Shape arrows
tags:
- arrow
- circle
---
================================================
FILE: docs/content/icons/arrow-down-left-square-fill.md
================================================
---
title: Arrow down left square fill
categories:
- Shape arrows
tags:
- arrow
- square
---
================================================
FILE: docs/content/icons/arrow-down-left-square.md
================================================
---
title: Arrow down left square
categories:
- Shape arrows
tags:
- arrow
- square
---
================================================
FILE: docs/content/icons/arrow-down-left.md
================================================
---
title: Arrow down-left
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrow-down-right-circle-fill.md
================================================
---
title: Arrow down right circle fill
categories:
- Shape arrows
tags:
- arrow
- circle
---
================================================
FILE: docs/content/icons/arrow-down-right-circle.md
================================================
---
title: Arrow down right circle
categories:
- Shape arrows
tags:
- arrow
- circle
---
================================================
FILE: docs/content/icons/arrow-down-right-square-fill.md
================================================
---
title: Arrow down right square fill
categories:
- Shape arrows
tags:
- arrow
- square
---
================================================
FILE: docs/content/icons/arrow-down-right-square.md
================================================
---
title: Arrow down right square
categories:
- Shape arrows
tags:
- arrow
- square
---
================================================
FILE: docs/content/icons/arrow-down-right.md
================================================
---
title: Arrow down-right
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrow-down-short.md
================================================
---
title: Arrow down-short
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrow-down-square-fill.md
================================================
---
title: Arrow down square fill
categories:
- Shape arrows
tags:
- arrow
- square
---
================================================
FILE: docs/content/icons/arrow-down-square.md
================================================
---
title: Arrow down square
categories:
- Shape arrows
tags:
- arrow
- square
---
================================================
FILE: docs/content/icons/arrow-down-up.md
================================================
---
title: Arrow down-up
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrow-down.md
================================================
---
title: Arrow down
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrow-left-circle-fill.md
================================================
---
title: Arrow left circle fill
categories:
- Shape arrows
tags:
- arrow
- circle
---
================================================
FILE: docs/content/icons/arrow-left-circle.md
================================================
---
title: Arrow left circle
categories:
- Shape arrows
tags:
- arrow
- circle
---
================================================
FILE: docs/content/icons/arrow-left-right.md
================================================
---
title: Arrow left-right
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrow-left-short.md
================================================
---
title: Arrow left-short
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrow-left-square-fill.md
================================================
---
title: Arrow left square fill
categories:
- Shape arrows
tags:
- arrow
- square
---
================================================
FILE: docs/content/icons/arrow-left-square.md
================================================
---
title: Arrow left square
categories:
- Shape arrows
tags:
- arrow
- square
---
================================================
FILE: docs/content/icons/arrow-left.md
================================================
---
title: Arrow left
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrow-repeat.md
================================================
---
title: Arrow repeat
categories:
- Arrows
tags:
- arrow
- spin
- turn
- around
- round
- rotate
- sync
---
================================================
FILE: docs/content/icons/arrow-return-left.md
================================================
---
title: Arrow return left
categories:
- Arrows
tags:
- arrow
- return
---
================================================
FILE: docs/content/icons/arrow-return-right.md
================================================
---
title: Arrow return right
categories:
- Arrows
tags:
- arrow
- return
---
================================================
FILE: docs/content/icons/arrow-right-circle-fill.md
================================================
---
title: Arrow right circle fill
categories:
- Shape arrows
tags:
- arrow
- circle
---
================================================
FILE: docs/content/icons/arrow-right-circle.md
================================================
---
title: Arrow right circle
categories:
- Shape arrows
tags:
- arrow
- circle
---
================================================
FILE: docs/content/icons/arrow-right-short.md
================================================
---
title: Arrow right-short
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrow-right-square-fill.md
================================================
---
title: Arrow right square fill
categories:
- Shape arrows
tags:
- arrow
- square
---
================================================
FILE: docs/content/icons/arrow-right-square.md
================================================
---
title: Arrow right square
categories:
- Shape arrows
tags:
- arrow
- square
---
================================================
FILE: docs/content/icons/arrow-right.md
================================================
---
title: Arrow right
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrow-through-heart-fill.md
================================================
---
title: Arrow through heart fill
categories:
- Arrows
- Love
tags:
- cupid
- love
- valentine
---
================================================
FILE: docs/content/icons/arrow-through-heart.md
================================================
---
title: Arrow through heart
categories:
- Arrows
- Love
tags:
- cupid
- love
- valentine
---
================================================
FILE: docs/content/icons/arrow-up-circle-fill.md
================================================
---
title: Arrow up circle fill
categories:
- Shape arrows
tags:
- arrow
- circle
---
================================================
FILE: docs/content/icons/arrow-up-circle.md
================================================
---
title: Arrow up circle
categories:
- Shape arrows
tags:
- arrow
- circle
---
================================================
FILE: docs/content/icons/arrow-up-left-circle-fill.md
================================================
---
title: Arrow up left circle fill
categories:
- Shape arrows
tags:
- arrow
- circle
---
================================================
FILE: docs/content/icons/arrow-up-left-circle.md
================================================
---
title: Arrow up left circle
categories:
- Shape arrows
tags:
- arrow
- circle
---
================================================
FILE: docs/content/icons/arrow-up-left-square-fill.md
================================================
---
title: Arrow up left square fill
categories:
- Shape arrows
tags:
- arrow
- square
---
================================================
FILE: docs/content/icons/arrow-up-left-square.md
================================================
---
title: Arrow up left square
categories:
- Shape arrows
tags:
- arrow
- square
---
================================================
FILE: docs/content/icons/arrow-up-left.md
================================================
---
title: Arrow up-left
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrow-up-right-circle-fill.md
================================================
---
title: Arrow up right circle fill
categories:
- Shape arrows
tags:
- arrow
- circle
---
================================================
FILE: docs/content/icons/arrow-up-right-circle.md
================================================
---
title: Arrow up right circle
categories:
- Shape arrows
tags:
- arrow
- circle
---
================================================
FILE: docs/content/icons/arrow-up-right-square-fill.md
================================================
---
title: Arrow up right square fill
categories:
- Shape arrows
tags:
- arrow
- square
---
================================================
FILE: docs/content/icons/arrow-up-right-square.md
================================================
---
title: Arrow up right square
categories:
- Shape arrows
tags:
- arrow
- square
---
================================================
FILE: docs/content/icons/arrow-up-right.md
================================================
---
title: Arrow up-right
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrow-up-short.md
================================================
---
title: Arrow up-short
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrow-up-square-fill.md
================================================
---
title: Arrow up square fill
categories:
- Shape arrows
tags:
- arrow
- square
---
================================================
FILE: docs/content/icons/arrow-up-square.md
================================================
---
title: Arrow up square
categories:
- Shape arrows
tags:
- arrow
- square
---
================================================
FILE: docs/content/icons/arrow-up.md
================================================
---
title: Arrow up
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrows-angle-contract.md
================================================
---
title: Arrows angle contract
categories:
- Arrows
tags:
- arrow
- resize
---
================================================
FILE: docs/content/icons/arrows-angle-expand.md
================================================
---
title: Arrows angle expand
categories:
- Arrows
tags:
- arrow
- resize
---
================================================
FILE: docs/content/icons/arrows-collapse-vertical.md
================================================
---
title: Arrows collapse vertical
categories:
- Arrows
tags:
- arrow
- resize
added: 1.11.0
---
================================================
FILE: docs/content/icons/arrows-collapse.md
================================================
---
title: Arrows collapse
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrows-expand-vertical.md
================================================
---
title: Arrows expand vertical
categories:
- Arrows
tags:
- arrow
- resize
added: 1.11.0
---
================================================
FILE: docs/content/icons/arrows-expand.md
================================================
---
title: Arrows expand
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrows-fullscreen.md
================================================
---
title: Arrows fullscreen
categories:
- Arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/arrows-move.md
================================================
---
title: Arrows move
categories:
- Arrows
tags:
- arrow
- cursor
- move
---
================================================
FILE: docs/content/icons/arrows-vertical.md
================================================
---
title: Arrows vertical
categories:
- Arrows
tags:
- arrow
- resize
added: 1.11.0
---
================================================
FILE: docs/content/icons/arrows.md
================================================
---
title: Arrows
categories:
- Arrows
tags:
- arrow
- resize
added: 1.11.0
---
================================================
FILE: docs/content/icons/aspect-ratio-fill.md
================================================
---
title: Aspect ratio fill
categories:
- Media
tags:
- size
- resize
- crop
- dimensions
---
================================================
FILE: docs/content/icons/aspect-ratio.md
================================================
---
title: Aspect ratio
categories:
- Media
tags:
- size
- resize
- crop
- dimensions
---
================================================
FILE: docs/content/icons/asterisk.md
================================================
---
title: Asterisk
categories:
- Typography
tags:
- asterisks
- star
- math
---
================================================
FILE: docs/content/icons/at.md
================================================
---
title: At
categories:
- Communications
tags:
- mention
- sign
---
================================================
FILE: docs/content/icons/award-fill.md
================================================
---
title: Award fill
categories:
- Real world
tags:
- prize
- rosette
---
================================================
FILE: docs/content/icons/award.md
================================================
---
title: Award
categories:
- Real world
tags:
- prize
- rosette
---
================================================
FILE: docs/content/icons/back.md
================================================
---
title: Back
categories:
- Graphics
tags:
- backward
- layer
---
================================================
FILE: docs/content/icons/backpack-fill.md
================================================
---
title: Backpack fill
categories:
- Travel
tags:
- luggage
- bags
- carry-on
- student
- education
added: 1.11.0
---
================================================
FILE: docs/content/icons/backpack.md
================================================
---
title: Backpack
categories:
- Travel
tags:
- luggage
- bags
- carry-on
- student
- education
added: 1.11.0
---
================================================
FILE: docs/content/icons/backpack2-fill.md
================================================
---
title: Backpack2 fill
categories:
- Travel
tags:
- luggage
- bags
- carry-on
- student
- education
added: 1.11.0
---
================================================
FILE: docs/content/icons/backpack2.md
================================================
---
title: Backpack2
categories:
- Travel
tags:
- luggage
- bags
- carry-on
- student
- education
added: 1.11.0
---
================================================
FILE: docs/content/icons/backpack3-fill.md
================================================
---
title: Backpack3 fill
categories:
- Travel
tags:
- luggage
- bags
- carry-on
- student
- education
added: 1.11.0
---
================================================
FILE: docs/content/icons/backpack3.md
================================================
---
title: Backpack3
categories:
- Travel
tags:
- luggage
- bags
- carry-on
- student
- education
added: 1.11.0
---
================================================
FILE: docs/content/icons/backpack4-fill.md
================================================
---
title: Backpack4 fill
categories:
- Travel
tags:
- luggage
- bags
- carry-on
- student
- education
added: 1.11.0
---
================================================
FILE: docs/content/icons/backpack4.md
================================================
---
title: Backpack4
categories:
- Travel
tags:
- luggage
- bags
- carry-on
- student
- education
added: 1.11.0
---
================================================
FILE: docs/content/icons/backspace-fill.md
================================================
---
title: Backspace fill
categories:
- UI and keyboard
tags:
- key
---
================================================
FILE: docs/content/icons/backspace-reverse-fill.md
================================================
---
title: Backspace reverse fill
categories:
- UI and keyboard
tags:
- key
---
================================================
FILE: docs/content/icons/backspace-reverse.md
================================================
---
title: Backspace reverse
categories:
- UI and keyboard
tags:
- key
---
================================================
FILE: docs/content/icons/backspace.md
================================================
---
title: Backspace
categories:
- UI and keyboard
tags:
- key
---
================================================
FILE: docs/content/icons/badge-3d-fill.md
================================================
---
title: Badge 3d fill
categories:
- Badges
tags:
- 3d
- display
- dimension
---
================================================
FILE: docs/content/icons/badge-3d.md
================================================
---
title: Badge 3d
categories:
- Badges
tags:
- 3d
- display
- dimension
---
================================================
FILE: docs/content/icons/badge-4k-fill.md
================================================
---
title: Badge 4k fill
categories:
- Badges
tags:
- 4k
- display
- resolution
- retina
---
================================================
FILE: docs/content/icons/badge-4k.md
================================================
---
title: Badge 4k
categories:
- Badges
tags:
- 4k
- display
- resolution
- retina
---
================================================
FILE: docs/content/icons/badge-8k-fill.md
================================================
---
title: Badge 8k fill
categories:
- Badges
tags:
- 4k
- display
- resolution
- retina
---
================================================
FILE: docs/content/icons/badge-8k.md
================================================
---
title: Badge 8k
categories:
- Badges
tags:
- 4k
- display
- resolution
- retina
---
================================================
FILE: docs/content/icons/badge-ad-fill.md
================================================
---
title: Badge ad fill
categories:
- Badges
tags:
- advertisement
---
================================================
FILE: docs/content/icons/badge-ad.md
================================================
---
title: Badge ad
categories:
- Badges
tags:
- advertisement
---
================================================
FILE: docs/content/icons/badge-ar-fill.md
================================================
---
title: Badge ar fill
categories:
- Badges
tags:
- augmented
- reality
- ar
---
================================================
FILE: docs/content/icons/badge-ar.md
================================================
---
title: Badge ar
categories:
- Badges
tags:
- augmented
- reality
- ar
---
================================================
FILE: docs/content/icons/badge-cc-fill.md
================================================
---
title: Badge cc fill
categories:
- Badges
tags:
- "closed captioning"
---
================================================
FILE: docs/content/icons/badge-cc.md
================================================
---
title: Badge cc
categories:
- Badges
tags:
- "closed captioning"
---
================================================
FILE: docs/content/icons/badge-hd-fill.md
================================================
---
title: Badge hd fill
categories:
- Badges
tags:
- display
- resolution
- "high definition"
---
================================================
FILE: docs/content/icons/badge-hd.md
================================================
---
title: Badge hd
categories:
- Badges
tags:
- display
- resolution
- "high definition"
---
================================================
FILE: docs/content/icons/badge-sd-fill.md
================================================
---
title: Badge SD fill
categories:
- Badges
tags:
- display
- resolution
- "standard definition"
---
================================================
FILE: docs/content/icons/badge-sd.md
================================================
---
title: Badge Sd
categories:
- Badges
tags:
- display
- resolution
- "standard definition"
---
================================================
FILE: docs/content/icons/badge-tm-fill.md
================================================
---
title: Badge tm fill
categories:
- Badges
tags:
- trademark
---
================================================
FILE: docs/content/icons/badge-tm.md
================================================
---
title: Badge tm
categories:
- Badges
tags:
- trademark
---
================================================
FILE: docs/content/icons/badge-vo-fill.md
================================================
---
title: Badge vo fill
categories:
- Badges
tags:
- voiceover
- accessibility
---
================================================
FILE: docs/content/icons/badge-vo.md
================================================
---
title: Badge vo
categories:
- Badges
tags:
- voiceover
- accessibility
---
================================================
FILE: docs/content/icons/badge-vr-fill.md
================================================
---
title: Badge vr fill
categories:
- Badges
tags:
- virtual
- reality
- vr
---
================================================
FILE: docs/content/icons/badge-vr.md
================================================
---
title: Badge vr
categories:
- Badges
tags:
- virtual
- reality
- vr
---
================================================
FILE: docs/content/icons/badge-wc-fill.md
================================================
---
title: Badge wc fill
categories:
- Badges
tags:
- wash closet
- wc
---
================================================
FILE: docs/content/icons/badge-wc.md
================================================
---
title: Badge wc
categories:
- Badges
tags:
- wash closet
- wc
---
================================================
FILE: docs/content/icons/bag-check-fill.md
================================================
---
title: Bag check fill
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/bag-check.md
================================================
---
title: Bag check
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/bag-dash-fill.md
================================================
---
title: Bag dash fill
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/bag-dash.md
================================================
---
title: Bag dash
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/bag-fill.md
================================================
---
title: Bag fill
categories:
- Commerce
tags:
- shopping
- cart
- purchase
- buy
---
================================================
FILE: docs/content/icons/bag-heart-fill.md
================================================
---
title: Bag heart fill
categories:
- Commerce
tags:
- shopping
- cart
- purchase
- buy
- valentine
- love
---
================================================
FILE: docs/content/icons/bag-heart.md
================================================
---
title: Bag heart
categories:
- Commerce
tags:
- shopping
- cart
- purchase
- buy
- valentine
- love
---
================================================
FILE: docs/content/icons/bag-plus-fill.md
================================================
---
title: Bag plus fill
categories:
- Commerce
tags:
- shopping
- add
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/bag-plus.md
================================================
---
title: Bag plus
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/bag-x-fill.md
================================================
---
title: Bag x fill
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/bag-x.md
================================================
---
title: Bag x
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/bag.md
================================================
---
title: Bag
categories:
- Commerce
tags:
- shopping
- cart
- purchase
- buy
---
================================================
FILE: docs/content/icons/balloon-fill.md
================================================
---
title: Balloon fill
categories:
- Real world
tags:
- birthday
---
================================================
FILE: docs/content/icons/balloon-heart-fill.md
================================================
---
title: Balloon heart fill
categories:
- Real world
- Love
tags:
- birthday
- valentine
- love
---
================================================
FILE: docs/content/icons/balloon-heart.md
================================================
---
title: Balloon heart
categories:
- Real world
- Love
tags:
- birthday
- valentine
- love
---
================================================
FILE: docs/content/icons/balloon.md
================================================
---
title: Balloon
categories:
- Real world
tags:
- birthday
---
================================================
FILE: docs/content/icons/ban-fill.md
================================================
---
title: Ban fill
categories:
- Real world
tags:
- no
- "not allowed"
added: 1.11.0
---
================================================
FILE: docs/content/icons/ban.md
================================================
---
title: Ban
categories:
- Real world
tags:
- no
- "not allowed"
- block
added: 1.11.0
---
================================================
FILE: docs/content/icons/bandaid-fill.md
================================================
---
title: Bandaid fill
categories:
- Real world
tags:
- bandage
- health
---
================================================
FILE: docs/content/icons/bandaid.md
================================================
---
title: Bandaid
categories:
- Real world
tags:
- bandage
- health
---
================================================
FILE: docs/content/icons/bank.md
================================================
---
title: Bank
categories:
- Commerce
tags:
- money
- finance
- banking
- market
- temple
---
================================================
FILE: docs/content/icons/bank2.md
================================================
---
title: Bank2
categories:
- Commerce
tags:
- money
- finance
- banking
- market
- temple
---
================================================
FILE: docs/content/icons/bar-chart-fill.md
================================================
---
title: Bar chart fill
categories:
- Data
tags:
- chart
- graph
- analytics
---
================================================
FILE: docs/content/icons/bar-chart-line-fill.md
================================================
---
title: Bar chart line fill
categories:
- Data
tags:
- chart
- graph
- analytics
---
================================================
FILE: docs/content/icons/bar-chart-line.md
================================================
---
title: Bar chart line
categories:
- Data
tags:
- chart
- graph
- analytics
---
================================================
FILE: docs/content/icons/bar-chart-steps.md
================================================
---
title: Bar chart steps
categories:
- Data
tags:
- chart
- graph
- analytics
---
================================================
FILE: docs/content/icons/bar-chart.md
================================================
---
title: Bar chart
categories:
- Data
tags:
- chart
- graph
- analytics
---
================================================
FILE: docs/content/icons/basket-fill.md
================================================
---
title: Basket fill
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/basket.md
================================================
---
title: Basket
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/basket2-fill.md
================================================
---
title: Basket2 fill
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/basket2.md
================================================
---
title: Basket2
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/basket3-fill.md
================================================
---
title: Basket3 fill
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/basket3.md
================================================
---
title: Basket3
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/battery-charging.md
================================================
---
title: Battery charging
categories:
- Devices
tags:
- power
- charge
---
================================================
FILE: docs/content/icons/battery-full.md
================================================
---
title: Battery full
categories:
- Devices
tags:
- power
- charge
---
================================================
FILE: docs/content/icons/battery-half.md
================================================
---
title: Battery half
categories:
- Devices
tags:
- power
- charge
---
================================================
FILE: docs/content/icons/battery-low.md
================================================
---
title: Battery low
categories:
- Devices
tags:
- power
- charge
---
================================================
FILE: docs/content/icons/battery.md
================================================
---
title: Battery
categories:
- Devices
tags:
- power
- charge
---
================================================
FILE: docs/content/icons/beaker-fill.md
================================================
---
title: Beaker fill
categories:
- Real world
tags:
- beaker
- science
- measure
- experiment
---
================================================
FILE: docs/content/icons/beaker.md
================================================
---
title: Beaker
categories:
- Real world
tags:
- beaker
- science
- measure
- experiment
---
================================================
FILE: docs/content/icons/behance.md
================================================
---
title: Behance
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/bell-fill.md
================================================
---
title: Bell fill
categories:
- Communications
tags:
- notification
- clock
---
================================================
FILE: docs/content/icons/bell-slash-fill.md
================================================
---
title: Bell slash fill
categories:
- Communications
tags:
- notification
- silenced
- clock
---
================================================
FILE: docs/content/icons/bell-slash.md
================================================
---
title: Bell slash
categories:
- Communications
tags:
- notification
- silenced
- clock
---
================================================
FILE: docs/content/icons/bell.md
================================================
---
title: Bell
categories:
- Communications
tags:
- notification
- clock
---
================================================
FILE: docs/content/icons/bezier.md
================================================
---
title: Bezier
categories:
- Graphics
tags:
- graphics
- vector
- pen
---
================================================
FILE: docs/content/icons/bezier2.md
================================================
---
title: Bezier2
categories:
- Graphics
tags:
- graphics
- vector
- pen
---
================================================
FILE: docs/content/icons/bicycle.md
================================================
---
title: Bicycle
categories:
- Real world
tags:
- bike
- riding
- bicycling
---
================================================
FILE: docs/content/icons/bing.md
================================================
---
title: Bing
categories:
- Brand
tags:
- search
- microsoft
added: 1.11.0
---
================================================
FILE: docs/content/icons/binoculars-fill.md
================================================
---
title: Binoculars fill
categories:
- Real world
tags:
- distance
- view
- search
---
================================================
FILE: docs/content/icons/binoculars.md
================================================
---
title: Binoculars
categories:
- Real world
tags:
- distance
- view
- search
---
================================================
FILE: docs/content/icons/blockquote-left.md
================================================
---
title: Blockquote left
categories:
- Typography
tags:
- text
- type
---
================================================
FILE: docs/content/icons/blockquote-right.md
================================================
---
title: Blockquote right
categories:
- Typography
tags:
- text
- type
---
================================================
FILE: docs/content/icons/bluesky.md
================================================
---
title: Bluesky
categories:
- Brand
tags:
- social
- chat
- bsky
---
================================================
FILE: docs/content/icons/bluetooth.md
================================================
---
title: Bluetooth
categories:
- Brand
tags:
- wireless
---
================================================
FILE: docs/content/icons/body-text.md
================================================
---
title: Body text
categories:
- Typography
tags:
- content
---
================================================
FILE: docs/content/icons/book-fill.md
================================================
---
title: Book fill
categories:
- Real world
tags:
- novel
- read
- magazine
---
================================================
FILE: docs/content/icons/book-half.md
================================================
---
title: Book half
categories:
- Real world
tags:
- novel
- read
- magazine
---
================================================
FILE: docs/content/icons/book.md
================================================
---
title: Book
categories:
- Real world
tags:
- novel
- read
- magazine
---
================================================
FILE: docs/content/icons/bookmark-check-fill.md
================================================
---
title: Bookmark check fill
categories:
- Miscellaneous
tags:
- reading
- book
- label
- tag
- category
- save
---
================================================
FILE: docs/content/icons/bookmark-check.md
================================================
---
title: Bookmark check
categories:
- Miscellaneous
tags:
- reading
- book
- label
- tag
- category
- save
---
================================================
FILE: docs/content/icons/bookmark-dash-fill.md
================================================
---
title: Bookmark dash fill
categories:
- Miscellaneous
tags:
- reading
- book
- label
- tag
- category
- save
---
================================================
FILE: docs/content/icons/bookmark-dash.md
================================================
---
title: Bookmark dash
categories:
- Miscellaneous
tags:
- reading
- book
- label
- tag
- category
- save
---
================================================
FILE: docs/content/icons/bookmark-fill.md
================================================
---
title: Bookmark fill
categories:
- Miscellaneous
tags:
- reading
- book
- label
- tag
- category
- save
---
================================================
FILE: docs/content/icons/bookmark-heart-fill.md
================================================
---
title: Bookmark heart fill
categories:
- Miscellaneous
tags:
- reading
- book
- label
- tag
- category
- save
---
================================================
FILE: docs/content/icons/bookmark-heart.md
================================================
---
title: Bookmark heart
categories:
- Miscellaneous
tags:
- reading
- book
- label
- tag
- category
- save
---
================================================
FILE: docs/content/icons/bookmark-plus-fill.md
================================================
---
title: Bookmark plus fill
categories:
- Miscellaneous
tags:
- reading
- book
- label
- tag
- category
- save
---
================================================
FILE: docs/content/icons/bookmark-plus.md
================================================
---
title: Bookmark plus
categories:
- Miscellaneous
tags:
- reading
- book
- label
- tag
- category
- save
---
================================================
FILE: docs/content/icons/bookmark-star-fill.md
================================================
---
title: Bookmark star fill
categories:
- Miscellaneous
tags:
- reading
- book
- label
- tag
- category
- save
---
================================================
FILE: docs/content/icons/bookmark-star.md
================================================
---
title: Bookmark star
categories:
- Miscellaneous
tags:
- reading
- book
- label
- tag
- category
- save
---
================================================
FILE: docs/content/icons/bookmark-x-fill.md
================================================
---
title: Bookmark x fill
categories:
- Miscellaneous
tags:
- reading
- book
- label
- tag
- category
- save
---
================================================
FILE: docs/content/icons/bookmark-x.md
================================================
---
title: Bookmark x
categories:
- Miscellaneous
tags:
- reading
- book
- label
- tag
- category
- save
---
================================================
FILE: docs/content/icons/bookmark.md
================================================
---
title: Bookmark
categories:
- Miscellaneous
tags:
- reading
- book
- label
- tag
- category
- save
---
================================================
FILE: docs/content/icons/bookmarks-fill.md
================================================
---
title: Bookmarks fill
categories:
- Miscellaneous
tags:
- reading
- book
- label
- tag
- category
- save
---
================================================
FILE: docs/content/icons/bookmarks.md
================================================
---
title: Bookmarks
categories:
- Miscellaneous
tags:
- reading
- book
- label
- tag
- category
- save
---
================================================
FILE: docs/content/icons/bookshelf.md
================================================
---
title: Bookshelf
categories:
- Real world
tags:
- shelf
---
================================================
FILE: docs/content/icons/boombox-fill.md
================================================
---
title: Boombox fill
categories:
- Real world
tags:
- music
---
================================================
FILE: docs/content/icons/boombox.md
================================================
---
title: Boombox
categories:
- Real world
tags:
- music
---
================================================
FILE: docs/content/icons/bootstrap-fill.md
================================================
---
title: Bootstrap fill
categories:
- Bootstrap
tags:
- bootstrap
---
================================================
FILE: docs/content/icons/bootstrap-reboot.md
================================================
---
title: Bootstrap Reboot
categories:
- Bootstrap
tags:
- bootstrap
---
================================================
FILE: docs/content/icons/bootstrap.md
================================================
---
title: Bootstrap
categories:
- Bootstrap
tags:
- bootstrap
---
================================================
FILE: docs/content/icons/border-all.md
================================================
---
title: Border all
categories:
- UI and keyboard
tags:
- borders
---
================================================
FILE: docs/content/icons/border-bottom.md
================================================
---
title: Border bottom
categories:
- UI and keyboard
tags:
- borders
---
================================================
FILE: docs/content/icons/border-center.md
================================================
---
title: Border center
categories:
- UI and keyboard
tags:
- borders
- centre
---
================================================
FILE: docs/content/icons/border-inner.md
================================================
---
title: Border inner
categories:
- UI and keyboard
tags:
- borders
---
================================================
FILE: docs/content/icons/border-left.md
================================================
---
title: Border left
categories:
- UI and keyboard
tags:
- borders
---
================================================
FILE: docs/content/icons/border-middle.md
================================================
---
title: Border middle
categories:
- UI and keyboard
tags:
- borders
---
================================================
FILE: docs/content/icons/border-outer.md
================================================
---
title: Border outer
categories:
- UI and keyboard
tags:
- borders
---
================================================
FILE: docs/content/icons/border-right.md
================================================
---
title: Border right
categories:
- UI and keyboard
tags:
- borders
---
================================================
FILE: docs/content/icons/border-style.md
================================================
---
title: Border style
categories:
- Typography
tags:
- borders
- wysiwyg
---
================================================
FILE: docs/content/icons/border-top.md
================================================
---
title: Border top
categories:
- UI and keyboard
tags:
- borders
---
================================================
FILE: docs/content/icons/border-width.md
================================================
---
title: Border width
categories:
- Typography
tags:
- borders
- wysiwyg
---
================================================
FILE: docs/content/icons/border.md
================================================
---
title: Border
categories:
- UI and keyboard
tags:
- borders
---
================================================
FILE: docs/content/icons/bounding-box-circles.md
================================================
---
title: Bounding box circles
categories:
- Graphics
tags:
- text
- shape
- resize
- dimensions
---
================================================
FILE: docs/content/icons/bounding-box.md
================================================
---
title: Bounding box
categories:
- Graphics
tags:
- text
- shape
- resize
- dimensions
---
================================================
FILE: docs/content/icons/box-arrow-down-left.md
================================================
---
title: Box arrow bottom-left
categories:
- Box arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/box-arrow-down-right.md
================================================
---
title: Box arrow bottom-right
categories:
- Box arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/box-arrow-down.md
================================================
---
title: Box arrow down
categories:
- Box arrows
tags:
- arrow
- download
- save
---
================================================
FILE: docs/content/icons/box-arrow-in-down-left.md
================================================
---
title: Box arrow in down left
categories:
- Box arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/box-arrow-in-down-right.md
================================================
---
title: Box arrow in down right
categories:
- Box arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/box-arrow-in-down.md
================================================
---
title: Box arrow in down
categories:
- Box arrows
tags:
- arrow
- upload
---
================================================
FILE: docs/content/icons/box-arrow-in-left.md
================================================
---
title: Box arrow in left
categories:
- Box arrows
tags:
- arrow
- login
- signin
- enter
---
================================================
FILE: docs/content/icons/box-arrow-in-right.md
================================================
---
title: Box arrow in right
categories:
- Box arrows
tags:
- arrow
- login
- signin
- enter
---
================================================
FILE: docs/content/icons/box-arrow-in-up-left.md
================================================
---
title: Box arrow in up left
categories:
- Box arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/box-arrow-in-up-right.md
================================================
---
title: Box arrow in up right
categories:
- Box arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/box-arrow-in-up.md
================================================
---
title: Box arrow in up
categories:
- Box arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/box-arrow-left.md
================================================
---
title: Box arrow left
categories:
- Box arrows
tags:
- arrow
- logout
- signout
- exit
---
================================================
FILE: docs/content/icons/box-arrow-right.md
================================================
---
title: Box arrow right
categories:
- Box arrows
tags:
- arrow
- logout
- signout
- exit
---
================================================
FILE: docs/content/icons/box-arrow-up-left.md
================================================
---
title: Box arrow up-left
categories:
- Box arrows
tags:
- arrow
- external link
---
================================================
FILE: docs/content/icons/box-arrow-up-right.md
================================================
---
title: Box arrow up-right
categories:
- Box arrows
tags:
- arrow
- external link
---
================================================
FILE: docs/content/icons/box-arrow-up.md
================================================
---
title: Box arrow up
categories:
- Box arrows
tags:
- arrow
---
================================================
FILE: docs/content/icons/box-fill.md
================================================
---
title: Box fill
categories:
- Real world
tags:
- cardboard
- package
---
================================================
FILE: docs/content/icons/box-seam-fill.md
================================================
---
title: Box seam fill
categories:
- Real world
tags:
- cardboard
- package
---
================================================
FILE: docs/content/icons/box-seam.md
================================================
---
title: Box seam
categories:
- Real world
tags:
- cardboard
- package
---
================================================
FILE: docs/content/icons/box.md
================================================
---
title: Box
categories:
- Real world
tags:
- cardboard
- package
- cube
---
================================================
FILE: docs/content/icons/box2-fill.md
================================================
---
title: Box2 fill
categories:
- Real world
- Love
tags:
- cardboard
- package
- cube
---
================================================
FILE: docs/content/icons/box2-heart-fill.md
================================================
---
title: Box2 heart fill
categories:
- Real world
- Love
tags:
- cardboard
- package
- cube
- gift
- valentine
- love
---
================================================
FILE: docs/content/icons/box2-heart.md
================================================
---
title: Box2 heart
categories:
- Real world
- Love
tags:
- cardboard
- package
- cube
- gift
- valentine
- love
---
================================================
FILE: docs/content/icons/box2.md
================================================
---
title: Box2
categories:
- Real world
tags:
- cardboard
- package
- cube
---
================================================
FILE: docs/content/icons/boxes.md
================================================
---
title: Boxes
categories:
- Real world
tags:
- cardboard
- package
- cube
---
================================================
FILE: docs/content/icons/braces-asterisk.md
================================================
---
title: Braces asterisk
categories:
- Typography
tags:
- text
- type
- code
- developer
- development
- software
added: 1.10.0
---
================================================
FILE: docs/content/icons/braces.md
================================================
---
title: Braces
categories:
- Typography
tags:
- text
- type
- code
- developer
- development
- software
added: 1.10.0
---
================================================
FILE: docs/content/icons/bricks.md
================================================
---
title: Bricks
categories:
- Real world
tags:
- wall
- firewall
---
================================================
FILE: docs/content/icons/briefcase-fill.md
================================================
---
title: Briefcase fill
categories:
- Real world
tags:
- business
- bag
- baggage
---
================================================
FILE: docs/content/icons/briefcase.md
================================================
---
title: Briefcase
categories:
- Real world
tags:
- business
- bag
- baggage
---
================================================
FILE: docs/content/icons/brightness-alt-high-fill.md
================================================
---
title: Brightness alt high fill
categories:
- UI and keyboard
tags:
- brightness
- sun
- weather
---
================================================
FILE: docs/content/icons/brightness-alt-high.md
================================================
---
title: Brightness alt high
categories:
- UI and keyboard
tags:
- brightness
- sun
- weather
---
================================================
FILE: docs/content/icons/brightness-alt-low-fill.md
================================================
---
title: Brightness alt low fill
categories:
- UI and keyboard
tags:
- brightness
- sun
- weather
---
================================================
FILE: docs/content/icons/brightness-alt-low.md
================================================
---
title: Brightness alt low
categories:
- UI and keyboard
tags:
- brightness
- sun
- weather
---
================================================
FILE: docs/content/icons/brightness-high-fill.md
================================================
---
title: Brightness high fill
categories:
- UI and keyboard
tags:
- brightness
- sun
- weather
---
================================================
FILE: docs/content/icons/brightness-high.md
================================================
---
title: Brightness high
categories:
- UI and keyboard
tags:
- brightness
- sun
- weather
---
================================================
FILE: docs/content/icons/brightness-low-fill.md
================================================
---
title: Brightness low fill
categories:
- UI and keyboard
tags:
- brightness
- sun
- weather
---
================================================
FILE: docs/content/icons/brightness-low.md
================================================
---
title: Brightness low
categories:
- UI and keyboard
tags:
- brightness
- sun
- weather
---
================================================
FILE: docs/content/icons/brilliance.md
================================================
---
title: Brilliance
categories:
- Graphics
tags:
- photo
- editing
- image
- picture
added: 1.11.0
---
================================================
FILE: docs/content/icons/broadcast-pin.md
================================================
---
title: Broadcast pin
categories:
- Communications
tags:
- radio
- "radio wave"
- amplify
- wavelength
- podcast
---
================================================
FILE: docs/content/icons/broadcast.md
================================================
---
title: Broadcast
categories:
- Communications
tags:
- radio
- "radio wave"
- amplify
- wavelength
---
================================================
FILE: docs/content/icons/browser-chrome.md
================================================
---
title: Browser Chrome
categories:
- Brand
tags:
- google
- webkit
- blink
added: 1.10.0
---
================================================
FILE: docs/content/icons/browser-edge.md
================================================
---
title: Browser Edge
categories:
- Brand
tags:
- microsoft
- webkit
added: 1.10.0
---
================================================
FILE: docs/content/icons/browser-firefox.md
================================================
---
title: Browser Firefox
categories:
- Brand
tags:
- gecko
added: 1.10.0
---
================================================
FILE: docs/content/icons/browser-safari.md
================================================
---
title: Browser Safari
categories:
- Brand
tags:
- webkit
- apple
added: 1.10.0
---
================================================
FILE: docs/content/icons/brush-fill.md
================================================
---
title: Brush fill
categories:
- Tools
tags:
- paint
- art
---
================================================
FILE: docs/content/icons/brush.md
================================================
---
title: Brush
categories:
- Tools
tags:
- paint
- art
---
================================================
FILE: docs/content/icons/bucket-fill.md
================================================
---
title: Bucket fill
categories:
- Tools
tags:
- tool
- pail
---
================================================
FILE: docs/content/icons/bucket.md
================================================
---
title: Bucket
categories:
- Tools
tags:
- tool
- pail
---
================================================
FILE: docs/content/icons/bug-fill.md
================================================
---
title: Bug fill
categories:
- Real world
tags:
- insect
- error
---
================================================
FILE: docs/content/icons/bug.md
================================================
---
title: Bug
categories:
- Real world
tags:
- insect
- error
---
================================================
FILE: docs/content/icons/building-add.md
================================================
---
title: Building add
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-check.md
================================================
---
title: Building check
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-dash.md
================================================
---
title: Building dash
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-down.md
================================================
---
title: Building down
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-exclamation.md
================================================
---
title: Building exclamation
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-fill-add.md
================================================
---
title: Building fill add
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-fill-check.md
================================================
---
title: Building fill check
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-fill-dash.md
================================================
---
title: Building fill dash
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-fill-down.md
================================================
---
title: Building fill down
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-fill-exclamation.md
================================================
---
title: Building fill exclamation
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-fill-gear.md
================================================
---
title: Building fill gear
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-fill-lock.md
================================================
---
title: Building fill lock
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-fill-slash.md
================================================
---
title: Building fill slash
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-fill-up.md
================================================
---
title: Building fill up
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-fill-x.md
================================================
---
title: Building fill x
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-fill.md
================================================
---
title: Building fill
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-gear.md
================================================
---
title: Building gear
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-lock.md
================================================
---
title: Building lock
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-slash.md
================================================
---
title: Building slash
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-up.md
================================================
---
title: Building up
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building-x.md
================================================
---
title: Building x
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/building.md
================================================
---
title: Building
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/buildings-fill.md
================================================
---
title: Buildings fill
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/buildings.md
================================================
---
title: Buildings
categories:
- Buildings
tags:
- company
- enterprise
- organization
- office
- business
added: 1.10.0
---
================================================
FILE: docs/content/icons/bullseye.md
================================================
---
title: Bullseye
categories:
- Geo
tags:
- target
---
================================================
FILE: docs/content/icons/bus-front-fill.md
================================================
---
title: Bus front fill
categories:
- Transportation
tags:
- "public transit"
- commute
added: 1.10.0
---
================================================
FILE: docs/content/icons/bus-front.md
================================================
---
title: Bus front
categories:
- Transportation
tags:
- "public transit"
- commute
added: 1.10.0
---
================================================
FILE: docs/content/icons/c-circle-fill.md
================================================
---
title: C circle fill
categories:
- Shapes
tags:
- copyright
---
================================================
FILE: docs/content/icons/c-circle.md
================================================
---
title: C circle
categories:
- Shapes
tags:
- copyright
---
================================================
FILE: docs/content/icons/c-square-fill.md
================================================
---
title: C square fill
categories:
- Shapes
tags:
- copyright
---
================================================
FILE: docs/content/icons/c-square.md
================================================
---
title: C square
categories:
- Shapes
tags:
- copyright
---
================================================
FILE: docs/content/icons/cake-fill.md
================================================
---
title: Cake fill
categories:
- Real world
tags:
- birthday
- celebrate
- dessert
added: 1.11.0
---
================================================
FILE: docs/content/icons/cake.md
================================================
---
title: Cake
categories:
- Real world
tags:
- birthday
- celebrate
- dessert
added: 1.11.0
---
================================================
FILE: docs/content/icons/cake2-fill.md
================================================
---
title: Cake2 fill
categories:
- Real world
tags:
- birthday
- celebrate
- dessert
added: 1.11.0
---
================================================
FILE: docs/content/icons/cake2.md
================================================
---
title: Cake2
categories:
- Real world
tags:
- birthday
- celebrate
- dessert
added: 1.11.0
---
================================================
FILE: docs/content/icons/calculator-fill.md
================================================
---
title: Calculator fill
categories:
- Devices
tags:
- calculator
- math
---
================================================
FILE: docs/content/icons/calculator.md
================================================
---
title: Calculator
categories:
- Devices
tags:
- calculator
- math
---
================================================
FILE: docs/content/icons/calendar-check-fill.md
================================================
---
title: Calendar check fill
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar-check.md
================================================
---
title: Calendar check
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar-date-fill.md
================================================
---
title: Calendar date fill
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar-date.md
================================================
---
title: Calendar date
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar-day-fill.md
================================================
---
title: Calendar day fill
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar-day.md
================================================
---
title: Calendar day
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar-event-fill.md
================================================
---
title: Calendar event fill
categories:
- Date and time
tags:
- date
- time
- event
- invite
---
================================================
FILE: docs/content/icons/calendar-event.md
================================================
---
title: Calendar event
categories:
- Date and time
tags:
- date
- time
- event
- invite
---
================================================
FILE: docs/content/icons/calendar-fill.md
================================================
---
title: Calendar fill
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar-heart-fill.md
================================================
---
title: Calendar heart fill
categories:
- Date and time
- Love
tags:
- date
- time
- month
- valentine
- date
---
================================================
FILE: docs/content/icons/calendar-heart.md
================================================
---
title: Calendar heart
categories:
- Date and time
- Love
tags:
- date
- time
- month
- valentine
- date
---
================================================
FILE: docs/content/icons/calendar-minus-fill.md
================================================
---
title: Calendar minus fill
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar-minus.md
================================================
---
title: Calendar minus
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar-month-fill.md
================================================
---
title: Calendar month fill
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar-month.md
================================================
---
title: Calendar month
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar-plus-fill.md
================================================
---
title: Calendar plus fill
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar-plus.md
================================================
---
title: Calendar plus
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar-range-fill.md
================================================
---
title: Calendar range fill
categories:
- Date and time
tags:
- dates
- timeline
- duration
---
================================================
FILE: docs/content/icons/calendar-range.md
================================================
---
title: Calendar range
categories:
- Date and time
tags:
- dates
- timeline
- duration
---
================================================
FILE: docs/content/icons/calendar-week-fill.md
================================================
---
title: Calendar week fill
categories:
- Date and time
tags:
- dates
- timeline
- duration
- week
---
================================================
FILE: docs/content/icons/calendar-week.md
================================================
---
title: Calendar week
categories:
- Date and time
tags:
- dates
- timeline
- duration
- week
---
================================================
FILE: docs/content/icons/calendar-x-fill.md
================================================
---
title: Calendar x fill
categories:
- Date and time
tags:
- date
- time
- month
- remove
- delete
---
================================================
FILE: docs/content/icons/calendar-x.md
================================================
---
title: Calendar x
categories:
- Date and time
tags:
- date
- time
- month
- remove
- delete
---
================================================
FILE: docs/content/icons/calendar.md
================================================
---
title: Calendar
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar2-check-fill.md
================================================
---
title: Calendar2 check fill
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar2-check.md
================================================
---
title: Calendar2 check
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar2-date-fill.md
================================================
---
title: Calendar2 date fill
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar2-date.md
================================================
---
title: Calendar2 date
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar2-day-fill.md
================================================
---
title: Calendar2 day fill
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar2-day.md
================================================
---
title: Calendar2 day
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar2-event-fill.md
================================================
---
title: Calendar2 event fill
categories:
- Date and time
tags:
- date
- time
- event
- invite
---
================================================
FILE: docs/content/icons/calendar2-event.md
================================================
---
title: Calendar2 event
categories:
- Date and time
tags:
- date
- time
- event
- invite
---
================================================
FILE: docs/content/icons/calendar2-fill.md
================================================
---
title: Calendar2 fill
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar2-heart-fill.md
================================================
---
title: Calendar2 heart fill
categories:
- Date and time
- Love
tags:
- date
- time
- month
- valentine
- date
---
================================================
FILE: docs/content/icons/calendar2-heart.md
================================================
---
title: Calendar2 heart
categories:
- Date and time
- Love
tags:
- date
- time
- month
- valentine
- date
---
================================================
FILE: docs/content/icons/calendar2-minus-fill.md
================================================
---
title: Calendar2 minus fill
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar2-minus.md
================================================
---
title: Calendar2 minus
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar2-month-fill.md
================================================
---
title: Calendar2 month fill
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar2-month.md
================================================
---
title: Calendar2 month
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar2-plus-fill.md
================================================
---
title: Calendar2 plus fill
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar2-plus.md
================================================
---
title: Calendar2 plus
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar2-range-fill.md
================================================
---
title: Calendar2 range fill
categories:
- Date and time
tags:
- dates
- timeline
- duration
---
================================================
FILE: docs/content/icons/calendar2-range.md
================================================
---
title: Calendar2 range
categories:
- Date and time
tags:
- dates
- timeline
- duration
---
================================================
FILE: docs/content/icons/calendar2-week-fill.md
================================================
---
title: Calendar2 week fill
categories:
- Date and time
tags:
- dates
- timeline
- duration
- week
---
================================================
FILE: docs/content/icons/calendar2-week.md
================================================
---
title: Calendar2 week
categories:
- Date and time
tags:
- dates
- timeline
- duration
- week
---
================================================
FILE: docs/content/icons/calendar2-x-fill.md
================================================
---
title: Calendar2 x fill
categories:
- Date and time
tags:
- date
- time
- month
- remove
- delete
---
================================================
FILE: docs/content/icons/calendar2-x.md
================================================
---
title: Calendar2 x
categories:
- Date and time
tags:
- date
- time
- month
- remove
- delete
---
================================================
FILE: docs/content/icons/calendar2.md
================================================
---
title: Calendar2
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar3-event-fill.md
================================================
---
title: Calendar3 event fill
categories:
- Date and time
tags:
- date
- time
- event
- invite
---
================================================
FILE: docs/content/icons/calendar3-event.md
================================================
---
title: Calendar3 event
categories:
- Date and time
tags:
- date
- time
- event
- invite
---
================================================
FILE: docs/content/icons/calendar3-fill.md
================================================
---
title: Calendar3 fill
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar3-range-fill.md
================================================
---
title: Calendar3 range fill
categories:
- Date and time
tags:
- dates
- timeline
- duration
---
================================================
FILE: docs/content/icons/calendar3-range.md
================================================
---
title: Calendar3 range
categories:
- Date and time
tags:
- dates
- timeline
- duration
---
================================================
FILE: docs/content/icons/calendar3-week-fill.md
================================================
---
title: Calendar3 week fill
categories:
- Date and time
tags:
- dates
- timeline
- duration
- week
---
================================================
FILE: docs/content/icons/calendar3-week.md
================================================
---
title: Calendar3 week
categories:
- Date and time
tags:
- dates
- timeline
- duration
- week
---
================================================
FILE: docs/content/icons/calendar3.md
================================================
---
title: Calendar3
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/calendar4-event.md
================================================
---
title: Calendar4 event
categories:
- Date and time
tags:
- date
- time
- event
- invite
---
================================================
FILE: docs/content/icons/calendar4-range.md
================================================
---
title: Calendar4 range
categories:
- Date and time
tags:
- dates
- timeline
- duration
---
================================================
FILE: docs/content/icons/calendar4-week.md
================================================
---
title: Calendar4 week
categories:
- Date and time
tags:
- dates
- timeline
- duration
- week
---
================================================
FILE: docs/content/icons/calendar4.md
================================================
---
title: Calendar4
categories:
- Date and time
tags:
- date
- time
- month
---
================================================
FILE: docs/content/icons/camera-fill.md
================================================
---
title: Camera fill
categories:
- Devices
tags:
- photos
- photography
---
================================================
FILE: docs/content/icons/camera-reels-fill.md
================================================
---
title: Camera reels fill
categories:
- Devices
tags:
- av
- video
- film
---
================================================
FILE: docs/content/icons/camera-reels.md
================================================
---
title: Camera reels
categories:
- Devices
tags:
- av
- video
- film
---
================================================
FILE: docs/content/icons/camera-video-fill.md
================================================
---
title: Camera video fill
categories:
- Devices
tags:
- av
- video
- film
---
================================================
FILE: docs/content/icons/camera-video-off-fill.md
================================================
---
title: Camera video off fill
categories:
- Devices
tags:
- av
- video
- film
---
================================================
FILE: docs/content/icons/camera-video-off.md
================================================
---
title: Camera video off
categories:
- Devices
tags:
- av
- video
- film
---
================================================
FILE: docs/content/icons/camera-video.md
================================================
---
title: Camera video
categories:
- Devices
tags:
- av
- video
- film
---
================================================
FILE: docs/content/icons/camera.md
================================================
---
title: Camera
categories:
- Devices
tags:
- photos
- photography
---
================================================
FILE: docs/content/icons/camera2.md
================================================
---
title: Camera
categories:
- Devices
tags:
- photos
- photography
---
================================================
FILE: docs/content/icons/capslock-fill.md
================================================
---
title: Capslock fill
categories:
- UI and keyboard
tags:
- key
---
================================================
FILE: docs/content/icons/capslock.md
================================================
---
title: Capslock
categories:
- UI and keyboard
tags:
- key
---
================================================
FILE: docs/content/icons/capsule-pill.md
================================================
---
title: Capsule pill
categories:
- Medical
tags:
- rx
- pills
- capsules
- medicine
---
================================================
FILE: docs/content/icons/capsule.md
================================================
---
title: Capsule
categories:
- Medical
tags:
- rx
- pills
- capsules
- medicine
---
================================================
FILE: docs/content/icons/car-front-fill.md
================================================
---
title: Car front fill
categories:
- Transportation
tags:
- automobile
- automotive
- auto
- sedan
- drive
- driving
- vehicle
---
================================================
FILE: docs/content/icons/car-front.md
================================================
---
title: Car front
categories:
- Transportation
tags:
- automobile
- automotive
- auto
- sedan
- drive
- driving
- vehicle
---
================================================
FILE: docs/content/icons/card-checklist.md
================================================
---
title: Card checklist
categories:
- Files and folders
tags:
- note
- card
- notecard
---
================================================
FILE: docs/content/icons/card-heading.md
================================================
---
title: Card heading
categories:
- Files and folders
tags:
- note
- card
- notecard
---
================================================
FILE: docs/content/icons/card-image.md
================================================
---
title: Card image
categories:
- Files and folders
tags:
- note
- card
- notecard
---
================================================
FILE: docs/content/icons/card-list.md
================================================
---
title: Card list
categories:
- Files and folders
tags:
- note
- card
- notecard
---
================================================
FILE: docs/content/icons/card-text.md
================================================
---
title: Card text
categories:
- Files and folders
tags:
- note
- card
- notecard
- letter
---
================================================
FILE: docs/content/icons/caret-down-fill.md
================================================
---
title: Caret down fill
categories:
- Carets
tags:
- caret
- arrow
- triangle
---
================================================
FILE: docs/content/icons/caret-down-square-fill.md
================================================
---
title: Caret down square fill
categories:
- Carets
tags:
- caret
- arrow
- triangle
---
================================================
FILE: docs/content/icons/caret-down-square.md
================================================
---
title: Caret down square
categories:
- Carets
tags:
- caret
- arrow
- triangle
---
================================================
FILE: docs/content/icons/caret-down.md
================================================
---
title: Caret down
categories:
- Carets
tags:
- caret
- arrow
- triangle
---
================================================
FILE: docs/content/icons/caret-left-fill.md
================================================
---
title: Caret left fill
categories:
- Carets
tags:
- caret
- arrow
- triangle
---
================================================
FILE: docs/content/icons/caret-left-square-fill.md
================================================
---
title: Caret left square fill
categories:
- Carets
tags:
- caret
- arrow
- triangle
---
================================================
FILE: docs/content/icons/caret-left-square.md
================================================
---
title: Caret left square
categories:
- Carets
tags:
- caret
- arrow
- triangle
---
================================================
FILE: docs/content/icons/caret-left.md
================================================
---
title: Caret left
categories:
- Carets
tags:
- caret
- arrow
- triangle
---
================================================
FILE: docs/content/icons/caret-right-fill.md
================================================
---
title: Caret right fill
categories:
- Carets
tags:
- caret
- arrow
- triangle
---
================================================
FILE: docs/content/icons/caret-right-square-fill.md
================================================
---
title: Caret right square fill
categories:
- Carets
tags:
- caret
- arrow
- triangle
---
================================================
FILE: docs/content/icons/caret-right-square.md
================================================
---
title: Caret right square
categories:
- Carets
tags:
- caret
- arrow
- triangle
---
================================================
FILE: docs/content/icons/caret-right.md
================================================
---
title: Caret right
categories:
- Carets
tags:
- caret
- arrow
- triangle
---
================================================
FILE: docs/content/icons/caret-up-fill.md
================================================
---
title: Caret up fill
categories:
- Carets
tags:
- caret
- arrow
- triangle
---
================================================
FILE: docs/content/icons/caret-up-square-fill.md
================================================
---
title: Caret up square fill
categories:
- Carets
tags:
- caret
- arrow
- triangle
---
================================================
FILE: docs/content/icons/caret-up-square.md
================================================
---
title: Caret up square
categories:
- Carets
tags:
- caret
- arrow
- triangle
---
================================================
FILE: docs/content/icons/caret-up.md
================================================
---
title: Caret up
categories:
- Carets
tags:
- caret
- arrow
- triangle
---
================================================
FILE: docs/content/icons/cart-check-fill.md
================================================
---
title: Cart check fill
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/cart-check.md
================================================
---
title: Cart check
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/cart-dash-fill.md
================================================
---
title: Cart dash fill
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/cart-dash.md
================================================
---
title: Cart dash
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/cart-fill.md
================================================
---
title: Cart fill
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/cart-plus-fill.md
================================================
---
title: Cart plus fill
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/cart-plus.md
================================================
---
title: Cart plus
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/cart-x-fill.md
================================================
---
title: Cart x fill
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/cart-x.md
================================================
---
title: Cart x
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/cart.md
================================================
---
title: Cart
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/cart2.md
================================================
---
title: Cart2
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/cart3.md
================================================
---
title: Cart3
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/cart4.md
================================================
---
title: Cart4
categories:
- Commerce
tags:
- shopping
- checkout
- check
- cart
- basket
- bag
---
================================================
FILE: docs/content/icons/cash-coin.md
================================================
---
title: Cash coin
categories:
- Commerce
tags:
- money
- finance
- banking
- currency
---
================================================
FILE: docs/content/icons/cash-stack.md
================================================
---
title: Cash stack
categories:
- Commerce
tags:
- money
- bills
- funds
- wallet
- currency
---
================================================
FILE: docs/content/icons/cash.md
================================================
---
title: Cash
categories:
- Commerce
tags:
- money
- bills
- funds
- wallet
- currency
---
================================================
FILE: docs/content/icons/cassette-fill.md
================================================
---
title: Cassette fill
categories:
- Media
tags:
- tape
- music
- audio
---
================================================
FILE: docs/content/icons/cassette.md
================================================
---
title: Cassette
categories:
- Media
tags:
- tape
- music
- audio
---
================================================
FILE: docs/content/icons/cast.md
================================================
---
title: Cast
categories:
- Media
tags:
- airplay
- project
- stream
- display
---
================================================
FILE: docs/content/icons/cc-circle-fill.md
================================================
---
title: CC circle fill
categories:
- Shapes
tags:
- "creative commons"
---
================================================
FILE: docs/content/icons/cc-circle.md
================================================
---
title: CC circle
categories:
- Shapes
tags:
- "creative commons"
---
================================================
FILE: docs/content/icons/cc-square-fill.md
================================================
---
title: CC square fill
categories:
- Shapes
tags:
- "creative commons"
---
================================================
FILE: docs/content/icons/cc-square.md
================================================
---
title: CC square
categories:
- Shapes
tags:
- "creative commons"
---
================================================
FILE: docs/content/icons/chat-dots-fill.md
================================================
---
title: Chat dots fill
categories:
- Communications
tags:
- chat bubble
- text
- message
- typing
- comment
---
================================================
FILE: docs/content/icons/chat-dots.md
================================================
---
title: Chat dots
categories:
- Communications
tags:
- chat bubble
- text
- message
- typing
- comment
---
================================================
FILE: docs/content/icons/chat-fill.md
================================================
---
title: Chat fill
categories:
- Communications
tags:
- chat bubble
- text
- message
- comment
---
================================================
FILE: docs/content/icons/chat-heart-fill.md
================================================
---
title: Chat heart fill
categories:
- Communications
- Love
tags:
- chat bubble
- text
- message
- valentine
- romance
- comment
---
================================================
FILE: docs/content/icons/chat-heart.md
================================================
---
title: Chat heart
categories:
- Communications
- Love
tags:
- chat bubble
- text
- message
- valentine
- romance
- comment
---
================================================
FILE: docs/content/icons/chat-left-dots-fill.md
================================================
---
title: Chat left dots fill
categories:
- Communications
tags:
- chat bubble
- text
- message
- typing
- comment
---
================================================
FILE: docs/content/icons/chat-left-dots.md
================================================
---
title: Chat left dots
categories:
- Communications
tags:
- chat bubble
- text
- message
- typing
- comment
---
================================================
FILE: docs/content/icons/chat-left-fill.md
================================================
---
title: Chat left fill
categories:
- Communications
tags:
- chat bubble
- text
- message
- comment
---
================================================
FILE: docs/content/icons/chat-left-heart-fill.md
================================================
---
title: Chat left heart fill
categories:
- Communications
- Love
tags:
- chat bubble
- text
- message
- valentine
- romance
- comment
---
================================================
FILE: docs/content/icons/chat-left-heart.md
================================================
---
title: Chat left heart
categories:
- Communications
- Love
tags:
- chat bubble
- text
- message
- valentine
- romance
- comment
---
================================================
FILE: docs/content/icons/chat-left-quote-fill.md
================================================
---
title: Chat left quote fill
categories:
- Communications
tags:
- chat bubble
- text
- message
- quote
- comment
---
================================================
FILE: docs/content/icons/chat-left-quote.md
================================================
---
title: Chat left quote
categories:
- Communications
tags:
- chat bubble
- text
- message
- quote
- comment
---
================================================
FILE: docs/content/icons/chat-left-text-fill.md
================================================
---
title: Chat left text fill
categories:
- Communications
tags:
- chat bubble
- text
- message
- comment
---
================================================
FILE: docs/content/icons/chat-left-text.md
================================================
---
title: Chat left text
categories:
- Communications
tags:
- chat bubble
- text
- message
- comment
---
================================================
FILE: docs/content/icons/chat-left.md
================================================
---
title: Chat left
categories:
- Communications
tags:
- chat bubble
- text
- message
- comment
---
================================================
FILE: docs/content/icons/chat-quote-fill.md
================================================
---
title: Chat quote fill
categories:
- Communications
tags:
- chat bubble
- text
- message
- quote
- comment
---
================================================
FILE: docs/content/icons/chat-quote.md
================================================
---
title: Chat quote
categories:
- Communications
tags:
- chat bubble
- text
- message
- quote
- comment
---
================================================
FILE: docs/content/icons/chat-right-dots-fill.md
================================================
---
title: Chat right dots fill
categories:
- Communications
tags:
- chat bubble
- text
- message
- typing
- comment
---
================================================
FILE: docs/content/icons/chat-right-dots.md
================================================
---
title: Chat right dots
categories:
- Communications
tags:
- chat bubble
- text
- message
- typing
- comment
---
================================================
FILE: docs/content/icons/chat-right-fill.md
================================================
---
title: Chat right fill
categories:
- Communications
tags:
- chat bubble
- text
- message
- comment
---
================================================
FILE: docs/content/icons/chat-right-heart-fill.md
================================================
---
title: Chat right heart fill
categories:
- Communications
- Love
tags:
- chat bubble
- text
- message
- valentine
- romance
- comment
---
================================================
FILE: docs/content/icons/chat-right-heart.md
================================================
---
title: Chat right heart
categories:
- Communications
- Love
tags:
- chat bubble
- text
- message
- valentine
- romance
- comment
---
================================================
FILE: docs/content/icons/chat-right-quote-fill.md
================================================
---
title: Chat right quote fill
categories:
- Communications
tags:
- chat bubble
- text
- message
- quote
- comment
---
================================================
FILE: docs/content/icons/chat-right-quote.md
================================================
---
title: Chat right quote
categories:
- Communications
tags:
- chat bubble
- text
- message
- quote
- comment
---
================================================
FILE: docs/content/icons/chat-right-text-fill.md
================================================
---
title: Chat right text fill
categories:
- Communications
tags:
- chat bubble
- text
- message
- comment
---
================================================
FILE: docs/content/icons/chat-right-text.md
================================================
---
title: Chat right text
categories:
- Communications
tags:
- chat bubble
- text
- message
- comment
---
================================================
FILE: docs/content/icons/chat-right.md
================================================
---
title: Chat right
categories:
- Communications
tags:
- chat bubble
- text
- message
- comment
---
================================================
FILE: docs/content/icons/chat-square-dots-fill.md
================================================
---
title: Chat square dots fill
categories:
- Communications
tags:
- chat bubble
- text
- message
- typing
- comment
---
================================================
FILE: docs/content/icons/chat-square-dots.md
================================================
---
title: Chat square dots
categories:
- Communications
tags:
- chat bubble
- text
- message
- typing
- comment
---
================================================
FILE: docs/content/icons/chat-square-fill.md
================================================
---
title: Chat square fill
categories:
- Communications
tags:
- chat bubble
- text
- message
- comment
---
================================================
FILE: docs/content/icons/chat-square-heart-fill.md
================================================
---
title: Chat square heart fill
categories:
- Communications
- Love
tags:
- chat bubble
- text
- message
- valentine
- romance
- comment
---
================================================
FILE: docs/content/icons/chat-square-heart.md
================================================
---
title: Chat square heart
categories:
- Communications
- Love
tags:
- chat bubble
- text
- message
- valentine
- romance
- comment
---
================================================
FILE: docs/content/icons/chat-square-quote-fill.md
================================================
---
title: Chat square quote fill
categories:
- Communications
tags:
- chat bubble
- text
- message
- quote
- comment
---
================================================
FILE: docs/content/icons/chat-square-quote.md
================================================
---
title: Chat square quote
categories:
- Communications
tags:
- chat bubble
- text
- message
- quote
- comment
---
================================================
FILE: docs/content/icons/chat-square-text-fill.md
================================================
---
title: Chat square text fill
categories:
- Communications
tags:
- chat bubble
- text
- message
- comment
---
================================================
FILE: docs/content/icons/chat-square-text.md
================================================
---
title: Chat square text
categories:
- Communications
tags:
- chat bubble
- text
- message
- comment
---
================================================
FILE: docs/content/icons/chat-square.md
================================================
---
title: Chat square
categories:
- Communications
tags:
- chat bubble
- text
- message
- comment
---
================================================
FILE: docs/content/icons/chat-text-fill.md
================================================
---
title: Chat text fill
categories:
- Communications
tags:
- chat bubble
- text
- message
- comment
---
================================================
FILE: docs/content/icons/chat-text.md
================================================
---
title: Chat text
categories:
- Communications
tags:
- chat bubble
- text
- message
- comment
---
================================================
FILE: docs/content/icons/chat.md
================================================
---
title: Chat
categories:
- Communications
tags:
- chat bubble
- text
- message
- comment
---
================================================
FILE: docs/content/icons/check-all.md
================================================
---
title: Check all
categories:
- UI and keyboard
tags:
- checkmark
- todo
- done
- select
---
================================================
FILE: docs/content/icons/check-circle-fill.md
================================================
---
title: Check circle fill
categories:
- Alerts, warnings, and signs
tags:
- checkmark
- confirm
- done
---
================================================
FILE: docs/content/icons/check-circle.md
================================================
---
title: Check circle
categories:
- Alerts, warnings, and signs
tags:
- checkmark
- confirm
- done
---
================================================
FILE: docs/content/icons/check-lg.md
================================================
---
title: Check lg
categories:
- Alerts, warnings, and signs
tags:
- checkmark
- confirm
- done
---
================================================
FILE: docs/content/icons/check-square-fill.md
================================================
---
title: Check square fill
categories:
- Alerts, warnings, and signs
tags:
- checkmark
- confirm
- done
---
================================================
FILE: docs/content/icons/check-square.md
================================================
---
title: Check square
categories:
- Alerts, warnings, and signs
tags:
- checkmark
- confirm
- done
---
================================================
FILE: docs/content/icons/check.md
================================================
---
title: Check
categories:
- Alerts, warnings, and signs
tags:
- checkmark
- confirm
- done
---
================================================
FILE: docs/content/icons/check2-all.md
================================================
---
title: Check2 all
categories:
- UI and keyboard
tags:
- checkmark
- todo
- select
- done
- checkbox
---
================================================
FILE: docs/content/icons/check2-circle.md
================================================
---
title: Check2 circle
categories:
- UI and keyboard
tags:
- checkmark
- todo
- select
- done
- checkbox
---
================================================
FILE: docs/content/icons/check2-square.md
================================================
---
title: Check2 square
categories:
- UI and keyboard
tags:
- checkmark
- todo
- select
- done
- checkbox
---
================================================
FILE: docs/content/icons/check2.md
================================================
---
title: Check2
categories:
- UI and keyboard
tags:
- checkmark
- todo
- select
- done
- checkbox
---
================================================
FILE: docs/content/icons/chevron-bar-contract.md
================================================
---
title: Chevron bar contract
categories:
- Chevrons
tags:
- chevron
---
================================================
FILE: docs/content/icons/chevron-bar-down.md
================================================
---
title: Chevron bar down
categories:
- Chevrons
tags:
- chevron
---
================================================
FILE: docs/content/icons/chevron-bar-expand.md
================================================
---
title: Chevron bar expand
categories:
- Chevrons
tags:
- chevron
---
================================================
FILE: docs/content/icons/chevron-bar-left.md
================================================
---
title: Chevron bar left
categories:
- Chevrons
tags:
- chevron
---
================================================
FILE: docs/content/icons/chevron-bar-right.md
================================================
---
title: Chevron bar right
categories:
- Chevrons
tags:
- chevron
---
================================================
FILE: docs/content/icons/chevron-bar-up.md
================================================
---
title: Chevron bar up
categories:
- Chevrons
tags:
- chevron
---
================================================
FILE: docs/content/icons/chevron-compact-down.md
================================================
---
title: Chevron compact down
categories:
- Chevrons
tags:
- chevron
---
================================================
FILE: docs/content/icons/chevron-compact-left.md
================================================
---
title: Chevron compact left
categories:
- Chevrons
tags:
- chevron
---
================================================
FILE: docs/content/icons/chevron-compact-right.md
================================================
---
title: Chevron compact right
categories:
- Chevrons
tags:
- chevron
---
================================================
FILE: docs/content/icons/chevron-compact-up.md
================================================
---
title: Chevron compact up
categories:
- Chevrons
tags:
- chevron
---
================================================
FILE: docs/content/icons/chevron-contract.md
================================================
---
title: Chevron contract
categories:
- Chevrons
tags:
- chevron
---
================================================
FILE: docs/content/icons/chevron-double-down.md
================================================
---
title: Chevron double down
categories:
- Chevrons
tags:
- chevron
---
================================================
FILE: docs/content/icons/chevron-double-left.md
================================================
---
title: Chevron double left
categories:
- Chevrons
tags:
- chevron
---
================================================
FILE: docs/content/icons/chevron-double-right.md
================================================
---
title: Chevron double right
categories:
- Chevrons
tags:
- chevron
---
================================================
FILE: docs/content/icons/chevron-double-up.md
================================================
---
title: Chevron double up
categories:
- Chevrons
tags:
- chevron
---
================================================
FILE: docs/content/icons/chevron-down.md
================================================
---
title: Chevron down
categories:
- Chevrons
tags:
- chevron
---
================================================
FILE: docs/content/icons/chevron-expand.md
================================================
---
title: Chevron expand
categories:
- Chevrons
tags:
- chevron
---
================================================
FILE: docs/content/icons/chevron-left.md
================================================
---
title: Chevron left
categories:
- Chevrons
tags:
- chevron
- math
---
================================================
FILE: docs/content/icons/chevron-right.md
================================================
---
title: Chevron right
categories:
- Chevrons
tags:
- chevron
- math
---
================================================
FILE: docs/content/icons/chevron-up.md
================================================
---
title: Chevron up
categories:
- Chevrons
tags:
- chevron
---
================================================
FILE: docs/content/icons/circle-fill.md
================================================
---
title: Circle fill
categories:
- Shapes
tags:
- shape
---
================================================
FILE: docs/content/icons/circle-half.md
================================================
---
title: Circle half fill
categories:
- Shapes
tags:
- shape
---
================================================
FILE: docs/content/icons/circle-square.md
================================================
---
title: Circle square
categories:
- Graphics
tags:
- graphics
- vector
- merge
- layers
---
================================================
FILE: docs/content/icons/circle.md
================================================
---
title: Circle
categories:
- Shapes
tags:
- shape
---
================================================
FILE: docs/content/icons/claude.md
================================================
---
title: Claude
categories:
- Brand
tags:
- ai
- anthropic
- agent
- "artificial intelligence"
---
================================================
FILE: docs/content/icons/clipboard-check-fill.md
================================================
---
title: Clipboard check fill
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard-check.md
================================================
---
title: Clipboard check
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard-data-fill.md
================================================
---
title: Clipboard data fill
categories:
- Real world
tags:
- copy
- paste
- data
- analytics
- graph
- chart
---
================================================
FILE: docs/content/icons/clipboard-data.md
================================================
---
title: Clipboard data
categories:
- Real world
tags:
- copy
- paste
- data
- analytics
- graph
- chart
---
================================================
FILE: docs/content/icons/clipboard-fill.md
================================================
---
title: Clipboard fill
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard-heart-fill.md
================================================
---
title: Clipboard heart fill
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard-heart.md
================================================
---
title: Clipboard heart
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard-minus-fill.md
================================================
---
title: Clipboard minus fill
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard-minus.md
================================================
---
title: Clipboard minus
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard-plus-fill.md
================================================
---
title: Clipboard plus fill
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard-plus.md
================================================
---
title: Clipboard plus
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard-pulse.md
================================================
---
title: Clipboard pulse
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard-x-fill.md
================================================
---
title: Clipboard x fill
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard-x.md
================================================
---
title: Clipboard x
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard.md
================================================
---
title: Clipboard
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard2-check-fill.md
================================================
---
title: Clipboard2 check fill
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard2-check.md
================================================
---
title: Clipboard2 check
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard2-data-fill.md
================================================
---
title: Clipboard2 data fill
categories:
- Real world
tags:
- copy
- paste
- data
- analytics
- graph
- chart
---
================================================
FILE: docs/content/icons/clipboard2-data.md
================================================
---
title: Clipboard2 data
categories:
- Real world
tags:
- copy
- paste
- data
- analytics
- graph
- chart
---
================================================
FILE: docs/content/icons/clipboard2-fill.md
================================================
---
title: Clipboard2 fill
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard2-heart-fill.md
================================================
---
title: Clipboard2 heart fill
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard2-heart.md
================================================
---
title: Clipboard2 heart
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard2-minus-fill.md
================================================
---
title: Clipboard2 minus fill
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard2-minus.md
================================================
---
title: Clipboard2 minus
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard2-plus-fill.md
================================================
---
title: Clipboard2 plus fill
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard2-plus.md
================================================
---
title: Clipboard2 plus
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard2-pulse-fill.md
================================================
---
title: Clipboard2 pulse fill
categories:
- Real world
- Medical
tags:
- copy
- paste
- heartrate
---
================================================
FILE: docs/content/icons/clipboard2-pulse.md
================================================
---
title: Clipboard2 pulse
categories:
- Real world
- Medical
tags:
- copy
- paste
- heartrate
---
================================================
FILE: docs/content/icons/clipboard2-x-fill.md
================================================
---
title: Clipboard2 x fill
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard2-x.md
================================================
---
title: Clipboard2 x
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clipboard2.md
================================================
---
title: Clipboard2
categories:
- Real world
tags:
- copy
- paste
---
================================================
FILE: docs/content/icons/clock-fill.md
================================================
---
title: Clock fill
categories:
- Miscellaneous
tags:
- time
---
================================================
FILE: docs/content/icons/clock-history.md
================================================
---
title: Clock history
categories:
- Miscellaneous
tags:
- time
- history
---
================================================
FILE: docs/content/icons/clock.md
================================================
---
title: Clock
categories:
- Miscellaneous
tags:
- time
---
================================================
FILE: docs/content/icons/cloud-arrow-down-fill.md
================================================
---
title: Cloud arrow down fill
categories:
- Clouds
tags:
- download
---
================================================
FILE: docs/content/icons/cloud-arrow-down.md
================================================
---
title: Cloud arrow down
categories:
- Clouds
tags:
- download
---
================================================
FILE: docs/content/icons/cloud-arrow-up-fill.md
================================================
---
title: Cloud arrow up fill
categories:
- Clouds
tags:
- upload
---
================================================
FILE: docs/content/icons/cloud-arrow-up.md
================================================
---
title: Cloud arrow up
categories:
- Clouds
tags:
- upload
---
================================================
FILE: docs/content/icons/cloud-check-fill.md
================================================
---
title: Cloud check fill
categories:
- Clouds
tags:
- checkmark
---
================================================
FILE: docs/content/icons/cloud-check.md
================================================
---
title: Cloud check
categories:
- Clouds
tags:
- checkmark
---
================================================
FILE: docs/content/icons/cloud-download-fill.md
================================================
---
title: Cloud download fill
categories:
- Clouds
tags:
- arrow
- save
---
================================================
FILE: docs/content/icons/cloud-download.md
================================================
---
title: Cloud download
categories:
- Clouds
tags:
- arrow
- save
---
================================================
FILE: docs/content/icons/cloud-drizzle-fill.md
================================================
---
title: Cloud drizzle fill
categories:
- Weather
tags:
- storm
- rain
---
================================================
FILE: docs/content/icons/cloud-drizzle.md
================================================
---
title: Cloud drizzle
categories:
- Weather
tags:
- storm
- rain
---
================================================
FILE: docs/content/icons/cloud-fill.md
================================================
---
title: Cloud fill
categories:
- Clouds
tags:
- weather
---
================================================
FILE: docs/content/icons/cloud-fog-fill.md
================================================
---
title: Cloud fog fill
categories:
- Weather
tags:
- foggy
---
================================================
FILE: docs/content/icons/cloud-fog.md
================================================
---
title: Cloud fog
categories:
- Weather
tags:
- foggy
---
================================================
FILE: docs/content/icons/cloud-fog2-fill.md
================================================
---
title: Cloud fog2 fill
categories:
- Weather
tags:
- foggy
---
================================================
FILE: docs/content/icons/cloud-fog2.md
================================================
---
title: Cloud fog2
categories:
- Weather
tags:
- foggy
---
================================================
FILE: docs/content/icons/cloud-hail-fill.md
================================================
---
title: Cloud hail fill
categories:
- Weather
tags:
- storm
---
================================================
FILE: docs/content/icons/cloud-hail.md
================================================
---
title: Cloud hail
categories:
- Weather
tags:
- storm
---
================================================
FILE: docs/content/icons/cloud-haze-fill.md
================================================
---
title: Cloud haze fill
categories:
- Weather
tags:
- smog
---
================================================
FILE: docs/content/icons/cloud-haze.md
================================================
---
title: Cloud haze
categories:
- Weather
tags:
- smog
---
================================================
FILE: docs/content/icons/cloud-haze2-fill.md
================================================
---
title: Cloud haze2 fill
categories:
- Weather
tags:
- smog
---
================================================
FILE: docs/content/icons/cloud-haze2.md
================================================
---
title: Cloud haze2
categories:
- Weather
tags:
- smog
---
================================================
FILE: docs/content/icons/cloud-lightning-fill.md
================================================
---
title: Cloud lightning fill
categories:
- Weather
tags:
- thunder
- storm
---
================================================
FILE: docs/content/icons/cloud-lightning-rain-fill.md
================================================
---
title: Cloud lightning rain fill
categories:
- Weather
tags:
- thunder
- storm
---
================================================
FILE: docs/content/icons/cloud-lightning-rain.md
================================================
---
title: Cloud lightning rain
categories:
- Weather
tags:
- thunder
- storm
---
================================================
FILE: docs/content/icons/cloud-lightning.md
================================================
---
title: Cloud lightning
categories:
- Weather
tags:
- thunder
- storm
---
================================================
FILE: docs/content/icons/cloud-minus-fill.md
================================================
---
title: Cloud minus fill
categories:
- Clouds
tags:
- subtract
---
================================================
FILE: docs/content/icons/cloud-minus.md
================================================
---
title: Cloud minus
categories:
- Clouds
tags:
- subtract
---
================================================
FILE: docs/content/icons/cloud-moon-fill.md
================================================
---
title: Cloud moon fill
categories:
- Weather
tags:
- cloudy
- overcast
---
================================================
FILE: docs/content/icons/cloud-moon.md
================================================
---
title: Cloud moon
categories:
- Weather
tags:
- cloudy
- overcast
---
================================================
FILE: docs/content/icons/cloud-plus-fill.md
================================================
---
title: Cloud plus fill
categories:
- Clouds
tags:
- add
- new
- upload
---
================================================
FILE: docs/content/icons/cloud-plus.md
================================================
---
title: Cloud plus
categories:
- Clouds
tags:
- add
- new
- upload
---
================================================
FILE: docs/content/icons/cloud-rain-fill.md
================================================
---
title: Cloud rain fill
categories:
- Weather
tags:
- cloud
- rainstorm
- storm
---
================================================
FILE: docs/content/icons/cloud-rain-heavy-fill.md
================================================
---
title: Cloud rain heavy fill
categories:
- Weather
tags:
- cloud
- rainstorm
- storm
---
================================================
FILE: docs/content/icons/cloud-rain-heavy.md
================================================
---
title: Cloud rain heavy
categories:
- Weather
tags:
- cloud
- rainstorm
- storm
---
================================================
FILE: docs/content/icons/cloud-rain.md
================================================
---
title: Cloud rain
categories:
- Weather
tags:
- cloud
- rainstorm
- storm
---
================================================
FILE: docs/content/icons/cloud-slash-fill.md
================================================
---
title: Cloud slash fill
categories:
- Clouds
tags:
- cloud
---
================================================
FILE: docs/content/icons/cloud-slash.md
================================================
---
title: Cloud slash
categories:
- Clouds
tags:
- cloud
---
================================================
FILE: docs/content/icons/cloud-sleet-fill.md
================================================
---
title: Cloud sleet fill
categories:
- Weather
tags:
- cloud
- blizzard
- flurries
---
================================================
FILE: docs/content/icons/cloud-sleet.md
================================================
---
title: Cloud sleet
categories:
- Weather
tags:
- cloud
- blizzard
- flurries
---
================================================
FILE: docs/content/icons/cloud-snow-fill.md
================================================
---
title: Cloud snow fill
categories:
- Weather
tags:
- cloud
- blizzard
- flurries
---
================================================
FILE: docs/content/icons/cloud-snow.md
================================================
---
title: Cloud snow
categories:
- Weather
tags:
- cloud
- blizzard
- flurries
---
================================================
FILE: docs/content/icons/cloud-sun-fill.md
================================================
---
title: Cloud sun fill
categories:
- Weather
tags:
- cloudy
- overcast
---
================================================
FILE: docs/content/icons/cloud-sun.md
================================================
---
title: Cloud sun
categories:
- Weather
tags:
- cloudy
- overcast
---
================================================
FILE: docs/content/icons/cloud-upload-fill.md
================================================
---
title: Cloud upload fill
categories:
- Clouds
tags:
- cloud
---
================================================
FILE: docs/content/icons/cloud-upload.md
================================================
---
title: Cloud upload
categories:
- Clouds
tags:
- cloud
---
================================================
FILE: docs/content/icons/cloud.md
================================================
---
title: Cloud
categories:
- Clouds
tags:
- weather
---
================================================
FILE: docs/content/icons/clouds-fill.md
================================================
---
title: Clouds fill
categories:
- Weather
tags:
- clouds
- overcast
---
================================================
FILE: docs/content/icons/clouds.md
================================================
---
title: Clouds
categories:
- Weather
tags:
- clouds
- overcast
---
================================================
FILE: docs/content/icons/cloudy-fill.md
================================================
---
title: Cloudy fill
categories:
- Weather
tags:
- clouds
- overcast
---
================================================
FILE: docs/content/icons/cloudy.md
================================================
---
title: Cloudy
categories:
- Weather
tags:
- clouds
- overcast
---
================================================
FILE: docs/content/icons/code-slash.md
================================================
---
title: Code slash
categories:
- Typography
tags:
- text
- type
- code
- developer
- development
- software
added: 1.10.0
---
================================================
FILE: docs/content/icons/code-square.md
================================================
---
title: Code square
categories:
- Typography
tags:
- text
- type
- code
- developer
- development
- software
- preformatted
added: 1.10.0
---
================================================
FILE: docs/content/icons/code.md
================================================
---
title: Code
categories:
- Typography
tags:
- text
- type
- code
- developer
- development
- software
---
================================================
FILE: docs/content/icons/coin.md
================================================
---
title: Coin
categories:
- Commerce
tags:
- money
- finance
- banking
- currency
---
================================================
FILE: docs/content/icons/collection-fill.md
================================================
---
title: Collection fill
categories:
- Media
tags:
- library
- group
---
================================================
FILE: docs/content/icons/collection-play-fill.md
================================================
---
title: Collection play fill
categories:
- Media
tags:
- library
- group
- play
---
================================================
FILE: docs/content/icons/collection-play.md
================================================
---
title: Collection play
categories:
- Media
tags:
- library
- group
- play
---
================================================
FILE: docs/content/icons/collection.md
================================================
---
title: Collection
categories:
- Media
tags:
- library
- group
---
================================================
FILE: docs/content/icons/columns-gap.md
================================================
---
title: Columns gap
categories:
- Layout
tags:
- grid
- layout
---
================================================
FILE: docs/content/icons/columns.md
================================================
---
title: Columns
categories:
- Layout
tags:
- grid
- layout
---
================================================
FILE: docs/content/icons/command.md
================================================
---
title: Command
categories:
- UI and keyboard
tags:
- key
- mac
---
================================================
FILE: docs/content/icons/compass-fill.md
================================================
---
title: Compass fill
categories:
- Geo
tags:
- direction
- map
- location
---
================================================
FILE: docs/content/icons/compass.md
================================================
---
title: Compass
categories:
- Geo
tags:
- direction
- map
- location
---
================================================
FILE: docs/content/icons/cone-striped.md
================================================
---
title: Cone striped
categories:
- Real world
tags:
- construction
- warning
- safety
---
================================================
FILE: docs/content/icons/cone.md
================================================
---
title: Cone
categories:
- Real world
tags:
- construction
- warning
- safety
---
================================================
FILE: docs/content/icons/controller.md
================================================
---
title: Controller
categories:
- Devices
tags:
- game
- gaming
- video-game
---
================================================
FILE: docs/content/icons/cookie.md
================================================
---
title: Cookie
categories:
- Real world
tags:
- dessert
- biscuit
added: 1.11.0
---
================================================
FILE: docs/content/icons/copy.md
================================================
---
title: Copy
categories:
- UI and keyboard
tags:
- paste
- clone
- cut
- duplicate
added: 1.11.0
---
================================================
FILE: docs/content/icons/cpu-fill.md
================================================
---
title: Cpu fill
categories:
- Devices
tags:
- processor
- chip
- computer
---
================================================
FILE: docs/content/icons/cpu.md
================================================
---
title: CPU
categories:
- Devices
tags:
- processor
- chip
- computer
---
================================================
FILE: docs/content/icons/credit-card-2-back-fill.md
================================================
---
title: Credit card 2 back fill
categories:
- Real world
tags:
- debit
- card
- payment
---
================================================
FILE: docs/content/icons/credit-card-2-back.md
================================================
---
title: Credit card 2 back
categories:
- Real world
tags:
- debit
- card
- payment
---
================================================
FILE: docs/content/icons/credit-card-2-front-fill.md
================================================
---
title: Credit card 2 front fill
categories:
- Real world
tags:
- debit
- card
- payment
---
================================================
FILE: docs/content/icons/credit-card-2-front.md
================================================
---
title: Credit card 2 front
categories:
- Real world
tags:
- debit
- card
- payment
---
================================================
FILE: docs/content/icons/credit-card-fill.md
================================================
---
title: Credit card fill
categories:
- Real world
tags:
- debit
- card
- payment
---
================================================
FILE: docs/content/icons/credit-card.md
================================================
---
title: Credit card
categories:
- Real world
tags:
- debit
- card
- payment
---
================================================
FILE: docs/content/icons/crop.md
================================================
---
title: Crop
categories:
- Graphics
tags:
- crop
---
================================================
FILE: docs/content/icons/crosshair.md
================================================
---
title: Crosshair
categories:
- Geo
tags:
- geography
- map
- pin
- location
added: 1.11.0
---
================================================
FILE: docs/content/icons/crosshair2.md
================================================
---
title: Crosshair2
categories:
- Geo
tags:
- geography
- map
- pin
- location
added: 1.11.0
---
================================================
FILE: docs/content/icons/css.md
================================================
---
title: CSS
categories:
- Brand
tags:
- frontend
- stylesheet
- web
---
================================================
FILE: docs/content/icons/cup-fill.md
================================================
---
title: Cup fill
categories:
- Real world
tags:
- mug
---
================================================
FILE: docs/content/icons/cup-hot-fill.md
================================================
---
title: Cup hot fill
categories:
- Real world
tags:
- mug
- steam
- coffee
- tea
---
================================================
FILE: docs/content/icons/cup-hot.md
================================================
---
title: Cup hot
categories:
- Real world
tags:
- mug
- steam
- coffee
- tea
---
================================================
FILE: docs/content/icons/cup-straw.md
================================================
---
title: Cup straw
categories:
- Real world
tags:
- mug
- glass
- drink
---
================================================
FILE: docs/content/icons/cup.md
================================================
---
title: Cup
categories:
- Real world
tags:
- mug
---
================================================
FILE: docs/content/icons/currency-bitcoin.md
================================================
---
title: Currency bitcoin
categories:
- Commerce
tags:
- money
- finance
- crypto
---
================================================
FILE: docs/content/icons/currency-dollar.md
================================================
---
title: Currency dollar
categories:
- Commerce
tags:
- money
- finance
- usd
---
================================================
FILE: docs/content/icons/currency-euro.md
================================================
---
title: Currency euro
categories:
- Commerce
tags:
- money
- finance
---
================================================
FILE: docs/content/icons/currency-exchange.md
================================================
---
title: Currency exchange
categories:
- Commerce
tags:
- money
- finance
---
================================================
FILE: docs/content/icons/currency-pound.md
================================================
---
title: Currency pound
categories:
- Commerce
tags:
- money
- finance
---
================================================
FILE: docs/content/icons/currency-rupee.md
================================================
---
title: Currency rupee
categories:
- Commerce
tags:
- money
- finance
---
================================================
FILE: docs/content/icons/currency-yen.md
================================================
---
title: Currency yen
categories:
- Commerce
tags:
- money
- finance
---
================================================
FILE: docs/content/icons/cursor-fill.md
================================================
---
title: Cursor fill
categories:
- Geo
tags:
- pointer
---
================================================
FILE: docs/content/icons/cursor-text.md
================================================
---
title: Cursor text
categories:
- Typography
tags:
- text
- type
- cursor
---
================================================
FILE: docs/content/icons/cursor.md
================================================
---
title: Cursor
categories:
- Geo
tags:
- pointer
---
================================================
FILE: docs/content/icons/dash-circle-dotted.md
================================================
---
title: Dash circle dotted
categories:
- Alerts, warnings, and signs
tags:
- minus
---
================================================
FILE: docs/content/icons/dash-circle-fill.md
================================================
---
title: Dash circle fill
categories:
- Alerts, warnings, and signs
tags:
- minus
---
================================================
FILE: docs/content/icons/dash-circle.md
================================================
---
title: Dash circle
categories:
- Alerts, warnings, and signs
tags:
- minus
---
================================================
FILE: docs/content/icons/dash-lg.md
================================================
---
title: Dash lg
categories:
- Alerts, warnings, and signs
tags:
- minus
- math
---
================================================
FILE: docs/content/icons/dash-square-dotted.md
================================================
---
title: Dash square dotted
categories:
- Alerts, warnings, and signs
tags:
- minus
---
================================================
FILE: docs/content/icons/dash-square-fill.md
================================================
---
title: Dash square fill
categories:
- Alerts, warnings, and signs
tags:
- minus
---
================================================
FILE: docs/content/icons/dash-square.md
================================================
---
title: Dash square
categories:
- Alerts, warnings, and signs
tags:
- minus
---
================================================
FILE: docs/content/icons/dash.md
================================================
---
title: Dash
categories:
- Alerts, warnings, and signs
tags:
- minus
- math
---
================================================
FILE: docs/content/icons/database-add.md
================================================
---
title: Database add
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-check.md
================================================
---
title: Database check
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-dash.md
================================================
---
title: Database dash
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-down.md
================================================
---
title: Database down
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-exclamation.md
================================================
---
title: Database exclamation
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-fill-add.md
================================================
---
title: Database fill add
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-fill-check.md
================================================
---
title: Database fill check
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-fill-dash.md
================================================
---
title: Database fill dash
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-fill-down.md
================================================
---
title: Database fill down
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-fill-exclamation.md
================================================
---
title: Database fill exclamation
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-fill-gear.md
================================================
---
title: Database fill gear
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-fill-lock.md
================================================
---
title: Database fill lock
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-fill-slash.md
================================================
---
title: Database fill slash
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-fill-up.md
================================================
---
title: Database fill up
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-fill-x.md
================================================
---
title: Database fill x
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-fill.md
================================================
---
title: Database fill
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-gear.md
================================================
---
title: Database gear
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-lock.md
================================================
---
title: Database lock
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-slash.md
================================================
---
title: Database slash
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-up.md
================================================
---
title: Database up
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database-x.md
================================================
---
title: Database x
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/database.md
================================================
---
title: Database
categories:
- Devices
tags:
- server
- data
added: 1.10.0
---
================================================
FILE: docs/content/icons/device-hdd-fill.md
================================================
---
title: Device HDD fill
categories:
- Devices
tags:
- drive
- "hard drive"
---
================================================
FILE: docs/content/icons/device-hdd.md
================================================
---
title: Device HDD
categories:
- Devices
tags:
- drive
- "hard drive"
---
================================================
FILE: docs/content/icons/device-ssd-fill.md
================================================
---
title: Device SSD fill
categories:
- Devices
tags:
- "solid state"
- drive
---
================================================
FILE: docs/content/icons/device-ssd.md
================================================
---
title: Device SSD
categories:
- Devices
tags:
- "solid state"
- drive
---
================================================
FILE: docs/content/icons/diagram-2-fill.md
================================================
---
title: Diagram 2 fill
categories:
- Graphics
tags:
- node
- diagram
- sitemap
- children
- "org chart"
---
================================================
FILE: docs/content/icons/diagram-2.md
================================================
---
title: Diagram 2
categories:
- Graphics
tags:
- node
- diagram
- sitemap
- children
- "org chart"
---
================================================
FILE: docs/content/icons/diagram-3-fill.md
================================================
---
title: Diagram 3 fill
categories:
- Graphics
tags:
- node
- diagram
- sitemap
- children
- "org chart"
---
================================================
FILE: docs/content/icons/diagram-3.md
================================================
---
title: Diagram 3
categories:
- Graphics
tags:
- node
- diagram
- sitemap
- children
- "org chart"
---
================================================
FILE: docs/content/icons/diamond-fill.md
================================================
---
title: Diamond fill
categories:
- Shapes
tags:
- shape
---
================================================
FILE: docs/content/icons/diamond-half.md
================================================
---
title: Diamond half fill
categories:
- Shapes
tags:
- shape
---
================================================
FILE: docs/content/icons/diamond.md
================================================
---
title: Diamond
categories:
- Shapes
tags:
- shape
---
================================================
FILE: docs/content/icons/dice-1-fill.md
================================================
---
title: Dice 1 fill
categories:
- Entertainment
tags:
- dice
- die
- games
- gaming
- gambling
---
================================================
FILE: docs/content/icons/dice-1.md
================================================
---
title: Dice 1
categories:
- Entertainment
tags:
- dice
- die
- games
- gaming
- gambling
---
================================================
FILE: docs/content/icons/dice-2-fill.md
================================================
---
title: Dice 2 fill
categories:
- Entertainment
tags:
- dice
- die
- games
- gaming
- gambling
---
================================================
FILE: docs/content/icons/dice-2.md
================================================
---
title: Dice 2
categories:
- Entertainment
tags:
- dice
- die
- games
- gaming
- gambling
---
================================================
FILE: docs/content/icons/dice-3-fill.md
================================================
---
title: Dice 3 fill
categories:
- Entertainment
tags:
- dice
- die
- games
- gaming
- gambling
---
================================================
FILE: docs/content/icons/dice-3.md
================================================
---
title: Dice 3
categories:
- Entertainment
tags:
- dice
- die
- games
- gaming
- gambling
---
================================================
FILE: docs/content/icons/dice-4-fill.md
================================================
---
title: Dice 4 fill
categories:
- Entertainment
tags:
- dice
- die
- games
- gaming
- gambling
---
================================================
FILE: docs/content/icons/dice-4.md
================================================
---
title: Dice 4
categories:
- Entertainment
tags:
- dice
- die
- games
- gaming
- gambling
---
================================================
FILE: docs/content/icons/dice-5-fill.md
================================================
---
title: Dice 5 fill
categories:
- Entertainment
tags:
- dice
- die
- games
- gaming
- gambling
---
================================================
FILE: docs/content/icons/dice-5.md
================================================
---
title: Dice 5
categories:
- Entertainment
tags:
- dice
- die
- games
- gaming
- gambling
---
================================================
FILE: docs/content/icons/dice-6-fill.md
================================================
---
title: Dice 6 fill
categories:
- Entertainment
tags:
- dice
- die
- games
- gaming
- gambling
---
================================================
FILE: docs/content/icons/dice-6.md
================================================
---
title: Dice 6
categories:
- Entertainment
tags:
- dice
- die
- games
- gaming
- gambling
---
================================================
FILE: docs/content/icons/disc-fill.md
================================================
---
title: Disc fill
categories:
- Media
tags:
- cd
- compact disc
- bluray
- dvd
---
================================================
FILE: docs/content/icons/disc.md
================================================
---
title: Disc
categories:
- Media
tags:
- cd
- compact disc
- bluray
- dvd
---
================================================
FILE: docs/content/icons/discord.md
================================================
---
title: Discord
categories:
- Brand
tags:
- social
- chat
---
================================================
FILE: docs/content/icons/display-fill.md
================================================
---
title: Display fill
categories:
- Devices
tags:
- monitor
- external
---
================================================
FILE: docs/content/icons/display.md
================================================
---
title: Display
categories:
- Devices
tags:
- monitor
- external
---
================================================
FILE: docs/content/icons/displayport-fill.md
================================================
---
title: DisplayPort fill
categories:
- Devices
tags:
- video
- input
---
================================================
FILE: docs/content/icons/displayport.md
================================================
---
title: DisplayPort
categories:
- Devices
tags:
- video
- input
---
================================================
FILE: docs/content/icons/distribute-horizontal.md
================================================
---
title: Distribute horizontal
categories:
- Graphics
tags:
- space
- align
---
================================================
FILE: docs/content/icons/distribute-vertical.md
================================================
---
title: Distribute vertical
categories:
- Graphics
tags:
- space
- align
---
================================================
FILE: docs/content/icons/door-closed-fill.md
================================================
---
title: Door closed fill
categories:
- Real world
tags:
- door
- logout
- signout
---
================================================
FILE: docs/content/icons/door-closed.md
================================================
---
title: Door closed
categories:
- Real world
tags:
- door
- logout
- signout
---
================================================
FILE: docs/content/icons/door-open-fill.md
================================================
---
title: Door open fill
categories:
- Real world
tags:
- door
- login
- signin
---
================================================
FILE: docs/content/icons/door-open.md
================================================
---
title: Door open
categories:
- Real world
tags:
- door
- login
- signin
---
================================================
FILE: docs/content/icons/dot.md
================================================
---
title: Dot
categories:
- UI and keyboard
tags:
- middot
- math
---
================================================
FILE: docs/content/icons/download.md
================================================
---
title: Download
categories:
- Miscellaneous
tags:
- arrow
- network
- save
---
================================================
FILE: docs/content/icons/dpad-fill.md
================================================
---
title: Dpad fill
categories:
- Entertainment
tags:
- gaming
- controller
- direction
---
================================================
FILE: docs/content/icons/dpad.md
================================================
---
title: Dpad
categories:
- Entertainment
tags:
- gaming
- controller
- direction
---
================================================
FILE: docs/content/icons/dribbble.md
================================================
---
title: Dribbble
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/dropbox.md
================================================
---
title: Dropbox
categories:
- Brand
tags:
- dropbox
---
================================================
FILE: docs/content/icons/droplet-fill.md
================================================
---
title: Droplet fill
categories:
- Graphics
tags:
- water-drop
- paint
- ink
- liquid
---
================================================
FILE: docs/content/icons/droplet-half.md
================================================
---
title: Droplet half
categories:
- Graphics
tags:
- water-drop
- paint
- ink
- liquid
---
================================================
FILE: docs/content/icons/droplet.md
================================================
---
title: Droplet
categories:
- Graphics
tags:
- water-drop
- paint
- ink
- liquid
---
================================================
FILE: docs/content/icons/duffle-fill.md
================================================
---
title: Duffle fill
categories:
- Travel
tags:
- luggage
- bags
- carry-on
- student
- education
added: 1.11.0
---
================================================
FILE: docs/content/icons/duffle.md
================================================
---
title: Duffle
categories:
- Travel
tags:
- luggage
- bags
- carry-on
- student
- education
added: 1.11.0
---
================================================
FILE: docs/content/icons/ear-fill.md
================================================
---
title: Ear fill
categories:
- Real world
tags:
- hearing
- sound
- listen
---
================================================
FILE: docs/content/icons/ear.md
================================================
---
title: Ear
categories:
- Real world
tags:
- hearing
- sound
- listen
---
================================================
FILE: docs/content/icons/earbuds.md
================================================
---
title: Earbuds
categories:
- Devices
tags:
- headphones
---
================================================
FILE: docs/content/icons/easel-fill.md
================================================
---
title: Easel fill
categories:
- Graphics
tags:
- paint
- draw
- art
- present
---
================================================
FILE: docs/content/icons/easel.md
================================================
---
title: Easel
categories:
- Graphics
tags:
- paint
- draw
- art
- present
---
================================================
FILE: docs/content/icons/easel2-fill.md
================================================
---
title: Easel2 fill
categories:
- Graphics
tags:
- paint
- draw
- art
- present
---
================================================
FILE: docs/content/icons/easel2.md
================================================
---
title: Easel2
categories:
- Graphics
tags:
- paint
- draw
- art
- present
---
================================================
FILE: docs/content/icons/easel3-fill.md
================================================
---
title: Easel3 fill
categories:
- Graphics
tags:
- paint
- draw
- art
- present
---
================================================
FILE: docs/content/icons/easel3.md
================================================
---
title: Easel3
categories:
- Graphics
tags:
- paint
- draw
- art
- present
---
================================================
FILE: docs/content/icons/egg-fill.md
================================================
---
title: Egg fill
categories:
- Real world
tags:
- food
---
================================================
FILE: docs/content/icons/egg-fried.md
================================================
---
title: Egg fried
categories:
- Real world
tags:
- food
---
================================================
FILE: docs/content/icons/egg.md
================================================
---
title: Egg
categories:
- Real world
tags:
- food
---
================================================
FILE: docs/content/icons/eject-fill.md
================================================
---
title: Eject fill
categories:
- UI and keyboard
tags:
- disc
- cd
- dvd
---
================================================
FILE: docs/content/icons/eject.md
================================================
---
title: Eject
categories:
- UI and keyboard
tags:
- disc
- cd
- dvd
---
================================================
FILE: docs/content/icons/emoji-angry-fill.md
================================================
---
title: Emoji angry fill
categories:
- Emoji
tags:
- emoticon
- anger
- upset
---
================================================
FILE: docs/content/icons/emoji-angry.md
================================================
---
title: Emoji angry
categories:
- Emoji
tags:
- emoticon
- anger
- upset
---
================================================
FILE: docs/content/icons/emoji-astonished-fill.md
================================================
---
title: Emoji astonished fill
categories:
- Emoji
tags:
- emoticon
- surprised
added: 1.11.0
---
================================================
FILE: docs/content/icons/emoji-astonished.md
================================================
---
title: Emoji astonished
categories:
- Emoji
tags:
- emoticon
- surprised
added: 1.11.0
---
================================================
FILE: docs/content/icons/emoji-dizzy-fill.md
================================================
---
title: Emoji dizzy fill
categories:
- Emoji
tags:
- emoticon
---
================================================
FILE: docs/content/icons/emoji-dizzy.md
================================================
---
title: Emoji dizzy
categories:
- Emoji
tags:
- emoticon
---
================================================
FILE: docs/content/icons/emoji-expressionless-fill.md
================================================
---
title: Emoji expressionless fill
categories:
- Emoji
tags:
- emoticon
- neutral
- unphased
---
================================================
FILE: docs/content/icons/emoji-expressionless.md
================================================
---
title: Emoji expressionless
categories:
- Emoji
tags:
- emoticon
- neutral
- unphased
---
================================================
FILE: docs/content/icons/emoji-frown-fill.md
================================================
---
title: Emoji frown fill
categories:
- Emoji
tags:
- emoticon
- sad
---
================================================
FILE: docs/content/icons/emoji-frown.md
================================================
---
title: Emoji frown
categories:
- Emoji
tags:
- emoticon
- sad
---
================================================
FILE: docs/content/icons/emoji-grimace-fill.md
================================================
---
title: Emoji grimace fill
categories:
- Emoji
tags:
- emoticon
added: 1.11.0
---
================================================
FILE: docs/content/icons/emoji-grimace.md
================================================
---
title: Emoji grimace
categories:
- Emoji
tags:
- emoticon
added: 1.11.0
---
================================================
FILE: docs/content/icons/emoji-grin-fill.md
================================================
---
title: Emoji grin fill
categories:
- Emoji
tags:
- emoticon
added: 1.11.0
---
================================================
FILE: docs/content/icons/emoji-grin.md
================================================
---
title: Emoji grin
categories:
- Emoji
tags:
- emoticon
added: 1.11.0
---
================================================
FILE: docs/content/icons/emoji-heart-eyes-fill.md
================================================
---
title: Emoji heart eyes fill
categories:
- Emoji
tags:
- emoticon
- heart
- love
---
================================================
FILE: docs/content/icons/emoji-heart-eyes.md
================================================
---
title: Emoji heart eyes
categories:
- Emoji
tags:
- emoticon
- heart
- love
---
================================================
FILE: docs/content/icons/emoji-kiss-fill.md
================================================
---
title: Emoji kiss fill
categories:
- Emoji
tags:
- emoticon
- heart
- love
---
================================================
FILE: docs/content/icons/emoji-kiss.md
================================================
---
title: Emoji kiss
categories:
- Emoji
tags:
- emoticon
- heart
- love
---
================================================
FILE: docs/content/icons/emoji-laughing-fill.md
================================================
---
title: Emoji laughing fill
categories:
- Emoji
tags:
- emoticon
- happy
---
================================================
FILE: docs/content/icons/emoji-laughing.md
================================================
---
title: Emoji laughing
categories:
- Emoji
tags:
- emoticon
- happy
---
================================================
FILE: docs/content/icons/emoji-neutral-fill.md
================================================
---
title: Emoji neutral fill
categories:
- Emoji
tags:
- emoticon
- expressionless
---
================================================
FILE: docs/content/icons/emoji-neutral.md
================================================
---
title: Emoji neutral
categories:
- Emoji
tags:
- emoticon
- expressionless
---
================================================
FILE: docs/content/icons/emoji-smile-fill.md
================================================
---
title: Emoji smile fill
categories:
- Emoji
tags:
- emoticon
- happy
---
================================================
FILE: docs/content/icons/emoji-smile-upside-down-fill.md
================================================
---
title: Emoji smile upside down fill
categories:
- Emoji
tags:
- emoticon
- sarcasm
---
================================================
FILE: docs/content/icons/emoji-smile-upside-down.md
================================================
---
title: Emoji smile upside down
categories:
- Emoji
tags:
- emoticon
- sarcasm
---
================================================
FILE: docs/content/icons/emoji-smile.md
================================================
---
title: Emoji smile
categories:
- Emoji
tags:
- emoticon
- happy
---
================================================
FILE: docs/content/icons/emoji-sunglasses-fill.md
================================================
---
title: Emoji sunglasses fill
categories:
- Emoji
tags:
- emoticon
- cool
---
================================================
FILE: docs/content/icons/emoji-sunglasses.md
================================================
---
title: Emoji sunglasses
categories:
- Emoji
tags:
- emoticon
- cool
---
================================================
FILE: docs/content/icons/emoji-surprise-fill.md
================================================
---
title: Emoji surprise fill
categories:
- Emoji
tags:
- emoticon
added: 1.11.0
---
================================================
FILE: docs/content/icons/emoji-surprise.md
================================================
---
title: Emoji surprise
categories:
- Emoji
tags:
- emoticon
added: 1.11.0
---
================================================
FILE: docs/content/icons/emoji-tear-fill.md
================================================
---
title: Emoji tear fill
categories:
- Emoji
tags:
- emoticon
added: 1.11.0
---
================================================
FILE: docs/content/icons/emoji-tear.md
================================================
---
title: Emoji tear
categories:
- Emoji
tags:
- emoticon
added: 1.11.0
---
================================================
FILE: docs/content/icons/emoji-wink-fill.md
================================================
---
title: Emoji wink fill
categories:
- Emoji
tags:
- emoticon
---
================================================
FILE: docs/content/icons/emoji-wink.md
================================================
---
title: Emoji wink
categories:
- Emoji
tags:
- emoticon
---
================================================
FILE: docs/content/icons/envelope-arrow-down-fill.md
================================================
---
title: Envelope arrow down fill
categories:
- Communications
tags:
- email
- message
- mail
- letter
added: 1.11.0
---
================================================
FILE: docs/content/icons/envelope-arrow-down.md
================================================
---
title: Envelope arrow down
categories:
- Communications
tags:
- email
- message
- mail
- letter
added: 1.11.0
---
================================================
FILE: docs/content/icons/envelope-arrow-up-fill.md
================================================
---
title: Envelope arrow up fill
categories:
- Communications
tags:
- email
- message
- mail
- letter
added: 1.11.0
---
================================================
FILE: docs/content/icons/envelope-arrow-up.md
================================================
---
title: Envelope arrow up
categories:
- Communications
tags:
- email
- message
- mail
- letter
added: 1.11.0
---
================================================
FILE: docs/content/icons/envelope-at-fill.md
================================================
---
title: Envelope at fill
categories:
- Communications
tags:
- email
- message
- mail
- letter
added: 1.10.0
---
================================================
FILE: docs/content/icons/envelope-at.md
================================================
---
title: Envelope at
categories:
- Communications
tags:
- email
- message
- mail
- letter
added: 1.10.0
---
================================================
FILE: docs/content/icons/envelope-check-fill.md
================================================
---
title: Envelope check fill
categories:
- Communications
tags:
- email
- message
- mail
- letter
---
================================================
FILE: docs/content/icons/envelope-check.md
================================================
---
title: Envelope check
categories:
- Communications
tags:
- email
- message
- mail
- letter
---
================================================
FILE: docs/content/icons/envelope-dash-fill.md
================================================
---
title: Envelope dash fill
categories:
- Communications
tags:
- email
- message
- mail
- letter
---
================================================
FILE: docs/content/icons/envelope-dash.md
================================================
---
title: Envelope dash
categories:
- Communications
tags:
- email
- message
- mail
- letter
---
================================================
FILE: docs/content/icons/envelope-exclamation-fill.md
================================================
---
title: Envelope exclamation fill
categories:
- Communications
tags:
- email
- message
- mail
- letter
---
================================================
FILE: docs/content/icons/envelope-exclamation.md
================================================
---
title: Envelope exclamation
categories:
- Communications
tags:
- email
- message
- mail
- letter
---
================================================
FILE: docs/content/icons/envelope-fill.md
================================================
---
title: Envelope fill
categories:
- Communications
tags:
- email
- message
- mail
- letter
---
================================================
FILE: docs/content/icons/envelope-heart-fill.md
================================================
---
title: Envelope heart fill
categories:
- Communications
tags:
- email
- message
- mail
- letter
- love
- valentine
- romance
---
================================================
FILE: docs/content/icons/envelope-heart.md
================================================
---
title: Envelope heart
categories:
- Communications
tags:
- email
- message
- mail
- letter
- love
- valentine
- romance
---
================================================
FILE: docs/content/icons/envelope-open-fill.md
================================================
---
title: Envelope open fill
categories:
- Communications
tags:
- email
- message
- mail
- letter
---
================================================
FILE: docs/content/icons/envelope-open-heart-fill.md
================================================
---
title: Envelope open heart fill
categories:
- Communications
tags:
- email
- message
- mail
- letter
- love
- valentine
- romance
---
================================================
FILE: docs/content/icons/envelope-open-heart.md
================================================
---
title: Envelope open heart
categories:
- Communications
tags:
- email
- message
- mail
- letter
- love
- valentine
- romance
---
================================================
FILE: docs/content/icons/envelope-open.md
================================================
---
title: Envelope open
categories:
- Communications
tags:
- email
- message
- mail
- letter
---
================================================
FILE: docs/content/icons/envelope-paper-fill.md
================================================
---
title: Envelope paper fill
categories:
- Communications
tags:
- email
- message
- mail
- letter
---
================================================
FILE: docs/content/icons/envelope-paper-heart-fill.md
================================================
---
title: Envelope paper heart fill
categories:
- Communications
tags:
- email
- message
- mail
- letter
- love
- valentine
- romance
---
================================================
FILE: docs/content/icons/envelope-paper-heart.md
================================================
---
title: Envelope paper heart
categories:
- Communications
tags:
- email
- message
- mail
- letter
- love
- valentine
- romance
---
================================================
FILE: docs/content/icons/envelope-paper.md
================================================
---
title: Envelope paper
categories:
- Communications
tags:
- email
- message
- mail
- letter
---
================================================
FILE: docs/content/icons/envelope-plus-fill.md
================================================
---
title: Envelope plus fill
categories:
- Communications
tags:
- email
- message
- mail
- letter
---
================================================
FILE: docs/content/icons/envelope-plus.md
================================================
---
title: Envelope plus
categories:
- Communications
tags:
- email
- message
- mail
- letter
---
================================================
FILE: docs/content/icons/envelope-slash-fill.md
================================================
---
title: Envelope slash fill
categories:
- Communications
tags:
- email
- message
- mail
- letter
---
================================================
FILE: docs/content/icons/envelope-slash.md
================================================
---
title: Envelope slash
categories:
- Communications
tags:
- email
- message
- mail
- letter
---
================================================
FILE: docs/content/icons/envelope-x-fill.md
================================================
---
title: Envelope x fill
categories:
- Communications
tags:
- email
- message
- mail
- letter
---
================================================
FILE: docs/content/icons/envelope-x.md
================================================
---
title: Envelope x
categories:
- Communications
tags:
- email
- message
- mail
- letter
---
================================================
FILE: docs/content/icons/envelope.md
================================================
---
title: Envelope
categories:
- Communications
tags:
- email
- message
- mail
- letter
---
================================================
FILE: docs/content/icons/eraser-fill.md
================================================
---
title: Eraser fill
categories:
- Graphics
tags:
- erase
- remove
---
================================================
FILE: docs/content/icons/eraser.md
================================================
---
title: Eraser
categories:
- Graphics
tags:
- erase
- remove
---
================================================
FILE: docs/content/icons/escape.md
================================================
---
title: Escape
categories:
- UI and Keyboard
tags:
- esc
- quit
- exit
---
================================================
FILE: docs/content/icons/ethernet.md
================================================
---
title: Ethernet
categories:
- Devices
tags:
- internet
- connection
- port
- plug
---
================================================
FILE: docs/content/icons/ev-front-fill.md
================================================
---
title: Ev front fill
categories:
- Transportation
tags:
- car
- automobile
- automotive
- auto
- sedan
- drive
- driving
- electric vehicle
- charging
added: 1.10.0
---
================================================
FILE: docs/content/icons/ev-front.md
================================================
---
title: Ev front
categories:
- Transportation
tags:
- car
- automobile
- automotive
- auto
- sedan
- drive
- driving
- electric vehicle
- charging
added: 1.10.0
---
================================================
FILE: docs/content/icons/ev-station-fill.md
================================================
---
title: EV station fill
categories:
- Transportation
tags:
- charging
- electric vehicle
---
================================================
FILE: docs/content/icons/ev-station.md
================================================
---
title: EV station
categories:
- Transportation
tags:
- charging
- electric vehicle
---
================================================
FILE: docs/content/icons/exclamation-circle-fill.md
================================================
---
title: Exclamation circle fill
categories:
- Alerts, warnings, and signs
tags:
- alert
- warning
---
================================================
FILE: docs/content/icons/exclamation-circle.md
================================================
---
title: Exclamation circle
categories:
- Alerts, warnings, and signs
tags:
- alert
- warning
---
================================================
FILE: docs/content/icons/exclamation-diamond-fill.md
================================================
---
title: Exclamation diamond fill
categories:
- Alerts, warnings, and signs
tags:
- alert
- warning
---
================================================
FILE: docs/content/icons/exclamation-diamond.md
================================================
---
title: Exclamation diamond
categories:
- Alerts, warnings, and signs
tags:
- alert
- warning
---
================================================
FILE: docs/content/icons/exclamation-lg.md
================================================
---
title: Exclamation lg
categories:
- Alerts, warnings, and signs
tags:
- alert
- warning
---
================================================
FILE: docs/content/icons/exclamation-octagon-fill.md
================================================
---
title: Exclamation octagon fill
categories:
- Alerts, warnings, and signs
tags:
- alert
- warning
---
================================================
FILE: docs/content/icons/exclamation-octagon.md
================================================
---
title: Exclamation octagon
categories:
- Alerts, warnings, and signs
tags:
- alert
- warning
---
================================================
FILE: docs/content/icons/exclamation-square-fill.md
================================================
---
title: Exclamation square fill
categories:
- Alerts, warnings, and signs
tags:
- alert
- warning
---
================================================
FILE: docs/content/icons/exclamation-square.md
================================================
---
title: Exclamation square
categories:
- Alerts, warnings, and signs
tags:
- alert
- warning
---
================================================
FILE: docs/content/icons/exclamation-triangle-fill.md
================================================
---
title: Exclamation triangle fill
categories:
- Alerts, warnings, and signs
tags:
- alert
- warning
---
================================================
FILE: docs/content/icons/exclamation-triangle.md
================================================
---
title: Exclamation triangle
categories:
- Alerts, warnings, and signs
tags:
- alert
- warning
---
================================================
FILE: docs/content/icons/exclamation.md
================================================
---
title: Exclamation
categories:
- Alerts, warnings, and signs
tags:
- alert
- warning
---
================================================
FILE: docs/content/icons/exclude.md
================================================
---
title: Exclude
categories:
- Graphics
tags:
- graphics
- vector
- merge
- layers
---
================================================
FILE: docs/content/icons/explicit-fill.md
================================================
---
title: Explicit fill
categories:
- Badges
tags:
- r18
---
================================================
FILE: docs/content/icons/explicit.md
================================================
---
title: Explicit
categories:
- Badges
tags:
- r18
---
================================================
FILE: docs/content/icons/exposure.md
================================================
---
title: Exposure
categories:
- Graphics
tags:
- photo
- editing
- image
- picture
added: 1.11.0
---
================================================
FILE: docs/content/icons/eye-fill.md
================================================
---
title: Eye fill
categories:
- Real world
tags:
- eyeball
- look
- see
---
================================================
FILE: docs/content/icons/eye-slash-fill.md
================================================
---
title: Eye slash fill
categories:
- Real world
tags:
- eyeball
- look
- see
---
================================================
FILE: docs/content/icons/eye-slash.md
================================================
---
title: Eye slash
categories:
- Real world
tags:
- eyeball
- look
- see
---
================================================
FILE: docs/content/icons/eye.md
================================================
---
title: Eye
categories:
- Real world
tags:
- eyeball
- look
- see
---
================================================
FILE: docs/content/icons/eyedropper.md
================================================
---
title: Eyedropper
categories:
- Graphics
tags:
- color
- picker
- colour
---
================================================
FILE: docs/content/icons/eyeglasses.md
================================================
---
title: Eyeglasses
categories:
- Real world
tags:
- eyeball
- look
- see
- glasses
- reading
---
================================================
FILE: docs/content/icons/facebook.md
================================================
---
title: Facebook
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/fan.md
================================================
---
title: Fan
categories:
- Real world
tags:
- fan
- vent
- airflow
---
================================================
FILE: docs/content/icons/fast-forward-btn-fill.md
================================================
---
title: Fast forward btn fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/fast-forward-btn.md
================================================
---
title: Fast forward btn
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/fast-forward-circle-fill.md
================================================
---
title: Fast forward circle fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/fast-forward-circle.md
================================================
---
title: Fast forward circle
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/fast-forward-fill.md
================================================
---
title: Fast forward fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/fast-forward.md
================================================
---
title: Fast forward
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/feather.md
================================================
---
title: Feather
categories:
- Real world
tags:
- bird
- flight
- light
added: 1.11.0
---
================================================
FILE: docs/content/icons/feather2.md
================================================
---
title: Feather2
categories:
- Real world
tags:
- bird
- flight
- light
added: 1.11.0
---
================================================
FILE: docs/content/icons/file-arrow-down-fill.md
================================================
---
title: File arrow down fill
categories:
- Files and folders
tags:
- doc
- document
- download
---
================================================
FILE: docs/content/icons/file-arrow-down.md
================================================
---
title: File arrow down
categories:
- Files and folders
tags:
- doc
- document
- download
---
================================================
FILE: docs/content/icons/file-arrow-up-fill.md
================================================
---
title: File arrow up fill
categories:
- Files and folders
tags:
- doc
- document
- upload
---
================================================
FILE: docs/content/icons/file-arrow-up.md
================================================
---
title: File arrow up
categories:
- Files and folders
tags:
- doc
- document
- upload
---
================================================
FILE: docs/content/icons/file-bar-graph-fill.md
================================================
---
title: File bar graph fill
categories:
- Files and folders
tags:
- doc
- document
- data
- chart
---
================================================
FILE: docs/content/icons/file-bar-graph.md
================================================
---
title: File bar graph
categories:
- Files and folders
tags:
- doc
- document
- data
- chart
---
================================================
FILE: docs/content/icons/file-binary-fill.md
================================================
---
title: File binary fill
categories:
- Files and folders
tags:
- doc
- document
- binary
- source
---
================================================
FILE: docs/content/icons/file-binary.md
================================================
---
title: File binary
categories:
- Files and folders
tags:
- doc
- document
- binary
- source
---
================================================
FILE: docs/content/icons/file-break-fill.md
================================================
---
title: File break fill
categories:
- Files and folders
tags:
- doc
- document
- page-break
---
================================================
FILE: docs/content/icons/file-break.md
================================================
---
title: File break
categories:
- Files and folders
tags:
- doc
- document
- page-break
---
================================================
FILE: docs/content/icons/file-check-fill.md
================================================
---
title: File check fill
categories:
- Files and folders
tags:
- doc
- document
- check
- verified
---
================================================
FILE: docs/content/icons/file-check.md
================================================
---
title: File check
categories:
- Files and folders
tags:
- doc
- document
- check
- verified
---
================================================
FILE: docs/content/icons/file-code-fill.md
================================================
---
title: File code fill
categories:
- Files and folders
tags:
- doc
- document
- code
- development
---
================================================
FILE: docs/content/icons/file-code.md
================================================
---
title: File code
categories:
- Files and folders
tags:
- doc
- document
- code
- development
---
================================================
FILE: docs/content/icons/file-diff-fill.md
================================================
---
title: File diff fill
categories:
- Files and folders
tags:
- doc
- document
- version
- development
---
================================================
FILE: docs/content/icons/file-diff.md
================================================
---
title: File diff
categories:
- Files and folders
tags:
- doc
- document
- version
- development
---
================================================
FILE: docs/content/icons/file-earmark-arrow-down-fill.md
================================================
---
title: File earmark arrow down fill
categories:
- Files and folders
tags:
- doc
- document
- download
---
================================================
FILE: docs/content/icons/file-earmark-arrow-down.md
================================================
---
title: File earmark arrow down
categories:
- Files and folders
tags:
- doc
- document
- download
---
================================================
FILE: docs/content/icons/file-earmark-arrow-up-fill.md
================================================
---
title: File earmark arrow up fill
categories:
- Files and folders
tags:
- doc
- document
- upload
---
================================================
FILE: docs/content/icons/file-earmark-arrow-up.md
================================================
---
title: File earmark arrow up
categories:
- Files and folders
tags:
- doc
- document
- upload
---
================================================
FILE: docs/content/icons/file-earmark-bar-graph-fill.md
================================================
---
title: File earmark bar graph fill
categories:
- Files and folders
tags:
- doc
- document
- data
- chart
---
================================================
FILE: docs/content/icons/file-earmark-bar-graph.md
================================================
---
title: File earmark bar graph
categories:
- Files and folders
tags:
- doc
- document
- data
- chart
---
================================================
FILE: docs/content/icons/file-earmark-binary-fill.md
================================================
---
title: File earmark binary fill
categories:
- Files and folders
tags:
- doc
- document
- binary
- source
---
================================================
FILE: docs/content/icons/file-earmark-binary.md
================================================
---
title: File earmark binary
categories:
- Files and folders
tags:
- doc
- document
- binary
- source
---
================================================
FILE: docs/content/icons/file-earmark-break-fill.md
================================================
---
title: File earmark break fill
categories:
- Files and folders
tags:
- doc
- document
- page-break
---
================================================
FILE: docs/content/icons/file-earmark-break.md
================================================
---
title: File earmark break
categories:
- Files and folders
tags:
- doc
- document
- page-break
---
================================================
FILE: docs/content/icons/file-earmark-check-fill.md
================================================
---
title: File earmark check fill
categories:
- Files and folders
tags:
- doc
- document
- check
- verified
---
================================================
FILE: docs/content/icons/file-earmark-check.md
================================================
---
title: File earmark check
categories:
- Files and folders
tags:
- doc
- document
- check
- verified
---
================================================
FILE: docs/content/icons/file-earmark-code-fill.md
================================================
---
title: File earmark code fill
categories:
- Files and folders
tags:
- doc
- document
- code
- development
---
================================================
FILE: docs/content/icons/file-earmark-code.md
================================================
---
title: File earmark code
categories:
- Files and folders
tags:
- doc
- document
- code
- development
---
================================================
FILE: docs/content/icons/file-earmark-diff-fill.md
================================================
---
title: File earmark diff fill
categories:
- Files and folders
tags:
- doc
- document
- version
- development
---
================================================
FILE: docs/content/icons/file-earmark-diff.md
================================================
---
title: File earmark diff
categories:
- Files and folders
tags:
- doc
- document
- version
- development
---
================================================
FILE: docs/content/icons/file-earmark-easel-fill.md
================================================
---
title: File earmark easel fill
categories:
- Files and folders
tags:
- slides
- presentation
- powerpoint
- keynote
---
================================================
FILE: docs/content/icons/file-earmark-easel.md
================================================
---
title: File earmark easel
categories:
- Files and folders
tags:
- slides
- presentation
- powerpoint
- keynote
---
================================================
FILE: docs/content/icons/file-earmark-excel-fill.md
================================================
---
title: File earmark excel fill
categories:
- Files and folders
tags:
- doc
- document
- spreadsheet
- excel
- table
---
================================================
FILE: docs/content/icons/file-earmark-excel.md
================================================
---
title: File earmark excel
categories:
- Files and folders
tags:
- doc
- document
- spreadsheet
- excel
- table
---
================================================
FILE: docs/content/icons/file-earmark-fill.md
================================================
---
title: File earmark fill
categories:
- Files and folders
tags:
- doc
- document
- page
---
================================================
FILE: docs/content/icons/file-earmark-font-fill.md
================================================
---
title: File earmark font fill
categories:
- Files and folders
tags:
- ttf
- otf
---
================================================
FILE: docs/content/icons/file-earmark-font.md
================================================
---
title: File earmark font
categories:
- Files and folders
tags:
- ttf
- otf
---
================================================
FILE: docs/content/icons/file-earmark-image-fill.md
================================================
---
title: File earmark image fill
categories:
- Files and folders
tags:
- photo
- picture
---
================================================
FILE: docs/content/icons/file-earmark-image.md
================================================
---
title: File earmark image
categories:
- Files and folders
tags:
- photo
- picture
---
================================================
FILE: docs/content/icons/file-earmark-lock-fill.md
================================================
---
title: File earmark lock fill
categories:
- Files and folders
tags:
- lock
- private
- secure
---
================================================
FILE: docs/content/icons/file-earmark-lock.md
================================================
---
title: File earmark lock
categories:
- Files and folders
tags:
- lock
- private
- secure
---
================================================
FILE: docs/content/icons/file-earmark-lock2-fill.md
================================================
---
title: File earmark lock2 fill
categories:
- Files and folders
tags:
- lock
- private
- secure
---
================================================
FILE: docs/content/icons/file-earmark-lock2.md
================================================
---
title: File earmark lock2
categories:
- Files and folders
tags:
- lock
- private
- secure
---
================================================
FILE: docs/content/icons/file-earmark-medical-fill.md
================================================
---
title: File earmark medical fill
categories:
- Files and folders
tags:
- doc
- document
- medical
- hospital
- health
---
================================================
FILE: docs/content/icons/file-earmark-medical.md
================================================
---
title: File earmark medical
categories:
- Files and folders
tags:
- doc
- document
- medical
- hospital
- health
---
================================================
FILE: docs/content/icons/file-earmark-minus-fill.md
================================================
---
title: File earmark minus fill
categories:
- Files and folders
tags:
- doc
- document
- delete
- remove
---
================================================
FILE: docs/content/icons/file-earmark-minus.md
================================================
---
title: File earmark minus
categories:
- Files and folders
tags:
- doc
- document
- delete
- remove
---
================================================
FILE: docs/content/icons/file-earmark-music-fill.md
================================================
---
title: File earmark music fill
categories:
- Files and folders
tags:
- doc
- document
- music
- audio
- playlist
- songs
---
================================================
FILE: docs/content/icons/file-earmark-music.md
================================================
---
title: File earmark music
categories:
- Files and folders
tags:
- doc
- document
- music
- audio
- playlist
- songs
---
================================================
FILE: docs/content/icons/file-earmark-pdf-fill.md
================================================
---
title: File earmark PDF fill
categories:
- Files and folders
tags:
- doc
- document
- adobe
- acrobat
---
================================================
FILE: docs/content/icons/file-earmark-pdf.md
================================================
---
title: File earmark PDF
categories:
- Files and folders
tags:
- doc
- document
- adobe
- acrobat
---
================================================
FILE: docs/content/icons/file-earmark-person-fill.md
================================================
---
title: File earmark person fill
categories:
- Files and folders
tags:
- doc
- document
- personal
- cv
- resume
- about
---
================================================
FILE: docs/content/icons/file-earmark-person.md
================================================
---
title: File earmark person
categories:
- Files and folders
tags:
- doc
- document
- personal
- cv
- resume
- about
---
================================================
FILE: docs/content/icons/file-earmark-play-fill.md
================================================
---
title: File earmark play fill
categories:
- Files and folders
tags:
- video
- present
---
================================================
FILE: docs/content/icons/file-earmark-play.md
================================================
---
title: File earmark play
categories:
- Files and folders
tags:
- video
- present
---
================================================
FILE: docs/content/icons/file-earmark-plus-fill.md
================================================
---
title: File earmark plus fill
categories:
- Files and folders
tags:
- doc
- document
- add
- new
---
================================================
FILE: docs/content/icons/file-earmark-plus.md
================================================
---
title: File earmark plus
categories:
- Files and folders
tags:
- doc
- document
- add
- new
---
================================================
FILE: docs/content/icons/file-earmark-post-fill.md
================================================
---
title: File earmark post fill
categories:
- Files and folders
tags:
- doc
- document
- post
---
================================================
FILE: docs/content/icons/file-earmark-post.md
================================================
---
title: File earmark post
categories:
- Files and folders
tags:
- doc
- document
- post
---
================================================
FILE: docs/content/icons/file-earmark-ppt-fill.md
================================================
---
title: File earmark ppt fill
categories:
- Files and folders
tags:
- slides
- presentation
- powerpoint
- keynote
---
================================================
FILE: docs/content/icons/file-earmark-ppt.md
================================================
---
title: File earmark ppt
categories:
- Files and folders
tags:
- slides
- presentation
- powerpoint
- keynote
---
================================================
FILE: docs/content/icons/file-earmark-richtext-fill.md
================================================
---
title: File earmark richtext fill
categories:
- Files and folders
tags:
- text
- doc
- document
---
================================================
FILE: docs/content/icons/file-earmark-richtext.md
================================================
---
title: File earmark richtext
categories:
- Files and folders
tags:
- text
- doc
- document
---
================================================
FILE: docs/content/icons/file-earmark-ruled-fill.md
================================================
---
title: File earmark ruled fill
categories:
- Files and folders
tags:
- doc
- document
---
================================================
FILE: docs/content/icons/file-earmark-ruled.md
================================================
---
title: File earmark ruled
categories:
- Files and folders
tags:
- doc
- document
---
================================================
FILE: docs/content/icons/file-earmark-slides-fill.md
================================================
---
title: File earmark slides fill
categories:
- Files and folders
tags:
- presentation
- keynote
- powerpoint
---
================================================
FILE: docs/content/icons/file-earmark-slides.md
================================================
---
title: File earmark slides
categories:
- Files and folders
tags:
- presentation
- keynote
- powerpoint
---
================================================
FILE: docs/content/icons/file-earmark-spreadsheet-fill.md
================================================
---
title: File earmark spreadsheet fill
categories:
- Files and folders
tags:
- doc
- document
- excel
- table
---
================================================
FILE: docs/content/icons/file-earmark-spreadsheet.md
================================================
---
title: File earmark spreadsheet
categories:
- Files and folders
tags:
- doc
- document
- excel
- table
---
================================================
FILE: docs/content/icons/file-earmark-text-fill.md
================================================
---
title: File earmark text fill
categories:
- Files and folders
tags:
- doc
- document
---
================================================
FILE: docs/content/icons/file-earmark-text.md
================================================
---
title: File earmark text
categories:
- Files and folders
tags:
- doc
- document
---
================================================
FILE: docs/content/icons/file-earmark-word-fill.md
================================================
---
title: File earmark word fill
categories:
- Files and folders
tags:
- doc
- document
---
================================================
FILE: docs/content/icons/file-earmark-word.md
================================================
---
title: File earmark word
categories:
- Files and folders
tags:
- doc
- document
---
================================================
FILE: docs/content/icons/file-earmark-x-fill.md
================================================
---
title: File earmark x fill
categories:
- Files and folders
tags:
- document
- remove
- delete
---
================================================
FILE: docs/content/icons/file-earmark-x.md
================================================
---
title: File earmark x
categories:
- Files and folders
tags:
- document
- remove
- delete
---
================================================
FILE: docs/content/icons/file-earmark-zip-fill.md
================================================
---
title: File earmark zip fill
categories:
- Files and folders
tags:
- doc
- document
- zip
- archive
- compress
---
================================================
FILE: docs/content/icons/file-earmark-zip.md
================================================
---
title: File earmark zip
categories:
- Files and folders
tags:
- doc
- document
- zip
- archive
- compress
---
================================================
FILE: docs/content/icons/file-earmark.md
================================================
---
title: File earmark
categories:
- Files and folders
tags:
- doc
- document
- page
---
================================================
FILE: docs/content/icons/file-easel-fill.md
================================================
---
title: File easel fill
categories:
- Files and folders
tags:
- slides
- presentation
- powerpoint
- keynote
---
================================================
FILE: docs/content/icons/file-easel.md
================================================
---
title: File easel
categories:
- Files and folders
tags:
- slides
- presentation
- powerpoint
- keynote
---
================================================
FILE: docs/content/icons/file-excel-fill.md
================================================
---
title: File excel fill
categories:
- Files and folders
tags:
- doc
- document
- spreadsheet
- excel
- table
---
================================================
FILE: docs/content/icons/file-excel.md
================================================
---
title: File excel
categories:
- Files and folders
tags:
- doc
- document
- spreadsheet
- excel
- table
---
================================================
FILE: docs/content/icons/file-fill.md
================================================
---
title: File fill
categories:
- Files and folders
tags:
- doc
- document
- page
---
================================================
FILE: docs/content/icons/file-font-fill.md
================================================
---
title: File font fill
categories:
- Files and folders
tags:
- ttf
- otf
---
================================================
FILE: docs/content/icons/file-font.md
================================================
---
title: File font
categories:
- Files and folders
tags:
- ttf
- otf
---
================================================
FILE: docs/content/icons/file-image-fill.md
================================================
---
title: File image fill
categories:
- Files and folders
tags:
- photo
- picture
---
================================================
FILE: docs/content/icons/file-image.md
================================================
---
title: File image
categories:
- Files and folders
tags:
- photo
- picture
---
================================================
FILE: docs/content/icons/file-lock-fill.md
================================================
---
title: File lock fill
categories:
- Files and folders
tags:
- lock
- private
- secure
---
================================================
FILE: docs/content/icons/file-lock.md
================================================
---
title: File lock
categories:
- Files and folders
tags:
- lock
- private
- secure
---
================================================
FILE: docs/content/icons/file-lock2-fill.md
================================================
---
title: File lock2 fill
categories:
- Files and folders
tags:
- lock
- private
- secure
---
================================================
FILE: docs/content/icons/file-lock2.md
================================================
---
title: File lock2
categories:
- Files and folders
tags:
- lock
- private
- secure
---
================================================
FILE: docs/content/icons/file-medical-fill.md
================================================
---
title: File medical fill
categories:
- Files and folders
tags:
- doc
- document
- medical
- hospital
- health
---
================================================
FILE: docs/content/icons/file-medical.md
================================================
---
title: File medical
categories:
- Files and folders
tags:
- doc
- document
- medical
- hospital
- health
---
================================================
FILE: docs/content/icons/file-minus-fill.md
================================================
---
title: File minus fill
categories:
- Files and folders
tags:
- doc
- document
- delete
- remove
---
================================================
FILE: docs/content/icons/file-minus.md
================================================
---
title: File minus
categories:
- Files and folders
tags:
- doc
- document
- delete
- remove
---
================================================
FILE: docs/content/icons/file-music-fill.md
================================================
---
title: File music fill
categories:
- Files and folders
tags:
- doc
- document
- music
- audio
- playlist
- songs
---
================================================
FILE: docs/content/icons/file-music.md
================================================
---
title: File music
categories:
- Files and folders
tags:
- doc
- document
- music
- audio
- playlist
- songs
---
================================================
FILE: docs/content/icons/file-pdf-fill.md
================================================
---
title: File PDF fill
categories:
- Files and folders
tags:
- doc
- document
- adobe
- acrobat
---
================================================
FILE: docs/content/icons/file-pdf.md
================================================
---
title: File PDF
categories:
- Files and folders
tags:
- doc
- document
- adobe
- acrobat
---
================================================
FILE: docs/content/icons/file-person-fill.md
================================================
---
title: File person fill
categories:
- Files and folders
tags:
- doc
- document
- personal
- cv
- resume
- about
---
================================================
FILE: docs/content/icons/file-person.md
================================================
---
title: File person
categories:
- Files and folders
tags:
- doc
- document
- personal
- cv
- resume
- about
---
================================================
FILE: docs/content/icons/file-play-fill.md
================================================
---
title: File play fill
categories:
- Files and folders
tags:
- video
- present
---
================================================
FILE: docs/content/icons/file-play.md
================================================
---
title: File play
categories:
- Files and folders
tags:
- video
- present
---
================================================
FILE: docs/content/icons/file-plus-fill.md
================================================
---
title: File plus fill
categories:
- Files and folders
tags:
- doc
- document
- add
- new
---
================================================
FILE: docs/content/icons/file-plus.md
================================================
---
title: File plus
categories:
- Files and folders
tags:
- doc
- document
- add
- new
---
================================================
FILE: docs/content/icons/file-post-fill.md
================================================
---
title: File post fill
categories:
- Files and folders
tags:
- doc
- document
- post
---
================================================
FILE: docs/content/icons/file-post.md
================================================
---
title: File post
categories:
- Files and folders
tags:
- doc
- document
- post
---
================================================
FILE: docs/content/icons/file-ppt-fill.md
================================================
---
title: File ppt fill
categories:
- Files and folders
tags:
- slides
- presentation
- powerpoint
- keynote
---
================================================
FILE: docs/content/icons/file-ppt.md
================================================
---
title: File ppt
categories:
- Files and folders
tags:
- slides
- presentation
- powerpoint
- keynote
---
================================================
FILE: docs/content/icons/file-richtext-fill.md
================================================
---
title: File richtext fill
categories:
- Files and folders
tags:
- doc
- document
- richtext
---
================================================
FILE: docs/content/icons/file-richtext.md
================================================
---
title: File rich text
categories:
- Files and folders
tags:
- doc
- document
- richtext
---
================================================
FILE: docs/content/icons/file-ruled-fill.md
================================================
---
title: File ruled fill
categories:
- Files and folders
tags:
- doc
- document
---
================================================
FILE: docs/content/icons/file-ruled.md
================================================
---
title: File ruled
categories:
- Files and folders
tags:
- doc
- document
---
================================================
FILE: docs/content/icons/file-slides-fill.md
================================================
---
title: File slides fill
categories:
- Files and folders
tags:
- presentation
- keynote
- powerpoint
---
================================================
FILE: docs/content/icons/file-slides.md
================================================
---
title: File slides
categories:
- Files and folders
tags:
- presentation
- keynote
- powerpoint
---
================================================
FILE: docs/content/icons/file-spreadsheet-fill.md
================================================
---
title: File spreadsheet fill
categories:
- Files and folders
tags:
- doc
- document
- excel
- table
---
================================================
FILE: docs/content/icons/file-spreadsheet.md
================================================
---
title: File spreadsheet
categories:
- Files and folders
tags:
- doc
- document
- excel
- table
---
================================================
FILE: docs/content/icons/file-text-fill.md
================================================
---
title: File text fill
categories:
- Files and folders
tags:
- doc
- document
- letter
---
================================================
FILE: docs/content/icons/file-text.md
================================================
---
title: File text
categories:
- Files and folders
tags:
- doc
- document
- letter
---
================================================
FILE: docs/content/icons/file-word-fill.md
================================================
---
title: File word fill
categories:
- Files and folders
tags:
- doc
- document
---
================================================
FILE: docs/content/icons/file-word.md
================================================
---
title: File word
categories:
- Files and folders
tags:
- doc
- document
---
================================================
FILE: docs/content/icons/file-x-fill.md
================================================
---
title: File x fill
categories:
- Files and folders
tags:
- document
- remove
- delete
---
================================================
FILE: docs/content/icons/file-x.md
================================================
---
title: File x
categories:
- Files and folders
tags:
- document
- remove
- delete
---
================================================
FILE: docs/content/icons/file-zip-fill.md
================================================
---
title: File zip fill
categories:
- Files and folders
tags:
- doc
- document
- zip
- archive
- compress
---
================================================
FILE: docs/content/icons/file-zip.md
================================================
---
title: File zip
categories:
- Files and folders
tags:
- doc
- document
- zip
- archive
- compress
---
================================================
FILE: docs/content/icons/file.md
================================================
---
title: File
categories:
- Files and folders
tags:
- doc
- document
- page
---
================================================
FILE: docs/content/icons/files-alt.md
================================================
---
title: Files alt
categories:
- Files and folders
tags:
- doc
- document
---
================================================
FILE: docs/content/icons/files.md
================================================
---
title: Files
categories:
- Files and folders
tags:
- doc
- document
---
================================================
FILE: docs/content/icons/filetype-aac.md
================================================
---
title: Filetype aac
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-ai.md
================================================
---
title: Filetype ai
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-bmp.md
================================================
---
title: Filetype bmp
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-cs.md
================================================
---
title: Filetype cs
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- code
---
================================================
FILE: docs/content/icons/filetype-css.md
================================================
---
title: Filetype css
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- code
- stylesheet
---
================================================
FILE: docs/content/icons/filetype-csv.md
================================================
---
title: Filetype csv
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-doc.md
================================================
---
title: Filetype doc
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-docx.md
================================================
---
title: Filetype docx
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-exe.md
================================================
---
title: Filetype exe
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-gif.md
================================================
---
title: Filetype gif
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-heic.md
================================================
---
title: Filetype heic
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-html.md
================================================
---
title: Filetype html
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- code
- html
---
================================================
FILE: docs/content/icons/filetype-java.md
================================================
---
title: Filetype java
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- code
- java
---
================================================
FILE: docs/content/icons/filetype-jpg.md
================================================
---
title: Filetype jpg
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-js.md
================================================
---
title: Filetype js
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- code
- javascript
---
================================================
FILE: docs/content/icons/filetype-json.md
================================================
---
title: Filetype json
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- code
- javascript
---
================================================
FILE: docs/content/icons/filetype-jsx.md
================================================
---
title: Filetype jsx
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- code
- javascript
- react
---
================================================
FILE: docs/content/icons/filetype-key.md
================================================
---
title: Filetype key
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- keynote
---
================================================
FILE: docs/content/icons/filetype-m4p.md
================================================
---
title: Filetype m4p
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-md.md
================================================
---
title: Filetype md
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- code
- markdown
---
================================================
FILE: docs/content/icons/filetype-mdx.md
================================================
---
title: Filetype mdx
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-mov.md
================================================
---
title: Filetype mov
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-mp3.md
================================================
---
title: Filetype mp3
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-mp4.md
================================================
---
title: Filetype mp4
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-otf.md
================================================
---
title: Filetype otf
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- font
- type
---
================================================
FILE: docs/content/icons/filetype-pdf.md
================================================
---
title: Filetype pdf
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-php.md
================================================
---
title: Filetype php
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- code
---
================================================
FILE: docs/content/icons/filetype-png.md
================================================
---
title: Filetype png
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-ppt.md
================================================
---
title: Filetype ppt
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- powerpoint
---
================================================
FILE: docs/content/icons/filetype-pptx.md
================================================
---
title: Filetype pptx
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- powerpoint
---
================================================
FILE: docs/content/icons/filetype-psd.md
================================================
---
title: Filetype psd
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-py.md
================================================
---
title: Filetype py
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- code
- python
---
================================================
FILE: docs/content/icons/filetype-raw.md
================================================
---
title: Filetype raw
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-rb.md
================================================
---
title: Filetype rb
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- code
- ruby
---
================================================
FILE: docs/content/icons/filetype-sass.md
================================================
---
title: Filetype sass
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- code
- css
- stylesheet
---
================================================
FILE: docs/content/icons/filetype-scss.md
================================================
---
title: Filetype scss
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- code
- css
- stylesheet
---
================================================
FILE: docs/content/icons/filetype-sh.md
================================================
---
title: Filetype sh
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- code
- shell
---
================================================
FILE: docs/content/icons/filetype-sql.md
================================================
---
title: Filetype SQL
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- mysql
---
================================================
FILE: docs/content/icons/filetype-svg.md
================================================
---
title: Filetype svg
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- code
---
================================================
FILE: docs/content/icons/filetype-tiff.md
================================================
---
title: Filetype tiff
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-tsx.md
================================================
---
title: Filetype tsx
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- code
- typescript
---
================================================
FILE: docs/content/icons/filetype-ttf.md
================================================
---
title: Filetype ttf
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- font
- type
---
================================================
FILE: docs/content/icons/filetype-txt.md
================================================
---
title: Filetype txt
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-wav.md
================================================
---
title: Filetype wav
categories:
- Files and folders
tags:
- file
- "file type"
- extension
---
================================================
FILE: docs/content/icons/filetype-woff.md
================================================
---
title: Filetype woff
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- font
- type
---
================================================
FILE: docs/content/icons/filetype-xls.md
================================================
---
title: Filetype xls
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- spreadsheet
---
================================================
FILE: docs/content/icons/filetype-xlsx.md
================================================
---
title: Filetype xlsx
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- spreadsheet
---
================================================
FILE: docs/content/icons/filetype-xml.md
================================================
---
title: Filetype xml
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- code
---
================================================
FILE: docs/content/icons/filetype-yml.md
================================================
---
title: Filetype yml
categories:
- Files and folders
tags:
- file
- "file type"
- extension
- code
- yaml
---
================================================
FILE: docs/content/icons/film.md
================================================
---
title: Film
categories:
- Media
tags:
- video
- movie
---
================================================
FILE: docs/content/icons/filter-circle-fill.md
================================================
---
title: Filter circle fill
categories:
- Sort and filter
tags:
- sort
- filter
- organize
---
================================================
FILE: docs/content/icons/filter-circle.md
================================================
---
title: Filter circle
categories:
- Sort and filter
tags:
- sort
- filter
- organize
---
================================================
FILE: docs/content/icons/filter-left.md
================================================
---
title: Filter left
categories:
- Sort and filter
tags:
- sort
- filter
- organize
---
================================================
FILE: docs/content/icons/filter-right.md
================================================
---
title: Filter right
categories:
- Sort and filter
tags:
- sort
- filter
- organize
---
================================================
FILE: docs/content/icons/filter-square-fill.md
================================================
---
title: Filter square fill
categories:
- Sort and filter
tags:
- sort
- filter
- organize
---
================================================
FILE: docs/content/icons/filter-square.md
================================================
---
title: Filter square
categories:
- Sort and filter
tags:
- sort
- filter
- organize
---
================================================
FILE: docs/content/icons/filter.md
================================================
---
title: Filter
categories:
- UI and keyboard
tags:
- sort
---
================================================
FILE: docs/content/icons/fingerprint.md
================================================
---
title: Fingerprint
categories:
- Security
tags:
- "touch ID"
- secure
- biometric
---
================================================
FILE: docs/content/icons/fire.md
================================================
---
title: Fire
categories:
- Real world
tags:
- burning
- smoke
---
================================================
FILE: docs/content/icons/flag-fill.md
================================================
---
title: Flag fill
categories:
- Communications
tags:
- report
---
================================================
FILE: docs/content/icons/flag.md
================================================
---
title: Flag
categories:
- Communications
tags:
- report
---
================================================
FILE: docs/content/icons/flask-fill.md
================================================
---
title: Flask fill
categories:
- Real world
tags:
- beaker
- science
- measure
- experiment
---
================================================
FILE: docs/content/icons/flask-florence-fill.md
================================================
---
title: Flask florence fill
categories:
- Real world
tags:
- beaker
- science
- measure
- experiment
---
================================================
FILE: docs/content/icons/flask-florence.md
================================================
---
title: Flask florence
categories:
- Real world
tags:
- beaker
- science
- measure
- experiment
---
================================================
FILE: docs/content/icons/flask.md
================================================
---
title: Flask
categories:
- Real world
tags:
- beaker
- science
- measure
- experiment
---
================================================
FILE: docs/content/icons/floppy-fill.md
================================================
---
title: Floppy fill
categories:
- Devices
tags:
- save
- storage
- disk
added: 1.11.0
---
================================================
FILE: docs/content/icons/floppy.md
================================================
---
title: Floppy
categories:
- Devices
tags:
- save
- storage
- disk
added: 1.11.0
---
================================================
FILE: docs/content/icons/floppy2-fill.md
================================================
---
title: Floppy2 fill
categories:
- Devices
tags:
- save
- storage
- disk
added: 1.11.0
---
================================================
FILE: docs/content/icons/floppy2.md
================================================
---
title: Floppy2
categories:
- Devices
tags:
- save
- storage
- disk
added: 1.11.0
---
================================================
FILE: docs/content/icons/flower1.md
================================================
---
title: Flower1
categories:
- Real world
tags:
- plant
- bloom
- flower
---
================================================
FILE: docs/content/icons/flower2.md
================================================
---
title: Flower2
categories:
- Real world
tags:
- plant
- bloom
- flower
---
================================================
FILE: docs/content/icons/flower3.md
================================================
---
title: Flower3
categories:
- Real world
tags:
- plant
- bloom
- flower
---
================================================
FILE: docs/content/icons/folder-check.md
================================================
---
title: Folder check
categories:
- Files and folders
tags:
- directory
- check
- verified
---
================================================
FILE: docs/content/icons/folder-fill.md
================================================
---
title: Folder fill
categories:
- Files and folders
tags:
- directory
---
================================================
FILE: docs/content/icons/folder-minus.md
================================================
---
title: Folder minus
categories:
- Files and folders
tags:
- directory
- delete
- remove
---
================================================
FILE: docs/content/icons/folder-plus.md
================================================
---
title: Folder plus
categories:
- Files and folders
tags:
- directory
- delete
- add
- new
---
================================================
FILE: docs/content/icons/folder-symlink-fill.md
================================================
---
title: Folder symlink fill
categories:
- Files and folders
tags:
- directory
- symbolic-link
---
================================================
FILE: docs/content/icons/folder-symlink.md
================================================
---
title: Folder symlink
categories:
- Files and folders
tags:
- directory
- symbolic-link
---
================================================
FILE: docs/content/icons/folder-x.md
================================================
---
title: Folder x
categories:
- Files and folders
tags:
- directory
- remove
- delete
---
================================================
FILE: docs/content/icons/folder.md
================================================
---
title: Folder
categories:
- Files and folders
tags:
- directory
---
================================================
FILE: docs/content/icons/folder2-open.md
================================================
---
title: Folder2 open
categories:
- Files and folders
tags:
- directory
---
================================================
FILE: docs/content/icons/folder2.md
================================================
---
title: Folder2
categories:
- Files and folders
tags:
- directory
---
================================================
FILE: docs/content/icons/fonts.md
================================================
---
title: Fonts
categories:
- Typography
tags:
- text
- type
---
================================================
FILE: docs/content/icons/fork-knife.md
================================================
---
title: Fork knife
categories:
- Real world
tags:
- food
- restaurant
- breakfast
- lunch
- dinner
- utensils
- cutlery
---
================================================
FILE: docs/content/icons/forward-fill.md
================================================
---
title: Forward fill
categories:
- Communications
tags:
- mail
- email
---
================================================
FILE: docs/content/icons/forward.md
================================================
---
title: Forward
categories:
- Communications
tags:
- mail
- email
---
================================================
FILE: docs/content/icons/front.md
================================================
---
title: Front
categories:
- Graphics
tags:
- forward
- layer
---
================================================
FILE: docs/content/icons/fuel-pump-diesel-fill.md
================================================
---
title: Fuel pump diesel fill
categories:
- Transportation
tags:
- gas
- petrol
- fuel
- "gas station"
---
================================================
FILE: docs/content/icons/fuel-pump-diesel.md
================================================
---
title: Fuel pump diesel
categories:
- Transportation
tags:
- gas
- petrol
- fuel
- "gas station"
---
================================================
FILE: docs/content/icons/fuel-pump-fill.md
================================================
---
title: Fuel pump fill
categories:
- Transportation
tags:
- gas
- petrol
- fuel
- "gas station"
---
================================================
FILE: docs/content/icons/fuel-pump.md
================================================
---
title: Fuel pump
categories:
- Transportation
tags:
- gas
- petrol
- fuel
- "gas station"
---
================================================
FILE: docs/content/icons/fullscreen-exit.md
================================================
---
title: Fullscreen exit
categories:
- UI and keyboard
tags:
- window
- minimize
---
================================================
FILE: docs/content/icons/fullscreen.md
================================================
---
title: Fullscreen
categories:
- UI and keyboard
tags:
- window
- maximize
---
================================================
FILE: docs/content/icons/funnel-fill.md
================================================
---
title: Funnel fill
categories:
- Real world
tags:
- sort
- filter
---
================================================
FILE: docs/content/icons/funnel.md
================================================
---
title: Funnel
categories:
- Real world
tags:
- sort
- filter
---
================================================
FILE: docs/content/icons/gear-fill.md
================================================
---
title: Gear fill
categories:
- Tools
tags:
- tool
- settings
- preferences
---
================================================
FILE: docs/content/icons/gear-wide-connected.md
================================================
---
title: Gear wide connected
categories:
- Tools
tags:
- tool
- settings
- preferences
---
================================================
FILE: docs/content/icons/gear-wide.md
================================================
---
title: Gear wide
categories:
- Tools
tags:
- tool
- settings
- preferences
---
================================================
FILE: docs/content/icons/gear.md
================================================
---
title: Gear
categories:
- Tools
tags:
- tool
- settings
- preferences
---
================================================
FILE: docs/content/icons/gem.md
================================================
---
title: Gem
categories:
- Shapes
tags:
- shape
- diamond
---
================================================
FILE: docs/content/icons/gender-ambiguous.md
================================================
---
title: Gender ambiguous
categories:
- People
tags:
- gender
- identity
---
================================================
FILE: docs/content/icons/gender-female.md
================================================
---
title: Gender female
categories:
- People
tags:
- gender
- identity
---
================================================
FILE: docs/content/icons/gender-male.md
================================================
---
title: Gender male
categories:
- People
tags:
- gender
- identity
---
================================================
FILE: docs/content/icons/gender-neuter.md
================================================
---
title: Gender neuter
categories:
- People
tags:
- gender
- identity
added: 1.11.0
---
================================================
FILE: docs/content/icons/gender-trans.md
================================================
---
title: Gender trans
categories:
- People
tags:
- gender
- identity
---
================================================
FILE: docs/content/icons/geo-alt-fill.md
================================================
---
title: Geo alt fill
categories:
- Geo
tags:
- geography
- map
- pin
- location
---
================================================
FILE: docs/content/icons/geo-alt.md
================================================
---
title: Geo alt
categories:
- Geo
tags:
- geography
- map
- pin
- location
---
================================================
FILE: docs/content/icons/geo-fill.md
================================================
---
title: Geo fill
categories:
- Geo
tags:
- geography
- map
- pin
- location
---
================================================
FILE: docs/content/icons/geo.md
================================================
---
title: Geo
categories:
- Geo
tags:
- geography
- map
- pin
- location
---
================================================
FILE: docs/content/icons/gift-fill.md
================================================
---
title: Gift fill
categories:
- Real world
tags:
- present
- gift
---
================================================
FILE: docs/content/icons/gift.md
================================================
---
title: Gift
categories:
- Real world
tags:
- present
- gift
---
================================================
FILE: docs/content/icons/git.md
================================================
---
title: Git
categories:
- Brand
tags:
- "version control"
- vcs
- github
- version
---
================================================
FILE: docs/content/icons/github.md
================================================
---
title: GitHub
categories:
- Brand
tags:
- social
- microsoft
- vcs
- git
added: 1.11.0
---
================================================
FILE: docs/content/icons/gitlab.md
================================================
---
title: Gitlab
categories:
- Brand
tags:
- social
- vcs
- git
added: 1.11.0
---
================================================
FILE: docs/content/icons/globe-americas-fill.md
================================================
---
title: Globe Americas fill
categories:
- Geo
tags:
- geography
- earth
- world
- map
---
================================================
FILE: docs/content/icons/globe-americas.md
================================================
---
title: Globe Americas
categories:
- Geo
tags:
- geography
- earth
- world
- map
added: 1.10.0
---
================================================
FILE: docs/content/icons/globe-asia-australia-fill.md
================================================
---
title: Globe Asia Australia fill
categories:
tags:
---
================================================
FILE: docs/content/icons/globe-asia-australia.md
================================================
---
title: Globe Asia Australia
categories:
- Geo
tags:
- geography
- earth
- world
- map
---
================================================
FILE: docs/content/icons/globe-central-south-asia-fill.md
================================================
---
title: Globe Central South Asia fill
categories:
- Geo
tags:
- geography
- earth
- world
- map
---
================================================
FILE: docs/content/icons/globe-central-south-asia.md
================================================
---
title: Globe Central South Asia
categories:
- Geo
tags:
- geography
- earth
- world
- map
added: 1.10.0
---
================================================
FILE: docs/content/icons/globe-europe-africa-fill.md
================================================
---
title: Globe Europe Africa fill
categories:
- Geo
tags:
- geography
- earth
- world
- map
---
================================================
FILE: docs/content/icons/globe-europe-africa.md
================================================
---
title: Globe Europe Africa
categories:
- Geo
tags:
- geography
- earth
- world
- map
added: 1.10.0
---
================================================
FILE: docs/content/icons/globe.md
================================================
---
title: Globe
categories:
- Communications
tags:
- world
- translate
- global
- international
---
================================================
FILE: docs/content/icons/globe2.md
================================================
---
title: Globe2
categories:
- Communications
tags:
- world
- translate
- global
- international
---
================================================
FILE: docs/content/icons/google-play.md
================================================
---
title: Google Play
categories:
- Brand
tags:
- "app store"
- apps
- store
- android
---
================================================
FILE: docs/content/icons/google.md
================================================
---
title: Google
categories:
- Brand
tags:
- social
- search
---
================================================
FILE: docs/content/icons/gpu-card.md
================================================
---
title: GPU card
categories:
- Devices
tags:
- video
- output
- graphics
---
================================================
FILE: docs/content/icons/graph-down-arrow.md
================================================
---
title: Graph down arrow
categories:
- Data
tags:
- chart
- graph
- analytics
---
================================================
FILE: docs/content/icons/graph-down.md
================================================
---
title: Graph down
categories:
- Data
tags:
- chart
- graph
- analytics
---
================================================
FILE: docs/content/icons/graph-up-arrow.md
================================================
---
title: Graph up arrow
categories:
- Data
tags:
- chart
- graph
- analytics
---
================================================
FILE: docs/content/icons/graph-up.md
================================================
---
title: Graph up
categories:
- Data
tags:
- chart
- graph
- analytics
---
================================================
FILE: docs/content/icons/grid-1x2-fill.md
================================================
---
title: Grid 1x2 fill
categories:
- Layout
tags:
- grid
- layout
---
================================================
FILE: docs/content/icons/grid-1x2.md
================================================
---
title: Grid 1x2
categories:
- Layout
tags:
- grid
- layout
---
================================================
FILE: docs/content/icons/grid-3x2-gap-fill.md
================================================
---
title: Grid 3x2 gap fill
categories:
- Layout
tags:
- grid
- layout
---
================================================
FILE: docs/content/icons/grid-3x2-gap.md
================================================
---
title: Grid 3x2 gap
categories:
- Layout
tags:
- grid
- layout
---
================================================
FILE: docs/content/icons/grid-3x2.md
================================================
---
title: Grid 3x2
categories:
- Layout
tags:
- grid
- layout
---
================================================
FILE: docs/content/icons/grid-3x3-gap-fill.md
================================================
---
title: Grid 3x3 gap fill
categories:
- Layout
tags:
- grid
- layout
---
================================================
FILE: docs/content/icons/grid-3x3-gap.md
================================================
---
title: Grid 3x3 gap
categories:
- Layout
tags:
- grid
- layout
---
================================================
FILE: docs/content/icons/grid-3x3.md
================================================
---
title: Grid 3x3
categories:
- Layout
tags:
- grid
- layout
---
================================================
FILE: docs/content/icons/grid-fill.md
================================================
---
title: Grid fill
categories:
- Layout
tags:
- grid
- layout
---
================================================
FILE: docs/content/icons/grid.md
================================================
---
title: Grid
categories:
- Layout
tags:
- grid
- layout
---
================================================
FILE: docs/content/icons/grip-horizontal.md
================================================
---
title: Grip horizontal
categories:
- UI and keyboard
tags:
- drag
- grab
---
================================================
FILE: docs/content/icons/grip-vertical.md
================================================
---
title: Grip vertical
categories:
- UI and keyboard
tags:
- drag
- grab
---
================================================
FILE: docs/content/icons/h-circle-fill.md
================================================
---
title: H circle fill
categories:
- Shapes
tags:
- hospital
- helicopter
---
================================================
FILE: docs/content/icons/h-circle.md
================================================
---
title: H circle
categories:
- Shapes
tags:
- hospital
- helicopter
---
================================================
FILE: docs/content/icons/h-square-fill.md
================================================
---
title: H square fill
categories:
- Shapes
tags:
- hospital
- helicopter
---
================================================
FILE: docs/content/icons/h-square.md
================================================
---
title: H square
categories:
- Shapes
tags:
- hospital
- helicopter
---
================================================
FILE: docs/content/icons/hammer.md
================================================
---
title: Hammer
categories:
- Tools
tags:
- tool
---
================================================
FILE: docs/content/icons/hand-index-fill.md
================================================
---
title: Hand index fill
categories:
- Hands
tags:
- hand
- pointer
- cursor
---
================================================
FILE: docs/content/icons/hand-index-thumb-fill.md
================================================
---
title: Hand index thumb fill
categories:
- Hands
tags:
- hand
- pointer
- cursor
---
================================================
FILE: docs/content/icons/hand-index-thumb.md
================================================
---
title: Hand index thumb
categories:
- Hands
tags:
- hand
- pointer
- cursor
---
================================================
FILE: docs/content/icons/hand-index.md
================================================
---
title: Hand index
categories:
- Hands
tags:
- hand
- pointer
- cursor
---
================================================
FILE: docs/content/icons/hand-thumbs-down-fill.md
================================================
---
title: Hand thumbs down fill
categories:
- Hands
tags:
- hand
- pointer
- thumbs-down
- "-1"
---
================================================
FILE: docs/content/icons/hand-thumbs-down.md
================================================
---
title: Hand thumbs down
categories:
- Hands
tags:
- hand
- pointer
- thumbs-down
- "-1"
---
================================================
FILE: docs/content/icons/hand-thumbs-up-fill.md
================================================
---
title: Hand thumbs up fill
categories:
- Hands
tags:
- hand
- pointer
- like
- okay
- thumbs-up
- "+1"
---
================================================
FILE: docs/content/icons/hand-thumbs-up.md
================================================
---
title: Hand thumbs up
categories:
- Hands
tags:
- hand
- pointer
- like
- okay
- thumbs-up
- "+1"
---
================================================
FILE: docs/content/icons/handbag-fill.md
================================================
---
title: Handbag fill
categories:
- Real world
tags:
- purse
- tote
---
================================================
FILE: docs/content/icons/handbag.md
================================================
---
title: Handbag
categories:
- Real world
tags:
- purse
- tote
---
================================================
FILE: docs/content/icons/hash.md
================================================
---
title: Hash
categories:
- Typography
tags:
- text
- type
---
================================================
FILE: docs/content/icons/hdd-fill.md
================================================
---
title: Hdd fill
categories:
- Devices
tags:
- "hard drive"
- "hard disk"
- ssd
- drive
- server
---
================================================
FILE: docs/content/icons/hdd-network-fill.md
================================================
---
title: Hdd network fill
categories:
- Devices
tags:
- "hard drive"
- "hard disk"
- ssd
- drive
- server
---
================================================
FILE: docs/content/icons/hdd-network.md
================================================
---
title: Hdd network
categories:
- Devices
tags:
- "hard drive"
- "hard disk"
- ssd
- drive
- server
---
================================================
FILE: docs/content/icons/hdd-rack-fill.md
================================================
---
title: Hdd rack fill
categories:
- Devices
tags:
- "hard drive"
- "hard disk"
- ssd
- drive
- server
---
================================================
FILE: docs/content/icons/hdd-rack.md
================================================
---
title: Hdd rack
categories:
- Devices
tags:
- "hard drive"
- "hard disk"
- ssd
- drive
- server
---
================================================
FILE: docs/content/icons/hdd-stack-fill.md
================================================
---
title: Hdd stack fill
categories:
- Devices
tags:
- "hard drive"
- "hard disk"
- ssd
- drive
- server
---
================================================
FILE: docs/content/icons/hdd-stack.md
================================================
---
title: Hdd stack
categories:
- Devices
tags:
- "hard drive"
- "hard disk"
- ssd
- drive
- server
---
================================================
FILE: docs/content/icons/hdd.md
================================================
---
title: Hdd
categories:
- Devices
tags:
- "hard drive"
- "hard disk"
- ssd
- drive
- server
---
================================================
FILE: docs/content/icons/hdmi-fill.md
================================================
---
title: HDMI fill
categories:
- Devices
tags:
- video
- input
---
================================================
FILE: docs/content/icons/hdmi.md
================================================
---
title: HDMI
categories:
- Devices
tags:
- video
- input
---
================================================
FILE: docs/content/icons/headphones.md
================================================
---
title: Headphones
categories:
- Devices
tags:
- headphones
---
================================================
FILE: docs/content/icons/headset-vr.md
================================================
---
title: Headset VR
categories:
- Devices
tags:
- "virual reality"
- oculus
- hololens
---
================================================
FILE: docs/content/icons/headset.md
================================================
---
title: Headset
categories:
- Devices
tags:
- headphones
- microphone
---
================================================
FILE: docs/content/icons/heart-arrow.md
================================================
---
title: Heart arrow
categories:
- Love
tags:
- romance
- cupid
- valentine
---
================================================
FILE: docs/content/icons/heart-fill.md
================================================
---
title: Heart fill
categories:
- Shapes
tags:
- love
- favorite
---
================================================
FILE: docs/content/icons/heart-half.md
================================================
---
title: Heart half
categories:
- Shapes
tags:
- love
- favorite
---
================================================
FILE: docs/content/icons/heart-pulse-fill.md
================================================
---
title: Heart pulse fill
categories:
- Medical
tags:
- heartbeat
---
================================================
FILE: docs/content/icons/heart-pulse.md
================================================
---
title: Heart pulse
categories:
- Medical
tags:
- heartbeat
---
================================================
FILE: docs/content/icons/heart.md
================================================
---
title: Heart
categories:
- Shapes
tags:
- love
- favorite
---
================================================
FILE: docs/content/icons/heartbreak-fill.md
================================================
---
title: Heartbreak fill
categories:
- Emoji
- Love
tags:
- love
- valentine
- romance
---
================================================
FILE: docs/content/icons/heartbreak.md
================================================
---
title: Heartbreak
categories:
- Emoji
- Love
tags:
- love
- valentine
- romance
---
================================================
FILE: docs/content/icons/hearts.md
================================================
---
title: Hearts
categories:
- Love
tags:
- romance
- valentine
---
================================================
FILE: docs/content/icons/heptagon-fill.md
================================================
---
title: Heptagon fill
categories:
- Shapes
tags:
- shape
- polygon
---
================================================
FILE: docs/content/icons/heptagon-half.md
================================================
---
title: Heptagon half
categories:
- Shapes
tags:
- shape
- polygon
---
================================================
FILE: docs/content/icons/heptagon.md
================================================
---
title: Heptagon
categories:
- Shapes
tags:
- shape
- polygon
---
================================================
FILE: docs/content/icons/hexagon-fill.md
================================================
---
title: Hexagon fill
categories:
- Shapes
tags:
- shape
- polygon
---
================================================
FILE: docs/content/icons/hexagon-half.md
================================================
---
title: Hexagon half
categories:
- Shapes
tags:
- shape
- polygon
---
================================================
FILE: docs/content/icons/hexagon.md
================================================
---
title: Hexagon
categories:
- Shapes
tags:
- shape
- polygon
---
================================================
FILE: docs/content/icons/highlighter.md
================================================
---
title: Highlighter
categories:
- Tools
tags:
- text
- study
- highlight
- marker
added: 1.11.0
---
================================================
FILE: docs/content/icons/highlights.md
================================================
---
title: Highlights
categories:
- Graphics
tags:
- photo
- editing
- image
- picture
added: 1.11.0
---
================================================
FILE: docs/content/icons/hospital-fill.md
================================================
---
title: Hospital fill
categories:
- Medical
tags:
- health
- "emergency room"
---
================================================
FILE: docs/content/icons/hospital.md
================================================
---
title: Hospital
categories:
- Medical
tags:
- health
- "emergency room"
---
================================================
FILE: docs/content/icons/hourglass-bottom.md
================================================
---
title: Hourglass bottom
categories:
- Real world
tags:
- time
- history
- wait
- sand
- clock
---
================================================
FILE: docs/content/icons/hourglass-split.md
================================================
---
title: Hourglass split
categories:
- Real world
tags:
- time
- history
- wait
- sand
- clock
---
================================================
FILE: docs/content/icons/hourglass-top.md
================================================
---
title: Hourglass top
categories:
- Real world
tags:
- time
- history
- wait
- sand
- clock
---
================================================
FILE: docs/content/icons/hourglass.md
================================================
---
title: Hourglass
categories:
- Real world
tags:
- time
- history
- wait
- sand
- clock
---
================================================
FILE: docs/content/icons/house-add-fill.md
================================================
---
title: House add fill
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-add.md
================================================
---
title: House add
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-check-fill.md
================================================
---
title: House check fill
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-check.md
================================================
---
title: House check
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-dash-fill.md
================================================
---
title: House dash fill
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-dash.md
================================================
---
title: House dash
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-door-fill.md
================================================
---
title: House door fill
categories:
- Real world
tags:
- home
---
================================================
FILE: docs/content/icons/house-door.md
================================================
---
title: House door
categories:
- Real world
tags:
- home
---
================================================
FILE: docs/content/icons/house-down-fill.md
================================================
---
title: House down fill
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-down.md
================================================
---
title: House down
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-exclamation-fill.md
================================================
---
title: House exclamation fill
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-exclamation.md
================================================
---
title: House exclamation
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-fill.md
================================================
---
title: House fill
categories:
- Real world
tags:
- home
---
================================================
FILE: docs/content/icons/house-gear-fill.md
================================================
---
title: House gear fill
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-gear.md
================================================
---
title: House gear
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-heart-fill.md
================================================
---
title: House heart fill
categories:
- Real world
tags:
- home
- love
- romance
---
================================================
FILE: docs/content/icons/house-heart.md
================================================
---
title: House heart
categories:
- Real world
tags:
- home
- love
- romance
---
================================================
FILE: docs/content/icons/house-lock-fill.md
================================================
---
title: House lock fill
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-lock.md
================================================
---
title: House lock
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-slash-fill.md
================================================
---
title: House slash fill
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-slash.md
================================================
---
title: House slash
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-up-fill.md
================================================
---
title: House up fill
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-up.md
================================================
---
title: House up
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-x-fill.md
================================================
---
title: House x fill
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house-x.md
================================================
---
title: House x
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/house.md
================================================
---
title: House
categories:
- Real world
tags:
- home
---
================================================
FILE: docs/content/icons/houses-fill.md
================================================
---
title: Houses fill
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/houses.md
================================================
---
title: Houses
categories:
- Real world
tags:
- home
added: 1.10.0
---
================================================
FILE: docs/content/icons/hr.md
================================================
---
title: HR
categories:
- Typography
tags:
- divider
- horizonal-rule
---
================================================
FILE: docs/content/icons/hurricane.md
================================================
---
title: Hurricane
categories:
- Weather
tags:
- storm
---
================================================
FILE: docs/content/icons/hypnotize.md
================================================
---
title: Hypnotize
categories:
- Real world
tags:
- hypnosis
- sleepy
---
================================================
FILE: docs/content/icons/image-alt.md
================================================
---
title: Image alt
categories:
- Files and folders
tags:
- picture
- photo
---
================================================
FILE: docs/content/icons/image-fill.md
================================================
---
title: Image fill
categories:
- Files and folders
tags:
- picture
- photo
---
================================================
FILE: docs/content/icons/image.md
================================================
---
title: Image
categories:
- Files and folders
tags:
- picture
- photo
---
================================================
FILE: docs/content/icons/images.md
================================================
---
title: Images
categories:
- Files and folders
tags:
- picture
- photo
---
================================================
FILE: docs/content/icons/inbox-fill.md
================================================
---
title: Inbox fill
categories:
- Communications
tags:
- mail
- email
- letter tray
---
================================================
FILE: docs/content/icons/inbox.md
================================================
---
title: Inbox
categories:
- Communications
tags:
- mail
- email
- letter tray
---
================================================
FILE: docs/content/icons/inboxes-fill.md
================================================
---
title: Inboxes fill
categories:
- Communications
tags:
- mail
- email
- letter tray
---
================================================
FILE: docs/content/icons/inboxes.md
================================================
---
title: Inboxes fill
categories:
- Communications
tags:
- mail
- email
- letter tray
---
================================================
FILE: docs/content/icons/incognito.md
================================================
---
title: Incognito
categories:
- Miscellaneous
tags:
- private
- investigator
- secret
---
================================================
FILE: docs/content/icons/indent.md
================================================
---
title: Indent
categories:
- UI and Keyboard
tags:
- tab
- indent
---
================================================
FILE: docs/content/icons/infinity.md
================================================
---
title: Infinity
categories:
- Typography
tags:
- math
- infinite
---
================================================
FILE: docs/content/icons/info-circle-fill.md
================================================
---
title: Info fill
categories:
- Alerts, warnings, and signs
tags:
- information
- help
---
================================================
FILE: docs/content/icons/info-circle.md
================================================
---
title: Info circle
categories:
- Alerts, warnings, and signs
tags:
- information
- help
---
================================================
FILE: docs/content/icons/info-lg.md
================================================
---
title: Info lg
categories:
- Alerts, warnings, and signs
tags:
- information
- help
---
================================================
FILE: docs/content/icons/info-square-fill.md
================================================
---
title: Info square fill
categories:
- Alerts, warnings, and signs
tags:
- information
- help
---
================================================
FILE: docs/content/icons/info-square.md
================================================
---
title: Info square
categories:
- Alerts, warnings, and signs
tags:
- information
- help
---
================================================
FILE: docs/content/icons/info.md
================================================
---
title: Info
categories:
- Alerts, warnings, and signs
tags:
- information
- help
---
================================================
FILE: docs/content/icons/input-cursor-text.md
================================================
---
title: Input cursor text
categories:
- Graphics
tags:
- textarea
- form
- input
---
================================================
FILE: docs/content/icons/input-cursor.md
================================================
---
title: Input cursor
categories:
- Graphics
tags:
- textarea
- form
- input
---
================================================
FILE: docs/content/icons/instagram.md
================================================
---
title: Instagram
categories:
- Brand
tags:
- social
- chat
---
================================================
FILE: docs/content/icons/intersect.md
================================================
---
title: Intersect
categories:
- Graphics
tags:
- graphics
- vector
- merge
- layers
---
================================================
FILE: docs/content/icons/javascript.md
================================================
---
title: JavaScript
categories:
- Brand
tags:
- frontend
- js
- web
---
================================================
FILE: docs/content/icons/journal-album.md
================================================
---
title: Journal album
categories:
- Files and folders
tags:
- file
- folder
- journal
- notebook
---
================================================
FILE: docs/content/icons/journal-arrow-down.md
================================================
---
title: Journal arrow down
categories:
- Files and folders
tags:
- file
- folder
- journal
- notebook
---
================================================
FILE: docs/content/icons/journal-arrow-up.md
================================================
---
title: Journal arrow up
categories:
- Files and folders
tags:
- file
- folder
- journal
- notebook
---
================================================
FILE: docs/content/icons/journal-bookmark-fill.md
================================================
---
title: Journal bookmark fill
categories:
- Files and folders
tags:
- file
- folder
- journal
- notebook
---
================================================
FILE: docs/content/icons/journal-bookmark.md
================================================
---
title: Journal bookmark
categories:
- Files and folders
tags:
- file
- folder
- journal
- notebook
---
================================================
FILE: docs/content/icons/journal-check.md
================================================
---
title: Journal check
categories:
- Files and folders
tags:
- file
- folder
- journal
- notebook
---
================================================
FILE: docs/content/icons/journal-code.md
================================================
---
title: Journal code
categories:
- Files and folders
tags:
- file
- folder
- journal
- notebook
---
================================================
FILE: docs/content/icons/journal-medical.md
================================================
---
title: Journal medical
categories:
- Files and folders
tags:
- file
- folder
- journal
- notebook
---
================================================
FILE: docs/content/icons/journal-minus.md
================================================
---
title: Journal minus
categories:
- Files and folders
tags:
- file
- folder
- journal
- notebook
---
================================================
FILE: docs/content/icons/journal-plus.md
================================================
---
title: Journal plus
categories:
- Files and folders
tags:
- file
- folder
- journal
- notebook
---
================================================
FILE: docs/content/icons/journal-richtext.md
================================================
---
title: Journal richtext
categories:
- Files and folders
tags:
- file
- folder
- journal
- notebook
---
================================================
FILE: docs/content/icons/journal-text.md
================================================
---
title: Journal text
categories:
- Files and folders
tags:
- file
- folder
- journal
- notebook
---
================================================
FILE: docs/content/icons/journal-x.md
================================================
---
title: Journal x
categories:
- Files and folders
tags:
- file
- folder
- journal
- notebook
- remove
- delete
---
================================================
FILE: docs/content/icons/journal.md
================================================
---
title: Journal
categories:
- Files and folders
tags:
- file
- folder
- journal
- notebook
---
================================================
FILE: docs/content/icons/journals.md
================================================
---
title: Journals
categories:
- Files and folders
tags:
- file
- folder
- journal
- notebook
---
================================================
FILE: docs/content/icons/joystick.md
================================================
---
title: Joystick
categories:
- Entertainment
tags:
- gaming
- game
- "video games"
---
================================================
FILE: docs/content/icons/justify-left.md
================================================
---
title: Justify left
categories:
- Typography
tags:
- text
- type
- justify
- alignment
---
================================================
FILE: docs/content/icons/justify-right.md
================================================
---
title: Justify right
categories:
- Typography
tags:
- text
- type
- justify
- alignment
---
================================================
FILE: docs/content/icons/justify.md
================================================
---
title: Justify
categories:
- Typography
tags:
- text
- type
- justify
- alignment
---
================================================
FILE: docs/content/icons/kanban-fill.md
================================================
---
title: Kanban fill
categories:
- Miscellaneous
tags:
- board
- project-management
---
================================================
FILE: docs/content/icons/kanban.md
================================================
---
title: Kanban
categories:
- Miscellaneous
tags:
- board
- project-management
---
================================================
FILE: docs/content/icons/key-fill.md
================================================
---
title: Key fill
categories:
- Real world
tags:
- lock
- secure
---
================================================
FILE: docs/content/icons/key.md
================================================
---
title: Key
categories:
- Real world
tags:
- lock
- secure
---
================================================
FILE: docs/content/icons/keyboard-fill.md
================================================
---
title: Keyboard fill
categories:
- Devices
tags:
- keyboard
- keys
- typing
---
================================================
FILE: docs/content/icons/keyboard.md
================================================
---
title: Keyboard
categories:
- Devices
tags:
- keyboard
- keys
- typing
---
================================================
FILE: docs/content/icons/ladder.md
================================================
---
title: Ladder
categories:
- Real world
tags:
- climb
- ladder
---
================================================
FILE: docs/content/icons/lamp-fill.md
================================================
---
title: Lamp fill
categories:
- Real world
tags:
- light
- lamp
---
================================================
FILE: docs/content/icons/lamp.md
================================================
---
title: Lamp
categories:
- Real world
tags:
- light
- lamp
---
================================================
FILE: docs/content/icons/laptop-fill.md
================================================
---
title: Laptop fill
categories:
- Devices
tags:
- computer
---
================================================
FILE: docs/content/icons/laptop.md
================================================
---
title: Laptop
categories:
- Devices
tags:
- computer
---
================================================
FILE: docs/content/icons/layer-backward.md
================================================
---
title: Layer backward
categories:
- Graphics
tags:
- arrange
- layers
- back
---
================================================
FILE: docs/content/icons/layer-forward.md
================================================
---
title: Layer forward
categories:
- Graphics
tags:
- arrange
- layers
- front
---
================================================
FILE: docs/content/icons/layers-fill.md
================================================
---
title: Layers fill
categories:
- Graphics
tags:
- perspective
- stacked
---
================================================
FILE: docs/content/icons/layers-half.md
================================================
---
title: Layers half
categories:
- Graphics
tags:
- perspective
- stacked
---
================================================
FILE: docs/content/icons/layers.md
================================================
---
title: Layers
categories:
- Graphics
tags:
- perspective
- stacked
---
================================================
FILE: docs/content/icons/layout-sidebar-inset-reverse.md
================================================
---
title: Layout sidebar inset reverse
categories:
- Layout
tags:
- layout
- columns
---
================================================
FILE: docs/content/icons/layout-sidebar-inset.md
================================================
---
title: Layout sidebar nested
categories:
- Layout
tags:
- layout
- columns
---
================================================
FILE: docs/content/icons/layout-sidebar-reverse.md
================================================
---
title: Layout sidebar reverse
categories:
- Layout
tags:
- grid
- layout
- sidebar
---
================================================
FILE: docs/content/icons/layout-sidebar.md
================================================
---
title: Layout sidebar
categories:
- Layout
tags:
- grid
- layout
- sidebar
---
================================================
FILE: docs/content/icons/layout-split.md
================================================
---
title: Layout split
categories:
- Layout
tags:
- grid
- layout
- sidebar
---
================================================
FILE: docs/content/icons/layout-text-sidebar-reverse.md
================================================
---
title: Layout text sidebar reverse
categories:
- Layout
tags:
- layout
- columns
---
================================================
FILE: docs/content/icons/layout-text-sidebar.md
================================================
---
title: Layout text sidebar
categories:
- Layout
tags:
- layout
- columns
---
================================================
FILE: docs/content/icons/layout-text-window-reverse.md
================================================
---
title: Layout text window reverse
categories:
- Layout
tags:
- layout
- columns
---
================================================
FILE: docs/content/icons/layout-text-window.md
================================================
---
title: Layout text window
categories:
- Layout
tags:
- layout
- columns
---
================================================
FILE: docs/content/icons/layout-three-columns.md
================================================
---
title: Layout three columns
categories:
- Layout
tags:
- layout
- columns
---
================================================
FILE: docs/content/icons/layout-wtf.md
================================================
---
title: Layout WTF
categories:
- Layout
tags:
- layout
- broken
---
================================================
FILE: docs/content/icons/leaf-fill.md
================================================
---
title: Leaf fill
tags:
- nature
- science
- eco
- environment
- green
---
================================================
FILE: docs/content/icons/leaf.md
================================================
---
title: Leaf
categories:
- Real world
tags:
- nature
- science
- eco
- environment
- green
---
================================================
FILE: docs/content/icons/life-preserver.md
================================================
---
title: Life preserver
categories:
- Real world
tags:
- lifesaver
- water
---
================================================
FILE: docs/content/icons/lightbulb-fill.md
================================================
---
title: Lightbulb fill
categories:
- Real world
tags:
- lights
- lamp
---
================================================
FILE: docs/content/icons/lightbulb-off-fill.md
================================================
---
title: Lightbulb off fill
categories:
- Real world
tags:
- lights
- lamp
---
================================================
FILE: docs/content/icons/lightbulb-off.md
================================================
---
title: Lightbulb off
categories:
- Real world
tags:
- lights
- lamp
---
================================================
FILE: docs/content/icons/lightbulb.md
================================================
---
title: Lightbulb
categories:
- Real world
tags:
- lights
- lamp
---
================================================
FILE: docs/content/icons/lightning-charge-fill.md
================================================
---
title: Lightning charge fill
categories:
- Miscellaneous
tags:
- weather
- storm
- thunder
- bolt
---
================================================
FILE: docs/content/icons/lightning-charge.md
================================================
---
title: Lightning charge
categories:
- Miscellaneous
tags:
- weather
- storm
- thunder
- bolt
---
================================================
FILE: docs/content/icons/lightning-fill.md
================================================
---
title: Lightning fill
categories:
- Weather
tags:
- storm
- thunder
- bolt
---
================================================
FILE: docs/content/icons/lightning.md
================================================
---
title: Lightning
categories:
- Weather
tags:
- storm
- thunder
- bolt
---
================================================
FILE: docs/content/icons/line.md
================================================
---
title: Line
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/link-45deg.md
================================================
---
title: Link 45deg
categories:
- UI and keyboard
tags:
- anchor
- hyperlink
- href
---
================================================
FILE: docs/content/icons/link.md
================================================
---
title: Link
categories:
- UI and keyboard
tags:
- anchor
- hyperlink
- href
---
================================================
FILE: docs/content/icons/linkedin.md
================================================
---
title: Linkedin
categories:
- Brand
tags:
- social
- microsoft
---
================================================
FILE: docs/content/icons/list-check.md
================================================
---
title: List checked
categories:
- Typography
tags:
- text
- type
- justify
- alignment
- checklist
- done
---
================================================
FILE: docs/content/icons/list-columns-reverse.md
================================================
---
title: List columns reverse
categories:
- Typography
tags:
- text
- type
- alignment
---
================================================
FILE: docs/content/icons/list-columns.md
================================================
---
title: List columns
categories:
- Typography
tags:
- text
- type
- alignment
---
================================================
FILE: docs/content/icons/list-nested.md
================================================
---
title: List nested
categories:
- Typography
tags:
- text
- type
- alignment
- children
---
================================================
FILE: docs/content/icons/list-ol.md
================================================
---
title: List OL
categories:
- Typography
tags:
- text
- type
- justify
- alignment
- ordered-list
- numbered-list
- numbered
---
================================================
FILE: docs/content/icons/list-stars.md
================================================
---
title: List stars
categories:
- Typography
tags:
- text
- type
- starred
---
================================================
FILE: docs/content/icons/list-task.md
================================================
---
title: List task
categories:
- Typography
tags:
- text
- type
- justify
- alignment
- todos
- task
---
================================================
FILE: docs/content/icons/list-ul.md
================================================
---
title: List UL
categories:
- Typography
tags:
- text
- type
- justify
- alignment
- unordered-list
---
================================================
FILE: docs/content/icons/list.md
================================================
---
title: List
categories:
- Typography
tags:
- text
- type
- justify
- alignment
- menu
- hamburger
---
================================================
FILE: docs/content/icons/lock-fill.md
================================================
---
title: Lock fill
categories:
- Security
tags:
- privacy
- security
---
================================================
FILE: docs/content/icons/lock.md
================================================
---
title: Lock
categories:
- Security
tags:
- privacy
- security
---
================================================
FILE: docs/content/icons/luggage-fill.md
================================================
---
title: Luggage fill
categories:
- Travel
tags:
- luggage
- bags
- carry-on
- student
- education
added: 1.11.0
---
================================================
FILE: docs/content/icons/luggage.md
================================================
---
title: Luggage
categories:
- Travel
tags:
- luggage
- bags
- carry-on
- student
- education
added: 1.11.0
---
================================================
FILE: docs/content/icons/lungs-fill.md
================================================
---
title: Lungs fill
categories:
- Medical
tags:
- medicine
- health
- breathing
---
================================================
FILE: docs/content/icons/lungs.md
================================================
---
title: Lungs
categories:
- Medical
tags:
- medicine
- health
- breathing
---
================================================
FILE: docs/content/icons/magic.md
================================================
---
title: Magic
categories:
- Real world
tags:
- "magic stick"
---
================================================
FILE: docs/content/icons/magnet-fill.md
================================================
---
title: Magnet fill
categories:
- Real world
tags:
- magnetic
---
================================================
FILE: docs/content/icons/magnet.md
================================================
---
title: Magnet
categories:
- Real world
tags:
- magnetic
---
================================================
FILE: docs/content/icons/mailbox-flag.md
================================================
---
title: Mailbox flag
categories:
- Real world
tags:
- post
- postal
- postbox
- letterbox
---
================================================
FILE: docs/content/icons/mailbox.md
================================================
---
title: Mailbox
categories:
- Real world
tags:
- post
- postal
- postbox
- letterbox
---
================================================
FILE: docs/content/icons/mailbox2-flag.md
================================================
---
title: Mailbox2 flag
categories:
- Real world
tags:
- post
- postal
- postbox
- letterbox
---
================================================
FILE: docs/content/icons/mailbox2.md
================================================
---
title: Mailbox2
categories:
- Real world
tags:
- post
- postal
- postbox
- letterbox
---
================================================
FILE: docs/content/icons/map-fill.md
================================================
---
title: Map fill
categories:
- Geo
tags:
- geography
- directions
- location
---
================================================
FILE: docs/content/icons/map.md
================================================
---
title: Map
categories:
- Geo
tags:
- geography
- directions
- location
---
================================================
FILE: docs/content/icons/markdown-fill.md
================================================
---
title: Markdown fill
categories:
- Badges
tags:
- markdown
- md
- content
- writing
---
================================================
FILE: docs/content/icons/markdown.md
================================================
---
title: Markdown
categories:
- Badges
tags:
- markdown
- md
- content
- writing
---
================================================
FILE: docs/content/icons/marker-tip.md
================================================
---
title: Marker tip
categories:
- Tools
tags:
- text
- study
- highlight
added: 1.11.0
---
================================================
FILE: docs/content/icons/mask.md
================================================
---
title: Mask
categories:
- Graphics
tags:
- mask
---
================================================
FILE: docs/content/icons/mastodon.md
================================================
---
title: Mastodon
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/measuring-cup-fill.md
================================================
---
title: Measuring cup fill
categories:
- Real world
tags:
- baking
- cooking
- measure
---
================================================
FILE: docs/content/icons/measuring-cup.md
================================================
---
title: Measuring cup
categories:
- Real world
tags:
- baking
- cooking
- measure
---
================================================
FILE: docs/content/icons/medium.md
================================================
---
title: Medium
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/megaphone-fill.md
================================================
---
title: Megaphone fill
categories:
- Real world
tags:
- loudspeaker
- announcement
---
================================================
FILE: docs/content/icons/megaphone.md
================================================
---
title: Megaphone
categories:
- Real world
tags:
- loudspeaker
- announcement
---
================================================
FILE: docs/content/icons/memory.md
================================================
---
title: Memory
categories:
- Devices
tags:
- ram
---
================================================
FILE: docs/content/icons/menu-app-fill.md
================================================
---
title: Menu app fill
categories:
- Controls
tags:
- dropdown
- menu
- context
- app
- ui
---
================================================
FILE: docs/content/icons/menu-app.md
================================================
---
title: Menu app
categories:
- Controls
tags:
- dropdown
- menu
- context
- app
- ui
---
================================================
FILE: docs/content/icons/menu-button-fill.md
================================================
---
title: Menu button fill
categories:
- Controls
tags:
- dropdown
- menu
- context
- app
- ui
---
================================================
FILE: docs/content/icons/menu-button-wide-fill.md
================================================
---
title: Menu button wide fill
categories:
- Controls
tags:
- dropdown
- menu
- context
- app
- ui
---
================================================
FILE: docs/content/icons/menu-button-wide.md
================================================
---
title: Menu button wide
categories:
- Controls
tags:
- dropdown
- menu
- context
- app
- ui
---
================================================
FILE: docs/content/icons/menu-button.md
================================================
---
title: Menu button
categories:
- Controls
tags:
- dropdown
- menu
- context
- app
- ui
---
================================================
FILE: docs/content/icons/menu-down.md
================================================
---
title: Menu down
categories:
- Controls
tags:
- dropdown
- menu
- context
- app
- ui
---
================================================
FILE: docs/content/icons/menu-up.md
================================================
---
title: Menu up
categories:
- Controls
tags:
- dropdown
- menu
- context
- app
- ui
---
================================================
FILE: docs/content/icons/messenger.md
================================================
---
title: Messenger
categories:
- Brand
tags:
- social
- facebook
- chat
---
================================================
FILE: docs/content/icons/meta.md
================================================
---
title: Meta
categories:
- Brand
tags:
- facebook
- fb
---
================================================
FILE: docs/content/icons/mic-fill.md
================================================
---
title: Mic fill
categories:
- Media
tags:
- audio
- video
- av
- sound
- input
- microphone
- podcast
---
================================================
FILE: docs/content/icons/mic-mute-fill.md
================================================
---
title: Mic mute fill
categories:
- Media
tags:
- audio
- video
- av
- sound
- input
- microphone
---
================================================
FILE: docs/content/icons/mic-mute.md
================================================
---
title: Mic mute
categories:
- Media
tags:
- audio
- video
- av
- sound
- input
- microphone
---
================================================
FILE: docs/content/icons/mic.md
================================================
---
title: Mic
categories:
- Media
tags:
- audio
- video
- av
- sound
- input
- microphone
- podcast
---
================================================
FILE: docs/content/icons/microsoft-teams.md
================================================
---
title: Microsoft Teams
categories:
- Brand
tags:
- social
- messaging
---
================================================
FILE: docs/content/icons/microsoft.md
================================================
---
title: Microsoft
categories:
- Brand
tags:
- msft
- windows
---
================================================
FILE: docs/content/icons/minecart-loaded.md
================================================
---
title: Minecart loaded
categories:
- Real world
tags:
- mining
- cart
---
================================================
FILE: docs/content/icons/minecart.md
================================================
---
title: Minecart
categories:
- Real world
tags:
- mining
- cart
---
================================================
FILE: docs/content/icons/modem-fill.md
================================================
---
title: Modem fill
categories:
- Devices
tags:
- internet
- cable
---
================================================
FILE: docs/content/icons/modem.md
================================================
---
title: Modem
categories:
- Devices
tags:
- internet
- cable
---
================================================
FILE: docs/content/icons/moisture.md
================================================
---
title: Moisture
categories:
- Weather
tags:
- water
- droplets
- humidity
---
================================================
FILE: docs/content/icons/moon-fill.md
================================================
---
title: Moon fill
categories:
- Weather
tags:
- night
- sky
---
================================================
FILE: docs/content/icons/moon-stars-fill.md
================================================
---
title: Moon stars fill
categories:
- Weather
tags:
- night
- sky
---
================================================
FILE: docs/content/icons/moon-stars.md
================================================
---
title: Moon stars
categories:
- Weather
tags:
- night
- sky
---
================================================
FILE: docs/content/icons/moon.md
================================================
---
title: Moon
categories:
- Real world
tags:
- lunar
- weather
- night
---
================================================
FILE: docs/content/icons/mortarboard-fill.md
================================================
---
title: Mortarboard fill
categories:
- Real world
tags:
- graduation
- cap
aliases:
- /icons/mortorboard-fill/
---
================================================
FILE: docs/content/icons/mortarboard.md
================================================
---
title: Mortarboard
categories:
- Real world
tags:
- graduation
- cap
aliases:
- /icons/mortorboard/
---
================================================
FILE: docs/content/icons/motherboard-fill.md
================================================
---
title: Motherboard fill
categories:
- Devices
tags:
- mobo
- computer
- hardware
---
================================================
FILE: docs/content/icons/motherboard.md
================================================
---
title: Motherboard
categories:
- Devices
tags:
- mobo
- computer
- hardware
---
================================================
FILE: docs/content/icons/mouse-fill.md
================================================
---
title: Mouse fill
categories:
- Devices
tags:
- mice
- input
---
================================================
FILE: docs/content/icons/mouse.md
================================================
---
title: Mouse
categories:
- Devices
tags:
- mice
- input
---
================================================
FILE: docs/content/icons/mouse2-fill.md
================================================
---
title: Mouse2 fill
categories:
- Devices
tags:
- mice
- input
---
================================================
FILE: docs/content/icons/mouse2.md
================================================
---
title: Mouse2
categories:
- Devices
tags:
- mice
- input
---
================================================
FILE: docs/content/icons/mouse3-fill.md
================================================
---
title: Mouse3 fill
categories:
- Devices
tags:
- mice
- input
---
================================================
FILE: docs/content/icons/mouse3.md
================================================
---
title: Mouse3
categories:
- Devices
tags:
- mice
- input
---
================================================
FILE: docs/content/icons/music-note-beamed.md
================================================
---
title: Music note beamed
categories:
- Media
tags:
- music
- notes
- audio
- sound
---
================================================
FILE: docs/content/icons/music-note-list.md
================================================
---
title: Music note list
categories:
- Media
tags:
- music
- notes
- audio
- sound
- playlist
- library
---
================================================
FILE: docs/content/icons/music-note.md
================================================
---
title: Music note
categories:
- Media
tags:
- music
- notes
- audio
- sound
---
================================================
FILE: docs/content/icons/music-player-fill.md
================================================
---
title: Music player fill
categories:
- Devices
tags:
- ipod
- mp3
---
================================================
FILE: docs/content/icons/music-player.md
================================================
---
title: Music player
categories:
- Devices
tags:
- ipod
- mp3
---
================================================
FILE: docs/content/icons/newspaper.md
================================================
---
title: Newspaper
categories:
- Real world
tags:
- news
- paper
---
================================================
FILE: docs/content/icons/nintendo-switch.md
================================================
---
title: Nintendo Switch
categories:
- Brand
tags:
- gaming
---
================================================
FILE: docs/content/icons/node-minus-fill.md
================================================
---
title: Node minus fill
categories:
- Graphics
tags:
- add
- new
- node
- diagram
---
================================================
FILE: docs/content/icons/node-minus.md
================================================
---
title: Node minus
categories:
- Graphics
tags:
- add
- new
- node
- diagram
---
================================================
FILE: docs/content/icons/node-plus-fill.md
================================================
---
title: Node plus fill
categories:
- Graphics
tags:
- add
- new
- node
- diagram
---
================================================
FILE: docs/content/icons/node-plus.md
================================================
---
title: Node plus
categories:
- Graphics
tags:
- add
- new
- node
- diagram
---
================================================
FILE: docs/content/icons/noise-reduction.md
================================================
---
title: Noise reduction
categories:
- Graphics
tags:
- photo
- editing
- image
- picture
added: 1.11.0
---
================================================
FILE: docs/content/icons/nut-fill.md
================================================
---
title: Nut fill
categories:
- Tools
tags:
- nut
- bolt
- hexagon
- tools
---
================================================
FILE: docs/content/icons/nut.md
================================================
---
title: Nut
categories:
- Tools
tags:
- nut
- bolt
- hexagon
- tools
---
================================================
FILE: docs/content/icons/nvidia.md
================================================
---
title: Nvidia
categories:
- Brand
tags:
- gpu
added: 1.10.0
---
================================================
FILE: docs/content/icons/nvme-fill.md
================================================
---
title: Nvme fill
categories:
- Devices
tags:
- ssd
- "hard drive"
- "hard disk"
- storage
added: 1.11.0
---
================================================
FILE: docs/content/icons/nvme.md
================================================
---
title: Nvme
categories:
- Devices
tags:
- ssd
- "hard drive"
- "hard disk"
- storage
added: 1.11.0
---
================================================
FILE: docs/content/icons/octagon-fill.md
================================================
---
title: Octagon fill
categories:
- Shapes
tags:
- shape
- polygon
---
================================================
FILE: docs/content/icons/octagon-half.md
================================================
---
title: Octagon half
categories:
- Shapes
tags:
- shape
- polygon
---
================================================
FILE: docs/content/icons/octagon.md
================================================
---
title: Octagon
categories:
- Shapes
tags:
- shape
- polygon
---
================================================
FILE: docs/content/icons/openai.md
================================================
---
title: OpenAI
categories:
- Brand
tags:
- ai
- chatgpt
- agent
- "artificial intelligence"
---
================================================
FILE: docs/content/icons/opencollective.md
================================================
---
title: Opencollective
categories:
- Brand
tags:
- social
added: 1.11.0
---
================================================
FILE: docs/content/icons/optical-audio-fill.md
================================================
---
title: Optical audio fill
categories:
- Devices
tags:
- port
- plug
- sound
---
================================================
FILE: docs/content/icons/optical-audio.md
================================================
---
title: Optical audio
categories:
- Devices
tags:
- port
- plug
- sound
---
================================================
FILE: docs/content/icons/option.md
================================================
---
title: Option
categories:
- UI and keyboard
tags:
- key
- mac
---
================================================
FILE: docs/content/icons/outlet.md
================================================
---
title: Outlet
categories:
- Real world
tags:
- plug
- power
---
================================================
FILE: docs/content/icons/p-circle-fill.md
================================================
---
title: P circle fill
categories:
- Shapes
tags:
- parking
---
================================================
FILE: docs/content/icons/p-circle.md
================================================
---
title: P circle
categories:
- Shapes
tags:
- parking
---
================================================
FILE: docs/content/icons/p-square-fill.md
================================================
---
title: P square fill
categories:
- Shapes
tags:
- parking
---
================================================
FILE: docs/content/icons/p-square.md
================================================
---
title: P square
categories:
- Shapes
tags:
- parking
---
================================================
FILE: docs/content/icons/paint-bucket.md
================================================
---
title: Paint bucket
categories:
- Graphics
tags:
- color
- paint
- fill
- palette
- color
---
================================================
FILE: docs/content/icons/palette-fill.md
================================================
---
title: Palette fill
categories:
- Graphics
tags:
- color
- paint
- fill
- palette
- colour
---
================================================
FILE: docs/content/icons/palette.md
================================================
---
title: Palette
categories:
- Graphics
tags:
- color
- paint
- fill
- palette
- colour
---
================================================
FILE: docs/content/icons/palette2.md
================================================
---
title: Palette2
categories:
- Graphics
tags:
- color
- paint
- fill
- palette
- colour
---
================================================
FILE: docs/content/icons/paperclip.md
================================================
---
title: Paperclip
categories:
- Real world
tags:
- attachment
---
================================================
FILE: docs/content/icons/paragraph.md
================================================
---
title: Paragraph
categories:
- Typography
tags:
- paragraph
- text
- body
- content
---
================================================
FILE: docs/content/icons/pass-fill.md
================================================
---
title: Pass fill
categories:
- Real world
tags:
- pass
---
================================================
FILE: docs/content/icons/pass.md
================================================
---
title: Pass
categories:
- Real world
tags:
- pass
---
================================================
FILE: docs/content/icons/passport-fill.md
================================================
---
title: Passport fill
categories:
- Travel
tags:
- visa
- foreign
added: 1.11.0
---
================================================
FILE: docs/content/icons/passport.md
================================================
---
title: Passport
categories:
- Travel
tags:
- visa
- foreign
added: 1.11.0
---
================================================
FILE: docs/content/icons/patch-check-fill.md
================================================
---
title: Patch check fill
categories:
- Badges
tags:
- verified
- checkmark
- certified
aliases:
- /icons/patch-check-fll/
---
================================================
FILE: docs/content/icons/patch-check.md
================================================
---
title: Patch check
categories:
- Badges
tags:
- verified
- checkmark
- certified
---
================================================
FILE: docs/content/icons/patch-exclamation-fill.md
================================================
---
title: Patch exclamation fill
categories:
- Badges
tags:
- excited
- certified
aliases:
- /icons/patch-exclamation-fll/
---
================================================
FILE: docs/content/icons/patch-exclamation.md
================================================
---
title: Patch exclamation
categories:
- Badges
tags:
- excited
- certified
---
================================================
FILE: docs/content/icons/patch-minus-fill.md
================================================
---
title: Patch minus fill
categories:
- Badges
tags:
- subtract
aliases:
- /icons/patch-minus-fll/
---
================================================
FILE: docs/content/icons/patch-minus.md
================================================
---
title: Patch minus
categories:
- Badges
tags:
- subtract
---
================================================
FILE: docs/content/icons/patch-plus-fill.md
================================================
---
title: Patch plus fill
categories:
- Badges
tags:
- add
aliases:
- /icons/patch-plus-fll/
---
================================================
FILE: docs/content/icons/patch-plus.md
================================================
---
title: Patch plus
categories:
- Badges
tags:
- add
---
================================================
FILE: docs/content/icons/patch-question-fill.md
================================================
---
title: Patch question fill
categories:
- Badges
tags:
- help
- unknown
aliases:
- /icons/patch-question-fll/
---
================================================
FILE: docs/content/icons/patch-question.md
================================================
---
title: Patch question
categories:
- Badges
tags:
- help
- unknown
---
================================================
FILE: docs/content/icons/pause-btn-fill.md
================================================
---
title: Pause btn fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/pause-btn.md
================================================
---
title: Pause btn
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/pause-circle-fill.md
================================================
---
title: Pause circle fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/pause-circle.md
================================================
---
title: Pause circle
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/pause-fill.md
================================================
---
title: Pause fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/pause.md
================================================
---
title: Pause
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/paypal.md
================================================
---
title: Paypal
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/pc-display-horizontal.md
================================================
---
title: PC display horizontal
categories:
- Devices
tags:
- computer
- workstation
- desktop
---
================================================
FILE: docs/content/icons/pc-display.md
================================================
---
title: PC display
categories:
- Devices
tags:
- computer
- workstation
- desktop
---
================================================
FILE: docs/content/icons/pc-horizontal.md
================================================
---
title: PC horizontal
categories:
- Devices
tags:
- computer
- workstation
- desktop
---
================================================
FILE: docs/content/icons/pc.md
================================================
---
title: PC
categories:
- Devices
tags:
- computer
- workstation
- desktop
---
================================================
FILE: docs/content/icons/pci-card-network.md
================================================
---
title: PCI card network
categories:
- Devices
tags:
- card
- expansion
- ethernet
- wifi
- internet
added: 1.11.0
---
================================================
FILE: docs/content/icons/pci-card-sound.md
================================================
---
title: PCI card sound
categories:
- Devices
tags:
- card
- expansion
- audio
added: 1.11.0
---
================================================
FILE: docs/content/icons/pci-card.md
================================================
---
title: PCI card
categories:
- Devices
tags:
- card
- expansion
---
================================================
FILE: docs/content/icons/peace-fill.md
================================================
---
title: Peace fill
categories:
- Miscellaneous
tags:
- peace
- love
---
================================================
FILE: docs/content/icons/peace.md
================================================
---
title: Peace
categories:
- Miscellaneous
tags:
- peace
- love
---
================================================
FILE: docs/content/icons/pen-fill.md
================================================
---
title: Pen fill
categories:
- Tools
tags:
- edit
- write
- ballpoint
---
================================================
FILE: docs/content/icons/pen.md
================================================
---
title: Pen
categories:
- Tools
tags:
- edit
- write
- ballpoint
---
================================================
FILE: docs/content/icons/pencil-fill.md
================================================
---
title: Pencil fill
categories:
- Tools
tags:
- edit
- write
---
================================================
FILE: docs/content/icons/pencil-square.md
================================================
---
title: Pencil square
categories:
- Tools
tags:
- edit
- write
---
================================================
FILE: docs/content/icons/pencil.md
================================================
---
title: Pencil
categories:
- Tools
tags:
- edit
- write
---
================================================
FILE: docs/content/icons/pentagon-fill.md
================================================
---
title: Pentagon fill
categories:
- Shapes
tags:
- shape
- polygon
---
================================================
FILE: docs/content/icons/pentagon-half.md
================================================
---
title: Pentagon half
categories:
- Shapes
tags:
- shape
- polygon
---
================================================
FILE: docs/content/icons/pentagon.md
================================================
---
title: Pentagon
categories:
- Shapes
tags:
- shape
- polygon
---
================================================
FILE: docs/content/icons/people-fill.md
================================================
---
title: People fill
categories:
- People
tags:
- member
- humans
- organization
- avatar
- users
- profile
---
================================================
FILE: docs/content/icons/people.md
================================================
---
title: People
categories:
- People
tags:
- member
- humans
- organization
- avatar
- users
- profile
---
================================================
FILE: docs/content/icons/percent.md
================================================
---
title: Percent
categories:
- Typography
tags:
- percentage
- math
- fraction
---
================================================
FILE: docs/content/icons/perplexity.md
================================================
---
title: Perplexity
categories:
- Brand
tags:
- ai
- agent
- "artificial intelligence"
---
================================================
FILE: docs/content/icons/person-add.md
================================================
---
title: Person add
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-arms-up.md
================================================
---
title: Person arms up
categories:
- People
tags:
- human
- man
- woman
added: 1.11.0
---
================================================
FILE: docs/content/icons/person-badge-fill.md
================================================
---
title: Person badge fill
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- badge
- id
- card
- account
---
================================================
FILE: docs/content/icons/person-badge.md
================================================
---
title: Person badge
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- badge
- id
- card
- account
- profile
---
================================================
FILE: docs/content/icons/person-bounding-box.md
================================================
---
title: Person bounding box
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- crop
- account
- profile
---
================================================
FILE: docs/content/icons/person-check-fill.md
================================================
---
title: Person check fill
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- verified
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-check.md
================================================
---
title: Person check
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- verified
- account
- profile
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-circle.md
================================================
---
title: People circle
categories:
- People
tags:
- member
- humans
- organization
- avatar
- user
- account
- profile
---
================================================
FILE: docs/content/icons/person-dash-fill.md
================================================
---
title: Person dash fill
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- remove
- delete
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-dash.md
================================================
---
title: Person dash
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- remove
- delete
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-down.md
================================================
---
title: Person down
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
---
================================================
FILE: docs/content/icons/person-exclamation.md
================================================
---
title: Person exclamation
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
---
================================================
FILE: docs/content/icons/person-fill-add.md
================================================
---
title: Person fill add
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-fill-check.md
================================================
---
title: Person fill check
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-fill-dash.md
================================================
---
title: Person fill dash
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-fill-down.md
================================================
---
title: Person fill down
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-fill-exclamation.md
================================================
---
title: Person fill exclamation
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-fill-gear.md
================================================
---
title: Person fill gear
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-fill-lock.md
================================================
---
title: Person fill lock
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-fill-slash.md
================================================
---
title: Person fill slash
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-fill-up.md
================================================
---
title: Person fill up
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-fill-x.md
================================================
---
title: Person fill x
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-fill.md
================================================
---
title: Person fill
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
- profile
---
================================================
FILE: docs/content/icons/person-gear.md
================================================
---
title: Person gear
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-heart.md
================================================
---
title: Person heart
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
- love
- valentine
- romance
---
================================================
FILE: docs/content/icons/person-hearts.md
================================================
---
title: Person hearts
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
- love
- valentine
- romance
---
================================================
FILE: docs/content/icons/person-lines-fill.md
================================================
---
title: Person lines fill
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- contact
- list
- account
- profile
---
================================================
FILE: docs/content/icons/person-lock.md
================================================
---
title: Person lock
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-plus-fill.md
================================================
---
title: Person plus fill
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- new
- add
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-plus.md
================================================
---
title: Person plus
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- new
- add
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-raised-hand.md
================================================
---
title: Person raised hand
categories:
- People
tags:
- human
- man
- woman
- question
- help
added: 1.11.0
---
================================================
FILE: docs/content/icons/person-rolodex.md
================================================
---
title: Person rolodex
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
- contact
---
================================================
FILE: docs/content/icons/person-slash.md
================================================
---
title: Person slash
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
---
================================================
FILE: docs/content/icons/person-square.md
================================================
---
title: Person square
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
- profile
---
================================================
FILE: docs/content/icons/person-standing-dress.md
================================================
---
title: Person standing dress
categories:
- People
tags:
- human
- man
- woman
added: 1.11.0
---
================================================
FILE: docs/content/icons/person-standing.md
================================================
---
title: Person standing
categories:
- People
tags:
- human
- man
- woman
added: 1.11.0
---
================================================
FILE: docs/content/icons/person-up.md
================================================
---
title: Person up
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
---
================================================
FILE: docs/content/icons/person-vcard-fill.md
================================================
---
title: Person vcard fill
categories:
- People
tags:
- human
- individual
- avatar
- user
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-vcard.md
================================================
---
title: Person vcard
categories:
- People
tags:
- human
- individual
- avatar
- user
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-video.md
================================================
---
title: Person video
categories:
- People
tags:
- human
- individual
- avatar
- user
- wfh
---
================================================
FILE: docs/content/icons/person-video2.md
================================================
---
title: Person video2
categories:
- People
tags:
- human
- individual
- avatar
- user
- wfh
---
================================================
FILE: docs/content/icons/person-video3.md
================================================
---
title: Person video3
categories:
- People
tags:
- human
- individual
- avatar
- user
- wfh
---
================================================
FILE: docs/content/icons/person-walking.md
================================================
---
title: Person walking
categories:
- People
tags:
- human
- man
- woman
added: 1.11.0
---
================================================
FILE: docs/content/icons/person-wheelchair.md
================================================
---
title: Person wheelchair
categories:
- People
tags:
- human
- man
- woman
- accessibility
- a11y
- handicap
added: 1.11.0
---
================================================
FILE: docs/content/icons/person-workspace.md
================================================
---
title: Person workspace
categories:
- People
tags:
- human
- individual
- avatar
- user
- wfh
---
================================================
FILE: docs/content/icons/person-x-fill.md
================================================
---
title: Person x fill
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- remove
- delete
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person-x.md
================================================
---
title: Person x
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- remove
- delete
- account
added: 1.10.0
---
================================================
FILE: docs/content/icons/person.md
================================================
---
title: Person
categories:
- People
tags:
- member
- human
- individual
- avatar
- user
- account
- profile
---
================================================
FILE: docs/content/icons/phone-fill.md
================================================
---
title: Phone fill
categories:
- Devices
tags:
- mobile
- telephone
---
================================================
FILE: docs/content/icons/phone-flip.md
================================================
---
title: Phone flip
categories:
- Devices
tags:
- mobile
- telephone
---
================================================
FILE: docs/content/icons/phone-landscape-fill.md
================================================
---
title: Phone landscape fill
categories:
- Devices
tags:
- mobile
- telephone
---
================================================
FILE: docs/content/icons/phone-landscape.md
================================================
---
title: Phone landscape
categories:
- Devices
tags:
- mobile
- telephone
---
================================================
FILE: docs/content/icons/phone-vibrate-fill.md
================================================
---
title: Phone vibrate fill
categories:
- Devices
tags:
- mobile
- telephone
- haptic
---
================================================
FILE: docs/content/icons/phone-vibrate.md
================================================
---
title: Phone vibrate
categories:
- Devices
tags:
- mobile
- telephone
- haptic
---
================================================
FILE: docs/content/icons/phone.md
================================================
---
title: Phone
categories:
- Devices
tags:
- mobile
- telephone
---
================================================
FILE: docs/content/icons/pie-chart-fill.md
================================================
---
title: Pie chart fill
categories:
- Data
tags:
- chart
- graph
- analytics
---
================================================
FILE: docs/content/icons/pie-chart.md
================================================
---
title: Pie chart
categories:
- Data
tags:
- chart
- graph
- analytics
---
================================================
FILE: docs/content/icons/piggy-bank-fill.md
================================================
---
title: Piggy bank fill
categories:
- Commerce
tags:
- money
- finance
- banking
- savings
---
================================================
FILE: docs/content/icons/piggy-bank.md
================================================
---
title: Piggy bank
categories:
- Commerce
tags:
- money
- finance
- banking
- savings
---
================================================
FILE: docs/content/icons/pin-angle-fill.md
================================================
---
title: Pin angle fill
categories:
- Real world
tags:
- pushpin
- thumbtack
---
================================================
FILE: docs/content/icons/pin-angle.md
================================================
---
title: Pin angle
categories:
- Real world
tags:
- pushpin
- thumbtack
---
================================================
FILE: docs/content/icons/pin-fill.md
================================================
---
title: Pin fill
categories:
- Real world
tags:
- pushpin
- thumbtack
---
================================================
FILE: docs/content/icons/pin-map-fill.md
================================================
---
title: Pin map fill
categories:
- Geo
tags:
- geography
- map
- pin
- location
---
================================================
FILE: docs/content/icons/pin-map.md
================================================
---
title: Pin map
categories:
- Geo
tags:
- geography
- map
- pin
- location
---
================================================
FILE: docs/content/icons/pin.md
================================================
---
title: Pin
categories:
- Real world
tags:
- pushpin
- thumbtack
---
================================================
FILE: docs/content/icons/pinterest.md
================================================
---
title: Pinterest
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/pip-fill.md
================================================
---
title: Pip fill
categories:
- Media
tags:
- picture
- tv
- television
- display
- nested
---
================================================
FILE: docs/content/icons/pip.md
================================================
---
title: Pip
categories:
- Media
tags:
- picture
- tv
- television
- display
- nested
---
================================================
FILE: docs/content/icons/play-btn-fill.md
================================================
---
title: Play btn fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/play-btn.md
================================================
---
title: Play btn
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/play-circle-fill.md
================================================
---
title: Play circle fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/play-circle.md
================================================
---
title: Play circle
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/play-fill.md
================================================
---
title: Play fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/play.md
================================================
---
title: Play
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/playstation.md
================================================
---
title: Playstation
categories:
- Brand
tags:
- sony
- gaming
---
================================================
FILE: docs/content/icons/plug-fill.md
================================================
---
title: Plug fill
categories:
- Real world
tags:
- power
- outlet
---
================================================
FILE: docs/content/icons/plug.md
================================================
---
title: Plug
categories:
- Real world
tags:
- power
- outlet
---
================================================
FILE: docs/content/icons/plugin.md
================================================
---
title: Plugin
categories:
- UI and Keyboard
tags:
- addon
- software
---
================================================
FILE: docs/content/icons/plus-circle-dotted.md
================================================
---
title: Plus circle dotted
categories:
- Alerts, warnings, and signs
tags:
- add
- new
---
================================================
FILE: docs/content/icons/plus-circle-fill.md
================================================
---
title: Plus circle fill
categories:
- Alerts, warnings, and signs
tags:
- add
- new
---
================================================
FILE: docs/content/icons/plus-circle.md
================================================
---
title: Plus circle
categories:
- Alerts, warnings, and signs
tags:
- add
- new
---
================================================
FILE: docs/content/icons/plus-lg.md
================================================
---
title: Plus lg
categories:
- Alerts, warnings, and signs
tags:
- add
- new
- math
---
================================================
FILE: docs/content/icons/plus-slash-minus.md
================================================
---
title: Plus slash minus
categories:
- Typography
tags:
- difference
- add
- subtract
- math
---
================================================
FILE: docs/content/icons/plus-square-dotted.md
================================================
---
title: Plus square dotted
categories:
- Alerts, warnings, and signs
tags:
- add
- new
---
================================================
FILE: docs/content/icons/plus-square-fill.md
================================================
---
title: Plus square fill
categories:
- Alerts, warnings, and signs
tags:
- add
- new
---
================================================
FILE: docs/content/icons/plus-square.md
================================================
---
title: Plus square
categories:
- Alerts, warnings, and signs
tags:
- add
- new
---
================================================
FILE: docs/content/icons/plus.md
================================================
---
title: Plus
categories:
- Alerts, warnings, and signs
tags:
- add
- new
- math
---
================================================
FILE: docs/content/icons/postage-fill.md
================================================
---
title: Postage fill
categories:
- Real world
tags:
- mail
- stamp
- shipping
---
================================================
FILE: docs/content/icons/postage-heart-fill.md
================================================
---
title: Postage heart fill
categories:
- Real world
- Love
tags:
- mail
- stamp
- love
- valentine
- romance
---
================================================
FILE: docs/content/icons/postage-heart.md
================================================
---
title: Postage heart
categories:
- Real world
- Love
tags:
- mail
- stamp
- love
- valentine
- romance
---
================================================
FILE: docs/content/icons/postage.md
================================================
---
title: Postage
categories:
- Real world
tags:
- stamp
- shipping
---
================================================
FILE: docs/content/icons/postcard-fill.md
================================================
---
title: Postcard fill
categories:
- Real world
tags:
- mail
- letter
---
================================================
FILE: docs/content/icons/postcard-heart-fill.md
================================================
---
title: Postcard heart fill
categories:
- Real world
- Love
tags:
- mail
- letter
- love
- valentine
- romance
---
================================================
FILE: docs/content/icons/postcard-heart.md
================================================
---
title: Postcard heart
categories:
- Real world
- Love
tags:
- mail
- letter
- love
- valentine
- romance
---
================================================
FILE: docs/content/icons/postcard.md
================================================
---
title: Postcard
categories:
- Real world
tags:
- mail
- letter
---
================================================
FILE: docs/content/icons/power.md
================================================
---
title: Power
categories:
- UI and keyboard
tags:
- off
- on
---
================================================
FILE: docs/content/icons/prescription.md
================================================
---
title: Prescription
categories:
- Medical
tags:
- rx
- pills
- capsules
- medicine
---
================================================
FILE: docs/content/icons/prescription2.md
================================================
---
title: Prescription2
categories:
- Medical
tags:
- rx
- pills
- capsules
- medicine
---
================================================
FILE: docs/content/icons/printer-fill.md
================================================
---
title: Printer fill
categories:
- Devices
tags:
- print
---
================================================
FILE: docs/content/icons/printer.md
================================================
---
title: Printer
categories:
- Devices
tags:
- print
---
================================================
FILE: docs/content/icons/projector-fill.md
================================================
---
title: Projector fill
categories:
- Devices
tags:
- projection
- present
- screen
---
================================================
FILE: docs/content/icons/projector.md
================================================
---
title: Projector
categories:
- Devices
tags:
- projection
- present
- screen
---
================================================
FILE: docs/content/icons/puzzle-fill.md
================================================
---
title: Puzzle fill
categories:
- Miscellaneous
tags:
- puzzle
- piece
---
================================================
FILE: docs/content/icons/puzzle.md
================================================
---
title: Puzzle
categories:
- Miscellaneous
tags:
- puzzle
- piece
---
================================================
FILE: docs/content/icons/qr-code-scan.md
================================================
---
title: QR code scan
categories:
- Communications
tags:
- scan
---
================================================
FILE: docs/content/icons/qr-code.md
================================================
---
title: QR code
categories:
- Communications
tags:
- scan
---
================================================
FILE: docs/content/icons/question-circle-fill.md
================================================
---
title: Question fill
categories:
- Alerts, warnings, and signs
tags:
- help
- unknown
---
================================================
FILE: docs/content/icons/question-circle.md
================================================
---
title: Question circle
categories:
- Alerts, warnings, and signs
tags:
- help
- unknown
---
================================================
FILE: docs/content/icons/question-diamond-fill.md
================================================
---
title: Question diamond fill
categories:
- Alerts, warnings, and signs
tags:
- help
- unknown
---
================================================
FILE: docs/content/icons/question-diamond.md
================================================
---
title: Question diamond
categories:
- Alerts, warnings, and signs
tags:
- help
- unknown
---
================================================
FILE: docs/content/icons/question-lg.md
================================================
---
title: Question lg
categories:
- Alerts, warnings, and signs
tags:
- help
- unknown
---
================================================
FILE: docs/content/icons/question-octagon-fill.md
================================================
---
title: Question octagon fill
categories:
- Alerts, warnings, and signs
tags:
- help
- unknown
---
================================================
FILE: docs/content/icons/question-octagon.md
================================================
---
title: Question octagon
categories:
- Alerts, warnings, and signs
tags:
- help
- unknown
---
================================================
FILE: docs/content/icons/question-square-fill.md
================================================
---
title: Question square fill
categories:
- Alerts, warnings, and signs
tags:
- help
- unknown
---
================================================
FILE: docs/content/icons/question-square.md
================================================
---
title: Question square
categories:
- Alerts, warnings, and signs
tags:
- help
- unknown
---
================================================
FILE: docs/content/icons/question.md
================================================
---
title: Question
categories:
- Alerts, warnings, and signs
tags:
- help
- unknown
---
================================================
FILE: docs/content/icons/quora.md
================================================
---
title: Quora
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/quote.md
================================================
---
title: Quote
categories:
- Typography
tags:
- blockquote
- quotes
- quotation
---
================================================
FILE: docs/content/icons/r-circle-fill.md
================================================
---
title: R circle fill
categories:
- Shapes
tags:
- registered
- trademark
---
================================================
FILE: docs/content/icons/r-circle.md
================================================
---
title: R circle
categories:
- Shapes
tags:
- registered
- trademark
---
================================================
FILE: docs/content/icons/r-square-fill.md
================================================
---
title: R square fill
categories:
- Shapes
tags:
- registered
- trademark
---
================================================
FILE: docs/content/icons/r-square.md
================================================
---
title: R square
categories:
- Shapes
tags:
- registered
- trademark
---
================================================
FILE: docs/content/icons/radar.md
================================================
---
title: Radar
categories:
- Geo
tags:
- geography
- map
- pin
- location
added: 1.11.0
---
================================================
FILE: docs/content/icons/radioactive.md
================================================
---
title: Radioactive
categories:
- Real world
tags:
- radiation
- nuclear
- danger
---
================================================
FILE: docs/content/icons/rainbow.md
================================================
---
title: Rainbow
categories:
- Weather
tags:
- colors
- arches
- colour
---
================================================
FILE: docs/content/icons/receipt-cutoff.md
================================================
---
title: Receipt cutoff
categories:
- Commerce
tags:
- receipt
- invoice
- sale
- purchase
- bill
---
================================================
FILE: docs/content/icons/receipt.md
================================================
---
title: Receipt
categories:
- Commerce
tags:
- receipt
- invoice
- sale
- purchase
- bill
---
================================================
FILE: docs/content/icons/reception-0.md
================================================
---
title: Reception 0
categories:
- Communications
tags:
- reception
- cellphone
- mobile
- carrier
- network
- signal
---
================================================
FILE: docs/content/icons/reception-1.md
================================================
---
title: Reception 1
categories:
- Communications
tags:
- reception
- cellphone
- mobile
- carrier
- network
- signal
---
================================================
FILE: docs/content/icons/reception-2.md
================================================
---
title: Reception 2
categories:
- Communications
tags:
- reception
- cellphone
- mobile
- carrier
- network
- signal
---
================================================
FILE: docs/content/icons/reception-3.md
================================================
---
title: Reception 3
categories:
- Communications
tags:
- reception
- cellphone
- mobile
- carrier
- network
- signal
---
================================================
FILE: docs/content/icons/reception-4.md
================================================
---
title: Reception 4
categories:
- Communications
tags:
- reception
- cellphone
- mobile
- carrier
- network
- signal
---
================================================
FILE: docs/content/icons/record-btn-fill.md
================================================
---
title: Record btn fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/record-btn.md
================================================
---
title: Record btn
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/record-circle-fill.md
================================================
---
title: Record circle fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/record-circle.md
================================================
---
title: Record circle
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/record-fill.md
================================================
---
title: Record fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/record.md
================================================
---
title: Record
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/record2-fill.md
================================================
---
title: Record2 fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/record2.md
================================================
---
title: Record2
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/recycle.md
================================================
---
title: Recycle
categories:
- Arrows
tags:
- recyling
- trash
---
================================================
FILE: docs/content/icons/reddit.md
================================================
---
title: Reddit
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/regex.md
================================================
---
title: Regex
categories:
- Typography
tags:
- text
- type
- code
- developer
- development
- software
- "regular expression"
added: 1.10.0
---
================================================
FILE: docs/content/icons/repeat-1.md
================================================
---
title: Repeat 1
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/repeat.md
================================================
---
title: Repeat
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/reply-all-fill.md
================================================
---
title: Reply all fill
categories:
- Communications
tags:
- mail
- email
---
================================================
FILE: docs/content/icons/reply-all.md
================================================
---
title: Reply all
categories:
- Communications
tags:
- mail
- email
---
================================================
FILE: docs/content/icons/reply-fill.md
================================================
---
title: Reply fill
categories:
- Communications
tags:
- mail
- email
---
================================================
FILE: docs/content/icons/reply.md
================================================
---
title: Reply
categories:
- Communications
tags:
- mail
- email
---
================================================
FILE: docs/content/icons/rewind-btn-fill.md
================================================
---
title: Rewind btn fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/rewind-btn.md
================================================
---
title: Rewind btn
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/rewind-circle-fill.md
================================================
---
title: Rewind circle fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/rewind-circle.md
================================================
---
title: Rewind circle
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/rewind-fill.md
================================================
---
title: Rewind fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/rewind.md
================================================
---
title: Rewind
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/robot.md
================================================
---
title: Robot
categories:
- Devices
tags:
- bot
---
================================================
FILE: docs/content/icons/rocket-fill.md
================================================
---
title: Rocket fill
categories:
- Real world
tags:
- ship
- rocketship
- spaceship
added: 1.10.0
---
================================================
FILE: docs/content/icons/rocket-takeoff-fill.md
================================================
---
title: Rocket takeoff fill
categories:
- Real world
tags:
- ship
- rocketship
- spaceship
- launch
added: 1.10.0
---
================================================
FILE: docs/content/icons/rocket-takeoff.md
================================================
---
title: Rocket takeoff
categories:
- Real world
tags:
- ship
- rocketship
- spaceship
- launch
added: 1.10.0
---
================================================
FILE: docs/content/icons/rocket.md
================================================
---
title: Rocket
categories:
- Real world
tags:
- ship
- rocketship
- spaceship
added: 1.10.0
---
================================================
FILE: docs/content/icons/router-fill.md
================================================
---
title: Router fill
categories:
- Devices
tags:
- wifi
- internet
- wireless
- network
---
================================================
FILE: docs/content/icons/router.md
================================================
---
title: Router
categories:
- Devices
tags:
- wifi
- internet
- wireless
- network
---
================================================
FILE: docs/content/icons/rss-fill.md
================================================
---
title: RSS fill
categories:
- Communications
tags:
- atom
- feed
- xml
---
================================================
FILE: docs/content/icons/rss.md
================================================
---
title: RSS
categories:
- Communications
tags:
- atom
- feed
- xml
---
================================================
FILE: docs/content/icons/rulers.md
================================================
---
title: Rulers
categories:
- Graphics
tags:
- measure
- guide
---
================================================
FILE: docs/content/icons/safe-fill.md
================================================
---
title: Safe fill
categories:
- Real world
tags:
- vault
- bank
- finance
---
================================================
FILE: docs/content/icons/safe.md
================================================
---
title: Safe
categories:
- Real world
tags:
- vault
- bank
- finance
---
================================================
FILE: docs/content/icons/safe2-fill.md
================================================
---
title: Safe2 fill
categories:
- Real world
tags:
- vault
- bank
- finance
---
================================================
FILE: docs/content/icons/safe2.md
================================================
---
title: Safe2
categories:
- Real world
tags:
- vault
- bank
- finance
---
================================================
FILE: docs/content/icons/save-fill.md
================================================
---
title: Save fill
categories:
- UI and keyboard
tags:
- save
- floppy
---
================================================
FILE: docs/content/icons/save.md
================================================
---
title: Save
categories:
- UI and keyboard
tags:
- save
- floppy
---
================================================
FILE: docs/content/icons/save2-fill.md
================================================
---
title: Save2 fill
categories:
- UI and keyboard
tags:
- save
- floppy
---
================================================
FILE: docs/content/icons/save2.md
================================================
---
title: Save2
categories:
- UI and keyboard
tags:
- save
- floppy
---
================================================
FILE: docs/content/icons/scissors.md
================================================
---
title: Scissors
categories:
- Real world
tags:
- cut
- shears
---
================================================
FILE: docs/content/icons/scooter.md
================================================
---
title: Scooter
categories:
- Transportation
tags:
- riding
added: 1.10.0
---
================================================
FILE: docs/content/icons/screwdriver.md
================================================
---
title: Screwdriver
categories:
- Tools
tags:
- tool
---
================================================
FILE: docs/content/icons/sd-card-fill.md
================================================
---
title: SD card fill
categories:
- Devices
tags:
- storage
- microsd
- chip
- memory
---
================================================
FILE: docs/content/icons/sd-card.md
================================================
---
title: SD card
categories:
- Devices
tags:
- storage
- microsd
- chip
- memory
---
================================================
FILE: docs/content/icons/search-heart-fill.md
================================================
---
title: Search heart fill
categories:
- Communications
- Love
tags:
- magnifying-glass
- look
- love
- romance
- valentine
- lens
---
================================================
FILE: docs/content/icons/search-heart.md
================================================
---
title: Search heart
categories:
- Communications
- Love
tags:
- magnifying-glass
- look
- love
- romance
- valentine
- lens
---
================================================
FILE: docs/content/icons/search.md
================================================
---
title: Search
categories:
- Communications
tags:
- magnifying-glass
- look
- lens
---
================================================
FILE: docs/content/icons/segmented-nav.md
================================================
---
title: Segmented nav
categories:
- Controls
tags:
- nav
- tabs
- tabbed
- app
- ui
---
================================================
FILE: docs/content/icons/send-arrow-down-fill.md
================================================
---
title: Send arrow down fill
categories:
- Communications
tags:
- message
- sending
- sent
- paper-plane
added: 1.11.0
---
================================================
FILE: docs/content/icons/send-arrow-down.md
================================================
---
title: Send arrow down
categories:
- Communications
tags:
- message
- sending
- sent
- paper-plane
added: 1.11.0
---
================================================
FILE: docs/content/icons/send-arrow-up-fill.md
================================================
---
title: Send arrow up fill
categories:
- Communications
tags:
- message
- sending
- sent
- paper-plane
added: 1.11.0
---
================================================
FILE: docs/content/icons/send-arrow-up.md
================================================
---
title: Send arrow up
categories:
- Communications
tags:
- message
- sending
- sent
- paper-plane
added: 1.11.0
---
================================================
FILE: docs/content/icons/send-check-fill.md
================================================
---
title: Send check fill
categories:
- Communications
tags:
- message
- sending
- sent
- paper-plane
---
================================================
FILE: docs/content/icons/send-check.md
================================================
---
title: Send check
categories:
- Communications
tags:
- message
- sending
- sent
- paper-plane
---
================================================
FILE: docs/content/icons/send-dash-fill.md
================================================
---
title: Send dash fill
categories:
- Communications
tags:
- message
- sending
- sent
- paper-plane
---
================================================
FILE: docs/content/icons/send-dash.md
================================================
---
title: Send dash
categories:
- Communications
tags:
- message
- sending
- sent
- paper-plane
---
================================================
FILE: docs/content/icons/send-exclamation-fill.md
================================================
---
title: Send exclamation fill
categories:
- Communications
tags:
- message
- sending
- sent
- paper-plane
---
================================================
FILE: docs/content/icons/send-exclamation.md
================================================
---
title: Send exclamation
categories:
- Communications
tags:
- message
- sending
- sent
- paper-plane
---
================================================
FILE: docs/content/icons/send-fill.md
================================================
---
title: Send fill
categories:
- Communications
tags:
- message
- sending
- sent
- paper-plane
---
================================================
FILE: docs/content/icons/send-plus-fill.md
================================================
---
title: Send plus fill
categories:
- Communications
tags:
- message
- sending
- sent
- paper-plane
---
================================================
FILE: docs/content/icons/send-plus.md
================================================
---
title: Send plus
categories:
- Communications
tags:
- message
- sending
- sent
- paper-plane
---
================================================
FILE: docs/content/icons/send-slash-fill.md
================================================
---
title: Send slash fill
categories:
- Communications
tags:
- message
- sending
- sent
- paper-plane
---
================================================
FILE: docs/content/icons/send-slash.md
================================================
---
title: Send slash
categories:
- Communications
tags:
- message
- sending
- sent
- paper-plane
---
================================================
FILE: docs/content/icons/send-x-fill.md
================================================
---
title: Send x fill
categories:
- Communications
tags:
- message
- sending
- sent
- paper-plane
---
================================================
FILE: docs/content/icons/send-x.md
================================================
---
title: Send x
categories:
- Communications
tags:
- message
- sending
- sent
- paper-plane
---
================================================
FILE: docs/content/icons/send.md
================================================
---
title: Send
categories:
- Communications
tags:
- message
- sending
- sent
- paper-plane
---
================================================
FILE: docs/content/icons/server.md
================================================
---
title: Server
categories:
- Devices
tags:
- server
- network
---
================================================
FILE: docs/content/icons/shadows.md
================================================
---
title: Shadows
categories:
- Graphics
tags:
- photo
- editing
- image
- picture
added: 1.11.0
---
================================================
FILE: docs/content/icons/share-fill.md
================================================
---
title: Share fill
categories:
- Communications
tags:
- share
- link
---
================================================
FILE: docs/content/icons/share.md
================================================
---
title: Share
categories:
- Communications
tags:
- share
- link
---
================================================
FILE: docs/content/icons/shield-check.md
================================================
---
title: Shield check
categories:
- Security
tags:
- privacy
- security
---
================================================
FILE: docs/content/icons/shield-exclamation.md
================================================
---
title: Shield exclamation
categories:
- Security
tags:
- privacy
- security
---
================================================
FILE: docs/content/icons/shield-fill-check.md
================================================
---
title: Shield fill check
categories:
- Security
tags:
- privacy
- security
---
================================================
FILE: docs/content/icons/shield-fill-exclamation.md
================================================
---
title: Shield fill exclamation
categories:
- Security
tags:
- privacy
- security
---
================================================
FILE: docs/content/icons/shield-fill-minus.md
================================================
---
title: Shield fill minus
categories:
- Security
tags:
- privacy
- security
---
================================================
FILE: docs/content/icons/shield-fill-plus.md
================================================
---
title: Shield fill plus
categories:
- Security
tags:
- privacy
- security
---
================================================
FILE: docs/content/icons/shield-fill-x.md
================================================
---
title: Shield fill x
categories:
- Security
tags:
- privacy
- security
- remove
- delete
---
================================================
FILE: docs/content/icons/shield-fill.md
================================================
---
title: Shield fill
categories:
- Security
tags:
- privacy
- security
---
================================================
FILE: docs/content/icons/shield-lock-fill.md
================================================
---
title: Shield lock fill
categories:
- Security
tags:
- privacy
- security
- lock
---
================================================
FILE: docs/content/icons/shield-lock.md
================================================
---
title: Shield lock
categories:
- Security
tags:
- privacy
- security
- lock
---
================================================
FILE: docs/content/icons/shield-minus.md
================================================
---
title: Shield minus
categories:
- Security
tags:
- privacy
- security
---
================================================
FILE: docs/content/icons/shield-plus.md
================================================
---
title: Shield plus
categories:
- Security
tags:
- privacy
- security
---
================================================
FILE: docs/content/icons/shield-shaded.md
================================================
---
title: Shield shaded
categories:
- Security
tags:
- privacy
- security
---
================================================
FILE: docs/content/icons/shield-slash-fill.md
================================================
---
title: Shield slash fill
categories:
- Security
tags:
- shield
- badge
---
================================================
FILE: docs/content/icons/shield-slash.md
================================================
---
title: Shield slash
categories:
- Security
tags:
- shield
- badge
---
================================================
FILE: docs/content/icons/shield-x.md
================================================
---
title: Shield x
categories:
- Security
tags:
- privacy
- security
- remove
- delete
---
================================================
FILE: docs/content/icons/shield.md
================================================
---
title: Shield
categories:
- Security
tags:
- privacy
- security
---
================================================
FILE: docs/content/icons/shift-fill.md
================================================
---
title: Shift fill
categories:
- UI and keyboard
tags:
- key
---
================================================
FILE: docs/content/icons/shift.md
================================================
---
title: Shift
categories:
- UI and keyboard
tags:
- key
---
================================================
FILE: docs/content/icons/shop-window.md
================================================
---
title: Shop window
categories:
- Commerce
tags:
- shop
- store
- market
- marketplace
- shopping
- retail
---
================================================
FILE: docs/content/icons/shop.md
================================================
---
title: Shop
categories:
- Commerce
tags:
- shop
- store
- market
- marketplace
- shopping
- retail
---
================================================
FILE: docs/content/icons/shuffle.md
================================================
---
title: Shuffle
categories:
- Arrows
tags:
- shuffle
- random
---
================================================
FILE: docs/content/icons/sign-dead-end-fill.md
================================================
---
title: Sign dead end fill
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-dead-end.md
================================================
---
title: Sign dead end
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-do-not-enter-fill.md
================================================
---
title: Sign do not enter fill
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-do-not-enter.md
================================================
---
title: Sign do not enter
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-intersection-fill.md
================================================
---
title: Sign intersection fill
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-intersection-side-fill.md
================================================
---
title: Sign intersection side fill
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-intersection-side.md
================================================
---
title: Sign intersection side
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-intersection-t-fill.md
================================================
---
title: Sign intersection t fill
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-intersection-t.md
================================================
---
title: Sign intersection t
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-intersection-y-fill.md
================================================
---
title: Sign intersection y fill
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-intersection-y.md
================================================
---
title: Sign intersection y
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-intersection.md
================================================
---
title: Sign intersection
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-merge-left-fill.md
================================================
---
title: Sign merge left fill
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-merge-left.md
================================================
---
title: Sign merge left
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-merge-right-fill.md
================================================
---
title: Sign merge right fill
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-merge-right.md
================================================
---
title: Sign merge right
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-no-left-turn-fill.md
================================================
---
title: Sign no left turn fill
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-no-left-turn.md
================================================
---
title: Sign no left turn
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-no-parking-fill.md
================================================
---
title: Sign no parking fill
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-no-parking.md
================================================
---
title: Sign no parking
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-no-right-turn-fill.md
================================================
---
title: Sign no right turn fill
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-no-right-turn.md
================================================
---
title: Sign no right turn
categories:
- Transportation
tags:
- road
- driving
- directions
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-railroad-fill.md
================================================
---
title: Sign railroad fill
categories:
- Transportation
tags:
- road
- driving
- train
- tracks
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-railroad.md
================================================
---
title: Sign railroad
categories:
- Transportation
tags:
- road
- driving
- train
- tracks
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-stop-fill.md
================================================
---
title: Sign stop fill
categories:
- Transportation
tags:
- "stop sign"
- intersection
- road
- driving
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-stop-lights-fill.md
================================================
---
title: Sign stop lights fill
categories:
- Transportation
tags:
- "stop sign"
- intersection
- road
- driving
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-stop-lights.md
================================================
---
title: Sign stop lights
categories:
- Transportation
tags:
- "stop sign"
- intersection
- road
- driving
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-stop.md
================================================
---
title: Sign stop
categories:
- Transportation
tags:
- "stop sign"
- intersection
- road
- driving
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-turn-left-fill.md
================================================
---
title: Sign turn left fill
categories:
- Transportation
tags:
- road
- driving
- navigate
- navigation
- route
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-turn-left.md
================================================
---
title: Sign turn left
categories:
- Transportation
tags:
- road
- driving
- navigate
- navigation
- route
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-turn-right-fill.md
================================================
---
title: Sign turn right fill
categories:
- Transportation
tags:
- road
- driving
- navigate
- navigation
- route
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-turn-right.md
================================================
---
title: Sign turn right
categories:
- Transportation
tags:
- road
- driving
- navigate
- navigation
- route
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-turn-slight-left-fill.md
================================================
---
title: Sign turn slight left fill
categories:
- Transportation
tags:
- road
- driving
- navigate
- navigation
- route
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-turn-slight-left.md
================================================
---
title: Sign turn slight left
categories:
- Transportation
tags:
- road
- driving
- navigate
- navigation
- route
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-turn-slight-right-fill.md
================================================
---
title: Sign turn slight right fill
categories:
- Transportation
tags:
- road
- driving
- navigate
- navigation
- route
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-turn-slight-right.md
================================================
---
title: Sign turn slight right
categories:
- Transportation
tags:
- road
- driving
- navigate
- navigation
- route
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-yield-fill.md
================================================
---
title: Sign yield fill
categories:
- Transportation
tags:
- road
- driving
- intersection
added: 1.10.0
---
================================================
FILE: docs/content/icons/sign-yield.md
================================================
---
title: Sign yield
categories:
- Transportation
tags:
- road
- driving
- intersection
added: 1.10.0
---
================================================
FILE: docs/content/icons/signal.md
================================================
---
title: Signal
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/signpost-2-fill.md
================================================
---
title: Signpost 2 fill
categories:
- Real world
tags:
- milestone
- sign
- road sign
- street sign
- directions
---
================================================
FILE: docs/content/icons/signpost-2.md
================================================
---
title: Signpost 2
categories:
- Real world
tags:
- milestone
- sign
- road sign
- street sign
- directions
---
================================================
FILE: docs/content/icons/signpost-fill.md
================================================
---
title: Signpost fill
categories:
- Real world
tags:
- milestone
- sign
- road sign
- street sign
- directions
---
================================================
FILE: docs/content/icons/signpost-split-fill.md
================================================
---
title: Signpost split fill
categories:
- Real world
tags:
- milestone
- sign
- road sign
- street sign
- directions
---
================================================
FILE: docs/content/icons/signpost-split.md
================================================
---
title: Signpost split
categories:
- Real world
tags:
- milestone
- sign
- road sign
- street sign
- directions
---
================================================
FILE: docs/content/icons/signpost.md
================================================
---
title: Signpost
categories:
- Real world
tags:
- milestone
- sign
- road sign
- street sign
- directions
---
================================================
FILE: docs/content/icons/sim-fill.md
================================================
---
title: Sim fill
categories:
- Devices
tags:
- mobile
- carrier
---
================================================
FILE: docs/content/icons/sim-slash-fill.md
================================================
---
title: Sim slash fill
categories:
- Devices
tags:
- mobile
- carrier
added: 1.11.0
---
================================================
FILE: docs/content/icons/sim-slash.md
================================================
---
title: Sim slash
categories:
- Devices
tags:
- mobile
- carrier
added: 1.11.0
---
================================================
FILE: docs/content/icons/sim.md
================================================
---
title: Sim
categories:
- Devices
tags:
- mobile
- carrier
---
================================================
FILE: docs/content/icons/sina-weibo.md
================================================
---
title: Sina Weibo
categories:
- Brand
tags:
- social
added: 1.10.0
---
================================================
FILE: docs/content/icons/skip-backward-btn-fill.md
================================================
---
title: Skip backward btn fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-backward-btn.md
================================================
---
title: Skip backward btn
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-backward-circle-fill.md
================================================
---
title: Skip backward circle fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-backward-circle.md
================================================
---
title: Skip backward circle
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-backward-fill.md
================================================
---
title: Skip backward fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-backward.md
================================================
---
title: Skip backward
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-end-btn-fill.md
================================================
---
title: Skip end btn fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-end-btn.md
================================================
---
title: Skip end btn
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-end-circle-fill.md
================================================
---
title: Skip end circle fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-end-circle.md
================================================
---
title: Skip end circle
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-end-fill.md
================================================
---
title: Skip end fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-end.md
================================================
---
title: Skip end
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-forward-btn-fill.md
================================================
---
title: Skip forward btn fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-forward-btn.md
================================================
---
title: Skip forward btn
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-forward-circle-fill.md
================================================
---
title: Skip forward circle fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-forward-circle.md
================================================
---
title: Skip forward circle
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-forward-fill.md
================================================
---
title: Skip forward fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-forward.md
================================================
---
title: Skip forward
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-start-btn-fill.md
================================================
---
title: Skip start btn fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-start-btn.md
================================================
---
title: Skip start btn
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-start-circle-fill.md
================================================
---
title: Skip start circle fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-start-circle.md
================================================
---
title: Skip start circle
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-start-fill.md
================================================
---
title: Skip start fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skip-start.md
================================================
---
title: Skip start
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/skype.md
================================================
---
title: Skype
categories:
- Brand
tags:
- social
- microsoft
---
================================================
FILE: docs/content/icons/slack.md
================================================
---
title: Slack
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/slash-circle-fill.md
================================================
---
title: Slash circle fill
categories:
- Alerts, warnings, and signs
tags:
- shape
- stop
- ban
- no
---
================================================
FILE: docs/content/icons/slash-circle.md
================================================
---
title: Circle slash
categories:
- Alerts, warnings, and signs
tags:
- shape
- stop
- ban
- no
---
================================================
FILE: docs/content/icons/slash-lg.md
================================================
---
title: Slash lg
categories:
- Alerts, warnings, and signs
tags:
- shape
- stop
- ban
- no
- math
---
================================================
FILE: docs/content/icons/slash-square-fill.md
================================================
---
title: Slash square fill
categories:
- Alerts, warnings, and signs
tags:
- shape
- stop
- ban
- no
---
================================================
FILE: docs/content/icons/slash-square.md
================================================
---
title: Slash square
categories:
- Alerts, warnings, and signs
tags:
- shape
- stop
- ban
- no
---
================================================
FILE: docs/content/icons/slash.md
================================================
---
title: Slash
categories:
- Alerts, warnings, and signs
tags:
- shape
- stop
- ban
- no
- math
---
================================================
FILE: docs/content/icons/sliders.md
================================================
---
title: Sliders
categories:
- Graphics
tags:
- equalizer
- settings
- preferences
- dials
---
================================================
FILE: docs/content/icons/sliders2-vertical.md
================================================
---
title: Sliders2 vertical
categories:
- Graphics
tags:
- equalizer
- settings
- preferences
- dials
---
================================================
FILE: docs/content/icons/sliders2.md
================================================
---
title: Sliders2
categories:
- Graphics
tags:
- equalizer
- settings
- preferences
- dials
---
================================================
FILE: docs/content/icons/smartwatch.md
================================================
---
title: Smartwatch
categories:
- Devices
tags:
- watch
- wearables
---
================================================
FILE: docs/content/icons/snapchat.md
================================================
---
title: Snapchat
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/snow.md
================================================
---
title: Snow
categories:
- Weather
tags:
- blizzard
- flurries
---
================================================
FILE: docs/content/icons/snow2.md
================================================
---
title: Snow2
categories:
- Weather
tags:
- blizzard
- flurries
---
================================================
FILE: docs/content/icons/snow3.md
================================================
---
title: Snow3
categories:
- Weather
tags:
- blizzard
- flurries
---
================================================
FILE: docs/content/icons/sort-alpha-down-alt.md
================================================
---
title: Sort alpha down alt
categories:
- Sort and filter
tags:
- sort
- filter
- organize
---
================================================
FILE: docs/content/icons/sort-alpha-down.md
================================================
---
title: Sort alpha down
categories:
- Sort and filter
tags:
- sort
- filter
- organize
---
================================================
FILE: docs/content/icons/sort-alpha-up-alt.md
================================================
---
title: Sort alpha up alt
categories:
- Sort and filter
tags:
- sort
- filter
- organize
---
================================================
FILE: docs/content/icons/sort-alpha-up.md
================================================
---
title: Sort alpha up
categories:
- Sort and filter
tags:
- sort
- filter
- organize
---
================================================
FILE: docs/content/icons/sort-down-alt.md
================================================
---
title: Sort down alt
categories:
- Sort and filter
tags:
- sort
- filter
- organize
---
================================================
FILE: docs/content/icons/sort-down.md
================================================
---
title: Sort down
categories:
- Sort and filter
tags:
- sort
- filter
- organize
---
================================================
FILE: docs/content/icons/sort-numeric-down-alt.md
================================================
---
title: Sort numeric down alt
categories:
- Sort and filter
tags:
- sort
- filter
- organize
---
================================================
FILE: docs/content/icons/sort-numeric-down.md
================================================
---
title: Sort numeric down
categories:
- Sort and filter
tags:
- sort
- filter
- organize
---
================================================
FILE: docs/content/icons/sort-numeric-up-alt.md
================================================
---
title: Sort numeric up alt
categories:
- Sort and filter
tags:
- sort
- filter
- organize
---
================================================
FILE: docs/content/icons/sort-numeric-up.md
================================================
---
title: Sort numeric up
categories:
- Sort and filter
tags:
- sort
- filter
- organize
---
================================================
FILE: docs/content/icons/sort-up-alt.md
================================================
---
title: Sort up alt
categories:
- Sort and filter
tags:
- sort
- filter
- organize
---
================================================
FILE: docs/content/icons/sort-up.md
================================================
---
title: Sort up
categories:
- Sort and filter
tags:
- sort
- filter
- organize
---
================================================
FILE: docs/content/icons/soundwave.md
================================================
---
title: Soundwave
categories:
- Media
tags:
- audio
- sound
- wave
---
================================================
FILE: docs/content/icons/sourceforge.md
================================================
---
title: Sourceforge
categories:
- Brand
tags:
- social
- vcs
- git
added: 1.11.0
---
================================================
FILE: docs/content/icons/speaker-fill.md
================================================
---
title: Speaker fill
categories:
- Devices
tags:
- audio
- sound
---
================================================
FILE: docs/content/icons/speaker.md
================================================
---
title: Speaker
categories:
- Devices
tags:
- audio
- sound
---
================================================
FILE: docs/content/icons/speedometer.md
================================================
---
title: Speedometer
categories:
- Real world
tags:
- speed
- tachometer
- dashboard
- gauge
---
================================================
FILE: docs/content/icons/speedometer2.md
================================================
---
title: Speedometer2
categories:
- Real world
tags:
- speed
- tachometer
- dashboard
- gauge
---
================================================
FILE: docs/content/icons/spellcheck.md
================================================
---
title: Spellcheck
categories:
- Typography
tags:
- spelling
- grammar
---
================================================
FILE: docs/content/icons/spotify.md
================================================
---
title: Spotify
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/square-fill.md
================================================
---
title: Square fill
categories:
- Shapes
tags:
- shape
- rectangle
---
================================================
FILE: docs/content/icons/square-half.md
================================================
---
title: Square half fill
categories:
- Shapes
tags:
- shape
- rectangle
---
================================================
FILE: docs/content/icons/square.md
================================================
---
title: Square
categories:
- Shapes
tags:
- shape
- rectangle
---
================================================
FILE: docs/content/icons/stack-overflow.md
================================================
---
title: Stack overflow
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/stack.md
================================================
---
title: Stack
categories:
- Graphics
tags:
- layers
---
================================================
FILE: docs/content/icons/star-fill.md
================================================
---
title: Star fill
categories:
- Shapes
tags:
- shape
- like
- favorite
---
================================================
FILE: docs/content/icons/star-half.md
================================================
---
title: Star half fill
categories:
- Shapes
tags:
- shape
- like
- favorite
---
================================================
FILE: docs/content/icons/star.md
================================================
---
title: Star
categories:
- Shapes
tags:
- shape
- like
- favorite
---
================================================
FILE: docs/content/icons/stars.md
================================================
---
title: Stars
categories:
- Weather
tags:
- clear
- skies
- night
---
================================================
FILE: docs/content/icons/steam.md
================================================
---
title: Steam
categories:
- Brand
tags:
- gaming
---
================================================
FILE: docs/content/icons/stickies-fill.md
================================================
---
title: Stickies fill
categories:
- Real world
tags:
- postit
- note
- sticky
---
================================================
FILE: docs/content/icons/stickies.md
================================================
---
title: Stickies
categories:
- Real world
tags:
- postit
- note
- sticky
---
================================================
FILE: docs/content/icons/sticky-fill.md
================================================
---
title: Sticky fill
categories:
- Real world
tags:
- postit
- note
- sticky
---
================================================
FILE: docs/content/icons/sticky.md
================================================
---
title: Sticky
categories:
- Real world
tags:
- postit
- note
- sticky
---
================================================
FILE: docs/content/icons/stop-btn-fill.md
================================================
---
title: Stop btn fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/stop-btn.md
================================================
---
title: Stop btn
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/stop-circle-fill.md
================================================
---
title: Stop circle fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/stop-circle.md
================================================
---
title: Stop circle
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/stop-fill.md
================================================
---
title: Stop fill
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/stop.md
================================================
---
title: Stop
categories:
- Media
tags:
- audio
- video
- av
---
================================================
FILE: docs/content/icons/stoplights-fill.md
================================================
---
title: Stoplights fill
categories:
- Real world
tags:
- traffic
- lights
- intersection
---
================================================
FILE: docs/content/icons/stoplights.md
================================================
---
title: Stoplights
categories:
- Real world
tags:
- traffic
- lights
- intersection
---
================================================
FILE: docs/content/icons/stopwatch-fill.md
================================================
---
title: Stopwatch fill
categories:
- Devices
tags:
- time
- timer
- clock
---
================================================
FILE: docs/content/icons/stopwatch.md
================================================
---
title: Stopwatch
categories:
- Devices
tags:
- time
- timer
- clock
---
================================================
FILE: docs/content/icons/strava.md
================================================
---
title: Strava
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/stripe.md
================================================
---
title: Stripe
categories:
- Brand
tags:
- payments
- commerce
added: 1.10.0
---
================================================
FILE: docs/content/icons/subscript.md
================================================
---
title: Subscript
categories:
- Typography
tags:
- text
- type
added: 1.10.0
---
================================================
FILE: docs/content/icons/substack.md
================================================
---
title: Substack
categories:
- Brand
tags:
- social
- blog
added: 1.11.0
---
================================================
FILE: docs/content/icons/subtract.md
================================================
---
title: Subtract
categories:
- Graphics
tags:
- graphics
- vector
- merge
- layers
---
================================================
FILE: docs/content/icons/suit-club-fill.md
================================================
---
title: Suit club fill
categories:
- Entertainment
tags:
- card
- cards
- suit
- deck
- gambling
---
================================================
FILE: docs/content/icons/suit-club.md
================================================
---
title: Suit club
categories:
- Entertainment
tags:
- card
- cards
- suit
- deck
- gambling
---
================================================
FILE: docs/content/icons/suit-diamond-fill.md
================================================
---
title: Suit diamond fill
categories:
- Entertainment
tags:
- card
- cards
- suit
- deck
- gambling
---
================================================
FILE: docs/content/icons/suit-diamond.md
================================================
---
title: Suit diamond
categories:
- Entertainment
tags:
- card
- cards
- suit
- deck
- gambling
---
================================================
FILE: docs/content/icons/suit-heart-fill.md
================================================
---
title: Suit heart fill
categories:
- Entertainment
tags:
- card
- cards
- suit
- deck
- gambling
---
================================================
FILE: docs/content/icons/suit-heart.md
================================================
---
title: Suit heart
categories:
- Entertainment
tags:
- card
- cards
- suit
- deck
- gambling
---
================================================
FILE: docs/content/icons/suit-spade-fill.md
================================================
---
title: Suit spade fill
categories:
- Entertainment
tags:
- card
- cards
- suit
- deck
- gambling
---
================================================
FILE: docs/content/icons/suit-spade.md
================================================
---
title: Suit spade
categories:
- Entertainment
tags:
- card
- cards
- suit
- deck
- gambling
---
================================================
FILE: docs/content/icons/suitcase-fill.md
================================================
---
title: Suitcase fill
categories:
- Travel
tags:
- luggage
- bags
- carry-on
added: 1.11.0
---
================================================
FILE: docs/content/icons/suitcase-lg-fill.md
================================================
---
title: Suitcase lg fill
categories:
- Travel
tags:
- luggage
- bags
- carry-on
added: 1.11.0
---
================================================
FILE: docs/content/icons/suitcase-lg.md
================================================
---
title: Suitcase lg
categories:
- Travel
tags:
- luggage
- bags
- carry-on
added: 1.11.0
---
================================================
FILE: docs/content/icons/suitcase.md
================================================
---
title: Suitcase
categories:
- Travel
tags:
- luggage
- bags
- carry-on
added: 1.11.0
---
================================================
FILE: docs/content/icons/suitcase2-fill.md
================================================
---
title: Suitcase2 fill
categories:
- Travel
tags:
- luggage
- bags
- carry-on
added: 1.11.0
---
================================================
FILE: docs/content/icons/suitcase2.md
================================================
---
title: Suitcase2
categories:
- Travel
tags:
- luggage
- bags
- carry-on
added: 1.11.0
---
================================================
FILE: docs/content/icons/sun-fill.md
================================================
---
title: Sun fill
categories:
- Weather
tags:
- solar
- weather
---
================================================
FILE: docs/content/icons/sun.md
================================================
---
title: Sun
categories:
- Weather
tags:
- solar
- weather
---
================================================
FILE: docs/content/icons/sunglasses.md
================================================
---
title: Sunglasses
categories:
- Real world
tags:
- shades
- cool
- aviators
---
================================================
FILE: docs/content/icons/sunrise-fill.md
================================================
---
title: Sunrise fill
categories:
- Weather
tags:
- dawn
---
================================================
FILE: docs/content/icons/sunrise.md
================================================
---
title: Sunrise
categories:
- Weather
tags:
- dawn
---
================================================
FILE: docs/content/icons/sunset-fill.md
================================================
---
title: Sunset fill
categories:
- Weather
tags:
- dusk
---
================================================
FILE: docs/content/icons/sunset.md
================================================
---
title: Sunset
categories:
- Weather
tags:
- dusk
---
================================================
FILE: docs/content/icons/superscript.md
================================================
---
title: Superscript
categories:
- Typography
tags:
- text
- type
added: 1.10.0
---
================================================
FILE: docs/content/icons/symmetry-horizontal.md
================================================
---
title: Symmetry horizontal
categories:
- Graphics
tags:
- align
- orientation
- mirror
---
================================================
FILE: docs/content/icons/symmetry-vertical.md
================================================
---
title: Symmetry vertical
categories:
- Graphics
tags:
- align
- orientation
- mirror
---
================================================
FILE: docs/content/icons/table.md
================================================
---
title: Table
categories:
- Files and folders
tags:
- spreadsheet
---
================================================
FILE: docs/content/icons/tablet-fill.md
================================================
---
title: Tablet fill
categories:
- Devices
tags:
- mobile
---
================================================
FILE: docs/content/icons/tablet-landscape-fill.md
================================================
---
title: Tablet landscape fill
categories:
- Devices
tags:
- mobile
---
================================================
FILE: docs/content/icons/tablet-landscape.md
================================================
---
title: Tablet landscape
categories:
- Devices
tags:
- mobile
---
================================================
FILE: docs/content/icons/tablet.md
================================================
---
title: Tablet
categories:
- Devices
tags:
- mobile
---
================================================
FILE: docs/content/icons/tag-fill.md
================================================
---
title: Tag fill
categories:
- Real world
tags:
- price
- category
- taxonomy
- label
---
================================================
FILE: docs/content/icons/tag.md
================================================
---
title: Tag
categories:
- Real world
tags:
- price
- category
- taxonomy
- label
---
================================================
FILE: docs/content/icons/tags-fill.md
================================================
---
title: Tags fill
categories:
- Real world
tags:
- price
- category
- taxonomy
- label
---
================================================
FILE: docs/content/icons/tags.md
================================================
---
title: Tags
categories:
- Real world
tags:
- price
- category
- taxonomy
- label
---
================================================
FILE: docs/content/icons/taxi-front-fill.md
================================================
---
title: Taxi front fill
categories:
- Transportation
tags:
- cab
- uber
- lyft
added: 1.10.0
---
================================================
FILE: docs/content/icons/taxi-front.md
================================================
---
title: Taxi front
categories:
- Transportation
tags:
- cab
- uber
- lyft
added: 1.10.0
---
================================================
FILE: docs/content/icons/telegram.md
================================================
---
title: Telegram
categories:
- Brand
tags:
- social
- chat
---
================================================
FILE: docs/content/icons/telephone-fill.md
================================================
---
title: Telephone fill
categories:
- Communications
tags:
- telephone
- phone
- call
---
================================================
FILE: docs/content/icons/telephone-forward-fill.md
================================================
---
title: Telephone forward fill
categories:
- Communications
tags:
- telephone
- phone
- call
---
================================================
FILE: docs/content/icons/telephone-forward.md
================================================
---
title: Telephone forward
categories:
- Communications
tags:
- telephone
- phone
- call
---
================================================
FILE: docs/content/icons/telephone-inbound-fill.md
================================================
---
title: Telephone inbound fill
categories:
- Communications
tags:
- telephone
- phone
- call
---
================================================
FILE: docs/content/icons/telephone-inbound.md
================================================
---
title: Telephone inbound
categories:
- Communications
tags:
- telephone
- phone
- call
---
================================================
FILE: docs/content/icons/telephone-minus-fill.md
================================================
---
title: Telephone minus fill
categories:
- Communications
tags:
- telephone
- phone
- call
---
================================================
FILE: docs/content/icons/telephone-minus.md
================================================
---
title: Telephone minus
categories:
- Communications
tags:
- telephone
- phone
- call
---
================================================
FILE: docs/content/icons/telephone-outbound-fill.md
================================================
---
title: Telephone outbound fill
categories:
- Communications
tags:
- telephone
- phone
- call
---
================================================
FILE: docs/content/icons/telephone-outbound.md
================================================
---
title: Telephone outbound
categories:
- Communications
tags:
- telephone
- phone
- call
---
================================================
FILE: docs/content/icons/telephone-plus-fill.md
================================================
---
title: Telephone plus fill
categories:
- Communications
tags:
- telephone
- phone
- call
---
================================================
FILE: docs/content/icons/telephone-plus.md
================================================
---
title: Telephone plus
categories:
- Communications
tags:
- telephone
- phone
- call
---
================================================
FILE: docs/content/icons/telephone-x-fill.md
================================================
---
title: Telephone x fill
categories:
- Communications
tags:
- telephone
- phone
- call
---
================================================
FILE: docs/content/icons/telephone-x.md
================================================
---
title: Telephone x
categories:
- Communications
tags:
- telephone
- phone
- call
---
================================================
FILE: docs/content/icons/telephone.md
================================================
---
title: Telephone
categories:
- Communications
tags:
- telephone
- phone
- call
---
================================================
FILE: docs/content/icons/tencent-qq.md
================================================
---
title: Tencent QQ
categories:
- Brand
tags:
- social
added: 1.10.0
---
================================================
FILE: docs/content/icons/terminal-dash.md
================================================
---
title: Terminal dash
categories:
- Apps
tags:
- command-line
- cli
- command-prompt
---
================================================
FILE: docs/content/icons/terminal-fill.md
================================================
---
title: Terminal fill
categories:
- Apps
tags:
- command-line
- cli
- command-prompt
---
================================================
FILE: docs/content/icons/terminal-plus.md
================================================
---
title: Terminal plus
categories:
- Apps
tags:
- command-line
- cli
- command-prompt
---
================================================
FILE: docs/content/icons/terminal-split.md
================================================
---
title: Terminal split
categories:
- Apps
tags:
- command-line
- cli
- command-prompt
---
================================================
FILE: docs/content/icons/terminal-x.md
================================================
---
title: Terminal x
categories:
- Apps
tags:
- command-line
- cli
- command-prompt
---
================================================
FILE: docs/content/icons/terminal.md
================================================
---
title: Terminal
categories:
- Apps
tags:
- command-line
- cli
- command-prompt
---
================================================
FILE: docs/content/icons/text-center.md
================================================
---
title: Text center
categories:
- Typography
tags:
- text
- type
- justify
- alignment
- centre
---
================================================
FILE: docs/content/icons/text-indent-left.md
================================================
---
title: Text indent left
categories:
- Typography
tags:
- text
- type
- justify
- alignment
---
================================================
FILE: docs/content/icons/text-indent-right.md
================================================
---
title: Text indent right
categories:
- Typography
tags:
- text
- type
- justify
- alignment
---
================================================
FILE: docs/content/icons/text-left.md
================================================
---
title: Text left
categories:
- Typography
tags:
- text
- type
- justify
- alignment
---
================================================
FILE: docs/content/icons/text-paragraph.md
================================================
---
title: Text paragraph
categories:
- Typography
tags:
- text
- type
- paragraph
- copy
---
================================================
FILE: docs/content/icons/text-right.md
================================================
---
title: Text right
categories:
- Typography
tags:
- text
- type
- justify
- alignment
---
================================================
FILE: docs/content/icons/text-wrap.md
================================================
---
title: Text wrap
categories:
- Typography
tags:
- text
- type
- "word wrap"
added: 1.10.0
---
================================================
FILE: docs/content/icons/textarea-resize.md
================================================
---
title: Textarea resize
categories:
- Graphics
tags:
- text
- form
---
================================================
FILE: docs/content/icons/textarea-t.md
================================================
---
title: Textarea t
categories:
- Graphics
tags:
- text
- insert
- bounding-box
---
================================================
FILE: docs/content/icons/textarea.md
================================================
---
title: Textarea
categories:
- Graphics
tags:
- text
- insert
- bounding-box
---
================================================
FILE: docs/content/icons/thermometer-half.md
================================================
---
title: Thermometer half
categories:
- Weather
tags:
- temperature
- weather
---
================================================
FILE: docs/content/icons/thermometer-high.md
================================================
---
title: Thermometer high
categories:
- Weather
tags:
- temperature
- weather
---
================================================
FILE: docs/content/icons/thermometer-low.md
================================================
---
title: Thermometer low
categories:
- Weather
tags:
- temperature
- weather
---
================================================
FILE: docs/content/icons/thermometer-snow.md
================================================
---
title: Thermometer snow
categories:
- Weather
tags:
- temperature
- weather
---
================================================
FILE: docs/content/icons/thermometer-sun.md
================================================
---
title: Thermometer sun
categories:
- Weather
tags:
- temperature
- weather
---
================================================
FILE: docs/content/icons/thermometer.md
================================================
---
title: Thermometer
categories:
- Real world
tags:
- temperature
- weather
---
================================================
FILE: docs/content/icons/threads-fill.md
================================================
---
title: Threads fill
categories:
- Brand
tags:
- social
- chat
- instagram
- meta
added: 1.11.0
---
================================================
FILE: docs/content/icons/threads.md
================================================
---
title: Threads
categories:
- Brand
tags:
- social
- chat
- instagram
- meta
added: 1.11.0
---
================================================
FILE: docs/content/icons/three-dots-vertical.md
================================================
---
title: Three dots vertical
categories:
- Controls
tags:
- kebab
- more
- ellipsis
- overflow
- menu
---
================================================
FILE: docs/content/icons/three-dots.md
================================================
---
title: Three dots
categories:
- Controls
tags:
- meatballs
- more
- ellipsis
- overflow
- menu
---
================================================
FILE: docs/content/icons/thunderbolt-fill.md
================================================
---
title: Thunderbolt fill
categories:
- Devices
tags:
- plug
- port
---
================================================
FILE: docs/content/icons/thunderbolt.md
================================================
---
title: Thunderbolt
categories:
- Devices
tags:
- plug
- port
---
================================================
FILE: docs/content/icons/ticket-detailed-fill.md
================================================
---
title: Ticket detailed fill
categories:
- Real world
tags:
- tickets
- admission
---
================================================
FILE: docs/content/icons/ticket-detailed.md
================================================
---
title: Ticket detailed
categories:
- Real world
tags:
- tickets
- admission
---
================================================
FILE: docs/content/icons/ticket-fill.md
================================================
---
title: Ticket fill
categories:
- Real world
tags:
- tickets
- admission
---
================================================
FILE: docs/content/icons/ticket-perforated-fill.md
================================================
---
title: Ticket perforated fill
categories:
- Real world
tags:
- tickets
- admission
---
================================================
FILE: docs/content/icons/ticket-perforated.md
================================================
---
title: Ticket perforated
categories:
- Real world
tags:
- tickets
- admission
---
================================================
FILE: docs/content/icons/ticket.md
================================================
---
title: Ticket
categories:
- Real world
tags:
- tickets
- admission
---
================================================
FILE: docs/content/icons/tiktok.md
================================================
---
title: Tiktok
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/toggle-off.md
================================================
---
title: Toggle off
categories:
- Controls
tags:
- toggle
- switch
- checkbox
---
================================================
FILE: docs/content/icons/toggle-on.md
================================================
---
title: Toggle on
categories:
- Controls
tags:
- toggle
- switch
- checkbox
---
================================================
FILE: docs/content/icons/toggle2-off.md
================================================
---
title: Toggle2 off
categories:
- Controls
tags:
- toggle
- switch
- checkbox
---
================================================
FILE: docs/content/icons/toggle2-on.md
================================================
---
title: Toggle2 on
categories:
- Controls
tags:
- toggle
- switch
- checkbox
---
================================================
FILE: docs/content/icons/toggles.md
================================================
---
title: Toggles
categories:
- Controls
tags:
- toggle
- switch
- checkbox
---
================================================
FILE: docs/content/icons/toggles2.md
================================================
---
title: Toggles2
categories:
- Controls
tags:
- toggle
- switch
- checkbox
---
================================================
FILE: docs/content/icons/tools.md
================================================
---
title: Tools
categories:
- Tools
tags:
- tool
- wrench
- screwdriver
---
================================================
FILE: docs/content/icons/tornado.md
================================================
---
title: Tornado
categories:
- Weather
tags:
- wind
---
================================================
FILE: docs/content/icons/train-freight-front-fill.md
================================================
---
title: Train freight front fill
categories:
- Transportation
tags:
- transit
- public
- rail
---
================================================
FILE: docs/content/icons/train-freight-front.md
================================================
---
title: Train freight front
categories:
- Transportation
tags:
- transit
- public
- rail
---
================================================
FILE: docs/content/icons/train-front-fill.md
================================================
---
title: Train front fill
categories:
- Transportation
tags:
- transit
- public
- rail
---
================================================
FILE: docs/content/icons/train-front.md
================================================
---
title: Train front
categories:
- Transportation
tags:
- transit
- public
- rail
---
================================================
FILE: docs/content/icons/train-lightrail-front-fill.md
================================================
---
title: Train lightrail front fill
categories:
- Transportation
tags:
- transit
- public
- rail
---
================================================
FILE: docs/content/icons/train-lightrail-front.md
================================================
---
title: Train lightrail front
categories:
- Transportation
tags:
- transit
- public
- rail
---
================================================
FILE: docs/content/icons/translate.md
================================================
---
title: Translate
categories:
- Communications
tags:
- translation
- languages
- language
---
================================================
FILE: docs/content/icons/transparency.md
================================================
---
title: Transparency
categories:
- Graphics
tags:
- photo
- editing
- image
- picture
added: 1.11.0
---
================================================
FILE: docs/content/icons/trash-fill.md
================================================
---
title: Trash fill
categories:
- UI and keyboard
tags:
- trash-can
- garbage
- delete
- remove
---
================================================
FILE: docs/content/icons/trash.md
================================================
---
title: Trash
categories:
- UI and keyboard
tags:
- trash-can
- garbage
- delete
- remove
---
================================================
FILE: docs/content/icons/trash2-fill.md
================================================
---
title: Trash2 fill
categories:
- UI and keyboard
tags:
- trash-can
- garbage
- delete
- remove
---
================================================
FILE: docs/content/icons/trash2.md
================================================
---
title: Trash2
categories:
- UI and keyboard
tags:
- trash-can
- garbage
- delete
- remove
---
================================================
FILE: docs/content/icons/trash3-fill.md
================================================
---
title: Trash3 fill
categories:
- UI and keyboard
tags:
- trash-can
- garbage
- delete
- remove
---
================================================
FILE: docs/content/icons/trash3.md
================================================
---
title: Trash3
categories:
- UI and keyboard
tags:
- trash-can
- garbage
- delete
- remove
---
================================================
FILE: docs/content/icons/tree-fill.md
================================================
---
title: Tree fill
categories:
- Real world
tags:
- tree
- forrest
---
================================================
FILE: docs/content/icons/tree.md
================================================
---
title: Tree
categories:
- Real world
tags:
- tree
- forrest
---
================================================
FILE: docs/content/icons/trello.md
================================================
---
title: Trello
categories:
- Brand
tags:
- kanban
- board
added: 1.10.0
---
================================================
FILE: docs/content/icons/triangle-fill.md
================================================
---
title: Triangle fill
categories:
- Shapes
tags:
- shape
---
================================================
FILE: docs/content/icons/triangle-half.md
================================================
---
title: Triangle half fill
categories:
- Shapes
tags:
- shape
---
================================================
FILE: docs/content/icons/triangle.md
================================================
---
title: Triangle
categories:
- Shapes
tags:
- shape
---
================================================
FILE: docs/content/icons/trophy-fill.md
================================================
---
title: Trophy fill
categories:
- Real world
tags:
- prize
- winning
---
================================================
FILE: docs/content/icons/trophy.md
================================================
---
title: Trophy
categories:
- Real world
tags:
- prize
- winning
---
================================================
FILE: docs/content/icons/tropical-storm.md
================================================
---
title: Tropical storm
categories:
- Weather
tags:
- hurricane
---
================================================
FILE: docs/content/icons/truck-flatbed.md
================================================
---
title: Truck flatbed
categories:
- Commerce
tags:
- trucking
- shipping
- shipment
- transport
- deliver
- delivery
- vehicle
---
================================================
FILE: docs/content/icons/truck-front-fill.md
================================================
---
title: Truck front fill
categories:
- Transportation
tags:
- vehicle
- shipping
- transit
- haul
- freight
---
================================================
FILE: docs/content/icons/truck-front.md
================================================
---
title: Truck front
categories:
- Transportation
tags:
- vehicle
- shipping
- transit
- haul
- freight
---
================================================
FILE: docs/content/icons/truck.md
================================================
---
title: Truck
categories:
- Commerce
tags:
- trucking
- shipping
- shipment
- transport
- deliver
- delivery
- vehicle
---
================================================
FILE: docs/content/icons/tsunami.md
================================================
---
title: Tsunami
categories:
- Weather
tags:
- wave
---
================================================
FILE: docs/content/icons/tux.md
================================================
---
title: Tux
categories:
- Brand
tags:
- linux
- penguin
---
================================================
FILE: docs/content/icons/tv-fill.md
================================================
---
title: TV fill
categories:
- Devices
tags:
- television
- monitor
- display
---
================================================
FILE: docs/content/icons/tv.md
================================================
---
title: TV
categories:
- Devices
tags:
- television
- monitor
- display
---
================================================
FILE: docs/content/icons/twitch.md
================================================
---
title: Twitch
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/twitter-x.md
================================================
---
title: Twitter X
categories:
- Brand
tags:
- social
- chat
added: 1.11.0
---
================================================
FILE: docs/content/icons/twitter.md
================================================
---
title: Twitter
categories:
- Brand
tags:
- social
- chat
---
================================================
FILE: docs/content/icons/type-bold.md
================================================
---
title: Type bold
categories:
- Typography
tags:
- text
- type
---
================================================
FILE: docs/content/icons/type-h1.md
================================================
---
title: Type H1
categories:
- Typography
tags:
- text
- type
- heading
---
================================================
FILE: docs/content/icons/type-h2.md
================================================
---
title: Type H2
categories:
- Typography
tags:
- text
- type
- heading
---
================================================
FILE: docs/content/icons/type-h3.md
================================================
---
title: Type H3
categories:
- Typography
tags:
- text
- type
- heading
---
================================================
FILE: docs/content/icons/type-h4.md
================================================
---
title: Type h4
categories:
- Typography
tags:
- text
- type
- heading
added: 1.11.0
---
================================================
FILE: docs/content/icons/type-h5.md
================================================
---
title: Type h5
categories:
- Typography
tags:
- text
- type
- heading
added: 1.11.0
---
================================================
FILE: docs/content/icons/type-h6.md
================================================
---
title: Type h6
categories:
- Typography
tags:
- text
- type
- heading
added: 1.11.0
---
================================================
FILE: docs/content/icons/type-italic.md
================================================
---
title: Type italic
categories:
- Typography
tags:
- text
- type
---
================================================
FILE: docs/content/icons/type-strikethrough.md
================================================
---
title: Type strikethrough
categories:
- Typography
tags:
- text
- type
---
================================================
FILE: docs/content/icons/type-underline.md
================================================
---
title: Type underline
categories:
- Typography
tags:
- text
- type
---
================================================
FILE: docs/content/icons/type.md
================================================
---
title: Type
categories:
- Typography
tags:
- text
- type
---
================================================
FILE: docs/content/icons/typescript.md
================================================
---
title: TypeScript
categories:
- Brand
tags:
- frontend
- js
- ts
- web
---
================================================
FILE: docs/content/icons/ubuntu.md
================================================
---
title: Ubuntu
categories:
- Brand
tags:
- linux
- distro
---
================================================
FILE: docs/content/icons/ui-checks-grid.md
================================================
---
title: UI checks grid
categories:
- Controls
tags:
- checkbox
- form
---
================================================
FILE: docs/content/icons/ui-checks.md
================================================
---
title: UI checks
categories:
- Controls
tags:
- checkbox
- form
---
================================================
FILE: docs/content/icons/ui-radios-grid.md
================================================
---
title: UI radios grid
categories:
- Controls
tags:
- radio
- form
---
================================================
FILE: docs/content/icons/ui-radios.md
================================================
---
title: Ui radios
categories:
- Controls
tags:
- radio
- form
---
================================================
FILE: docs/content/icons/umbrella-fill.md
================================================
---
title: Umbrella fill
categories:
- Weather
tags:
- rain
---
================================================
FILE: docs/content/icons/umbrella.md
================================================
---
title: Umbrella
categories:
- Weather
tags:
- rain
---
================================================
FILE: docs/content/icons/unindent.md
================================================
---
title: Unindent
categories:
- UI and Keyboard
tags:
- tab
- indent
---
================================================
FILE: docs/content/icons/union.md
================================================
---
title: Union
categories:
- Graphics
tags:
- graphics
- vector
- merge
- layers
---
================================================
FILE: docs/content/icons/unity.md
================================================
---
title: Unity
categories:
- Brand
tags:
- gaming
---
================================================
FILE: docs/content/icons/universal-access-circle.md
================================================
---
title: Universal access circle
categories:
- UI and Keyboard
tags:
- accessibility
- a11y
---
================================================
FILE: docs/content/icons/universal-access.md
================================================
---
title: Universal Access
categories:
- UI and Keyboard
tags:
- accessibility
- a11y
---
================================================
FILE: docs/content/icons/unlock-fill.md
================================================
---
title: Unlock fill
categories:
- Security
tags:
- privacy
- security
---
================================================
FILE: docs/content/icons/unlock.md
================================================
---
title: Unlock
categories:
- Security
tags:
- privacy
- security
---
================================================
FILE: docs/content/icons/unlock2-fill.md
================================================
---
title: Unlock2 fill
categories:
- Security
tags:
- privacy
- security
---
================================================
FILE: docs/content/icons/unlock2.md
================================================
---
title: Unlock2
categories:
- Security
tags:
- privacy
- security
---
================================================
FILE: docs/content/icons/upc-scan.md
================================================
---
title: Upc scan
categories:
- Commerce
tags:
- purchase
- barcode
---
================================================
FILE: docs/content/icons/upc.md
================================================
---
title: Upc
categories:
- Commerce
tags:
- purchase
- barcode
---
================================================
FILE: docs/content/icons/upload.md
================================================
---
title: Upload
categories:
- Miscellaneous
tags:
- arrow
- network
---
================================================
FILE: docs/content/icons/usb-c-fill.md
================================================
---
title: USB C fill
categories:
- Devices
tags:
- port
- plug
---
================================================
FILE: docs/content/icons/usb-c.md
================================================
---
title: USB C
categories:
- Devices
tags:
- port
- plug
---
================================================
FILE: docs/content/icons/usb-drive-fill.md
================================================
---
title: USB drive fill
categories:
- Devices
tags:
- thumb-drive
---
================================================
FILE: docs/content/icons/usb-drive.md
================================================
---
title: USB drive
categories:
- Devices
tags:
- thumb-drive
---
================================================
FILE: docs/content/icons/usb-fill.md
================================================
---
title: USB fill
categories:
- Devices
tags:
- port
- plug
---
================================================
FILE: docs/content/icons/usb-micro-fill.md
================================================
---
title: USB micro fill
categories:
- Devices
tags:
- port
- plug
---
================================================
FILE: docs/content/icons/usb-micro.md
================================================
---
title: USB micro
categories:
- Devices
tags:
- port
- plug
---
================================================
FILE: docs/content/icons/usb-mini-fill.md
================================================
---
title: USB mini fill
categories:
- Devices
tags:
- port
- plug
---
================================================
FILE: docs/content/icons/usb-mini.md
================================================
---
title: USB mini
categories:
- Devices
tags:
- port
- plug
---
================================================
FILE: docs/content/icons/usb-plug-fill.md
================================================
---
title: USB plug fill
categories:
- Devices
tags:
- port
- plug
---
================================================
FILE: docs/content/icons/usb-plug.md
================================================
---
title: USB plug
categories:
- Devices
tags:
- port
- plug
---
================================================
FILE: docs/content/icons/usb-symbol.md
================================================
---
title: USB symbol
categories:
- Devices
tags:
- port
- plug
---
================================================
FILE: docs/content/icons/usb.md
================================================
---
title: USB
categories:
- Devices
tags:
- port
- plug
---
================================================
FILE: docs/content/icons/valentine.md
================================================
---
title: Valentine
categories:
- Love
tags:
- love
- romance
- valentine
---
================================================
FILE: docs/content/icons/valentine2.md
================================================
---
title: Valentine2
categories:
- Love
tags:
- love
- romance
- valentine
---
================================================
FILE: docs/content/icons/vector-pen.md
================================================
---
title: Vector pen
categories:
- Graphics
tags:
- graphics
- vector
- pen
---
================================================
FILE: docs/content/icons/view-list.md
================================================
---
title: View list
categories:
- UI and keyboard
tags:
- view
- rearrange
---
================================================
FILE: docs/content/icons/view-stacked.md
================================================
---
title: View stacked
categories:
- UI and keyboard
tags:
- view
- rearrange
---
================================================
FILE: docs/content/icons/vignette.md
================================================
---
title: Vignette
categories:
- Graphics
tags:
- photo
- editing
- image
- picture
added: 1.11.0
---
================================================
FILE: docs/content/icons/vimeo.md
================================================
---
title: Vimeo
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/vinyl-fill.md
================================================
---
title: Vinyl fill
categories:
- Media
tags:
- audio
- music
- record
---
================================================
FILE: docs/content/icons/vinyl.md
================================================
---
title: Vinyl
categories:
- Media
tags:
- audio
- music
- record
---
================================================
FILE: docs/content/icons/virus.md
================================================
---
title: Virus
categories:
- Medical
tags:
- covid
- viral
---
================================================
FILE: docs/content/icons/virus2.md
================================================
---
title: Virus2
categories:
- Medical
tags:
- covid
- viral
---
================================================
FILE: docs/content/icons/voicemail.md
================================================
---
title: Voicemail
categories:
- Communications
tags:
- voicemail
- message
- telephone
---
================================================
FILE: docs/content/icons/volume-down-fill.md
================================================
---
title: Volume down fill
categories:
- Media
tags:
- audio
- video
- av
- sound
---
================================================
FILE: docs/content/icons/volume-down.md
================================================
---
title: Volume down
categories:
- Media
tags:
- audio
- video
- av
- sound
---
================================================
FILE: docs/content/icons/volume-mute-fill.md
================================================
---
title: Volume mute fill
categories:
- Media
tags:
- audio
- video
- av
- sound
---
================================================
FILE: docs/content/icons/volume-mute.md
================================================
---
title: Volume mute
categories:
- Media
tags:
- audio
- video
- av
- sound
---
================================================
FILE: docs/content/icons/volume-off-fill.md
================================================
---
title: Volume off fill
categories:
- Media
tags:
- audio
- video
- av
- sound
---
================================================
FILE: docs/content/icons/volume-off.md
================================================
---
title: Volume off
categories:
- Media
tags:
- audio
- video
- av
- sound
---
================================================
FILE: docs/content/icons/volume-up-fill.md
================================================
---
title: Volume up fill
categories:
- Media
tags:
- audio
- video
- av
- sound
---
================================================
FILE: docs/content/icons/volume-up.md
================================================
---
title: Volume up
categories:
- Media
tags:
- audio
- video
- av
- sound
---
================================================
FILE: docs/content/icons/vr.md
================================================
---
title: VR
categories:
- Typography
tags:
- divider
- vertical-rule
---
================================================
FILE: docs/content/icons/wallet-fill.md
================================================
---
title: Wallet fill
categories:
- Commerce
tags:
- cards
- money
- funds
- cash
- payment
---
================================================
FILE: docs/content/icons/wallet.md
================================================
---
title: Wallet
categories:
- Commerce
tags:
- cards
- money
- funds
- cash
- payment
---
================================================
FILE: docs/content/icons/wallet2.md
================================================
---
title: Wallet2
categories:
- Commerce
tags:
- cards
- money
- funds
- cash
- payment
---
================================================
FILE: docs/content/icons/watch.md
================================================
---
title: Watch
categories:
- Devices
tags:
- wearables
- clock
---
================================================
FILE: docs/content/icons/water.md
================================================
---
title: Water
categories:
- Weather
tags:
- waves
- levels
---
================================================
FILE: docs/content/icons/webcam-fill.md
================================================
---
title: Webcam fill
categories:
- Devices
tags:
- camera
- video
---
================================================
FILE: docs/content/icons/webcam.md
================================================
---
title: Webcam
categories:
- Devices
tags:
- camera
- video
---
================================================
FILE: docs/content/icons/wechat.md
================================================
---
title: Wechat
categories:
- Brand
tags:
- social
- messaging
---
================================================
FILE: docs/content/icons/whatsapp.md
================================================
---
title: Whatsapp
categories:
- Brand
tags:
- social
- facebook
- chat
---
================================================
FILE: docs/content/icons/wifi-1.md
================================================
---
title: Wifi 1
categories:
- Communications
tags:
- internet
- network
- wireless
---
================================================
FILE: docs/content/icons/wifi-2.md
================================================
---
title: Wifi 2
categories:
- Communications
tags:
- internet
- network
- wireless
---
================================================
FILE: docs/content/icons/wifi-off.md
================================================
---
title: Wifi off
categories:
- Communications
tags:
- internet
- network
- wireless
---
================================================
FILE: docs/content/icons/wifi.md
================================================
---
title: Wifi
categories:
- Communications
tags:
- internet
- network
- wireless
---
================================================
FILE: docs/content/icons/wikipedia.md
================================================
---
title: Wikipedia
categories:
- Brand
tags:
- encyclopedia
added: 1.10.0
---
================================================
FILE: docs/content/icons/wind.md
================================================
---
title: Wind
categories:
- Weather
tags:
- windy
- breeze
---
================================================
FILE: docs/content/icons/window-dash.md
================================================
---
title: Window dash
categories:
- Apps
tags:
- application
- desktop
- app
---
================================================
FILE: docs/content/icons/window-desktop.md
================================================
---
title: Window desktop
categories:
- Apps
tags:
- application
- desktop
- app
---
================================================
FILE: docs/content/icons/window-dock.md
================================================
---
title: Window dock
categories:
- Apps
tags:
- application
- desktop
- os
---
================================================
FILE: docs/content/icons/window-fullscreen.md
================================================
---
title: Window fullscreen
categories:
- Apps
tags:
- application
- desktop
- app
---
================================================
FILE: docs/content/icons/window-plus.md
================================================
---
title: Window plus
categories:
- Apps
tags:
- application
- desktop
- app
---
================================================
FILE: docs/content/icons/window-sidebar.md
================================================
---
title: Window sidebar
categories:
- Apps
tags:
- application
- desktop
---
================================================
FILE: docs/content/icons/window-split.md
================================================
---
title: Window split
categories:
- Apps
tags:
- application
- desktop
- app
---
================================================
FILE: docs/content/icons/window-stack.md
================================================
---
title: Window stack
categories:
- Apps
tags:
- application
- desktop
- app
- windows
---
================================================
FILE: docs/content/icons/window-x.md
================================================
---
title: Window x
categories:
- Apps
tags:
- application
- desktop
- app
---
================================================
FILE: docs/content/icons/window.md
================================================
---
title: Window
categories:
- Layout
tags:
- app
- application
---
================================================
FILE: docs/content/icons/windows.md
================================================
---
title: Windows
categories:
- Brand
tags:
- microsoft
- msft
- windows
---
================================================
FILE: docs/content/icons/wordpress.md
================================================
---
title: Wordpress
categories:
- Brand
tags:
- social
---
================================================
FILE: docs/content/icons/wrench-adjustable-circle-fill.md
================================================
---
title: Wrench adjustable circle fill
categories:
- Tools
tags:
- tool
---
================================================
FILE: docs/content/icons/wrench-adjustable-circle.md
================================================
---
title: Wrench adjustable circle
categories:
- Tools
tags:
- tool
---
================================================
FILE: docs/content/icons/wrench-adjustable.md
================================================
---
title: Wrench adjustable
categories:
- Tools
tags:
- tool
---
================================================
FILE: docs/content/icons/wrench.md
================================================
---
title: Wrench
categories:
- Tools
tags:
- tool
---
================================================
FILE: docs/content/icons/x-circle-fill.md
================================================
---
title: X circle fill
categories:
- Alerts, warnings, and signs
tags:
- x
- delete
- remove
- reset
- clear
- cancel
- close
- exit
---
================================================
FILE: docs/content/icons/x-circle.md
================================================
---
title: X circle
categories:
- Alerts, warnings, and signs
tags:
- x
- delete
- remove
- reset
- clear
- cancel
- close
- exit
---
================================================
FILE: docs/content/icons/x-diamond-fill.md
================================================
---
title: X diamond fill
categories:
- Alerts, warnings, and signs
tags:
- x
- delete
- reset
- clear
- cancel
- close
- exit
---
================================================
FILE: docs/content/icons/x-diamond.md
================================================
---
title: X diamond
categories:
- Alerts, warnings, and signs
tags:
- x
- delete
- reset
- clear
- cancel
- close
- exit
---
================================================
FILE: docs/content/icons/x-lg.md
================================================
---
title: X lg
categories:
- Alerts, warnings, and signs
tags:
- x
- delete
- remove
- reset
- clear
- cancel
- close
- exit
- math
---
================================================
FILE: docs/content/icons/x-octagon-fill.md
================================================
---
title: X octagon fill
categories:
- Alerts, warnings, and signs
tags:
- x
- delete
- remove
- reset
- clear
- cancel
- close
- exit
---
================================================
FILE: docs/content/icons/x-octagon.md
================================================
---
title: X octagon
categories:
- Alerts, warnings, and signs
tags:
- x
- delete
- remove
- reset
- clear
- cancel
- close
- exit
---
================================================
FILE: docs/content/icons/x-square-fill.md
================================================
---
title: X square fill
categories:
- Alerts, warnings, and signs
tags:
- x
- delete
- remove
- reset
- clear
- cancel
- close
- exit
---
================================================
FILE: docs/content/icons/x-square.md
================================================
---
title: X square
categories:
- Alerts, warnings, and signs
tags:
- x
- delete
- remove
- reset
- clear
- cancel
- close
- exit
---
================================================
FILE: docs/content/icons/x.md
================================================
---
title: X
categories:
- Alerts, warnings, and signs
tags:
- x
- delete
- remove
- reset
- clear
- cancel
- close
- exit
- math
---
================================================
FILE: docs/content/icons/xbox.md
================================================
---
title: Xbox
categories:
- Brand
tags:
- microsoft
- gaming
---
================================================
FILE: docs/content/icons/yelp.md
================================================
---
title: Yelp
categories:
- Brand
tags:
- social
- reviews
---
================================================
FILE: docs/content/icons/yin-yang.md
================================================
---
title: Yin yang
categories:
- Real world
tags:
- peace
---
================================================
FILE: docs/content/icons/youtube.md
================================================
---
title: Youtube
categories:
- Brand
tags:
- social
- video
- google
---
================================================
FILE: docs/content/icons/zoom-in.md
================================================
---
title: Zoom in
categories:
- Graphics
tags:
- magnify
- scale
---
================================================
FILE: docs/content/icons/zoom-out.md
================================================
---
title: Zoom out
categories:
- Graphics
tags:
- minify
- scale
---
================================================
FILE: docs/content/sprite.md
================================================
---
title: Icon Sprite
description: Use Bootstrap Icons as an SVG sprite, built from our SVGs and easily customized with CSS.
layout: sprite
---
================================================
FILE: docs/layouts/_default/404.html
================================================
{{ partial "head" . }}
{{ partialCached "skippy" . }}
{{ partialCached "navbar" . }}
{{ .Content }}
{{- partialCached "scripts" . "default" }}
================================================
FILE: docs/layouts/_default/home.html
================================================
{{ partial "head" . }}
{{ partialCached "skippy" . }}
{{ partialCached "navbar" . }}
{{ partialCached "home/hero" . }}
{{ partialCached "icons" . "home" }}
{{ .Content }}
{{- partialCached "footer" . }}
{{- partialCached "scripts" . "home" }}
================================================
FILE: docs/layouts/_default/sprite.html
================================================
{{ partial "head" . }}
{{ partialCached "skippy" . }}
{{ partialCached "navbar" . }}
{{ partialCached "icons" . "fonts" }}
{{ .Content }}
{{- partialCached "footer" . }}
{{- partialCached "scripts" . "fonts" }}
================================================
FILE: docs/layouts/alias.html
================================================
{{ .Permalink }}
================================================
FILE: docs/layouts/icons/list.html
================================================
================================================
FILE: docs/layouts/icons/single.html
================================================
{{ partial "head" . }}
{{ partialCached "skippy" . }}
{{ partialCached "navbar" . }}
Free, high quality, open source icon library with over 2,000 icons. Include them anyway you like—SVGs, SVG sprite, or web fonts. Use them with or without Bootstrap in any project.