Documentation Hub

Official Engineering Guide for Webecon v17.2.7 PRO

v17.2.7 PRO Aditya Divte Production

Universal Icon Engine

Webecon is a unified iconography system. We provide native, hardware-accelerated SDKs for every major programming language, all using the same professional Webecon API.

Web (HTML/CDN)

html
<!-- Load Webecon Engine -->
<script src="https://cdn.jsdelivr.net/gh/adityadivatee/Webecon/dist/webicons.js"></script>

<!-- Use Icons -->
<webecon-icon name="activity" theme="neon" animation="pulse"></webecon-icon>

Flutter Native SDK (New)

The official native SDK for Android, iOS, and Web. Supports high-performance SVG rendering and professional themes.

dart
import 'package:webecon/webecon.dart';

// Inside your build method
Webecon(
  name: 'zap',
  size: 64,
  color: Colors.indigoAccent,
  theme: 'shine',
)

Python

python
import webecon

# Fluent API
icon = webecon.Webecon("home").size(48).theme("neon").animation("pulse")
print(icon) # Output: <webecon-icon name="home" ...>

Java / Kotlin

java
import com.adityadivte.webecon.Webecon;

String tag = Webecon.icon("user")
    .size(64)
    .theme("duo")
    .color("#6366f1")
    .build();

Go (Native)

go
import "webecon"

icon := webecon.Icon("rocket").SetSize(128).SetTheme("shine").Build()

License & Legal

Webecon Open-Brand License (v3.0)

100% Free for Commercial & Personal Use

Webecon is designed to be an open, professional-grade resource. Our licensing model is built on two simple principles: Maximum Freedom for Users and Non-Negotiable Brand Integrity.

The Freedoms

The Requirements

While the assets are free, the following legal requirements must be strictly followed:

Strict Legal Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND. ADITYA DIVTE PRODUCTION AND ADITYA DIWATE SHALL NOT BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM THE USE OF THIS SOFTWARE. YOU USE THIS PRODUCT ENTIRELY AT YOUR OWN RISK.

For official legal inquiries or opt-out requests, please contact: support@adityadivte.com

Developed by

Webecon Developed by Aditya Divte Production

Support this package via donating to keep it free forever.

Donate Now via Razorpay

Visit webecon.adityadivte.com for the full library.