station from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
station
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-station

The same icon in other sets

Use the station icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2" fill="currentColor"/><path fill="currentColor" d="m7.758 16.243l1.414-1.415a3.97 3.97 0 0 1-1.173-2.831c0-1.068.417-2.071 1.173-2.825L7.758 7.756a5.96 5.96 0 0 0-1.76 4.24c0 1.604.625 3.112 1.76 4.247m8.484 0A5.96 5.96 0 0 0 18 12a5.96 5.96 0 0 0-1.758-4.243l-1.414 1.414C15.584 9.927 16 10.932 16 12s-.416 2.073-1.172 2.829z"/><path fill="currentColor" d="M6.344 17.657a7.95 7.95 0 0 1-2.345-5.659c0-2.137.833-4.145 2.345-5.654L4.93 4.929c-1.89 1.886-2.931 4.397-2.931 7.069s1.041 5.183 2.931 7.073zM17.657 6.343A7.95 7.95 0 0 1 20 12a7.95 7.95 0 0 1-2.343 5.657l1.414 1.414A9.93 9.93 0 0 0 22 12a9.93 9.93 0 0 0-2.929-7.071z"/></svg>

React

import type { SVGProps } from "react";

export function BxStation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2" fill="currentColor"/><path fill="currentColor" d="m7.758 16.243l1.414-1.415a3.97 3.97 0 0 1-1.173-2.831c0-1.068.417-2.071 1.173-2.825L7.758 7.756a5.96 5.96 0 0 0-1.76 4.24c0 1.604.625 3.112 1.76 4.247m8.484 0A5.96 5.96 0 0 0 18 12a5.96 5.96 0 0 0-1.758-4.243l-1.414 1.414C15.584 9.927 16 10.932 16 12s-.416 2.073-1.172 2.829z"/><path fill="currentColor" d="M6.344 17.657a7.95 7.95 0 0 1-2.345-5.659c0-2.137.833-4.145 2.345-5.654L4.93 4.929c-1.89 1.886-2.931 4.397-2.931 7.069s1.041 5.183 2.931 7.073zM17.657 6.343A7.95 7.95 0 0 1 20 12a7.95 7.95 0 0 1-2.343 5.657l1.414 1.414A9.93 9.93 0 0 0 22 12a9.93 9.93 0 0 0-2.929-7.071z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2" fill="currentColor"/><path fill="currentColor" d="m7.758 16.243l1.414-1.415a3.97 3.97 0 0 1-1.173-2.831c0-1.068.417-2.071 1.173-2.825L7.758 7.756a5.96 5.96 0 0 0-1.76 4.24c0 1.604.625 3.112 1.76 4.247m8.484 0A5.96 5.96 0 0 0 18 12a5.96 5.96 0 0 0-1.758-4.243l-1.414 1.414C15.584 9.927 16 10.932 16 12s-.416 2.073-1.172 2.829z"/><path fill="currentColor" d="M6.344 17.657a7.95 7.95 0 0 1-2.345-5.659c0-2.137.833-4.145 2.345-5.654L4.93 4.929c-1.89 1.886-2.931 4.397-2.931 7.069s1.041 5.183 2.931 7.073zM17.657 6.343A7.95 7.95 0 0 1 20 12a7.95 7.95 0 0 1-2.343 5.657l1.414 1.414A9.93 9.93 0 0 0 22 12a9.93 9.93 0 0 0-2.929-7.071z"/></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%2024%2024%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.758%2016.243l1.414-1.415a3.97%203.97%200%200%201-1.173-2.831c0-1.068.417-2.071%201.173-2.825L7.758%207.756a5.96%205.96%200%200%200-1.76%204.24c0%201.604.625%203.112%201.76%204.247m8.484%200A5.96%205.96%200%200%200%2018%2012a5.96%205.96%200%200%200-1.758-4.243l-1.414%201.414C15.584%209.927%2016%2010.932%2016%2012s-.416%202.073-1.172%202.829z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.344%2017.657a7.95%207.95%200%200%201-2.345-5.659c0-2.137.833-4.145%202.345-5.654L4.93%204.929c-1.89%201.886-2.931%204.397-2.931%207.069s1.041%205.183%202.931%207.073zM17.657%206.343A7.95%207.95%200%200%201%2020%2012a7.95%207.95%200%200%201-2.343%205.657l1.414%201.414A9.93%209.93%200%200%200%2022%2012a9.93%209.93%200%200%200-2.929-7.071z%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%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.758%2016.243l1.414-1.415a3.97%203.97%200%200%201-1.173-2.831c0-1.068.417-2.071%201.173-2.825L7.758%207.756a5.96%205.96%200%200%200-1.76%204.24c0%201.604.625%203.112%201.76%204.247m8.484%200A5.96%205.96%200%200%200%2018%2012a5.96%205.96%200%200%200-1.758-4.243l-1.414%201.414C15.584%209.927%2016%2010.932%2016%2012s-.416%202.073-1.172%202.829z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.344%2017.657a7.95%207.95%200%200%201-2.345-5.659c0-2.137.833-4.145%202.345-5.654L4.93%204.929c-1.89%201.886-2.931%204.397-2.931%207.069s1.041%205.183%202.931%207.073zM17.657%206.343A7.95%207.95%200%200%201%2020%2012a7.95%207.95%200%200%201-2.343%205.657l1.414%201.414A9.93%209.93%200%200%200%2022%2012a9.93%209.93%200%200%200-2.929-7.071z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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