station emoji
station from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- station
- 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 station emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M13 19h-2c-.55 0-1-.45-1-1s.45-1 1-1h2c.55 0 1 .45 1 1c0 .56-.44 1-1 1m5 0h-2c-.55 0-1-.45-1-1s.45-1 1-1h2c.55 0 1 .45 1 1c0 .56-.44 1-1 1m.5-11h-8c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h8c.28 0 .5.22.5.5s-.22.5-.5.5"/><path d="M8 4c0-.551.44-1 .98-1h11.04c.54 0 .98.449.98 1h.061C22.131 4 23 4.85 23 5.91v13.08c0 1.777-1.165 3.278-2.784 3.807l.848 1.266c.772 1.152 1.578 2.354 1.732 2.602c.338.539.318.934.068 1.261s-.636.347-.954.347H7.078c-.17.001-.751.006-1.018-.453c-.246-.425-.02-.797.162-1.098l.07-.115c.064-.113.578-.844 1.185-1.706c.482-.685 1.022-1.453 1.443-2.062l-.063-.019C7.201 22.314 6 20.794 6 18.99V5.91C6 4.85 6.86 4 7.929 4zm0 12v2.55C8 19.9 9.1 21 10.45 21h8.1C19.9 21 21 19.9 21 18.55V16zm0-1h13v-5H8zm13-6.55C21 7.1 19.9 6 18.55 6h-8.1C9.1 6 8 7.1 8 8.45v.536h13zM9.309 24.996h10.369l-.053-.097a4 4 0 0 0-.237-.41c-.183-.269-.478-.5-.873-.5h-8.016c-.453 0-.808.376-.885.5c-.062.101-.244.404-.305.507m-1.303 1.99h13.008c-.07-.108-.368-.557-.445-.672c-.14-.21-.453-.328-.665-.328H9.356c-.453 0-.964.423-1.07.596a6 6 0 0 1-.28.405"/><path d="M25 6.98c0-.54.44-.98.98-.98h3.04c.54 0 .98.44.98.98v5.04c0 .54-.44.98-.98.98H28v7.004L30 20v9l-6.58-6.55c-.9-.9-.26-2.44 1.01-2.44l2.57-.005V13h-1.02c-.54 0-.98-.44-.98-.98zM29 9h-3v3h3zm-4.57 12.01a.43.43 0 0 0-.303.732L29 26.593v-5.591z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastStation(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="M13 19h-2c-.55 0-1-.45-1-1s.45-1 1-1h2c.55 0 1 .45 1 1c0 .56-.44 1-1 1m5 0h-2c-.55 0-1-.45-1-1s.45-1 1-1h2c.55 0 1 .45 1 1c0 .56-.44 1-1 1m.5-11h-8c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h8c.28 0 .5.22.5.5s-.22.5-.5.5"/><path d="M8 4c0-.551.44-1 .98-1h11.04c.54 0 .98.449.98 1h.061C22.131 4 23 4.85 23 5.91v13.08c0 1.777-1.165 3.278-2.784 3.807l.848 1.266c.772 1.152 1.578 2.354 1.732 2.602c.338.539.318.934.068 1.261s-.636.347-.954.347H7.078c-.17.001-.751.006-1.018-.453c-.246-.425-.02-.797.162-1.098l.07-.115c.064-.113.578-.844 1.185-1.706c.482-.685 1.022-1.453 1.443-2.062l-.063-.019C7.201 22.314 6 20.794 6 18.99V5.91C6 4.85 6.86 4 7.929 4zm0 12v2.55C8 19.9 9.1 21 10.45 21h8.1C19.9 21 21 19.9 21 18.55V16zm0-1h13v-5H8zm13-6.55C21 7.1 19.9 6 18.55 6h-8.1C9.1 6 8 7.1 8 8.45v.536h13zM9.309 24.996h10.369l-.053-.097a4 4 0 0 0-.237-.41c-.183-.269-.478-.5-.873-.5h-8.016c-.453 0-.808.376-.885.5c-.062.101-.244.404-.305.507m-1.303 1.99h13.008c-.07-.108-.368-.557-.445-.672c-.14-.21-.453-.328-.665-.328H9.356c-.453 0-.964.423-1.07.596a6 6 0 0 1-.28.405"/><path d="M25 6.98c0-.54.44-.98.98-.98h3.04c.54 0 .98.44.98.98v5.04c0 .54-.44.98-.98.98H28v7.004L30 20v9l-6.58-6.55c-.9-.9-.26-2.44 1.01-2.44l2.57-.005V13h-1.02c-.54 0-.98-.44-.98-.98zM29 9h-3v3h3zm-4.57 12.01a.43.43 0 0 0-.303.732L29 26.593v-5.591z"/></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="M13 19h-2c-.55 0-1-.45-1-1s.45-1 1-1h2c.55 0 1 .45 1 1c0 .56-.44 1-1 1m5 0h-2c-.55 0-1-.45-1-1s.45-1 1-1h2c.55 0 1 .45 1 1c0 .56-.44 1-1 1m.5-11h-8c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h8c.28 0 .5.22.5.5s-.22.5-.5.5"/><path d="M8 4c0-.551.44-1 .98-1h11.04c.54 0 .98.449.98 1h.061C22.131 4 23 4.85 23 5.91v13.08c0 1.777-1.165 3.278-2.784 3.807l.848 1.266c.772 1.152 1.578 2.354 1.732 2.602c.338.539.318.934.068 1.261s-.636.347-.954.347H7.078c-.17.001-.751.006-1.018-.453c-.246-.425-.02-.797.162-1.098l.07-.115c.064-.113.578-.844 1.185-1.706c.482-.685 1.022-1.453 1.443-2.062l-.063-.019C7.201 22.314 6 20.794 6 18.99V5.91C6 4.85 6.86 4 7.929 4zm0 12v2.55C8 19.9 9.1 21 10.45 21h8.1C19.9 21 21 19.9 21 18.55V16zm0-1h13v-5H8zm13-6.55C21 7.1 19.9 6 18.55 6h-8.1C9.1 6 8 7.1 8 8.45v.536h13zM9.309 24.996h10.369l-.053-.097a4 4 0 0 0-.237-.41c-.183-.269-.478-.5-.873-.5h-8.016c-.453 0-.808.376-.885.5c-.062.101-.244.404-.305.507m-1.303 1.99h13.008c-.07-.108-.368-.557-.445-.672c-.14-.21-.453-.328-.665-.328H9.356c-.453 0-.964.423-1.07.596a6 6 0 0 1-.28.405"/><path d="M25 6.98c0-.54.44-.98.98-.98h3.04c.54 0 .98.44.98.98v5.04c0 .54-.44.98-.98.98H28v7.004L30 20v9l-6.58-6.55c-.9-.9-.26-2.44 1.01-2.44l2.57-.005V13h-1.02c-.54 0-.98-.44-.98-.98zM29 9h-3v3h3zm-4.57 12.01a.43.43 0 0 0-.303.732L29 26.593v-5.591z"/></g></svg> </template>
CSS
.icon-station {
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%22M13%2019h-2c-.55%200-1-.45-1-1s.45-1%201-1h2c.55%200%201%20.45%201%201c0%20.56-.44%201-1%201m5%200h-2c-.55%200-1-.45-1-1s.45-1%201-1h2c.55%200%201%20.45%201%201c0%20.56-.44%201-1%201m.5-11h-8c-.28%200-.5-.22-.5-.5s.22-.5.5-.5h8c.28%200%20.5.22.5.5s-.22.5-.5.5%22%2F%3E%3Cpath%20d%3D%22M8%204c0-.551.44-1%20.98-1h11.04c.54%200%20.98.449.98%201h.061C22.131%204%2023%204.85%2023%205.91v13.08c0%201.777-1.165%203.278-2.784%203.807l.848%201.266c.772%201.152%201.578%202.354%201.732%202.602c.338.539.318.934.068%201.261s-.636.347-.954.347H7.078c-.17.001-.751.006-1.018-.453c-.246-.425-.02-.797.162-1.098l.07-.115c.064-.113.578-.844%201.185-1.706c.482-.685%201.022-1.453%201.443-2.062l-.063-.019C7.201%2022.314%206%2020.794%206%2018.99V5.91C6%204.85%206.86%204%207.929%204zm0%2012v2.55C8%2019.9%209.1%2021%2010.45%2021h8.1C19.9%2021%2021%2019.9%2021%2018.55V16zm0-1h13v-5H8zm13-6.55C21%207.1%2019.9%206%2018.55%206h-8.1C9.1%206%208%207.1%208%208.45v.536h13zM9.309%2024.996h10.369l-.053-.097a4%204%200%200%200-.237-.41c-.183-.269-.478-.5-.873-.5h-8.016c-.453%200-.808.376-.885.5c-.062.101-.244.404-.305.507m-1.303%201.99h13.008c-.07-.108-.368-.557-.445-.672c-.14-.21-.453-.328-.665-.328H9.356c-.453%200-.964.423-1.07.596a6%206%200%200%201-.28.405%22%2F%3E%3Cpath%20d%3D%22M25%206.98c0-.54.44-.98.98-.98h3.04c.54%200%20.98.44.98.98v5.04c0%20.54-.44.98-.98.98H28v7.004L30%2020v9l-6.58-6.55c-.9-.9-.26-2.44%201.01-2.44l2.57-.005V13h-1.02c-.54%200-.98-.44-.98-.98zM29%209h-3v3h3zm-4.57%2012.01a.43.43%200%200%200-.303.732L29%2026.593v-5.591z%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%22M13%2019h-2c-.55%200-1-.45-1-1s.45-1%201-1h2c.55%200%201%20.45%201%201c0%20.56-.44%201-1%201m5%200h-2c-.55%200-1-.45-1-1s.45-1%201-1h2c.55%200%201%20.45%201%201c0%20.56-.44%201-1%201m.5-11h-8c-.28%200-.5-.22-.5-.5s.22-.5.5-.5h8c.28%200%20.5.22.5.5s-.22.5-.5.5%22%2F%3E%3Cpath%20d%3D%22M8%204c0-.551.44-1%20.98-1h11.04c.54%200%20.98.449.98%201h.061C22.131%204%2023%204.85%2023%205.91v13.08c0%201.777-1.165%203.278-2.784%203.807l.848%201.266c.772%201.152%201.578%202.354%201.732%202.602c.338.539.318.934.068%201.261s-.636.347-.954.347H7.078c-.17.001-.751.006-1.018-.453c-.246-.425-.02-.797.162-1.098l.07-.115c.064-.113.578-.844%201.185-1.706c.482-.685%201.022-1.453%201.443-2.062l-.063-.019C7.201%2022.314%206%2020.794%206%2018.99V5.91C6%204.85%206.86%204%207.929%204zm0%2012v2.55C8%2019.9%209.1%2021%2010.45%2021h8.1C19.9%2021%2021%2019.9%2021%2018.55V16zm0-1h13v-5H8zm13-6.55C21%207.1%2019.9%206%2018.55%206h-8.1C9.1%206%208%207.1%208%208.45v.536h13zM9.309%2024.996h10.369l-.053-.097a4%204%200%200%200-.237-.41c-.183-.269-.478-.5-.873-.5h-8.016c-.453%200-.808.376-.885.5c-.062.101-.244.404-.305.507m-1.303%201.99h13.008c-.07-.108-.368-.557-.445-.672c-.14-.21-.453-.328-.665-.328H9.356c-.453%200-.964.423-1.07.596a6%206%200%200%201-.28.405%22%2F%3E%3Cpath%20d%3D%22M25%206.98c0-.54.44-.98.98-.98h3.04c.54%200%20.98.44.98.98v5.04c0%20.54-.44.98-.98.98H28v7.004L30%2020v9l-6.58-6.55c-.9-.9-.26-2.44%201.01-2.44l2.57-.005V13h-1.02c-.54%200-.98-.44-.98-.98zM29%209h-3v3h3zm-4.57%2012.01a.43.43%200%200%200-.303.732L29%2026.593v-5.591z%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/station.svg?color=%231a73e8&size=48