tibia from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
tibia
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
tibia-rounded, tibia-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the tibia icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 9.2L6.875 7.075q-.425-.425-.65-.975T6 4.975q0-1.25.863-2.112T8.95 2h6.1q1.225 0 2.075.863t.85 2.087q0 .625-.25 1.187t-.675.988L15 9.175v5.55l2.1 2.1q.425.425.663.975T18 18.95q0 1.275-.875 2.15t-2.15.875q-.6 0-1.15-.225t-.975-.65q-.175-.2-.387-.288T12 20.726t-.462.1t-.388.275q-.425.425-.975.65t-1.15.225q-1.275 0-2.15-.875T6 18.95q0-.6.225-1.15t.65-.975L9 14.75z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTibia(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 9.2L6.875 7.075q-.425-.425-.65-.975T6 4.975q0-1.25.863-2.112T8.95 2h6.1q1.225 0 2.075.863t.85 2.087q0 .625-.25 1.187t-.675.988L15 9.175v5.55l2.1 2.1q.425.425.663.975T18 18.95q0 1.275-.875 2.15t-2.15.875q-.6 0-1.15-.225t-.975-.65q-.175-.2-.387-.288T12 20.726t-.462.1t-.388.275q-.425.425-.975.65t-1.15.225q-1.275 0-2.15-.875T6 18.95q0-.6.225-1.15t.65-.975L9 14.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 9.2L6.875 7.075q-.425-.425-.65-.975T6 4.975q0-1.25.863-2.112T8.95 2h6.1q1.225 0 2.075.863t.85 2.087q0 .625-.25 1.187t-.675.988L15 9.175v5.55l2.1 2.1q.425.425.663.975T18 18.95q0 1.275-.875 2.15t-2.15.875q-.6 0-1.15-.225t-.975-.65q-.175-.2-.387-.288T12 20.726t-.462.1t-.388.275q-.425.425-.975.65t-1.15.225q-1.275 0-2.15-.875T6 18.95q0-.6.225-1.15t.65-.975L9 14.75z"/></svg>
</template>

CSS

.icon-tibia {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%209.2L6.875%207.075q-.425-.425-.65-.975T6%204.975q0-1.25.863-2.112T8.95%202h6.1q1.225%200%202.075.863t.85%202.087q0%20.625-.25%201.187t-.675.988L15%209.175v5.55l2.1%202.1q.425.425.663.975T18%2018.95q0%201.275-.875%202.15t-2.15.875q-.6%200-1.15-.225t-.975-.65q-.175-.2-.387-.288T12%2020.726t-.462.1t-.388.275q-.425.425-.975.65t-1.15.225q-1.275%200-2.15-.875T6%2018.95q0-.6.225-1.15t.65-.975L9%2014.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%209.2L6.875%207.075q-.425-.425-.65-.975T6%204.975q0-1.25.863-2.112T8.95%202h6.1q1.225%200%202.075.863t.85%202.087q0%20.625-.25%201.187t-.675.988L15%209.175v5.55l2.1%202.1q.425.425.663.975T18%2018.95q0%201.275-.875%202.15t-2.15.875q-.6%200-1.15-.225t-.975-.65q-.175-.2-.387-.288T12%2020.726t-.462.1t-.388.275q-.425.425-.975.65t-1.15.225q-1.275%200-2.15-.875T6%2018.95q0-.6.225-1.15t.65-.975L9%2014.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/tibia.svg?color=%231a73e8&size=48