tibia icon
tibia-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- tibia-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- tibia-outline-rounded, tibia-outline-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.85-2.112T8.95 2h6.1q1.225 0 2.063.875t.837 2.1q0 .6-.238 1.163t-.662.987L15 9.175v5.55l2.1 2.1q.425.425.65.975t.225 1.15q0 1.275-.862 2.15t-2.138.875q-.6 0-1.15-.225t-.975-.65q-.175-.175-.387-.262T12 20.75t-.462.088t-.388.262q-.425.425-.975.65t-1.15.225q-1.275 0-2.162-.875t-.888-2.15q0-.6.238-1.15t.662-.975L9 14.75zm2-.425v6.4q0 .2-.088.388t-.212.312L8.3 18.25q-.15.125-.225.313T8 18.95q0 .425.3.738t.725.312q.2 0 .388-.075t.337-.225q.45-.45 1.025-.7T12 18.75t1.238.25t1.012.7q.15.125.338.213t.387.087q.425 0 .738-.312t.312-.738q0-.2-.075-.387t-.25-.313l-2.4-2.375q-.125-.15-.213-.325T13 15.175v-6.4q0-.2.075-.387t.2-.313l2.375-2.4q.15-.15.237-.337t.088-.388q0-.4-.275-.675T15.025 4H8.95q-.4 0-.675.288T8 4.975q0 .2.075.375t.2.325l2.425 2.4q.15.125.225.313t.075.387M12.025 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTibiaOutline(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.85-2.112T8.95 2h6.1q1.225 0 2.063.875t.837 2.1q0 .6-.238 1.163t-.662.987L15 9.175v5.55l2.1 2.1q.425.425.65.975t.225 1.15q0 1.275-.862 2.15t-2.138.875q-.6 0-1.15-.225t-.975-.65q-.175-.175-.387-.262T12 20.75t-.462.088t-.388.262q-.425.425-.975.65t-1.15.225q-1.275 0-2.162-.875t-.888-2.15q0-.6.238-1.15t.662-.975L9 14.75zm2-.425v6.4q0 .2-.088.388t-.212.312L8.3 18.25q-.15.125-.225.313T8 18.95q0 .425.3.738t.725.312q.2 0 .388-.075t.337-.225q.45-.45 1.025-.7T12 18.75t1.238.25t1.012.7q.15.125.338.213t.387.087q.425 0 .738-.312t.312-.738q0-.2-.075-.387t-.25-.313l-2.4-2.375q-.125-.15-.213-.325T13 15.175v-6.4q0-.2.075-.387t.2-.313l2.375-2.4q.15-.15.237-.337t.088-.388q0-.4-.275-.675T15.025 4H8.95q-.4 0-.675.288T8 4.975q0 .2.075.375t.2.325l2.425 2.4q.15.125.225.313t.075.387M12.025 12"/></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.85-2.112T8.95 2h6.1q1.225 0 2.063.875t.837 2.1q0 .6-.238 1.163t-.662.987L15 9.175v5.55l2.1 2.1q.425.425.65.975t.225 1.15q0 1.275-.862 2.15t-2.138.875q-.6 0-1.15-.225t-.975-.65q-.175-.175-.387-.262T12 20.75t-.462.088t-.388.262q-.425.425-.975.65t-1.15.225q-1.275 0-2.162-.875t-.888-2.15q0-.6.238-1.15t.662-.975L9 14.75zm2-.425v6.4q0 .2-.088.388t-.212.312L8.3 18.25q-.15.125-.225.313T8 18.95q0 .425.3.738t.725.312q.2 0 .388-.075t.337-.225q.45-.45 1.025-.7T12 18.75t1.238.25t1.012.7q.15.125.338.213t.387.087q.425 0 .738-.312t.312-.738q0-.2-.075-.387t-.25-.313l-2.4-2.375q-.125-.15-.213-.325T13 15.175v-6.4q0-.2.075-.387t.2-.313l2.375-2.4q.15-.15.237-.337t.088-.388q0-.4-.275-.675T15.025 4H8.95q-.4 0-.675.288T8 4.975q0 .2.075.375t.2.325l2.425 2.4q.15.125.225.313t.075.387M12.025 12"/></svg> </template>
CSS
.icon-tibia-outline {
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.85-2.112T8.95%202h6.1q1.225%200%202.063.875t.837%202.1q0%20.6-.238%201.163t-.662.987L15%209.175v5.55l2.1%202.1q.425.425.65.975t.225%201.15q0%201.275-.862%202.15t-2.138.875q-.6%200-1.15-.225t-.975-.65q-.175-.175-.387-.262T12%2020.75t-.462.088t-.388.262q-.425.425-.975.65t-1.15.225q-1.275%200-2.162-.875t-.888-2.15q0-.6.238-1.15t.662-.975L9%2014.75zm2-.425v6.4q0%20.2-.088.388t-.212.312L8.3%2018.25q-.15.125-.225.313T8%2018.95q0%20.425.3.738t.725.312q.2%200%20.388-.075t.337-.225q.45-.45%201.025-.7T12%2018.75t1.238.25t1.012.7q.15.125.338.213t.387.087q.425%200%20.738-.312t.312-.738q0-.2-.075-.387t-.25-.313l-2.4-2.375q-.125-.15-.213-.325T13%2015.175v-6.4q0-.2.075-.387t.2-.313l2.375-2.4q.15-.15.237-.337t.088-.388q0-.4-.275-.675T15.025%204H8.95q-.4%200-.675.288T8%204.975q0%20.2.075.375t.2.325l2.425%202.4q.15.125.225.313t.075.387M12.025%2012%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.85-2.112T8.95%202h6.1q1.225%200%202.063.875t.837%202.1q0%20.6-.238%201.163t-.662.987L15%209.175v5.55l2.1%202.1q.425.425.65.975t.225%201.15q0%201.275-.862%202.15t-2.138.875q-.6%200-1.15-.225t-.975-.65q-.175-.175-.387-.262T12%2020.75t-.462.088t-.388.262q-.425.425-.975.65t-1.15.225q-1.275%200-2.162-.875t-.888-2.15q0-.6.238-1.15t.662-.975L9%2014.75zm2-.425v6.4q0%20.2-.088.388t-.212.312L8.3%2018.25q-.15.125-.225.313T8%2018.95q0%20.425.3.738t.725.312q.2%200%20.388-.075t.337-.225q.45-.45%201.025-.7T12%2018.75t1.238.25t1.012.7q.15.125.338.213t.387.087q.425%200%20.738-.312t.312-.738q0-.2-.075-.387t-.25-.313l-2.4-2.375q-.125-.15-.213-.325T13%2015.175v-6.4q0-.2.075-.387t.2-.313l2.375-2.4q.15-.15.237-.337t.088-.388q0-.4-.275-.675T15.025%204H8.95q-.4%200-.675.288T8%204.975q0%20.2.075.375t.2.325l2.425%202.4q.15.125.225.313t.075.387M12.025%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/tibia-outline.svg?color=%231a73e8&size=48