Icon link

Quickly create stylized hyperlinks with Bootstrap Icons or other icons.

On this page

Example

vue
<template>
  <icon-link
    to="./focus-ring"
    icon="bi:box-seam"
  >
    Icon link
  </icon-link>
</template>
vue
<template>
  <icon-link
    to="https://usebootstrap.org/lang-en/utilities/position"
    icon="bi:arrow-right"
    icon-end
    target="_blank"
  >
    Icon link
  </icon-link>
</template>