railway from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
railway
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Use the railway logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.09 10.56c-.05.33-.08.67-.09 1.01h15.19c-.05-.1-.13-.2-.2-.29C14.39 7.92 13 8.21 11 8.13c-.66-.03-1.12-.04-3.77-.04H2.77c-.19.47-.35.96-.47 1.45h7.79v1.01h-8Zm15.22 2.02H2.01c.02.27.04.54.08.8h14.13c.63 0 .98-.36 1.1-.8ZM2.88 16.15S5.22 21.9 11.99 22c4.04 0 7.52-2.4 9.1-5.85z"/><path fill="currentColor" d="M11.99 2C8.38 2 5.05 3.94 3.28 7.09h3.96c3.09 0 3.21 0 3.81.04h.37c1.3.06 2.9.2 4.16 1.15c.68.52 1.67 1.66 2.26 2.47c.54.75.7 1.62.33 2.45c-.34.76-1.07 1.21-1.96 1.21H2.33s.08.35.21.74H21.5c.34-1.01.51-2.07.51-3.14c0-5.53-4.48-10-10.01-10Z"/></svg>

React

import type { SVGProps } from "react";

export function BxlRailway(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.09 10.56c-.05.33-.08.67-.09 1.01h15.19c-.05-.1-.13-.2-.2-.29C14.39 7.92 13 8.21 11 8.13c-.66-.03-1.12-.04-3.77-.04H2.77c-.19.47-.35.96-.47 1.45h7.79v1.01h-8Zm15.22 2.02H2.01c.02.27.04.54.08.8h14.13c.63 0 .98-.36 1.1-.8ZM2.88 16.15S5.22 21.9 11.99 22c4.04 0 7.52-2.4 9.1-5.85z"/><path fill="currentColor" d="M11.99 2C8.38 2 5.05 3.94 3.28 7.09h3.96c3.09 0 3.21 0 3.81.04h.37c1.3.06 2.9.2 4.16 1.15c.68.52 1.67 1.66 2.26 2.47c.54.75.7 1.62.33 2.45c-.34.76-1.07 1.21-1.96 1.21H2.33s.08.35.21.74H21.5c.34-1.01.51-2.07.51-3.14c0-5.53-4.48-10-10.01-10Z"/></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.09 10.56c-.05.33-.08.67-.09 1.01h15.19c-.05-.1-.13-.2-.2-.29C14.39 7.92 13 8.21 11 8.13c-.66-.03-1.12-.04-3.77-.04H2.77c-.19.47-.35.96-.47 1.45h7.79v1.01h-8Zm15.22 2.02H2.01c.02.27.04.54.08.8h14.13c.63 0 .98-.36 1.1-.8ZM2.88 16.15S5.22 21.9 11.99 22c4.04 0 7.52-2.4 9.1-5.85z"/><path fill="currentColor" d="M11.99 2C8.38 2 5.05 3.94 3.28 7.09h3.96c3.09 0 3.21 0 3.81.04h.37c1.3.06 2.9.2 4.16 1.15c.68.52 1.67 1.66 2.26 2.47c.54.75.7 1.62.33 2.45c-.34.76-1.07 1.21-1.96 1.21H2.33s.08.35.21.74H21.5c.34-1.01.51-2.07.51-3.14c0-5.53-4.48-10-10.01-10Z"/></svg>
</template>

CSS

.icon-railway {
  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.09%2010.56c-.05.33-.08.67-.09%201.01h15.19c-.05-.1-.13-.2-.2-.29C14.39%207.92%2013%208.21%2011%208.13c-.66-.03-1.12-.04-3.77-.04H2.77c-.19.47-.35.96-.47%201.45h7.79v1.01h-8Zm15.22%202.02H2.01c.02.27.04.54.08.8h14.13c.63%200%20.98-.36%201.1-.8ZM2.88%2016.15S5.22%2021.9%2011.99%2022c4.04%200%207.52-2.4%209.1-5.85z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.99%202C8.38%202%205.05%203.94%203.28%207.09h3.96c3.09%200%203.21%200%203.81.04h.37c1.3.06%202.9.2%204.16%201.15c.68.52%201.67%201.66%202.26%202.47c.54.75.7%201.62.33%202.45c-.34.76-1.07%201.21-1.96%201.21H2.33s.08.35.21.74H21.5c.34-1.01.51-2.07.51-3.14c0-5.53-4.48-10-10.01-10Z%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.09%2010.56c-.05.33-.08.67-.09%201.01h15.19c-.05-.1-.13-.2-.2-.29C14.39%207.92%2013%208.21%2011%208.13c-.66-.03-1.12-.04-3.77-.04H2.77c-.19.47-.35.96-.47%201.45h7.79v1.01h-8Zm15.22%202.02H2.01c.02.27.04.54.08.8h14.13c.63%200%20.98-.36%201.1-.8ZM2.88%2016.15S5.22%2021.9%2011.99%2022c4.04%200%207.52-2.4%209.1-5.85z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.99%202C8.38%202%205.05%203.94%203.28%207.09h3.96c3.09%200%203.21%200%203.81.04h.37c1.3.06%202.9.2%204.16%201.15c.68.52%201.67%201.66%202.26%202.47c.54.75.7%201.62.33%202.45c-.34.76-1.07%201.21-1.96%201.21H2.33s.08.35.21.74H21.5c.34-1.01.51-2.07.51-3.14c0-5.53-4.48-10-10.01-10Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/railway.svg?color=%231a73e8&size=48