sitemap from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
sitemap
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the sitemap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M21 5.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m0 13a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-13 0a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m0-13a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M16 5.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 0 0-5 0Zm0 0H8M5.5 16a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5Zm0 0V8M8 5.5A2.5 2.5 0 0 1 5.5 8M8 5.5A2.5 2.5 0 1 0 5.5 8m11 8.5l-9-9m13.5 11a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignSitemap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M21 5.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m0 13a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-13 0a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m0-13a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M16 5.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 0 0-5 0Zm0 0H8M5.5 16a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5Zm0 0V8M8 5.5A2.5 2.5 0 0 1 5.5 8M8 5.5A2.5 2.5 0 1 0 5.5 8m11 8.5l-9-9m13.5 11a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M21 5.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m0 13a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m-13 0a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m0-13a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M16 5.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 0 0-5 0Zm0 0H8M5.5 16a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5Zm0 0V8M8 5.5A2.5 2.5 0 0 1 5.5 8M8 5.5A2.5 2.5 0 1 0 5.5 8m11 8.5l-9-9m13.5 11a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z"/></g></svg>
</template>

CSS

.icon-sitemap {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M21%205.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m0%2013a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m-13%200a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m0-13a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M16%205.5a2.5%202.5%200%201%200%205%200a2.5%202.5%200%200%200-5%200Zm0%200H8M5.5%2016a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5Zm0%200V8M8%205.5A2.5%202.5%200%200%201%205.5%208M8%205.5A2.5%202.5%200%201%200%205.5%208m11%208.5l-9-9m13.5%2011a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M21%205.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m0%2013a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m-13%200a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m0-13a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M16%205.5a2.5%202.5%200%201%200%205%200a2.5%202.5%200%200%200-5%200Zm0%200H8M5.5%2016a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5Zm0%200V8M8%205.5A2.5%202.5%200%200%201%205.5%208M8%205.5A2.5%202.5%200%201%200%205.5%208m11%208.5l-9-9m13.5%2011a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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