high speed train emoji
high-speed-train from Noto Emoji by Google Inc · Default · Travel & Places · Apache-2.0 Free for personal and commercial use.
- Name
- high-speed-train
- Set
- Noto Emoji
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More travel & places icons from Noto Emoji
Use the high speed train emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#455a64" d="M60.77 100.94h63.2v16.21h-63.2z"/><ellipse cx="93.63" cy="110.84" fill="#455a64" rx="13.12" ry="13.16"/><ellipse cx="93.63" cy="110.84" fill="#607d8b" rx="8.76" ry="8.78"/><path fill="#455a64" d="M90.51 110.84c0 1.73 1.4 3.13 3.12 3.13s3.12-1.4 3.12-3.13z"/><path fill="#0277bd" d="m20.07 97.68l-10.01 16.51c-1.51 2.34.5 2.96 1.83 2.96h54.08c.98 0 1.77-.6 2.61-1.25c3.62-2.78 5.38-5.06 13.91-5.06h41.5V97.68z"/><path fill="#004f84" d="m20.07 97.68l-6.89 11.36s5.2-3.92 19.56-3.92h91.27v-7.44z"/><path fill="#e0e0e0" d="M105.67 8.94L30.41 54.95C17.47 65.9 10.51 75.7 7.3 79.86c-6.06 7.85.31 14.37 1.52 15.28s9.55 6.4 23.91 6.4H124V4c-5.28 1.12-11.43 2.7-18.33 4.94"/><path fill="#37474f" d="m30.41 54.95l10.56-10.8c1.11-1.23 3.8-1.66 3.8-1.66l56.47-32.07l4.7-1.58c-1.61 8.53-9.44 20.55-33.44 32.27c-20.25 9.9-42.09 13.84-42.09 13.84"/><path fill="#bae2fd" d="M44.78 42.49s13.13-11.18 23.16-17.42c17.83-11.1 33.31-14.64 33.31-14.64c-2.51 8.25-8.12 15.65-30.68 25.78c-19.37 8.69-25.79 6.28-25.79 6.28"/><ellipse cx="27.33" cy="67.82" fill="#e2a610" rx="8.04" ry="4.02" transform="rotate(-44.927 27.332 67.821)"/><path fill="#ffca28" d="M33.34 62.54c-.01-.03-.03-.04-.05-.07c-1.64 0-3.84.98-5.91 2.81c-3.32 2.91-5.07 6.86-3.92 8.82c.01.03.03.04.05.07c1.64 0 3.84-.98 5.91-2.81c3.32-2.91 5.07-6.86 3.92-8.82"/><path fill="#0277bd" d="M94.02 68.83c-33.76 0-60.98 12.03-73.25 16.35c-8 2.82-13.31 1.97-16.05 1.03c-.31 4.88 1.73 7.25 4 9.16c2.46 2.07 9.65 6.17 24.01 6.17H124V68.83z"/><path fill="#82aec0" d="M94.02 68.83c-33.76 0-60.98 12.03-73.25 16.35c-8 2.82-13.31 1.97-16.05 1.03c-.15 2.4.27 4.19 1 5.62c2.92.69 10.11 1.34 17.38-.68c19.17-5.34 35.88-11.91 69.64-11.91h31.27V68.83z"/></svg>
React
import type { SVGProps } from "react";
export function NotoHighSpeedTrain(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#455a64" d="M60.77 100.94h63.2v16.21h-63.2z"/><ellipse cx="93.63" cy="110.84" fill="#455a64" rx="13.12" ry="13.16"/><ellipse cx="93.63" cy="110.84" fill="#607d8b" rx="8.76" ry="8.78"/><path fill="#455a64" d="M90.51 110.84c0 1.73 1.4 3.13 3.12 3.13s3.12-1.4 3.12-3.13z"/><path fill="#0277bd" d="m20.07 97.68l-10.01 16.51c-1.51 2.34.5 2.96 1.83 2.96h54.08c.98 0 1.77-.6 2.61-1.25c3.62-2.78 5.38-5.06 13.91-5.06h41.5V97.68z"/><path fill="#004f84" d="m20.07 97.68l-6.89 11.36s5.2-3.92 19.56-3.92h91.27v-7.44z"/><path fill="#e0e0e0" d="M105.67 8.94L30.41 54.95C17.47 65.9 10.51 75.7 7.3 79.86c-6.06 7.85.31 14.37 1.52 15.28s9.55 6.4 23.91 6.4H124V4c-5.28 1.12-11.43 2.7-18.33 4.94"/><path fill="#37474f" d="m30.41 54.95l10.56-10.8c1.11-1.23 3.8-1.66 3.8-1.66l56.47-32.07l4.7-1.58c-1.61 8.53-9.44 20.55-33.44 32.27c-20.25 9.9-42.09 13.84-42.09 13.84"/><path fill="#bae2fd" d="M44.78 42.49s13.13-11.18 23.16-17.42c17.83-11.1 33.31-14.64 33.31-14.64c-2.51 8.25-8.12 15.65-30.68 25.78c-19.37 8.69-25.79 6.28-25.79 6.28"/><ellipse cx="27.33" cy="67.82" fill="#e2a610" rx="8.04" ry="4.02" transform="rotate(-44.927 27.332 67.821)"/><path fill="#ffca28" d="M33.34 62.54c-.01-.03-.03-.04-.05-.07c-1.64 0-3.84.98-5.91 2.81c-3.32 2.91-5.07 6.86-3.92 8.82c.01.03.03.04.05.07c1.64 0 3.84-.98 5.91-2.81c3.32-2.91 5.07-6.86 3.92-8.82"/><path fill="#0277bd" d="M94.02 68.83c-33.76 0-60.98 12.03-73.25 16.35c-8 2.82-13.31 1.97-16.05 1.03c-.31 4.88 1.73 7.25 4 9.16c2.46 2.07 9.65 6.17 24.01 6.17H124V68.83z"/><path fill="#82aec0" d="M94.02 68.83c-33.76 0-60.98 12.03-73.25 16.35c-8 2.82-13.31 1.97-16.05 1.03c-.15 2.4.27 4.19 1 5.62c2.92.69 10.11 1.34 17.38-.68c19.17-5.34 35.88-11.91 69.64-11.91h31.27V68.83z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#455a64" d="M60.77 100.94h63.2v16.21h-63.2z"/><ellipse cx="93.63" cy="110.84" fill="#455a64" rx="13.12" ry="13.16"/><ellipse cx="93.63" cy="110.84" fill="#607d8b" rx="8.76" ry="8.78"/><path fill="#455a64" d="M90.51 110.84c0 1.73 1.4 3.13 3.12 3.13s3.12-1.4 3.12-3.13z"/><path fill="#0277bd" d="m20.07 97.68l-10.01 16.51c-1.51 2.34.5 2.96 1.83 2.96h54.08c.98 0 1.77-.6 2.61-1.25c3.62-2.78 5.38-5.06 13.91-5.06h41.5V97.68z"/><path fill="#004f84" d="m20.07 97.68l-6.89 11.36s5.2-3.92 19.56-3.92h91.27v-7.44z"/><path fill="#e0e0e0" d="M105.67 8.94L30.41 54.95C17.47 65.9 10.51 75.7 7.3 79.86c-6.06 7.85.31 14.37 1.52 15.28s9.55 6.4 23.91 6.4H124V4c-5.28 1.12-11.43 2.7-18.33 4.94"/><path fill="#37474f" d="m30.41 54.95l10.56-10.8c1.11-1.23 3.8-1.66 3.8-1.66l56.47-32.07l4.7-1.58c-1.61 8.53-9.44 20.55-33.44 32.27c-20.25 9.9-42.09 13.84-42.09 13.84"/><path fill="#bae2fd" d="M44.78 42.49s13.13-11.18 23.16-17.42c17.83-11.1 33.31-14.64 33.31-14.64c-2.51 8.25-8.12 15.65-30.68 25.78c-19.37 8.69-25.79 6.28-25.79 6.28"/><ellipse cx="27.33" cy="67.82" fill="#e2a610" rx="8.04" ry="4.02" transform="rotate(-44.927 27.332 67.821)"/><path fill="#ffca28" d="M33.34 62.54c-.01-.03-.03-.04-.05-.07c-1.64 0-3.84.98-5.91 2.81c-3.32 2.91-5.07 6.86-3.92 8.82c.01.03.03.04.05.07c1.64 0 3.84-.98 5.91-2.81c3.32-2.91 5.07-6.86 3.92-8.82"/><path fill="#0277bd" d="M94.02 68.83c-33.76 0-60.98 12.03-73.25 16.35c-8 2.82-13.31 1.97-16.05 1.03c-.31 4.88 1.73 7.25 4 9.16c2.46 2.07 9.65 6.17 24.01 6.17H124V68.83z"/><path fill="#82aec0" d="M94.02 68.83c-33.76 0-60.98 12.03-73.25 16.35c-8 2.82-13.31 1.97-16.05 1.03c-.15 2.4.27 4.19 1 5.62c2.92.69 10.11 1.34 17.38-.68c19.17-5.34 35.88-11.91 69.64-11.91h31.27V68.83z"/></svg> </template>
CSS
.icon-high-speed-train {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23455a64%22%20d%3D%22M60.77%20100.94h63.2v16.21h-63.2z%22%2F%3E%3Cellipse%20cx%3D%2293.63%22%20cy%3D%22110.84%22%20fill%3D%22%23455a64%22%20rx%3D%2213.12%22%20ry%3D%2213.16%22%2F%3E%3Cellipse%20cx%3D%2293.63%22%20cy%3D%22110.84%22%20fill%3D%22%23607d8b%22%20rx%3D%228.76%22%20ry%3D%228.78%22%2F%3E%3Cpath%20fill%3D%22%23455a64%22%20d%3D%22M90.51%20110.84c0%201.73%201.4%203.13%203.12%203.13s3.12-1.4%203.12-3.13z%22%2F%3E%3Cpath%20fill%3D%22%230277bd%22%20d%3D%22m20.07%2097.68l-10.01%2016.51c-1.51%202.34.5%202.96%201.83%202.96h54.08c.98%200%201.77-.6%202.61-1.25c3.62-2.78%205.38-5.06%2013.91-5.06h41.5V97.68z%22%2F%3E%3Cpath%20fill%3D%22%23004f84%22%20d%3D%22m20.07%2097.68l-6.89%2011.36s5.2-3.92%2019.56-3.92h91.27v-7.44z%22%2F%3E%3Cpath%20fill%3D%22%23e0e0e0%22%20d%3D%22M105.67%208.94L30.41%2054.95C17.47%2065.9%2010.51%2075.7%207.3%2079.86c-6.06%207.85.31%2014.37%201.52%2015.28s9.55%206.4%2023.91%206.4H124V4c-5.28%201.12-11.43%202.7-18.33%204.94%22%2F%3E%3Cpath%20fill%3D%22%2337474f%22%20d%3D%22m30.41%2054.95l10.56-10.8c1.11-1.23%203.8-1.66%203.8-1.66l56.47-32.07l4.7-1.58c-1.61%208.53-9.44%2020.55-33.44%2032.27c-20.25%209.9-42.09%2013.84-42.09%2013.84%22%2F%3E%3Cpath%20fill%3D%22%23bae2fd%22%20d%3D%22M44.78%2042.49s13.13-11.18%2023.16-17.42c17.83-11.1%2033.31-14.64%2033.31-14.64c-2.51%208.25-8.12%2015.65-30.68%2025.78c-19.37%208.69-25.79%206.28-25.79%206.28%22%2F%3E%3Cellipse%20cx%3D%2227.33%22%20cy%3D%2267.82%22%20fill%3D%22%23e2a610%22%20rx%3D%228.04%22%20ry%3D%224.02%22%20transform%3D%22rotate(-44.927%2027.332%2067.821)%22%2F%3E%3Cpath%20fill%3D%22%23ffca28%22%20d%3D%22M33.34%2062.54c-.01-.03-.03-.04-.05-.07c-1.64%200-3.84.98-5.91%202.81c-3.32%202.91-5.07%206.86-3.92%208.82c.01.03.03.04.05.07c1.64%200%203.84-.98%205.91-2.81c3.32-2.91%205.07-6.86%203.92-8.82%22%2F%3E%3Cpath%20fill%3D%22%230277bd%22%20d%3D%22M94.02%2068.83c-33.76%200-60.98%2012.03-73.25%2016.35c-8%202.82-13.31%201.97-16.05%201.03c-.31%204.88%201.73%207.25%204%209.16c2.46%202.07%209.65%206.17%2024.01%206.17H124V68.83z%22%2F%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22M94.02%2068.83c-33.76%200-60.98%2012.03-73.25%2016.35c-8%202.82-13.31%201.97-16.05%201.03c-.15%202.4.27%204.19%201%205.62c2.92.69%2010.11%201.34%2017.38-.68c19.17-5.34%2035.88-11.91%2069.64-11.91h31.27V68.83z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23455a64%22%20d%3D%22M60.77%20100.94h63.2v16.21h-63.2z%22%2F%3E%3Cellipse%20cx%3D%2293.63%22%20cy%3D%22110.84%22%20fill%3D%22%23455a64%22%20rx%3D%2213.12%22%20ry%3D%2213.16%22%2F%3E%3Cellipse%20cx%3D%2293.63%22%20cy%3D%22110.84%22%20fill%3D%22%23607d8b%22%20rx%3D%228.76%22%20ry%3D%228.78%22%2F%3E%3Cpath%20fill%3D%22%23455a64%22%20d%3D%22M90.51%20110.84c0%201.73%201.4%203.13%203.12%203.13s3.12-1.4%203.12-3.13z%22%2F%3E%3Cpath%20fill%3D%22%230277bd%22%20d%3D%22m20.07%2097.68l-10.01%2016.51c-1.51%202.34.5%202.96%201.83%202.96h54.08c.98%200%201.77-.6%202.61-1.25c3.62-2.78%205.38-5.06%2013.91-5.06h41.5V97.68z%22%2F%3E%3Cpath%20fill%3D%22%23004f84%22%20d%3D%22m20.07%2097.68l-6.89%2011.36s5.2-3.92%2019.56-3.92h91.27v-7.44z%22%2F%3E%3Cpath%20fill%3D%22%23e0e0e0%22%20d%3D%22M105.67%208.94L30.41%2054.95C17.47%2065.9%2010.51%2075.7%207.3%2079.86c-6.06%207.85.31%2014.37%201.52%2015.28s9.55%206.4%2023.91%206.4H124V4c-5.28%201.12-11.43%202.7-18.33%204.94%22%2F%3E%3Cpath%20fill%3D%22%2337474f%22%20d%3D%22m30.41%2054.95l10.56-10.8c1.11-1.23%203.8-1.66%203.8-1.66l56.47-32.07l4.7-1.58c-1.61%208.53-9.44%2020.55-33.44%2032.27c-20.25%209.9-42.09%2013.84-42.09%2013.84%22%2F%3E%3Cpath%20fill%3D%22%23bae2fd%22%20d%3D%22M44.78%2042.49s13.13-11.18%2023.16-17.42c17.83-11.1%2033.31-14.64%2033.31-14.64c-2.51%208.25-8.12%2015.65-30.68%2025.78c-19.37%208.69-25.79%206.28-25.79%206.28%22%2F%3E%3Cellipse%20cx%3D%2227.33%22%20cy%3D%2267.82%22%20fill%3D%22%23e2a610%22%20rx%3D%228.04%22%20ry%3D%224.02%22%20transform%3D%22rotate(-44.927%2027.332%2067.821)%22%2F%3E%3Cpath%20fill%3D%22%23ffca28%22%20d%3D%22M33.34%2062.54c-.01-.03-.03-.04-.05-.07c-1.64%200-3.84.98-5.91%202.81c-3.32%202.91-5.07%206.86-3.92%208.82c.01.03.03.04.05.07c1.64%200%203.84-.98%205.91-2.81c3.32-2.91%205.07-6.86%203.92-8.82%22%2F%3E%3Cpath%20fill%3D%22%230277bd%22%20d%3D%22M94.02%2068.83c-33.76%200-60.98%2012.03-73.25%2016.35c-8%202.82-13.31%201.97-16.05%201.03c-.31%204.88%201.73%207.25%204%209.16c2.46%202.07%209.65%206.17%2024.01%206.17H124V68.83z%22%2F%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22M94.02%2068.83c-33.76%200-60.98%2012.03-73.25%2016.35c-8%202.82-13.31%201.97-16.05%201.03c-.15%202.4.27%204.19%201%205.62c2.92.69%2010.11%201.34%2017.38-.68c19.17-5.34%2035.88-11.91%2069.64-11.91h31.27V68.83z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/high-speed-train.svg?color=%231a73e8&size=48