station icon

station-linear from Solar by 480 Design · Linear · IT · CC-BY-4.0 Attribution required.

Name
station-linear
Set
Solar
Style
Linear
Category
IT
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More it icons from Solar

Use the station icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M19.1414 2.07816C20.9097 3.88191 22 6.3527 22 9.07816C22 11.836 20.8836 14.333 19.0782 16.1421M5 16.2196C3.14864 14.4047 2 11.8756 2 9.07816C2 6.31313 3.12222 3.8102 4.93603 2"/><path stroke-linecap="round" stroke-linejoin="round" d="M16.2849 5.1221C17.3458 6.13689 18 7.52697 18 9.06033C18 10.6119 17.3302 12.0167 16.2469 13.0345M7.8 13.0781C6.68918 12.057 6 10.6342 6 9.06033C6 7.50471 6.67333 6.09655 7.76162 5.07812"/><circle cx="12" cy="9.078" r="2"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.5 11L16 22L10.5 15.5M11.5 11L8 22L13.5 15.5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarStationLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M19.1414 2.07816C20.9097 3.88191 22 6.3527 22 9.07816C22 11.836 20.8836 14.333 19.0782 16.1421M5 16.2196C3.14864 14.4047 2 11.8756 2 9.07816C2 6.31313 3.12222 3.8102 4.93603 2"/><path strokeLinecap="round" strokeLinejoin="round" d="M16.2849 5.1221C17.3458 6.13689 18 7.52697 18 9.06033C18 10.6119 17.3302 12.0167 16.2469 13.0345M7.8 13.0781C6.68918 12.057 6 10.6342 6 9.06033C6 7.50471 6.67333 6.09655 7.76162 5.07812"/><circle cx="12" cy="9.078" r="2"/><path strokeLinecap="round" strokeLinejoin="round" d="M12.5 11L16 22L10.5 15.5M11.5 11L8 22L13.5 15.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M19.1414 2.07816C20.9097 3.88191 22 6.3527 22 9.07816C22 11.836 20.8836 14.333 19.0782 16.1421M5 16.2196C3.14864 14.4047 2 11.8756 2 9.07816C2 6.31313 3.12222 3.8102 4.93603 2"/><path stroke-linecap="round" stroke-linejoin="round" d="M16.2849 5.1221C17.3458 6.13689 18 7.52697 18 9.06033C18 10.6119 17.3302 12.0167 16.2469 13.0345M7.8 13.0781C6.68918 12.057 6 10.6342 6 9.06033C6 7.50471 6.67333 6.09655 7.76162 5.07812"/><circle cx="12" cy="9.078" r="2"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.5 11L16 22L10.5 15.5M11.5 11L8 22L13.5 15.5"/></g></svg>
</template>

CSS

.icon-station-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.1414%202.07816C20.9097%203.88191%2022%206.3527%2022%209.07816C22%2011.836%2020.8836%2014.333%2019.0782%2016.1421M5%2016.2196C3.14864%2014.4047%202%2011.8756%202%209.07816C2%206.31313%203.12222%203.8102%204.93603%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.2849%205.1221C17.3458%206.13689%2018%207.52697%2018%209.06033C18%2010.6119%2017.3302%2012.0167%2016.2469%2013.0345M7.8%2013.0781C6.68918%2012.057%206%2010.6342%206%209.06033C6%207.50471%206.67333%206.09655%207.76162%205.07812%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%229.078%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.5%2011L16%2022L10.5%2015.5M11.5%2011L8%2022L13.5%2015.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.1414%202.07816C20.9097%203.88191%2022%206.3527%2022%209.07816C22%2011.836%2020.8836%2014.333%2019.0782%2016.1421M5%2016.2196C3.14864%2014.4047%202%2011.8756%202%209.07816C2%206.31313%203.12222%203.8102%204.93603%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.2849%205.1221C17.3458%206.13689%2018%207.52697%2018%209.06033C18%2010.6119%2017.3302%2012.0167%2016.2469%2013.0345M7.8%2013.0781C6.68918%2012.057%206%2010.6342%206%209.06033C6%207.50471%206.67333%206.09655%207.76162%205.07812%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%229.078%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.5%2011L16%2022L10.5%2015.5M11.5%2011L8%2022L13.5%2015.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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