radar weather icon
radar-weather from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- radar-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 radar weather icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 3.415L28.585 2L17.293 13.293a1 1 0 1 0 1.414 1.414l3.455-3.455a4.965 4.965 0 0 1-3.881 7.72a7.05 7.05 0 0 0-5.144-3.873A4.943 4.943 0 0 1 18 9V7a6.955 6.955 0 0 0-6.909 8.08a6.9 6.9 0 0 0-2.852 1.06A9.97 9.97 0 0 1 18 4V2A11.976 11.976 0 0 0 6.573 17.636a6.9 6.9 0 0 0-1.367 2.706A4.995 4.995 0 0 0 7 30h10a4.99 4.99 0 0 0 4.968-4.68A12.04 12.04 0 0 0 30 14a11.87 11.87 0 0 0-2.839-7.747ZM17 28H7a2.995 2.995 0 0 1-.696-5.908l.658-.157l.099-.67a4.992 4.992 0 0 1 9.878 0l.099.67l.658.156A2.995 2.995 0 0 1 17 28m11-14a10.035 10.035 0 0 1-6.312 9.291a4.96 4.96 0 0 0-2.02-2.5a6.992 6.992 0 0 0 3.938-10.982l2.131-2.132A9.9 9.9 0 0 1 28 14"/></svg>
React
import type { SVGProps } from "react";
export function CarbonRadarWeather(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="M30 3.415L28.585 2L17.293 13.293a1 1 0 1 0 1.414 1.414l3.455-3.455a4.965 4.965 0 0 1-3.881 7.72a7.05 7.05 0 0 0-5.144-3.873A4.943 4.943 0 0 1 18 9V7a6.955 6.955 0 0 0-6.909 8.08a6.9 6.9 0 0 0-2.852 1.06A9.97 9.97 0 0 1 18 4V2A11.976 11.976 0 0 0 6.573 17.636a6.9 6.9 0 0 0-1.367 2.706A4.995 4.995 0 0 0 7 30h10a4.99 4.99 0 0 0 4.968-4.68A12.04 12.04 0 0 0 30 14a11.87 11.87 0 0 0-2.839-7.747ZM17 28H7a2.995 2.995 0 0 1-.696-5.908l.658-.157l.099-.67a4.992 4.992 0 0 1 9.878 0l.099.67l.658.156A2.995 2.995 0 0 1 17 28m11-14a10.035 10.035 0 0 1-6.312 9.291a4.96 4.96 0 0 0-2.02-2.5a6.992 6.992 0 0 0 3.938-10.982l2.131-2.132A9.9 9.9 0 0 1 28 14"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 3.415L28.585 2L17.293 13.293a1 1 0 1 0 1.414 1.414l3.455-3.455a4.965 4.965 0 0 1-3.881 7.72a7.05 7.05 0 0 0-5.144-3.873A4.943 4.943 0 0 1 18 9V7a6.955 6.955 0 0 0-6.909 8.08a6.9 6.9 0 0 0-2.852 1.06A9.97 9.97 0 0 1 18 4V2A11.976 11.976 0 0 0 6.573 17.636a6.9 6.9 0 0 0-1.367 2.706A4.995 4.995 0 0 0 7 30h10a4.99 4.99 0 0 0 4.968-4.68A12.04 12.04 0 0 0 30 14a11.87 11.87 0 0 0-2.839-7.747ZM17 28H7a2.995 2.995 0 0 1-.696-5.908l.658-.157l.099-.67a4.992 4.992 0 0 1 9.878 0l.099.67l.658.156A2.995 2.995 0 0 1 17 28m11-14a10.035 10.035 0 0 1-6.312 9.291a4.96 4.96 0 0 0-2.02-2.5a6.992 6.992 0 0 0 3.938-10.982l2.131-2.132A9.9 9.9 0 0 1 28 14"/></svg> </template>
CSS
.icon-radar-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%22M30%203.415L28.585%202L17.293%2013.293a1%201%200%201%200%201.414%201.414l3.455-3.455a4.965%204.965%200%200%201-3.881%207.72a7.05%207.05%200%200%200-5.144-3.873A4.943%204.943%200%200%201%2018%209V7a6.955%206.955%200%200%200-6.909%208.08a6.9%206.9%200%200%200-2.852%201.06A9.97%209.97%200%200%201%2018%204V2A11.976%2011.976%200%200%200%206.573%2017.636a6.9%206.9%200%200%200-1.367%202.706A4.995%204.995%200%200%200%207%2030h10a4.99%204.99%200%200%200%204.968-4.68A12.04%2012.04%200%200%200%2030%2014a11.87%2011.87%200%200%200-2.839-7.747ZM17%2028H7a2.995%202.995%200%200%201-.696-5.908l.658-.157l.099-.67a4.992%204.992%200%200%201%209.878%200l.099.67l.658.156A2.995%202.995%200%200%201%2017%2028m11-14a10.035%2010.035%200%200%201-6.312%209.291a4.96%204.96%200%200%200-2.02-2.5a6.992%206.992%200%200%200%203.938-10.982l2.131-2.132A9.9%209.9%200%200%201%2028%2014%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%22M30%203.415L28.585%202L17.293%2013.293a1%201%200%201%200%201.414%201.414l3.455-3.455a4.965%204.965%200%200%201-3.881%207.72a7.05%207.05%200%200%200-5.144-3.873A4.943%204.943%200%200%201%2018%209V7a6.955%206.955%200%200%200-6.909%208.08a6.9%206.9%200%200%200-2.852%201.06A9.97%209.97%200%200%201%2018%204V2A11.976%2011.976%200%200%200%206.573%2017.636a6.9%206.9%200%200%200-1.367%202.706A4.995%204.995%200%200%200%207%2030h10a4.99%204.99%200%200%200%204.968-4.68A12.04%2012.04%200%200%200%2030%2014a11.87%2011.87%200%200%200-2.839-7.747ZM17%2028H7a2.995%202.995%200%200%201-.696-5.908l.658-.157l.099-.67a4.992%204.992%200%200%201%209.878%200l.099.67l.658.156A2.995%202.995%200%200%201%2017%2028m11-14a10.035%2010.035%200%200%201-6.312%209.291a4.96%204.96%200%200%200-2.02-2.5a6.992%206.992%200%200%200%203.938-10.982l2.131-2.132A9.9%209.9%200%200%201%2028%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/radar-weather.svg?color=%231a73e8&size=48