SVG Icon System for vue cli 3

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. vue-cli-plugin-svg-sprite

    vue-cli 3 plugin to build an SVG sprite

    For more info about this svg-sprint addon

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. svg-sprite-loader

    Webpack loader for creating SVG sprites.

    /* vue.config.js */ module.exports = { pluginOptions: { svgSprite: { /* * The directory containing your SVG files. */ dir: 'src/assets/icons', /* * The reqex that will be used for the Webpack rule. */ test: /\.(svg)(\?.*)?$/, /* * @see https://github.com/kisenka/svg-sprite-loader#configuration */ loaderOptions: { extract: true, spriteFilename: 'img/icons.svg' // or 'img/icons.svg' if filenameHashing == false }, /* * @see https://github.com/kisenka/svg-sprite-loader#configuration */ pluginOptions: { plainSprite: true } } }, chainWebpack: config => { config.module .rule('svg-sprite') .use('svgo-loader') .loader('svgo-loader') } }

  4. svg-icon-setup

    Reference for the code repo

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Создаем React-компоненты иконок с помощью Figma API и SVGR. Часть 2.

    6 projects | dev.to | 16 Nov 2022
  • Which vue-cli plugin for inlining SVG images?

    3 projects | /r/vuejs | 22 Jun 2022
  • Can I loop through an assets directory folder and just display all the images?

    1 project | /r/Nuxt | 1 Mar 2021
  • Aves Gallery: an open-source alternative for Google Photos

    1 project | news.ycombinator.com | 6 Jun 2025
  • ThorVG: Super Lightweight Vector Graphics Engine

    1 project | news.ycombinator.com | 2 Jun 2025