railway logo
railway from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- railway
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
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 256 256"><path fill="#100f13" d="M11.254 181.077h233.088C224.132 225.249 179.643 256 127.865 256c-86.63-1.308-116.61-74.923-116.61-74.923M127.864 0C198.633 0 256 57.339 256 128.054a127.6 127.6 0 0 1-6.524 40.164H6.818a141 141 0 0 1-2.645-9.437H181.94c11.358 0 20.737-5.812 25.096-15.554c4.736-10.6 2.732-21.665-4.233-31.29c-7.535-10.406-20.174-25.012-28.928-31.63c-16.126-12.201-36.622-13.991-53.297-14.547l-4.787-.177c-7.731-.323-9.202-.5-48.78-.5v.014c-.007 0-33.49.02-50.683.056C38.328 26.29 79.988 0 127.864 0M.1 135.424h195.883c-1.466 5.676-5.98 10.25-14.041 10.25H1.094c-.466-3.37-.79-6.787-.994-10.25m66.875-57.49c33.947 0 39.73.141 48.259.492c25.58 1.09 43.462-2.633 76.705 40.315c.92 1.17 1.832 2.366 2.51 3.693H0c.182-4.314.58-8.616 1.189-12.89h102.21V96.567H3.758c1.169-5.3 3.57-11.814 6.06-18.535c19.236-.052 38.988-.098 57.158-.098"/></svg>
React
import type { SVGProps } from "react";
export function LogosRailway(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#100f13" d="M11.254 181.077h233.088C224.132 225.249 179.643 256 127.865 256c-86.63-1.308-116.61-74.923-116.61-74.923M127.864 0C198.633 0 256 57.339 256 128.054a127.6 127.6 0 0 1-6.524 40.164H6.818a141 141 0 0 1-2.645-9.437H181.94c11.358 0 20.737-5.812 25.096-15.554c4.736-10.6 2.732-21.665-4.233-31.29c-7.535-10.406-20.174-25.012-28.928-31.63c-16.126-12.201-36.622-13.991-53.297-14.547l-4.787-.177c-7.731-.323-9.202-.5-48.78-.5v.014c-.007 0-33.49.02-50.683.056C38.328 26.29 79.988 0 127.864 0M.1 135.424h195.883c-1.466 5.676-5.98 10.25-14.041 10.25H1.094c-.466-3.37-.79-6.787-.994-10.25m66.875-57.49c33.947 0 39.73.141 48.259.492c25.58 1.09 43.462-2.633 76.705 40.315c.92 1.17 1.832 2.366 2.51 3.693H0c.182-4.314.58-8.616 1.189-12.89h102.21V96.567H3.758c1.169-5.3 3.57-11.814 6.06-18.535c19.236-.052 38.988-.098 57.158-.098"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#100f13" d="M11.254 181.077h233.088C224.132 225.249 179.643 256 127.865 256c-86.63-1.308-116.61-74.923-116.61-74.923M127.864 0C198.633 0 256 57.339 256 128.054a127.6 127.6 0 0 1-6.524 40.164H6.818a141 141 0 0 1-2.645-9.437H181.94c11.358 0 20.737-5.812 25.096-15.554c4.736-10.6 2.732-21.665-4.233-31.29c-7.535-10.406-20.174-25.012-28.928-31.63c-16.126-12.201-36.622-13.991-53.297-14.547l-4.787-.177c-7.731-.323-9.202-.5-48.78-.5v.014c-.007 0-33.49.02-50.683.056C38.328 26.29 79.988 0 127.864 0M.1 135.424h195.883c-1.466 5.676-5.98 10.25-14.041 10.25H1.094c-.466-3.37-.79-6.787-.994-10.25m66.875-57.49c33.947 0 39.73.141 48.259.492c25.58 1.09 43.462-2.633 76.705 40.315c.92 1.17 1.832 2.366 2.51 3.693H0c.182-4.314.58-8.616 1.189-12.89h102.21V96.567H3.758c1.169-5.3 3.57-11.814 6.06-18.535c19.236-.052 38.988-.098 57.158-.098"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22%23100f13%22%20d%3D%22M11.254%20181.077h233.088C224.132%20225.249%20179.643%20256%20127.865%20256c-86.63-1.308-116.61-74.923-116.61-74.923M127.864%200C198.633%200%20256%2057.339%20256%20128.054a127.6%20127.6%200%200%201-6.524%2040.164H6.818a141%20141%200%200%201-2.645-9.437H181.94c11.358%200%2020.737-5.812%2025.096-15.554c4.736-10.6%202.732-21.665-4.233-31.29c-7.535-10.406-20.174-25.012-28.928-31.63c-16.126-12.201-36.622-13.991-53.297-14.547l-4.787-.177c-7.731-.323-9.202-.5-48.78-.5v.014c-.007%200-33.49.02-50.683.056C38.328%2026.29%2079.988%200%20127.864%200M.1%20135.424h195.883c-1.466%205.676-5.98%2010.25-14.041%2010.25H1.094c-.466-3.37-.79-6.787-.994-10.25m66.875-57.49c33.947%200%2039.73.141%2048.259.492c25.58%201.09%2043.462-2.633%2076.705%2040.315c.92%201.17%201.832%202.366%202.51%203.693H0c.182-4.314.58-8.616%201.189-12.89h102.21V96.567H3.758c1.169-5.3%203.57-11.814%206.06-18.535c19.236-.052%2038.988-.098%2057.158-.098%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%20256%20256%22%3E%3Cpath%20fill%3D%22%23100f13%22%20d%3D%22M11.254%20181.077h233.088C224.132%20225.249%20179.643%20256%20127.865%20256c-86.63-1.308-116.61-74.923-116.61-74.923M127.864%200C198.633%200%20256%2057.339%20256%20128.054a127.6%20127.6%200%200%201-6.524%2040.164H6.818a141%20141%200%200%201-2.645-9.437H181.94c11.358%200%2020.737-5.812%2025.096-15.554c4.736-10.6%202.732-21.665-4.233-31.29c-7.535-10.406-20.174-25.012-28.928-31.63c-16.126-12.201-36.622-13.991-53.297-14.547l-4.787-.177c-7.731-.323-9.202-.5-48.78-.5v.014c-.007%200-33.49.02-50.683.056C38.328%2026.29%2079.988%200%20127.864%200M.1%20135.424h195.883c-1.466%205.676-5.98%2010.25-14.041%2010.25H1.094c-.466-3.37-.79-6.787-.994-10.25m66.875-57.49c33.947%200%2039.73.141%2048.259.492c25.58%201.09%2043.462-2.633%2076.705%2040.315c.92%201.17%201.832%202.366%202.51%203.693H0c.182-4.314.58-8.616%201.189-12.89h102.21V96.567H3.758c1.169-5.3%203.57-11.814%206.06-18.535c19.236-.052%2038.988-.098%2057.158-.098%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/railway.svg?color=%231a73e8&size=48