weather station icon

weather-station from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
weather-station
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the weather station icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 28V17h1a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h1v11H2v2h28v-2Zm-3-17h4l.002 4H14Z"/><path fill="currentColor" d="M9.333 18.217a7 7 0 0 1 0-10.434l1.333 1.49a5 5 0 0 0 0 7.453Zm13.334 0l-1.334-1.49a5 5 0 0 0 0-7.454l1.334-1.49a7 7 0 0 1 0 10.434"/><path fill="currentColor" d="M6.4 21.8a11.002 11.002 0 0 1 0-17.6l1.2 1.6a9 9 0 0 0 0 14.401Zm19.2 0l-1.2-1.6a9 9 0 0 0 0-14.401l1.2-1.6a11.002 11.002 0 0 1 0 17.601"/></svg>

React

import type { SVGProps } from "react";

export function CarbonWeatherStation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 28V17h1a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h1v11H2v2h28v-2Zm-3-17h4l.002 4H14Z"/><path fill="currentColor" d="M9.333 18.217a7 7 0 0 1 0-10.434l1.333 1.49a5 5 0 0 0 0 7.453Zm13.334 0l-1.334-1.49a5 5 0 0 0 0-7.454l1.334-1.49a7 7 0 0 1 0 10.434"/><path fill="currentColor" d="M6.4 21.8a11.002 11.002 0 0 1 0-17.6l1.2 1.6a9 9 0 0 0 0 14.401Zm19.2 0l-1.2-1.6a9 9 0 0 0 0-14.401l1.2-1.6a11.002 11.002 0 0 1 0 17.601"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 28V17h1a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h1v11H2v2h28v-2Zm-3-17h4l.002 4H14Z"/><path fill="currentColor" d="M9.333 18.217a7 7 0 0 1 0-10.434l1.333 1.49a5 5 0 0 0 0 7.453Zm13.334 0l-1.334-1.49a5 5 0 0 0 0-7.454l1.334-1.49a7 7 0 0 1 0 10.434"/><path fill="currentColor" d="M6.4 21.8a11.002 11.002 0 0 1 0-17.6l1.2 1.6a9 9 0 0 0 0 14.401Zm19.2 0l-1.2-1.6a9 9 0 0 0 0-14.401l1.2-1.6a11.002 11.002 0 0 1 0 17.601"/></svg>
</template>

CSS

.icon-weather-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2028V17h1a2%202%200%200%200%202-2v-4a2%202%200%200%200-2-2h-4a2%202%200%200%200-2%202v4a2%202%200%200%200%202%202h1v11H2v2h28v-2Zm-3-17h4l.002%204H14Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.333%2018.217a7%207%200%200%201%200-10.434l1.333%201.49a5%205%200%200%200%200%207.453Zm13.334%200l-1.334-1.49a5%205%200%200%200%200-7.454l1.334-1.49a7%207%200%200%201%200%2010.434%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.4%2021.8a11.002%2011.002%200%200%201%200-17.6l1.2%201.6a9%209%200%200%200%200%2014.401Zm19.2%200l-1.2-1.6a9%209%200%200%200%200-14.401l1.2-1.6a11.002%2011.002%200%200%201%200%2017.601%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2028V17h1a2%202%200%200%200%202-2v-4a2%202%200%200%200-2-2h-4a2%202%200%200%200-2%202v4a2%202%200%200%200%202%202h1v11H2v2h28v-2Zm-3-17h4l.002%204H14Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.333%2018.217a7%207%200%200%201%200-10.434l1.333%201.49a5%205%200%200%200%200%207.453Zm13.334%200l-1.334-1.49a5%205%200%200%200%200-7.454l1.334-1.49a7%207%200%200%201%200%2010.434%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.4%2021.8a11.002%2011.002%200%200%201%200-17.6l1.2%201.6a9%209%200%200%200%200%2014.401Zm19.2%200l-1.2-1.6a9%209%200%200%200%200-14.401l1.2-1.6a11.002%2011.002%200%200%201%200%2017.601%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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