# ElegantIcons

The complete [ElegantIcons](https://www.elegantthemes.com/blog/resources/elegant-icon-font) icon pack. All icons are packed as individual `svg` resources in a single assembly. Use it by adding the `Wisej.Ext.ElegantIcons` assembly to the references and select the icon using the image editor at design time. The URL is `resource.wx/Wisej.Ext.ElegantIcons/{icon-name}`.

Source Code: <https://github.com/iceteagroup/wisej-extensions/tree/master/Wisej.Ext.ElegantIcons>

![](/files/-MMNKZNe1z_-BMK30Atr)

## How to Use

### Deploy the icon pack

All you need to deploy is the Wisej.Ext.ElegantIcons.dll.

### Use the icons in code

Add a reference to Wisej.Web.ElegantIcons.dll to your project and compile. All the icons will be available in the[ icon picker](/extensions/introduction/extension-types.md#icon-pack). To use the icons in code, simply refer to the Icon Pack name and the icon name like this:

{% tabs %}
{% tab title="C#" %}

```csharp
this.button1.ImageSource = Wisej.Ext.ElegantIcons.Icons.ArchiveBox;
```

{% endtab %}

{% tab title="VB.NET" %}

```php
Me.button1.ImageSource = Wisej.Ext.ElegantIcons.Icons.ArchiveBox
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wisej.com/extensions/icon-packs/eleganticons-iconpack.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
