3.31.0 • Published 4 months ago

@tabler/icons-vue v3.31.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Tabler Icons for Vue

Sponsors

If you want to support my project and help me grow it, you can become a sponsor on GitHub or just donate on PayPal :)

Installation

yarn add @tabler/icons-vue

or

npm install @tabler/icons-vue

or

pnpm install @tabler/icons-vue

or just download from Github.

How to use

All icons are Vue components that contain SVG elements. So any icon can be imported and used as a component. It also helps to use threeshaking, so you only import the icons you use.

<template>
  <!-- basic usage -->
  <IconHome />

  <!-- set `stroke` color -->
  <IconHome color="red"/>
  <IconHome stroke="red"/>

  <!-- set custom `width` and `height` -->
  <IconHome size="36"/>

  <!-- set `stroke-width` -->
  <IconHome strokeWidth="2"/>
  <IconHome stroke-width="2"/>
</template>

<script>
// Returns Vue component
import { IconHome } from '@tabler/icons-vue';

export default {
  components: { IconHome }
};
</script>

or with <script setup>

<script setup>
// Import Vue component
import { IconHome } from '@tabler/icons-vue';
</script>

<template>
  <IconHome color="red" size="36" strokeWidth="2"/>
</template>

You can pass additional attribute stroke-width="1" alongside the props to adjust the icon.

<IconHome color="red" size="48" stroke-width="1" />

Props

nametypedefault
sizeNumber24
colorStringcurrentColor
strokeWidthNumber2

Contributing

For more info on how to contribute please see the contribution guidelines.

Caught a mistake or want to contribute to the documentation? Edit this page on Github

License

Tabler Icons is licensed under the MIT License.

Sponsor Tabler

3.31.0

4 months ago

3.30.0

4 months ago

3.29.0

5 months ago

3.28.0

5 months ago

3.28.1

5 months ago

3.27.1

5 months ago

3.27.0

5 months ago

3.22.0

7 months ago

3.24.0

7 months ago

3.26.0

6 months ago

3.23.0

7 months ago

3.25.0

6 months ago

3.21.0

8 months ago

3.20.0

8 months ago

3.19.0

9 months ago

3.18.0

9 months ago

3.15.0

9 months ago

3.17.0

9 months ago

3.9.0

12 months ago

3.8.0

12 months ago

3.10.0

11 months ago

3.6.0

1 year ago

3.12.0

10 months ago

3.14.0

10 months ago

3.16.0

9 months ago

3.11.0

11 months ago

3.7.0

12 months ago

3.13.0

10 months ago

3.5.0

1 year ago

3.4.0

1 year ago

3.3.0

1 year ago

3.2.0

1 year ago

3.0.3

1 year ago

3.1.0

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

3.0.0-beta.2

1 year ago

3.0.0-beta

1 year ago

3.0.0-alpha.1

1 year ago

2.47.0

1 year ago

3.0.0-alpha.0

1 year ago

2.46.0

1 year ago

2.45.0

1 year ago

2.44.0

2 years ago

2.43.0

2 years ago

2.42.0

2 years ago

2.29.0

2 years ago

2.25.0

2 years ago

2.27.0

2 years ago

2.32.0

2 years ago

2.34.0

2 years ago

2.30.0

2 years ago

2.36.0

2 years ago

2.38.0

2 years ago

2.41.0

2 years ago

2.28.0

2 years ago

2.24.0

2 years ago

2.26.0

2 years ago

2.31.0

2 years ago

2.33.0

2 years ago

2.39.0

2 years ago

2.35.0

2 years ago

2.37.0

2 years ago

2.40.0

2 years ago

2.23.0

2 years ago

2.22.0

2 years ago

2.19.0

2 years ago

2.18.0

2 years ago

2.21.0

2 years ago

2.20.0

2 years ago

2.11.0

2 years ago

2.12.0

2 years ago

2.10.0

2 years ago

2.9.0

2 years ago

2.8.0

2 years ago

2.17.0

2 years ago

2.15.0

2 years ago

2.13.2

2 years ago

2.16.0

2 years ago

2.13.0

2 years ago

2.14.0

2 years ago

2.13.1

2 years ago

2.7.0

2 years ago

2.6.0

2 years ago

2.5.0

2 years ago

2.4.0

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

2.0.0-beta.2

2 years ago

2.0.0-beta

2 years ago

2.0.0-alpha3

2 years ago

2.0.0-alpha2

2 years ago

2.0.0-alpha

2 years ago