station2 icon

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

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

2 other variants in Reicon

More it icons from Reicon

Use the station2 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.75 9.055C5.75 5.567 8.554 2.75 12 2.75s6.25 2.817 6.25 6.305a6.3 6.3 0 0 1-1.767 4.393a.75.75 0 1 0 1.08 1.04a7.8 7.8 0 0 0 2.187-5.433c0-4.305-3.464-7.805-7.75-7.805s-7.75 3.5-7.75 7.805a7.8 7.8 0 0 0 2.22 5.469a.75.75 0 0 0 1.075-1.048A6.3 6.3 0 0 1 5.75 9.055"/><path d="M8.55 9.055c0-1.93 1.55-3.483 3.45-3.483s3.45 1.554 3.45 3.483c0 .932-.362 1.777-.952 2.402a.75.75 0 1 0 1.09 1.03a5 5 0 0 0 1.362-3.432c0-2.747-2.21-4.983-4.95-4.983S7.05 6.308 7.05 9.055c0 1.348.533 2.573 1.398 3.47a.75.75 0 1 0 1.08-1.041a3.5 3.5 0 0 1-.978-2.43"/><path fill-rule="evenodd" d="M14 8.75a2 2 0 0 1-1.04 1.755l2.246 6.741l.011.033l1.495 4.484a.75.75 0 0 1-1.423.474l-1.33-3.987h-3.918l-1.33 3.987a.75.75 0 0 1-1.423-.474l1.495-4.484l.011-.033l2.247-6.74A2 2 0 1 1 14 8.75m-2.5 0a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0m-.96 8h2.92L12 12.372z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconStation2(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.75 9.055C5.75 5.567 8.554 2.75 12 2.75s6.25 2.817 6.25 6.305a6.3 6.3 0 0 1-1.767 4.393a.75.75 0 1 0 1.08 1.04a7.8 7.8 0 0 0 2.187-5.433c0-4.305-3.464-7.805-7.75-7.805s-7.75 3.5-7.75 7.805a7.8 7.8 0 0 0 2.22 5.469a.75.75 0 0 0 1.075-1.048A6.3 6.3 0 0 1 5.75 9.055"/><path d="M8.55 9.055c0-1.93 1.55-3.483 3.45-3.483s3.45 1.554 3.45 3.483c0 .932-.362 1.777-.952 2.402a.75.75 0 1 0 1.09 1.03a5 5 0 0 0 1.362-3.432c0-2.747-2.21-4.983-4.95-4.983S7.05 6.308 7.05 9.055c0 1.348.533 2.573 1.398 3.47a.75.75 0 1 0 1.08-1.041a3.5 3.5 0 0 1-.978-2.43"/><path fillRule="evenodd" d="M14 8.75a2 2 0 0 1-1.04 1.755l2.246 6.741l.011.033l1.495 4.484a.75.75 0 0 1-1.423.474l-1.33-3.987h-3.918l-1.33 3.987a.75.75 0 0 1-1.423-.474l1.495-4.484l.011-.033l2.247-6.74A2 2 0 1 1 14 8.75m-2.5 0a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0m-.96 8h2.92L12 12.372z" 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.75 9.055C5.75 5.567 8.554 2.75 12 2.75s6.25 2.817 6.25 6.305a6.3 6.3 0 0 1-1.767 4.393a.75.75 0 1 0 1.08 1.04a7.8 7.8 0 0 0 2.187-5.433c0-4.305-3.464-7.805-7.75-7.805s-7.75 3.5-7.75 7.805a7.8 7.8 0 0 0 2.22 5.469a.75.75 0 0 0 1.075-1.048A6.3 6.3 0 0 1 5.75 9.055"/><path d="M8.55 9.055c0-1.93 1.55-3.483 3.45-3.483s3.45 1.554 3.45 3.483c0 .932-.362 1.777-.952 2.402a.75.75 0 1 0 1.09 1.03a5 5 0 0 0 1.362-3.432c0-2.747-2.21-4.983-4.95-4.983S7.05 6.308 7.05 9.055c0 1.348.533 2.573 1.398 3.47a.75.75 0 1 0 1.08-1.041a3.5 3.5 0 0 1-.978-2.43"/><path fill-rule="evenodd" d="M14 8.75a2 2 0 0 1-1.04 1.755l2.246 6.741l.011.033l1.495 4.484a.75.75 0 0 1-1.423.474l-1.33-3.987h-3.918l-1.33 3.987a.75.75 0 0 1-1.423-.474l1.495-4.484l.011-.033l2.247-6.74A2 2 0 1 1 14 8.75m-2.5 0a.5.5 0 1 1 1 0a.5.5 0 0 1-1 0m-.96 8h2.92L12 12.372z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-station2 {
  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.75%209.055C5.75%205.567%208.554%202.75%2012%202.75s6.25%202.817%206.25%206.305a6.3%206.3%200%200%201-1.767%204.393a.75.75%200%201%200%201.08%201.04a7.8%207.8%200%200%200%202.187-5.433c0-4.305-3.464-7.805-7.75-7.805s-7.75%203.5-7.75%207.805a7.8%207.8%200%200%200%202.22%205.469a.75.75%200%200%200%201.075-1.048A6.3%206.3%200%200%201%205.75%209.055%22%2F%3E%3Cpath%20d%3D%22M8.55%209.055c0-1.93%201.55-3.483%203.45-3.483s3.45%201.554%203.45%203.483c0%20.932-.362%201.777-.952%202.402a.75.75%200%201%200%201.09%201.03a5%205%200%200%200%201.362-3.432c0-2.747-2.21-4.983-4.95-4.983S7.05%206.308%207.05%209.055c0%201.348.533%202.573%201.398%203.47a.75.75%200%201%200%201.08-1.041a3.5%203.5%200%200%201-.978-2.43%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%208.75a2%202%200%200%201-1.04%201.755l2.246%206.741l.011.033l1.495%204.484a.75.75%200%200%201-1.423.474l-1.33-3.987h-3.918l-1.33%203.987a.75.75%200%200%201-1.423-.474l1.495-4.484l.011-.033l2.247-6.74A2%202%200%201%201%2014%208.75m-2.5%200a.5.5%200%201%201%201%200a.5.5%200%200%201-1%200m-.96%208h2.92L12%2012.372z%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.75%209.055C5.75%205.567%208.554%202.75%2012%202.75s6.25%202.817%206.25%206.305a6.3%206.3%200%200%201-1.767%204.393a.75.75%200%201%200%201.08%201.04a7.8%207.8%200%200%200%202.187-5.433c0-4.305-3.464-7.805-7.75-7.805s-7.75%203.5-7.75%207.805a7.8%207.8%200%200%200%202.22%205.469a.75.75%200%200%200%201.075-1.048A6.3%206.3%200%200%201%205.75%209.055%22%2F%3E%3Cpath%20d%3D%22M8.55%209.055c0-1.93%201.55-3.483%203.45-3.483s3.45%201.554%203.45%203.483c0%20.932-.362%201.777-.952%202.402a.75.75%200%201%200%201.09%201.03a5%205%200%200%200%201.362-3.432c0-2.747-2.21-4.983-4.95-4.983S7.05%206.308%207.05%209.055c0%201.348.533%202.573%201.398%203.47a.75.75%200%201%200%201.08-1.041a3.5%203.5%200%200%201-.978-2.43%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%208.75a2%202%200%200%201-1.04%201.755l2.246%206.741l.011.033l1.495%204.484a.75.75%200%200%201-1.423.474l-1.33-3.987h-3.918l-1.33%203.987a.75.75%200%200%201-1.423-.474l1.495-4.484l.011-.033l2.247-6.74A2%202%200%201%201%2014%208.75m-2.5%200a.5.5%200%201%201%201%200a.5.5%200%200%201-1%200m-.96%208h2.92L12%2012.372z%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/station2.svg?color=%231a73e8&size=48