taipei101-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
taipei101-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the taipei101 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1a1 1 0 0 1 1 1v1h1.5a1 1 0 0 1 .986 1.164l-.308 1.852a1 1 0 0 1 .792 1.227L15.28 10h.22a1 1 0 0 1 .97 1.242L15.53 15H16a1 1 0 0 1 .97 1.242L15.78 21H16a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h.22l-1.19-4.757A1 1 0 0 1 8 15h.47l-.94-3.758A1 1 0 0 1 8.5 10h.22l-.69-2.757a1 1 0 0 1 .792-1.227l-.308-1.852A1 1 0 0 1 9.5 3H11V2a1 1 0 0 1 1-1" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteTaipei101Fill(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" fillRule="evenodd" d="M12 1a1 1 0 0 1 1 1v1h1.5a1 1 0 0 1 .986 1.164l-.308 1.852a1 1 0 0 1 .792 1.227L15.28 10h.22a1 1 0 0 1 .97 1.242L15.53 15H16a1 1 0 0 1 .97 1.242L15.78 21H16a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h.22l-1.19-4.757A1 1 0 0 1 8 15h.47l-.94-3.758A1 1 0 0 1 8.5 10h.22l-.69-2.757a1 1 0 0 1 .792-1.227l-.308-1.852A1 1 0 0 1 9.5 3H11V2a1 1 0 0 1 1-1" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1a1 1 0 0 1 1 1v1h1.5a1 1 0 0 1 .986 1.164l-.308 1.852a1 1 0 0 1 .792 1.227L15.28 10h.22a1 1 0 0 1 .97 1.242L15.53 15H16a1 1 0 0 1 .97 1.242L15.78 21H16a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h.22l-1.19-4.757A1 1 0 0 1 8 15h.47l-.94-3.758A1 1 0 0 1 8.5 10h.22l-.69-2.757a1 1 0 0 1 .792-1.227l-.308-1.852A1 1 0 0 1 9.5 3H11V2a1 1 0 0 1 1-1" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-taipei101-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201a1%201%200%200%201%201%201v1h1.5a1%201%200%200%201%20.986%201.164l-.308%201.852a1%201%200%200%201%20.792%201.227L15.28%2010h.22a1%201%200%200%201%20.97%201.242L15.53%2015H16a1%201%200%200%201%20.97%201.242L15.78%2021H16a1%201%200%201%201%200%202H8a1%201%200%201%201%200-2h.22l-1.19-4.757A1%201%200%200%201%208%2015h.47l-.94-3.758A1%201%200%200%201%208.5%2010h.22l-.69-2.757a1%201%200%200%201%20.792-1.227l-.308-1.852A1%201%200%200%201%209.5%203H11V2a1%201%200%200%201%201-1%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201a1%201%200%200%201%201%201v1h1.5a1%201%200%200%201%20.986%201.164l-.308%201.852a1%201%200%200%201%20.792%201.227L15.28%2010h.22a1%201%200%200%201%20.97%201.242L15.53%2015H16a1%201%200%200%201%20.97%201.242L15.78%2021H16a1%201%200%201%201%200%202H8a1%201%200%201%201%200-2h.22l-1.19-4.757A1%201%200%200%201%208%2015h.47l-.94-3.758A1%201%200%200%201%208.5%2010h.22l-.69-2.757a1%201%200%200%201%20.792-1.227l-.308-1.852A1%201%200%200%201%209.5%203H11V2a1%201%200%200%201%201-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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