subway wifi icon

subway-wifi-fill from Remix Icon by Remix Design · Fill · Map · Apache-2.0 Free for personal and commercial use.

Name
subway-wifi-fill
Set
Remix Icon
Style
Fill
Category
Map
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More map icons from Remix Icon

Use the subway wifi icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3v9h8v6a2 2 0 0 1-2 2h-1.8l1.8 1.5v.5H5v-.5L6.8 20H5a2 2 0 0 1-2-2V7a4 4 0 0 1 4-4zM7.5 15a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m9 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M11 5H7a2 2 0 0 0-1.995 1.85L5 7v5h6zm7.5-4a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m0 5.167c-.491 0-.94.177-1.289.47l-.125.115L18.5 8.167l1.413-1.415a2 2 0 0 0-1.413-.585m0-2.667a4.65 4.65 0 0 0-3.128 1.203l-.173.165l.944.942a3.32 3.32 0 0 1 2.357-.977a3.32 3.32 0 0 1 2.201.83l.156.147l.943-.943A4.65 4.65 0 0 0 18.5 3.5"/></svg>

React

import type { SVGProps } from "react";

export function RiSubwayWifiFill(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="M13 3v9h8v6a2 2 0 0 1-2 2h-1.8l1.8 1.5v.5H5v-.5L6.8 20H5a2 2 0 0 1-2-2V7a4 4 0 0 1 4-4zM7.5 15a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m9 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M11 5H7a2 2 0 0 0-1.995 1.85L5 7v5h6zm7.5-4a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m0 5.167c-.491 0-.94.177-1.289.47l-.125.115L18.5 8.167l1.413-1.415a2 2 0 0 0-1.413-.585m0-2.667a4.65 4.65 0 0 0-3.128 1.203l-.173.165l.944.942a3.32 3.32 0 0 1 2.357-.977a3.32 3.32 0 0 1 2.201.83l.156.147l.943-.943A4.65 4.65 0 0 0 18.5 3.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 3v9h8v6a2 2 0 0 1-2 2h-1.8l1.8 1.5v.5H5v-.5L6.8 20H5a2 2 0 0 1-2-2V7a4 4 0 0 1 4-4zM7.5 15a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m9 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M11 5H7a2 2 0 0 0-1.995 1.85L5 7v5h6zm7.5-4a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m0 5.167c-.491 0-.94.177-1.289.47l-.125.115L18.5 8.167l1.413-1.415a2 2 0 0 0-1.413-.585m0-2.667a4.65 4.65 0 0 0-3.128 1.203l-.173.165l.944.942a3.32 3.32 0 0 1 2.357-.977a3.32 3.32 0 0 1 2.201.83l.156.147l.943-.943A4.65 4.65 0 0 0 18.5 3.5"/></svg>
</template>

CSS

.icon-subway-wifi-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%20d%3D%22M13%203v9h8v6a2%202%200%200%201-2%202h-1.8l1.8%201.5v.5H5v-.5L6.8%2020H5a2%202%200%200%201-2-2V7a4%204%200%200%201%204-4zM7.5%2015a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m9%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M11%205H7a2%202%200%200%200-1.995%201.85L5%207v5h6zm7.5-4a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m0%205.167c-.491%200-.94.177-1.289.47l-.125.115L18.5%208.167l1.413-1.415a2%202%200%200%200-1.413-.585m0-2.667a4.65%204.65%200%200%200-3.128%201.203l-.173.165l.944.942a3.32%203.32%200%200%201%202.357-.977a3.32%203.32%200%200%201%202.201.83l.156.147l.943-.943A4.65%204.65%200%200%200%2018.5%203.5%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%22M13%203v9h8v6a2%202%200%200%201-2%202h-1.8l1.8%201.5v.5H5v-.5L6.8%2020H5a2%202%200%200%201-2-2V7a4%204%200%200%201%204-4zM7.5%2015a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m9%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M11%205H7a2%202%200%200%200-1.995%201.85L5%207v5h6zm7.5-4a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m0%205.167c-.491%200-.94.177-1.289.47l-.125.115L18.5%208.167l1.413-1.415a2%202%200%200%200-1.413-.585m0-2.667a4.65%204.65%200%200%200-3.128%201.203l-.173.165l.944.942a3.32%203.32%200%200%201%202.357-.977a3.32%203.32%200%200%201%202.201.83l.156.147l.943-.943A4.65%204.65%200%200%200%2018.5%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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