file type light railway logo

file-type-light-railway from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-light-railway
Set
VSCode Icons
Style
Color
Viewbox
1152×1152
License
MIT

Related icons in VSCode Icons

Use the file type light railway logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-64 -64 1152 1152"><path fill="#100f13" d="M4.756 438.175A521 521 0 0 0 0 489.735h777.799c-2.716-5.306-6.365-10.09-10.045-14.772c-132.97-171.791-204.498-156.896-306.819-161.26c-34.114-1.403-57.249-1.967-193.037-1.967c-72.677 0-151.688.185-228.628.39c-9.96 26.884-19.566 52.942-24.243 74.14h398.571v51.909zM783.93 541.696H.399c.82 13.851 2.112 27.517 3.978 40.999h723.39c32.248 0 50.299-18.297 56.162-40.999ZM45.017 724.306S164.941 1018.77 511.46 1024c207.112 0 385.071-123.006 465.907-299.694z"/><path fill="#100f13" d="M511.454 0C319.953 0 153.311 105.16 65.31 260.612c68.771-.144 202.704-.226 202.704-.226h.031v-.051c158.309 0 164.193.707 195.118 1.998l19.149.706c66.7 2.224 148.683 9.384 213.19 58.19c35.015 26.471 85.571 84.896 115.708 126.52c27.861 38.499 35.876 82.756 16.933 125.158c-17.436 38.97-54.952 62.215-100.383 62.215H16.69s4.233 17.944 10.58 37.751h970.632A510.4 510.4 0 0 0 1024 512.218C1024.01 229.355 794.532 0 511.454 0"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeLightRailway(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-64 -64 1152 1152"><path fill="#100f13" d="M4.756 438.175A521 521 0 0 0 0 489.735h777.799c-2.716-5.306-6.365-10.09-10.045-14.772c-132.97-171.791-204.498-156.896-306.819-161.26c-34.114-1.403-57.249-1.967-193.037-1.967c-72.677 0-151.688.185-228.628.39c-9.96 26.884-19.566 52.942-24.243 74.14h398.571v51.909zM783.93 541.696H.399c.82 13.851 2.112 27.517 3.978 40.999h723.39c32.248 0 50.299-18.297 56.162-40.999ZM45.017 724.306S164.941 1018.77 511.46 1024c207.112 0 385.071-123.006 465.907-299.694z"/><path fill="#100f13" d="M511.454 0C319.953 0 153.311 105.16 65.31 260.612c68.771-.144 202.704-.226 202.704-.226h.031v-.051c158.309 0 164.193.707 195.118 1.998l19.149.706c66.7 2.224 148.683 9.384 213.19 58.19c35.015 26.471 85.571 84.896 115.708 126.52c27.861 38.499 35.876 82.756 16.933 125.158c-17.436 38.97-54.952 62.215-100.383 62.215H16.69s4.233 17.944 10.58 37.751h970.632A510.4 510.4 0 0 0 1024 512.218C1024.01 229.355 794.532 0 511.454 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-64 -64 1152 1152"><path fill="#100f13" d="M4.756 438.175A521 521 0 0 0 0 489.735h777.799c-2.716-5.306-6.365-10.09-10.045-14.772c-132.97-171.791-204.498-156.896-306.819-161.26c-34.114-1.403-57.249-1.967-193.037-1.967c-72.677 0-151.688.185-228.628.39c-9.96 26.884-19.566 52.942-24.243 74.14h398.571v51.909zM783.93 541.696H.399c.82 13.851 2.112 27.517 3.978 40.999h723.39c32.248 0 50.299-18.297 56.162-40.999ZM45.017 724.306S164.941 1018.77 511.46 1024c207.112 0 385.071-123.006 465.907-299.694z"/><path fill="#100f13" d="M511.454 0C319.953 0 153.311 105.16 65.31 260.612c68.771-.144 202.704-.226 202.704-.226h.031v-.051c158.309 0 164.193.707 195.118 1.998l19.149.706c66.7 2.224 148.683 9.384 213.19 58.19c35.015 26.471 85.571 84.896 115.708 126.52c27.861 38.499 35.876 82.756 16.933 125.158c-17.436 38.97-54.952 62.215-100.383 62.215H16.69s4.233 17.944 10.58 37.751h970.632A510.4 510.4 0 0 0 1024 512.218C1024.01 229.355 794.532 0 511.454 0"/></svg>
</template>

CSS

.icon-file-type-light-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%22-64%20-64%201152%201152%22%3E%3Cpath%20fill%3D%22%23100f13%22%20d%3D%22M4.756%20438.175A521%20521%200%200%200%200%20489.735h777.799c-2.716-5.306-6.365-10.09-10.045-14.772c-132.97-171.791-204.498-156.896-306.819-161.26c-34.114-1.403-57.249-1.967-193.037-1.967c-72.677%200-151.688.185-228.628.39c-9.96%2026.884-19.566%2052.942-24.243%2074.14h398.571v51.909zM783.93%20541.696H.399c.82%2013.851%202.112%2027.517%203.978%2040.999h723.39c32.248%200%2050.299-18.297%2056.162-40.999ZM45.017%20724.306S164.941%201018.77%20511.46%201024c207.112%200%20385.071-123.006%20465.907-299.694z%22%2F%3E%3Cpath%20fill%3D%22%23100f13%22%20d%3D%22M511.454%200C319.953%200%20153.311%20105.16%2065.31%20260.612c68.771-.144%20202.704-.226%20202.704-.226h.031v-.051c158.309%200%20164.193.707%20195.118%201.998l19.149.706c66.7%202.224%20148.683%209.384%20213.19%2058.19c35.015%2026.471%2085.571%2084.896%20115.708%20126.52c27.861%2038.499%2035.876%2082.756%2016.933%20125.158c-17.436%2038.97-54.952%2062.215-100.383%2062.215H16.69s4.233%2017.944%2010.58%2037.751h970.632A510.4%20510.4%200%200%200%201024%20512.218C1024.01%20229.355%20794.532%200%20511.454%200%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%22-64%20-64%201152%201152%22%3E%3Cpath%20fill%3D%22%23100f13%22%20d%3D%22M4.756%20438.175A521%20521%200%200%200%200%20489.735h777.799c-2.716-5.306-6.365-10.09-10.045-14.772c-132.97-171.791-204.498-156.896-306.819-161.26c-34.114-1.403-57.249-1.967-193.037-1.967c-72.677%200-151.688.185-228.628.39c-9.96%2026.884-19.566%2052.942-24.243%2074.14h398.571v51.909zM783.93%20541.696H.399c.82%2013.851%202.112%2027.517%203.978%2040.999h723.39c32.248%200%2050.299-18.297%2056.162-40.999ZM45.017%20724.306S164.941%201018.77%20511.46%201024c207.112%200%20385.071-123.006%20465.907-299.694z%22%2F%3E%3Cpath%20fill%3D%22%23100f13%22%20d%3D%22M511.454%200C319.953%200%20153.311%20105.16%2065.31%20260.612c68.771-.144%20202.704-.226%20202.704-.226h.031v-.051c158.309%200%20164.193.707%20195.118%201.998l19.149.706c66.7%202.224%20148.683%209.384%20213.19%2058.19c35.015%2026.471%2085.571%2084.896%20115.708%20126.52c27.861%2038.499%2035.876%2082.756%2016.933%20125.158c-17.436%2038.97-54.952%2062.215-100.383%2062.215H16.69s4.233%2017.944%2010.58%2037.751h970.632A510.4%20510.4%200%200%200%201024%20512.218C1024.01%20229.355%20794.532%200%20511.454%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-light-railway.svg?color=%231a73e8&size=48