light-rail from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
light-rail
Set
Fluent Emoji High Contrast
Style
Default
Category
Travel & Places
Viewbox
32×32
License
MIT

The same emoji in other sets

More travel & places icons from Fluent Emoji High Contrast

Use the light rail emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M11 20a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2z"/><path d="M13.706 11.078A8 8 0 0 1 20.68 7H30v23H2v-3h6.78a1 1 0 0 1-.97-.758l-.327-1.312a5 5 0 0 1 .492-3.664zM10.96 18l-2.113 3.756A4 4 0 0 0 8.398 23H29v-1h-7a1 1 0 1 1 0-2h7v-2h-5.554c-1.535 0-2.498-1.659-1.736-2.992l1.138-1.993A4 4 0 0 1 26.321 11H29V9h-3.324a5 5 0 0 0-4.16 2.226l-3.032 4.547A5 5 0 0 1 14.324 18zm6.113-9a7 7 0 0 0-2.495 2.568L12.085 16h.342a5 5 0 0 0 4.069-2.094l2.375-3.325A1 1 0 0 0 18.057 9z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastLightRail(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M11 20a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2z"/><path d="M13.706 11.078A8 8 0 0 1 20.68 7H30v23H2v-3h6.78a1 1 0 0 1-.97-.758l-.327-1.312a5 5 0 0 1 .492-3.664zM10.96 18l-2.113 3.756A4 4 0 0 0 8.398 23H29v-1h-7a1 1 0 1 1 0-2h7v-2h-5.554c-1.535 0-2.498-1.659-1.736-2.992l1.138-1.993A4 4 0 0 1 26.321 11H29V9h-3.324a5 5 0 0 0-4.16 2.226l-3.032 4.547A5 5 0 0 1 14.324 18zm6.113-9a7 7 0 0 0-2.495 2.568L12.085 16h.342a5 5 0 0 0 4.069-2.094l2.375-3.325A1 1 0 0 0 18.057 9z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M11 20a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2z"/><path d="M13.706 11.078A8 8 0 0 1 20.68 7H30v23H2v-3h6.78a1 1 0 0 1-.97-.758l-.327-1.312a5 5 0 0 1 .492-3.664zM10.96 18l-2.113 3.756A4 4 0 0 0 8.398 23H29v-1h-7a1 1 0 1 1 0-2h7v-2h-5.554c-1.535 0-2.498-1.659-1.736-2.992l1.138-1.993A4 4 0 0 1 26.321 11H29V9h-3.324a5 5 0 0 0-4.16 2.226l-3.032 4.547A5 5 0 0 1 14.324 18zm6.113-9a7 7 0 0 0-2.495 2.568L12.085 16h.342a5 5 0 0 0 4.069-2.094l2.375-3.325A1 1 0 0 0 18.057 9z"/></g></svg>
</template>

CSS

.icon-light-rail {
  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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11%2020a1%201%200%201%200%200%202h2a1%201%200%201%200%200-2z%22%2F%3E%3Cpath%20d%3D%22M13.706%2011.078A8%208%200%200%201%2020.68%207H30v23H2v-3h6.78a1%201%200%200%201-.97-.758l-.327-1.312a5%205%200%200%201%20.492-3.664zM10.96%2018l-2.113%203.756A4%204%200%200%200%208.398%2023H29v-1h-7a1%201%200%201%201%200-2h7v-2h-5.554c-1.535%200-2.498-1.659-1.736-2.992l1.138-1.993A4%204%200%200%201%2026.321%2011H29V9h-3.324a5%205%200%200%200-4.16%202.226l-3.032%204.547A5%205%200%200%201%2014.324%2018zm6.113-9a7%207%200%200%200-2.495%202.568L12.085%2016h.342a5%205%200%200%200%204.069-2.094l2.375-3.325A1%201%200%200%200%2018.057%209z%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11%2020a1%201%200%201%200%200%202h2a1%201%200%201%200%200-2z%22%2F%3E%3Cpath%20d%3D%22M13.706%2011.078A8%208%200%200%201%2020.68%207H30v23H2v-3h6.78a1%201%200%200%201-.97-.758l-.327-1.312a5%205%200%200%201%20.492-3.664zM10.96%2018l-2.113%203.756A4%204%200%200%200%208.398%2023H29v-1h-7a1%201%200%201%201%200-2h7v-2h-5.554c-1.535%200-2.498-1.659-1.736-2.992l1.138-1.993A4%204%200%200%201%2026.321%2011H29V9h-3.324a5%205%200%200%200-4.16%202.226l-3.032%204.547A5%205%200%200%201%2014.324%2018zm6.113-9a7%207%200%200%200-2.495%202.568L12.085%2016h.342a5%205%200%200%200%204.069-2.094l2.375-3.325A1%201%200%200%200%2018.057%209z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/light-rail.svg?color=%231a73e8&size=48