map connection icon
map-connection-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- map-connection-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 connection icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 6a4 4 0 0 1 7.874-1h8.209l.081.014a5.45 5.45 0 0 1 2.32 1.005C21.288 6.637 22 7.614 22 9s-.71 2.363-1.517 2.981a5.45 5.45 0 0 1-2.319 1.005l-.081.014H6c-.237 0-.772.148-1.25.53c-.447.358-.75.842-.75 1.47s.303 1.112.75 1.47c.478.382 1.013.53 1.25.53h11v-2.5l4.667 3.5L17 21.5V19H6c-.763 0-1.728-.352-2.5-.97C2.697 17.389 2 16.373 2 15s.697-2.388 1.5-3.03C4.272 11.351 5.237 11 6 11h11.91c.374-.075.917-.27 1.357-.606c.444-.34.733-.78.733-1.394s-.29-1.053-.733-1.394A3.5 3.5 0 0 0 17.91 7H9.874A4.002 4.002 0 0 1 2 6"/></svg>
React
import type { SVGProps } from "react";
export function TdesignMapConnectionFilled(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="M2 6a4 4 0 0 1 7.874-1h8.209l.081.014a5.45 5.45 0 0 1 2.32 1.005C21.288 6.637 22 7.614 22 9s-.71 2.363-1.517 2.981a5.45 5.45 0 0 1-2.319 1.005l-.081.014H6c-.237 0-.772.148-1.25.53c-.447.358-.75.842-.75 1.47s.303 1.112.75 1.47c.478.382 1.013.53 1.25.53h11v-2.5l4.667 3.5L17 21.5V19H6c-.763 0-1.728-.352-2.5-.97C2.697 17.389 2 16.373 2 15s.697-2.388 1.5-3.03C4.272 11.351 5.237 11 6 11h11.91c.374-.075.917-.27 1.357-.606c.444-.34.733-.78.733-1.394s-.29-1.053-.733-1.394A3.5 3.5 0 0 0 17.91 7H9.874A4.002 4.002 0 0 1 2 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 6a4 4 0 0 1 7.874-1h8.209l.081.014a5.45 5.45 0 0 1 2.32 1.005C21.288 6.637 22 7.614 22 9s-.71 2.363-1.517 2.981a5.45 5.45 0 0 1-2.319 1.005l-.081.014H6c-.237 0-.772.148-1.25.53c-.447.358-.75.842-.75 1.47s.303 1.112.75 1.47c.478.382 1.013.53 1.25.53h11v-2.5l4.667 3.5L17 21.5V19H6c-.763 0-1.728-.352-2.5-.97C2.697 17.389 2 16.373 2 15s.697-2.388 1.5-3.03C4.272 11.351 5.237 11 6 11h11.91c.374-.075.917-.27 1.357-.606c.444-.34.733-.78.733-1.394s-.29-1.053-.733-1.394A3.5 3.5 0 0 0 17.91 7H9.874A4.002 4.002 0 0 1 2 6"/></svg> </template>
CSS
.icon-map-connection-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%22M2%206a4%204%200%200%201%207.874-1h8.209l.081.014a5.45%205.45%200%200%201%202.32%201.005C21.288%206.637%2022%207.614%2022%209s-.71%202.363-1.517%202.981a5.45%205.45%200%200%201-2.319%201.005l-.081.014H6c-.237%200-.772.148-1.25.53c-.447.358-.75.842-.75%201.47s.303%201.112.75%201.47c.478.382%201.013.53%201.25.53h11v-2.5l4.667%203.5L17%2021.5V19H6c-.763%200-1.728-.352-2.5-.97C2.697%2017.389%202%2016.373%202%2015s.697-2.388%201.5-3.03C4.272%2011.351%205.237%2011%206%2011h11.91c.374-.075.917-.27%201.357-.606c.444-.34.733-.78.733-1.394s-.29-1.053-.733-1.394A3.5%203.5%200%200%200%2017.91%207H9.874A4.002%204.002%200%200%201%202%206%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%22M2%206a4%204%200%200%201%207.874-1h8.209l.081.014a5.45%205.45%200%200%201%202.32%201.005C21.288%206.637%2022%207.614%2022%209s-.71%202.363-1.517%202.981a5.45%205.45%200%200%201-2.319%201.005l-.081.014H6c-.237%200-.772.148-1.25.53c-.447.358-.75.842-.75%201.47s.303%201.112.75%201.47c.478.382%201.013.53%201.25.53h11v-2.5l4.667%203.5L17%2021.5V19H6c-.763%200-1.728-.352-2.5-.97C2.697%2017.389%202%2016.373%202%2015s.697-2.388%201.5-3.03C4.272%2011.351%205.237%2011%206%2011h11.91c.374-.075.917-.27%201.357-.606c.444-.34.733-.78.733-1.394s-.29-1.053-.733-1.394A3.5%203.5%200%200%200%2017.91%207H9.874A4.002%204.002%200%200%201%202%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/map-connection-filled.svg?color=%231a73e8&size=48