satellite weather icon
satellite-weather from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- satellite-weather
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the satellite weather icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.5 12H19a4 4 0 0 1 0-8h.084A4.79 4.79 0 0 1 23 2a4.98 4.98 0 0 1 4.654 3.203A3.47 3.47 0 0 1 30 8.5a3.504 3.504 0 0 1-3.5 3.5M19 6a2 2 0 0 0 0 4h7.5A1.5 1.5 0 0 0 28 8.5a1.486 1.486 0 0 0-1.278-1.474l-.661-.099l-.162-.649a2.957 2.957 0 0 0-5.487-.712L20.114 6Zm-6 22v-3.112a7.94 7.94 0 0 0 4.707-2.282a1 1 0 0 0 0-1.414l-4.243-4.242L16 14.414L14.586 13l-2.536 2.536l-4.242-4.243a1 1 0 0 0-1.414 0a8 8 0 0 0 0 11.313c.162.163.332.313.505.46L4.432 28H2v2h28v-2Zm-2 0H6.669l1.921-3.843a7.9 7.9 0 0 0 2.41.716Zm-3.192-6.808a6.004 6.004 0 0 1-.65-7.72l8.37 8.369a6 6 0 0 1-7.72-.649"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSatelliteWeather(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="M26.5 12H19a4 4 0 0 1 0-8h.084A4.79 4.79 0 0 1 23 2a4.98 4.98 0 0 1 4.654 3.203A3.47 3.47 0 0 1 30 8.5a3.504 3.504 0 0 1-3.5 3.5M19 6a2 2 0 0 0 0 4h7.5A1.5 1.5 0 0 0 28 8.5a1.486 1.486 0 0 0-1.278-1.474l-.661-.099l-.162-.649a2.957 2.957 0 0 0-5.487-.712L20.114 6Zm-6 22v-3.112a7.94 7.94 0 0 0 4.707-2.282a1 1 0 0 0 0-1.414l-4.243-4.242L16 14.414L14.586 13l-2.536 2.536l-4.242-4.243a1 1 0 0 0-1.414 0a8 8 0 0 0 0 11.313c.162.163.332.313.505.46L4.432 28H2v2h28v-2Zm-2 0H6.669l1.921-3.843a7.9 7.9 0 0 0 2.41.716Zm-3.192-6.808a6.004 6.004 0 0 1-.65-7.72l8.37 8.369a6 6 0 0 1-7.72-.649"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.5 12H19a4 4 0 0 1 0-8h.084A4.79 4.79 0 0 1 23 2a4.98 4.98 0 0 1 4.654 3.203A3.47 3.47 0 0 1 30 8.5a3.504 3.504 0 0 1-3.5 3.5M19 6a2 2 0 0 0 0 4h7.5A1.5 1.5 0 0 0 28 8.5a1.486 1.486 0 0 0-1.278-1.474l-.661-.099l-.162-.649a2.957 2.957 0 0 0-5.487-.712L20.114 6Zm-6 22v-3.112a7.94 7.94 0 0 0 4.707-2.282a1 1 0 0 0 0-1.414l-4.243-4.242L16 14.414L14.586 13l-2.536 2.536l-4.242-4.243a1 1 0 0 0-1.414 0a8 8 0 0 0 0 11.313c.162.163.332.313.505.46L4.432 28H2v2h28v-2Zm-2 0H6.669l1.921-3.843a7.9 7.9 0 0 0 2.41.716Zm-3.192-6.808a6.004 6.004 0 0 1-.65-7.72l8.37 8.369a6 6 0 0 1-7.72-.649"/></svg> </template>
CSS
.icon-satellite-weather {
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%22M26.5%2012H19a4%204%200%200%201%200-8h.084A4.79%204.79%200%200%201%2023%202a4.98%204.98%200%200%201%204.654%203.203A3.47%203.47%200%200%201%2030%208.5a3.504%203.504%200%200%201-3.5%203.5M19%206a2%202%200%200%200%200%204h7.5A1.5%201.5%200%200%200%2028%208.5a1.486%201.486%200%200%200-1.278-1.474l-.661-.099l-.162-.649a2.957%202.957%200%200%200-5.487-.712L20.114%206Zm-6%2022v-3.112a7.94%207.94%200%200%200%204.707-2.282a1%201%200%200%200%200-1.414l-4.243-4.242L16%2014.414L14.586%2013l-2.536%202.536l-4.242-4.243a1%201%200%200%200-1.414%200a8%208%200%200%200%200%2011.313c.162.163.332.313.505.46L4.432%2028H2v2h28v-2Zm-2%200H6.669l1.921-3.843a7.9%207.9%200%200%200%202.41.716Zm-3.192-6.808a6.004%206.004%200%200%201-.65-7.72l8.37%208.369a6%206%200%200%201-7.72-.649%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%22M26.5%2012H19a4%204%200%200%201%200-8h.084A4.79%204.79%200%200%201%2023%202a4.98%204.98%200%200%201%204.654%203.203A3.47%203.47%200%200%201%2030%208.5a3.504%203.504%200%200%201-3.5%203.5M19%206a2%202%200%200%200%200%204h7.5A1.5%201.5%200%200%200%2028%208.5a1.486%201.486%200%200%200-1.278-1.474l-.661-.099l-.162-.649a2.957%202.957%200%200%200-5.487-.712L20.114%206Zm-6%2022v-3.112a7.94%207.94%200%200%200%204.707-2.282a1%201%200%200%200%200-1.414l-4.243-4.242L16%2014.414L14.586%2013l-2.536%202.536l-4.242-4.243a1%201%200%200%200-1.414%200a8%208%200%200%200%200%2011.313c.162.163.332.313.505.46L4.432%2028H2v2h28v-2Zm-2%200H6.669l1.921-3.843a7.9%207.9%200%200%200%202.41.716Zm-3.192-6.808a6.004%206.004%200%200%201-.65-7.72l8.37%208.369a6%206%200%200%201-7.72-.649%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/satellite-weather.svg?color=%231a73e8&size=48