train wifi icon

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

Name
train-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 train wifi icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.498 3a6.52 6.52 0 0 0-.324 4H5v4h10.035a6.47 6.47 0 0 0 3.465 1a6.5 6.5 0 0 0 2.5-.498V18a2 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-4zM12 14a2 2 0 1 0 0 4a2 2 0 0 0 0-4m6.5-13a4.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 RiTrainWifiFill(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.498 3a6.52 6.52 0 0 0-.324 4H5v4h10.035a6.47 6.47 0 0 0 3.465 1a6.5 6.5 0 0 0 2.5-.498V18a2 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-4zM12 14a2 2 0 1 0 0 4a2 2 0 0 0 0-4m6.5-13a4.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="M12.498 3a6.52 6.52 0 0 0-.324 4H5v4h10.035a6.47 6.47 0 0 0 3.465 1a6.5 6.5 0 0 0 2.5-.498V18a2 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-4zM12 14a2 2 0 1 0 0 4a2 2 0 0 0 0-4m6.5-13a4.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-train-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%22M12.498%203a6.52%206.52%200%200%200-.324%204H5v4h10.035a6.47%206.47%200%200%200%203.465%201a6.5%206.5%200%200%200%202.5-.498V18a2%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-4zM12%2014a2%202%200%201%200%200%204a2%202%200%200%200%200-4m6.5-13a4.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%22M12.498%203a6.52%206.52%200%200%200-.324%204H5v4h10.035a6.47%206.47%200%200%200%203.465%201a6.5%206.5%200%200%200%202.5-.498V18a2%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-4zM12%2014a2%202%200%201%200%200%204a2%202%200%200%200%200-4m6.5-13a4.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/train-wifi-fill.svg?color=%231a73e8&size=48