station icon

station from Reicon by REICON · Outline · IT · MIT Free for personal and commercial use.

Name
station
Set
Reicon
Style
Outline
Category
IT
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All station icons →

More it icons from Reicon

Use the station icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.466 2.53a.75.75 0 1 0-1.06-1.06A10.72 10.72 0 0 0 1.25 9.077a10.72 10.72 0 0 0 3.225 7.677a.75.75 0 0 0 1.05-1.071A9.22 9.22 0 0 1 2.75 9.078a9.22 9.22 0 0 1 2.716-6.547m14.211-.978a.75.75 0 1 0-1.071 1.05a9.22 9.22 0 0 1 2.644 6.475a9.22 9.22 0 0 1-2.703 6.534a.75.75 0 0 0 1.062 1.06a10.72 10.72 0 0 0 3.141-7.594c0-2.93-1.173-5.587-3.073-7.525"/><path d="M8.274 5.626A.75.75 0 1 0 7.25 4.53c-1.229 1.149-2 2.75-2 4.53c0 1.8.79 3.418 2.042 4.57a.75.75 0 0 0 1.016-1.105c-.97-.89-1.558-2.118-1.558-3.466c0-1.332.575-2.546 1.524-3.434m8.529-1.045a.75.75 0 0 0-1.037 1.084c.925.885 1.484 2.083 1.484 3.396c0 1.329-.572 2.54-1.517 3.428a.75.75 0 0 0 1.027 1.093c1.223-1.148 1.99-2.746 1.99-4.52c0-1.754-.75-3.336-1.947-4.48"/><path fill-rule="evenodd" d="M13.424 11.431a2.75 2.75 0 1 0-2.848 0l-3.29 10.342a.75.75 0 0 0 1.287.712L12 18.434l3.428 4.05a.75.75 0 0 0 1.287-.711zM12 7.828a1.25 1.25 0 0 0-.427 2.425a.8.8 0 0 1 .226.059a1.3 1.3 0 0 0 .402 0a.8.8 0 0 1 .226-.059A1.25 1.25 0 0 0 12 7.828m2.147 10.82l-1.165-1.375l.528-.624zm-1.22-3.633l.048-.05L12 11.902l-.975 3.063l.047.05l.928 1.097zm-1.91 2.258l-.527-.624l-.637 2z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconStation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.466 2.53a.75.75 0 1 0-1.06-1.06A10.72 10.72 0 0 0 1.25 9.077a10.72 10.72 0 0 0 3.225 7.677a.75.75 0 0 0 1.05-1.071A9.22 9.22 0 0 1 2.75 9.078a9.22 9.22 0 0 1 2.716-6.547m14.211-.978a.75.75 0 1 0-1.071 1.05a9.22 9.22 0 0 1 2.644 6.475a9.22 9.22 0 0 1-2.703 6.534a.75.75 0 0 0 1.062 1.06a10.72 10.72 0 0 0 3.141-7.594c0-2.93-1.173-5.587-3.073-7.525"/><path d="M8.274 5.626A.75.75 0 1 0 7.25 4.53c-1.229 1.149-2 2.75-2 4.53c0 1.8.79 3.418 2.042 4.57a.75.75 0 0 0 1.016-1.105c-.97-.89-1.558-2.118-1.558-3.466c0-1.332.575-2.546 1.524-3.434m8.529-1.045a.75.75 0 0 0-1.037 1.084c.925.885 1.484 2.083 1.484 3.396c0 1.329-.572 2.54-1.517 3.428a.75.75 0 0 0 1.027 1.093c1.223-1.148 1.99-2.746 1.99-4.52c0-1.754-.75-3.336-1.947-4.48"/><path fillRule="evenodd" d="M13.424 11.431a2.75 2.75 0 1 0-2.848 0l-3.29 10.342a.75.75 0 0 0 1.287.712L12 18.434l3.428 4.05a.75.75 0 0 0 1.287-.711zM12 7.828a1.25 1.25 0 0 0-.427 2.425a.8.8 0 0 1 .226.059a1.3 1.3 0 0 0 .402 0a.8.8 0 0 1 .226-.059A1.25 1.25 0 0 0 12 7.828m2.147 10.82l-1.165-1.375l.528-.624zm-1.22-3.633l.048-.05L12 11.902l-.975 3.063l.047.05l.928 1.097zm-1.91 2.258l-.527-.624l-.637 2z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.466 2.53a.75.75 0 1 0-1.06-1.06A10.72 10.72 0 0 0 1.25 9.077a10.72 10.72 0 0 0 3.225 7.677a.75.75 0 0 0 1.05-1.071A9.22 9.22 0 0 1 2.75 9.078a9.22 9.22 0 0 1 2.716-6.547m14.211-.978a.75.75 0 1 0-1.071 1.05a9.22 9.22 0 0 1 2.644 6.475a9.22 9.22 0 0 1-2.703 6.534a.75.75 0 0 0 1.062 1.06a10.72 10.72 0 0 0 3.141-7.594c0-2.93-1.173-5.587-3.073-7.525"/><path d="M8.274 5.626A.75.75 0 1 0 7.25 4.53c-1.229 1.149-2 2.75-2 4.53c0 1.8.79 3.418 2.042 4.57a.75.75 0 0 0 1.016-1.105c-.97-.89-1.558-2.118-1.558-3.466c0-1.332.575-2.546 1.524-3.434m8.529-1.045a.75.75 0 0 0-1.037 1.084c.925.885 1.484 2.083 1.484 3.396c0 1.329-.572 2.54-1.517 3.428a.75.75 0 0 0 1.027 1.093c1.223-1.148 1.99-2.746 1.99-4.52c0-1.754-.75-3.336-1.947-4.48"/><path fill-rule="evenodd" d="M13.424 11.431a2.75 2.75 0 1 0-2.848 0l-3.29 10.342a.75.75 0 0 0 1.287.712L12 18.434l3.428 4.05a.75.75 0 0 0 1.287-.711zM12 7.828a1.25 1.25 0 0 0-.427 2.425a.8.8 0 0 1 .226.059a1.3 1.3 0 0 0 .402 0a.8.8 0 0 1 .226-.059A1.25 1.25 0 0 0 12 7.828m2.147 10.82l-1.165-1.375l.528-.624zm-1.22-3.633l.048-.05L12 11.902l-.975 3.063l.047.05l.928 1.097zm-1.91 2.258l-.527-.624l-.637 2z" clip-rule="evenodd"/></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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.466%202.53a.75.75%200%201%200-1.06-1.06A10.72%2010.72%200%200%200%201.25%209.077a10.72%2010.72%200%200%200%203.225%207.677a.75.75%200%200%200%201.05-1.071A9.22%209.22%200%200%201%202.75%209.078a9.22%209.22%200%200%201%202.716-6.547m14.211-.978a.75.75%200%201%200-1.071%201.05a9.22%209.22%200%200%201%202.644%206.475a9.22%209.22%200%200%201-2.703%206.534a.75.75%200%200%200%201.062%201.06a10.72%2010.72%200%200%200%203.141-7.594c0-2.93-1.173-5.587-3.073-7.525%22%2F%3E%3Cpath%20d%3D%22M8.274%205.626A.75.75%200%201%200%207.25%204.53c-1.229%201.149-2%202.75-2%204.53c0%201.8.79%203.418%202.042%204.57a.75.75%200%200%200%201.016-1.105c-.97-.89-1.558-2.118-1.558-3.466c0-1.332.575-2.546%201.524-3.434m8.529-1.045a.75.75%200%200%200-1.037%201.084c.925.885%201.484%202.083%201.484%203.396c0%201.329-.572%202.54-1.517%203.428a.75.75%200%200%200%201.027%201.093c1.223-1.148%201.99-2.746%201.99-4.52c0-1.754-.75-3.336-1.947-4.48%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.424%2011.431a2.75%202.75%200%201%200-2.848%200l-3.29%2010.342a.75.75%200%200%200%201.287.712L12%2018.434l3.428%204.05a.75.75%200%200%200%201.287-.711zM12%207.828a1.25%201.25%200%200%200-.427%202.425a.8.8%200%200%201%20.226.059a1.3%201.3%200%200%200%20.402%200a.8.8%200%200%201%20.226-.059A1.25%201.25%200%200%200%2012%207.828m2.147%2010.82l-1.165-1.375l.528-.624zm-1.22-3.633l.048-.05L12%2011.902l-.975%203.063l.047.05l.928%201.097zm-1.91%202.258l-.527-.624l-.637%202z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.466%202.53a.75.75%200%201%200-1.06-1.06A10.72%2010.72%200%200%200%201.25%209.077a10.72%2010.72%200%200%200%203.225%207.677a.75.75%200%200%200%201.05-1.071A9.22%209.22%200%200%201%202.75%209.078a9.22%209.22%200%200%201%202.716-6.547m14.211-.978a.75.75%200%201%200-1.071%201.05a9.22%209.22%200%200%201%202.644%206.475a9.22%209.22%200%200%201-2.703%206.534a.75.75%200%200%200%201.062%201.06a10.72%2010.72%200%200%200%203.141-7.594c0-2.93-1.173-5.587-3.073-7.525%22%2F%3E%3Cpath%20d%3D%22M8.274%205.626A.75.75%200%201%200%207.25%204.53c-1.229%201.149-2%202.75-2%204.53c0%201.8.79%203.418%202.042%204.57a.75.75%200%200%200%201.016-1.105c-.97-.89-1.558-2.118-1.558-3.466c0-1.332.575-2.546%201.524-3.434m8.529-1.045a.75.75%200%200%200-1.037%201.084c.925.885%201.484%202.083%201.484%203.396c0%201.329-.572%202.54-1.517%203.428a.75.75%200%200%200%201.027%201.093c1.223-1.148%201.99-2.746%201.99-4.52c0-1.754-.75-3.336-1.947-4.48%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.424%2011.431a2.75%202.75%200%201%200-2.848%200l-3.29%2010.342a.75.75%200%200%200%201.287.712L12%2018.434l3.428%204.05a.75.75%200%200%200%201.287-.711zM12%207.828a1.25%201.25%200%200%200-.427%202.425a.8.8%200%200%201%20.226.059a1.3%201.3%200%200%200%20.402%200a.8.8%200%200%201%20.226-.059A1.25%201.25%200%200%200%2012%207.828m2.147%2010.82l-1.165-1.375l.528-.624zm-1.22-3.633l.048-.05L12%2011.902l-.975%203.063l.047.05l.928%201.097zm-1.91%202.258l-.527-.624l-.637%202z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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