map-3d from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
map-3d
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the map 3d icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m12 3l6 3.5v7L12 17l-6-3.5v-7z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M5.4 12.244C3.316 13.16 2 14.504 2 16c0 2.762 4.477 5 10 5s10-2.238 10-5c0-1.497-1.315-2.84-3.4-3.756"/><path stroke="currentColor" stroke-width="2" d="m12 10l5.667-3.15M12 10v6.65M12 10L6.333 6.85M12 3l6 3.5v7L12 17l-6-3.5v-7z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignMap3d(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="m12 3l6 3.5v7L12 17l-6-3.5v-7z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M5.4 12.244C3.316 13.16 2 14.504 2 16c0 2.762 4.477 5 10 5s10-2.238 10-5c0-1.497-1.315-2.84-3.4-3.756"/><path stroke="currentColor" strokeWidth="2" d="m12 10l5.667-3.15M12 10v6.65M12 10L6.333 6.85M12 3l6 3.5v7L12 17l-6-3.5v-7z"/></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="m12 3l6 3.5v7L12 17l-6-3.5v-7z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M5.4 12.244C3.316 13.16 2 14.504 2 16c0 2.762 4.477 5 10 5s10-2.238 10-5c0-1.497-1.315-2.84-3.4-3.756"/><path stroke="currentColor" stroke-width="2" d="m12 10l5.667-3.15M12 10v6.65M12 10L6.333 6.85M12 3l6 3.5v7L12 17l-6-3.5v-7z"/></g></svg>
</template>

CSS

.icon-map-3d {
  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%22m12%203l6%203.5v7L12%2017l-6-3.5v-7z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M5.4%2012.244C3.316%2013.16%202%2014.504%202%2016c0%202.762%204.477%205%2010%205s10-2.238%2010-5c0-1.497-1.315-2.84-3.4-3.756%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22m12%2010l5.667-3.15M12%2010v6.65M12%2010L6.333%206.85M12%203l6%203.5v7L12%2017l-6-3.5v-7z%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%22m12%203l6%203.5v7L12%2017l-6-3.5v-7z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M5.4%2012.244C3.316%2013.16%202%2014.504%202%2016c0%202.762%204.477%205%2010%205s10-2.238%2010-5c0-1.497-1.315-2.84-3.4-3.756%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22m12%2010l5.667-3.15M12%2010v6.65M12%2010L6.333%206.85M12%203l6%203.5v7L12%2017l-6-3.5v-7z%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/map-3d.svg?color=%231a73e8&size=48