Tibia icon

Tibia is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

tibia_outlined_fill0_wght400.svg

Tibia icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=tibia" />

<span class="material-symbols-outlined">tibia</span>

Tibia icon in React

// With the font from the HTML tab:
export function TibiaIcon() {
  return (
    <span className="material-symbols-outlined">
      tibia
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import TibiaIcon from "@material-symbols/svg-400/outlined/tibia.svg?react";

Tibia icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">tibia</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import TibiaIcon from "@material-symbols/svg-400/outlined/tibia.svg?component"; -->

Tibia icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">tibia</mat-icon>

Tibia icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.tibia, fill: 0, weight: 400)

Tibia icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/tibia.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="m9 9.2-2.125-2.125q-.425-.425-.65-.962t-.225-1.138q0-1.25 .863-2.112T8.95 2h6.1q1.225 0 2.063 .875t.837 2.1q0 .6-.237 1.163T17.05 7.125l-2.05 2.05v5.55l2.1 2.1q.425 .425 .65 .975t.225 1.15q0 1.275-.875 2.15t-2.133 .875Q14.375 21.975 13.825 21.75t-.975-.65q-.175-.175-.387-.262T12 20.75q-.25 0-.462 .088T11.15 21.1q-.425 .425-.975 .65t-1.15 .225q-1.275 0-2.162-.875T5.975 18.95q0-.6 .238-1.15t.662-.975l2.125-2.075v-5.55Zm1.5-.425v6.4q0 .096-.05 .185-.05 .09-.1 .165l-2.4 2.375q-.2 .2-.325 .486-.125 .286-.125 .591 0 .648 .438 1.086t1.085 .437q.305 0 .591-.125Q9.9 20.25 10.1 20.05q.375-.375 .875-.575t1.025-.2q.525 0 1.025 .2t.875 .575q.2 .2 .486 .325 .286 .125 .591 .125 .648 0 1.086-.437t.437-1.086q0-.305-.125-.591Q16.25 18.1 16.05 17.9l-2.4-2.375q-.062-.075-.106-.162T13.5 15.175v-6.4q0-.096 .025-.185 .025-.09 .1-.165l2.375-2.4q.2-.2 .325-.484 .125-.283 .125-.586Q16.45 4.35 16.038 3.925T15.025 3.5H8.95q-.621 0-1.048 .425Q7.475 4.35 7.475 4.971q0 .311 .125 .582T7.925 6.025l2.425 2.4q.075 .063 .113 .156T10.5 8.775Zm1.5 3.225Z" />
</vector>

Tibia icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/tibia.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/tibia.svg" width="24" height="24" alt="Tibia">

Tibia icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameTibia
Ligaturetibia
Code pointU+F89B
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/tibia.svg, tibia-fill.svg
FlutterSymbols.tibia
LicenseApache License 2.0 (© Google LLC)

Keywords

socialhumanhealthstructurebodymedicaldiagramhealthcarescienceeducationmedicinelearningknowledge

Related icons