---
title: "WT Google material icons для Joomla - WebTolk"
description: "Плагин регистрирует иконочный шрифт Google Material icons в Joomla Web Assets Manager. Затем вы можете использовать его в своих расширениях."
url: "https://web-tolk.ru/dev/joomla-plugins/wt-google-material-icons"
date: "2026-06-04T22:29:58+00:00"
language: "ru-RU"
---

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

---

# WT Google material icons

- **Категории:** [Плагины Joomla](https://web-tolk.ru/dev/joomla-plugins), [Расширения для Joomla 4 - Joomla 6](https://web-tolk.ru/dev/rasshireniya-dlya-joomla-4), [Веб-ассеты](https://web-tolk.ru/dev/web-assets)
- **Версия:** 1.0.0
- **Дата:** 12 сентября 2023

2410 2966 CTR 81% Plg Free

[Скачать](https://web-tolk.ru/get?element=wtgooglematerialicons)[Версии](https://web-tolk.ru/dev/joomla-plugins/wt-google-material-icons/versions)[Документация](https://fonts.google.com/icons)

Плагин регистрирует иконочный шрифт Google Material icons в Joomla Web Assets Manager. Затем вы можете использовать его в своих расширениях.

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

## Описание

Это плагин для Joomla разработчиков. Он позволяет в любом месте Joomla 4 использовать [Google Material icons](https://fonts.google.com/icons): в шаблонах, модулях, компонентах, плагинах.

## Как использовать?

Для подключения иконок Google material в Joomla в своём коде используйте:

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

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

?>
```

Если Вы хотите, чтобы шрифт подключался с серверов Google, то используйте имя ассета `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

 **Тип расширения:** Плагин **Каталог:** System **Версия Joomla:** 4.0.0

## Что нового

 12.09.2023, 14:01:53

Добавлено

### Первая версия расширения

Поддерживается локальное подключение иконочного шрифта и с серверов Google.

## 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/",
                "name": "Главная"
            }
        },
        {
            "@type": "ListItem",
            "position": 2,
            "item": {
                "@id": "https://web-tolk.ru/dev",
                "name": "Расширения Joomla"
            }
        },
        {
            "@type": "ListItem",
            "position": 3,
            "item": {
                "@id": "/dev/joomla-plugins",
                "name": "Плагины Joomla"
            }
        },
        {
            "@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",
            "publisher": {
                "@id": "https://web-tolk.ru/#/schema/Organization/base"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https://web-tolk.ru/#/schema/WebPage/base",
            "url": "https://web-tolk.ru/dev/joomla-plugins/wt-google-material-icons",
            "name": "WT Google material icons для Joomla - WebTolk",
            "description": "Плагин регистрирует иконочный шрифт Google Material icons в Joomla Web Assets Manager. Затем вы можете использовать его в своих расширениях.",
            "isPartOf": {
                "@id": "https://web-tolk.ru/#/schema/WebSite/base"
            },
            "about": {
                "@id": "https://web-tolk.ru/#/schema/SoftwareApplication/base"
            },
            "inLanguage": "ru-RU",
            "breadcrumb": {
                "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17"
            }
        },
        {
            "@type": "SoftwareApplication",
            "name": "WT Google material icons",
            "url": "https://web-tolk.ru/dev/joomla-plugins/wt-google-material-icons",
            "description": "Плагин регистрирует иконочный шрифт Google Material icons в Joomla Web Assets Manager. Затем вы можете использовать его в своих расширениях.",
            "applicationCategory": "Плагины Joomla",
            "softwareVersion": "1.0.0",
            "downloadUrl": "https://web-tolk.ru/get?element=wtgooglematerialicons",
            "image": "https://web-tolk.ru/images/swjprojects/projects/74/ru-RU/icon.webp",
            "operatingSystem": "ANY",
            "interactionStatistic": [
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/DownloadAction",
                    "userInteractionCount": 2410
                },
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/ViewAction",
                    "userInteractionCount": 2967
                }
            ],
            "mainEntityOfPage": {
                "@type": "WebPage",
                "url": "https://web-tolk.ru/dev/joomla-plugins/wt-google-material-icons"
            },
            "softwareRequirements": "Joomla",
            "applicationSubCategory": "Плагины Joomla, Расширения для Joomla 4 - Joomla 6, Веб-ассеты",
            "isAccessibleForFree": true
        }
    ]
}
```
