All Projects → tthallos → vue-feather-icon

tthallos / vue-feather-icon

Licence: other
No description or website provided.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vue-feather-icon

Vue Feather Icon
Stars: ✭ 110 (+0.92%)
Mutual labels:  svg-icons, vuejs-components
Small N Flat
svg icons on a 24px grid
Stars: ✭ 205 (+88.07%)
Mutual labels:  svg-icons
Svgtofont
Read a set of SVG icons and ouput a TTF/EOT/WOFF/WOFF2/SVG font.
Stars: ✭ 149 (+36.7%)
Mutual labels:  svg-icons
File Icon Vectors
A collection of file type icons in SVG format
Stars: ✭ 171 (+56.88%)
Mutual labels:  svg-icons
Cryptocurrency Icons
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
Stars: ✭ 2,116 (+1841.28%)
Mutual labels:  svg-icons
Akar Icons
A perfectly rounded icon library made for designers, developers, and pretty much everyone.
Stars: ✭ 184 (+68.81%)
Mutual labels:  svg-icons
Coreui Icons
CoreUI Free Icons - Premium designed free icon set with marks in SVG, Webfont and raster formats
Stars: ✭ 1,813 (+1563.3%)
Mutual labels:  svg-icons
Vectorlogozone
3,000+ gorgeous SVG logos, perfect for your README or credits page
Stars: ✭ 239 (+119.27%)
Mutual labels:  svg-icons
Vue Eva Icons
Is a pack of more than 480 beautiful open source Eva icons as Vue components
Stars: ✭ 189 (+73.39%)
Mutual labels:  svg-icons
Webfont
Awesome generator of webfont
Stars: ✭ 170 (+55.96%)
Mutual labels:  svg-icons
Materialdesign Svg
@mdi/svg Dist for Material Design Icons.
Stars: ✭ 166 (+52.29%)
Mutual labels:  svg-icons
Webfonts Loader
Make an icon font from SVGs!
Stars: ✭ 153 (+40.37%)
Mutual labels:  svg-icons
Weather Underground Icons
Weather Underground Icons ( PNG & SVG )
Stars: ✭ 186 (+70.64%)
Mutual labels:  svg-icons
Angular Svg Icon
Angular component for inlining SVGs allowing them to be easily styled with CSS.
Stars: ✭ 151 (+38.53%)
Mutual labels:  svg-icons
React Kawaii
Cute SVG React Components
Stars: ✭ 2,709 (+2385.32%)
Mutual labels:  svg-icons
Vivid
a JavaScript library which is built to easily customize and use the SVG Icons with a blaze.
Stars: ✭ 1,797 (+1548.62%)
Mutual labels:  svg-icons
React Native Svg Icon
A simple, but flexible SVG icon component for React Native
Stars: ✭ 164 (+50.46%)
Mutual labels:  svg-icons
Feathericon
simply generic vector icon collection - including sketch file, svg files, and font files.
Stars: ✭ 178 (+63.3%)
Mutual labels:  svg-icons
Font Awesome
The iconic SVG, font, and CSS toolkit
Stars: ✭ 66,937 (+61310.09%)
Mutual labels:  svg-icons
Svg Credit Card Payment Icons
SVG Credit Card & Payment Icons: 6 Styles, 80 Icons
Stars: ✭ 227 (+108.26%)
Mutual labels:  svg-icons

Recommended vue-feather-icons for your project

vue-feather-icon

Vue component for Feather

install

npm install vue-feather-icon

usage

global component

// main.js
import Vue = from 'vue'
import VueFeatherIcon from 'vue-feather-icon'

Vue.use(VueFeatherIcon)
<template>
  <feather-activity></feather-activity>
  <!-- or -->
  <feather-icon type="activity"></feather-icon>
</template>

local component

<script>
  import { Activity } from 'vue-feather-icon'

  export default {
    components: {
      ActivityIcon: Activity
    }
  }
</script>

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