---
title: "WT Google material icons - WebTolk websites development, Joomla Extensions"
description: "The plugin registers the Google Material icons icon font in Joomla Web Assets Manager. Then you can use it in your extensions."
url: "https://web-tolk.ru/en/dev/joomla-plugins/wt-google-material-icons"
date: "2026-05-31T00:19:03+00:00"
language: "en-GB"
---

![WT Google material icons](https://web-tolk.ru/images/swjprojects/projects/74/en-GB/cover.webp)

---

# WT Google material icons

- **Categories:** [Joomla plugins](https://web-tolk.ru/en/dev/joomla-plugins), [Joomla 4 - Joomla 6extensions](https://web-tolk.ru/en/dev/rasshireniya-dlya-joomla-4), [Web Assets](https://web-tolk.ru/en/dev/web-assets)
- **Version:** 1.0.0
- **Date:** 12 September 2023

2400 2954 CTR 81% Plg Free

[Download](https://web-tolk.ru/en/get?element=wtgooglematerialicons)[Versions](https://web-tolk.ru/en/dev/joomla-plugins/wt-google-material-icons/versions)[Documentation](https://fonts.google.com/icons)

The plugin registers the Google Material icons icon font in Joomla Web Assets Manager. Then you can use it in your extensions.

![WT Google material icons](https://web-tolk.ru/images/swjprojects/projects/74/en-GB/icon.webp)

## Description

This is a plugin for Joomla developers. It allows you to use [Google Material icons](https://fonts.google.com/icons): in modules, components, plugins.

## How to use?

To connect Google material icons in Joomla in your code, use:

```
<?php
use Joomla\CMS\Factory;

/** @var Joomla\CMS\WebAsset\WebAssetManager $wa */
$app = Factory::getApplication();
$wa = $app->getDocument()->getWebAssetManager();
$wa->useStyle('wtgooglematerialicons.local');

?>
```

If you want the font to connect from Google servers, then use the asset name `wtgooglematerialicons.remote`.

```
<?php
use Joomla\CMS\Factory;

/** @var Joomla\CMS\WebAsset\WebAssetManager $wa */
$app = Factory::getApplication();
$wa = $app->getDocument()->getWebAssetManager();
$wa->useStyle('wtgooglematerialicons.remote');

?>
```

## Joomla

 **Extension type:** Plugin **Folder:** System **Joomla version:** 4.0.0

## What's new

 2023-09-12 14:01:53

Addition

### First extension version

Supports local connection of the icon font and from Google servers.

## JSON-LD Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "item": {
                "@id": "https://web-tolk.ru/en",
                "name": "Home"
            }
        },
        {
            "@type": "ListItem",
            "position": 2,
            "item": {
                "@id": "https://web-tolk.ru/en/dev",
                "name": "Joomla extensions"
            }
        },
        {
            "@type": "ListItem",
            "position": 3,
            "item": {
                "@id": "/en/dev/joomla-plugins",
                "name": "Joomla plugins"
            }
        },
        {
            "@type": "ListItem",
            "position": 4,
            "item": {
                "name": "WT Google material icons"
            }
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://web-tolk.ru/#/schema/Organization/base",
            "name": "WebTolk",
            "url": "https://web-tolk.ru/",
            "logo": {
                "@type": "ImageObject",
                "@id": "https://web-tolk.ru/#/schema/ImageObject/logo",
                "url": "images/webtolk-1080p.jpg",
                "contentUrl": "images/webtolk-1080p.jpg",
                "width": 1920,
                "height": 1080
            },
            "image": {
                "@id": "https://web-tolk.ru/#/schema/ImageObject/logo"
            },
            "sameAs": [
                "https://github.com/WebTolk",
                "https://github.com/sergeytolkachyov",
                "https://vk.com/web_tolk",
                "https://vk.com/webtolkru",
                "https://tenchat.ru/sergeytolkachyov",
                "https://t.me/sergeytolkachyov",
                "https://t.me/webtolkru"
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://web-tolk.ru/#/schema/WebSite/base",
            "url": "https://web-tolk.ru/",
            "name": "WebTolk websites development, Joomla Extensions",
            "publisher": {
                "@id": "https://web-tolk.ru/#/schema/Organization/base"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https://web-tolk.ru/#/schema/WebPage/base",
            "url": "https://web-tolk.ru/en/dev/joomla-plugins/wt-google-material-icons",
            "name": "WT Google material icons - WebTolk websites development, Joomla Extensions",
            "description": "The plugin registers the Google Material icons icon font in Joomla Web Assets Manager. Then you can use it in your extensions.",
            "isPartOf": {
                "@id": "https://web-tolk.ru/#/schema/WebSite/base"
            },
            "about": {
                "@id": "https://web-tolk.ru/#/schema/SoftwareApplication/base"
            },
            "inLanguage": "en-GB",
            "breadcrumb": {
                "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17"
            }
        },
        {
            "@type": "SoftwareApplication",
            "name": "WT Google material icons",
            "url": "https://web-tolk.ru/en/dev/joomla-plugins/wt-google-material-icons",
            "description": "The plugin registers the Google Material icons icon font in Joomla Web Assets Manager. Then you can use it in your extensions.",
            "applicationCategory": "Joomla plugins",
            "softwareVersion": "1.0.0",
            "downloadUrl": "https://web-tolk.ru/en/get?element=wtgooglematerialicons",
            "image": "https://web-tolk.ru/images/swjprojects/projects/74/en-GB/icon.webp",
            "operatingSystem": "ANY",
            "interactionStatistic": [
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/DownloadAction",
                    "userInteractionCount": 2400
                },
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/ViewAction",
                    "userInteractionCount": 2955
                }
            ],
            "mainEntityOfPage": {
                "@type": "WebPage",
                "url": "https://web-tolk.ru/en/dev/joomla-plugins/wt-google-material-icons"
            },
            "softwareRequirements": "Joomla",
            "applicationSubCategory": "Joomla plugins, Joomla 4 - Joomla 6extensions, Web Assets",
            "isAccessibleForFree": true
        }
    ]
}
```
