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

Name
map-3d-filled
Set
TDesign Icons
Style
Filled
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"><path fill="currentColor" d="m12 1.842l7 4.084v5.401c1.03.452 1.927 1.018 2.61 1.687c.828.81 1.39 1.825 1.39 2.986c0 1.963-1.566 3.472-3.482 4.43C17.542 21.418 14.883 22 12 22s-5.543-.582-7.518-1.57C2.566 19.472 1 17.964 1 16c0-1.161.562-2.175 1.39-2.986c.683-.67 1.58-1.235 2.61-1.687V5.926zM5 13.56a5.8 5.8 0 0 0-1.212.884C3.224 14.996 3 15.525 3 16c0 .798.673 1.79 2.376 2.641C7.02 19.463 9.36 20 12 20s4.98-.537 6.624-1.359C20.327 17.79 21 16.798 21 16c0-.475-.224-1.004-.788-1.557A5.8 5.8 0 0 0 19 13.56v.515l-7 4.084l-7-4.084zm6.866 2.2v-5.67L7 7.364v5.56z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignMap3dFilled(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="m12 1.842l7 4.084v5.401c1.03.452 1.927 1.018 2.61 1.687c.828.81 1.39 1.825 1.39 2.986c0 1.963-1.566 3.472-3.482 4.43C17.542 21.418 14.883 22 12 22s-5.543-.582-7.518-1.57C2.566 19.472 1 17.964 1 16c0-1.161.562-2.175 1.39-2.986c.683-.67 1.58-1.235 2.61-1.687V5.926zM5 13.56a5.8 5.8 0 0 0-1.212.884C3.224 14.996 3 15.525 3 16c0 .798.673 1.79 2.376 2.641C7.02 19.463 9.36 20 12 20s4.98-.537 6.624-1.359C20.327 17.79 21 16.798 21 16c0-.475-.224-1.004-.788-1.557A5.8 5.8 0 0 0 19 13.56v.515l-7 4.084l-7-4.084zm6.866 2.2v-5.67L7 7.364v5.56z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 1.842l7 4.084v5.401c1.03.452 1.927 1.018 2.61 1.687c.828.81 1.39 1.825 1.39 2.986c0 1.963-1.566 3.472-3.482 4.43C17.542 21.418 14.883 22 12 22s-5.543-.582-7.518-1.57C2.566 19.472 1 17.964 1 16c0-1.161.562-2.175 1.39-2.986c.683-.67 1.58-1.235 2.61-1.687V5.926zM5 13.56a5.8 5.8 0 0 0-1.212.884C3.224 14.996 3 15.525 3 16c0 .798.673 1.79 2.376 2.641C7.02 19.463 9.36 20 12 20s4.98-.537 6.624-1.359C20.327 17.79 21 16.798 21 16c0-.475-.224-1.004-.788-1.557A5.8 5.8 0 0 0 19 13.56v.515l-7 4.084l-7-4.084zm6.866 2.2v-5.67L7 7.364v5.56z"/></svg>
</template>

CSS

.icon-map-3d-filled {
  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%22m12%201.842l7%204.084v5.401c1.03.452%201.927%201.018%202.61%201.687c.828.81%201.39%201.825%201.39%202.986c0%201.963-1.566%203.472-3.482%204.43C17.542%2021.418%2014.883%2022%2012%2022s-5.543-.582-7.518-1.57C2.566%2019.472%201%2017.964%201%2016c0-1.161.562-2.175%201.39-2.986c.683-.67%201.58-1.235%202.61-1.687V5.926zM5%2013.56a5.8%205.8%200%200%200-1.212.884C3.224%2014.996%203%2015.525%203%2016c0%20.798.673%201.79%202.376%202.641C7.02%2019.463%209.36%2020%2012%2020s4.98-.537%206.624-1.359C20.327%2017.79%2021%2016.798%2021%2016c0-.475-.224-1.004-.788-1.557A5.8%205.8%200%200%200%2019%2013.56v.515l-7%204.084l-7-4.084zm6.866%202.2v-5.67L7%207.364v5.56z%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%22m12%201.842l7%204.084v5.401c1.03.452%201.927%201.018%202.61%201.687c.828.81%201.39%201.825%201.39%202.986c0%201.963-1.566%203.472-3.482%204.43C17.542%2021.418%2014.883%2022%2012%2022s-5.543-.582-7.518-1.57C2.566%2019.472%201%2017.964%201%2016c0-1.161.562-2.175%201.39-2.986c.683-.67%201.58-1.235%202.61-1.687V5.926zM5%2013.56a5.8%205.8%200%200%200-1.212.884C3.224%2014.996%203%2015.525%203%2016c0%20.798.673%201.79%202.376%202.641C7.02%2019.463%209.36%2020%2012%2020s4.98-.537%206.624-1.359C20.327%2017.79%2021%2016.798%2021%2016c0-.475-.224-1.004-.788-1.557A5.8%205.8%200%200%200%2019%2013.56v.515l-7%204.084l-7-4.084zm6.866%202.2v-5.67L7%207.364v5.56z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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