station icon

station-filled from Reicon by REICON · Filled · IT · MIT Free for personal and commercial use.

Name
station-filled
Set
Reicon
Style
Filled
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="M10.833 10.624a2 2 0 1 1 2.335 0l3.547 11.149a.75.75 0 0 1-1.287.712L12 18.434l-3.427 4.05a.75.75 0 0 1-1.288-.711zm2.15 6.649l1.164 1.375l-.637-2zm-.008-2.308l-.047.05L12 16.113l-.928-1.096l-.046-.051l.974-3.063zm-2.485 1.684l.527.624l-1.164 1.375z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconStationFilled(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="M10.833 10.624a2 2 0 1 1 2.335 0l3.547 11.149a.75.75 0 0 1-1.287.712L12 18.434l-3.427 4.05a.75.75 0 0 1-1.288-.711zm2.15 6.649l1.164 1.375l-.637-2zm-.008-2.308l-.047.05L12 16.113l-.928-1.096l-.046-.051l.974-3.063zm-2.485 1.684l.527.624l-1.164 1.375z" 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="M10.833 10.624a2 2 0 1 1 2.335 0l3.547 11.149a.75.75 0 0 1-1.287.712L12 18.434l-3.427 4.05a.75.75 0 0 1-1.288-.711zm2.15 6.649l1.164 1.375l-.637-2zm-.008-2.308l-.047.05L12 16.113l-.928-1.096l-.046-.051l.974-3.063zm-2.485 1.684l.527.624l-1.164 1.375z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-station-filled {
  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%22M10.833%2010.624a2%202%200%201%201%202.335%200l3.547%2011.149a.75.75%200%200%201-1.287.712L12%2018.434l-3.427%204.05a.75.75%200%200%201-1.288-.711zm2.15%206.649l1.164%201.375l-.637-2zm-.008-2.308l-.047.05L12%2016.113l-.928-1.096l-.046-.051l.974-3.063zm-2.485%201.684l.527.624l-1.164%201.375z%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%22M10.833%2010.624a2%202%200%201%201%202.335%200l3.547%2011.149a.75.75%200%200%201-1.287.712L12%2018.434l-3.427%204.05a.75.75%200%200%201-1.288-.711zm2.15%206.649l1.164%201.375l-.637-2zm-.008-2.308l-.047.05L12%2016.113l-.928-1.096l-.046-.051l.974-3.063zm-2.485%201.684l.527.624l-1.164%201.375z%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-filled.svg?color=%231a73e8&size=48

Station filled icon — Reicon · IconsDB