satellite radar icon
satellite-radar from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- satellite-radar
- 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 radar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 14h-2A10.01 10.01 0 0 0 18 4V2a12.014 12.014 0 0 1 12 12"/><path fill="currentColor" d="M26 14h-2a6.007 6.007 0 0 0-6-6V6a8.01 8.01 0 0 1 8 8M16 28v-3.04a9.9 9.9 0 0 0 7.318-2.208a1.85 1.85 0 0 0 .678-1.334a1.8 1.8 0 0 0-.524-1.36L18.414 15L21 12.414L19.586 11L17 13.586l-5.058-5.059a1.82 1.82 0 0 0-1.36-.523a1.85 1.85 0 0 0-1.334.679a9.96 9.96 0 0 0-.513 11.95L6.28 28H2v2h28v-2Zm-5.32-17.906L21.906 21.32A8.001 8.001 0 0 1 10.68 10.094M14 28H8.387l1.876-5.627A10 10 0 0 0 14 24.543Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSatelliteRadar(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 14h-2A10.01 10.01 0 0 0 18 4V2a12.014 12.014 0 0 1 12 12"/><path fill="currentColor" d="M26 14h-2a6.007 6.007 0 0 0-6-6V6a8.01 8.01 0 0 1 8 8M16 28v-3.04a9.9 9.9 0 0 0 7.318-2.208a1.85 1.85 0 0 0 .678-1.334a1.8 1.8 0 0 0-.524-1.36L18.414 15L21 12.414L19.586 11L17 13.586l-5.058-5.059a1.82 1.82 0 0 0-1.36-.523a1.85 1.85 0 0 0-1.334.679a9.96 9.96 0 0 0-.513 11.95L6.28 28H2v2h28v-2Zm-5.32-17.906L21.906 21.32A8.001 8.001 0 0 1 10.68 10.094M14 28H8.387l1.876-5.627A10 10 0 0 0 14 24.543Z"/></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 14h-2A10.01 10.01 0 0 0 18 4V2a12.014 12.014 0 0 1 12 12"/><path fill="currentColor" d="M26 14h-2a6.007 6.007 0 0 0-6-6V6a8.01 8.01 0 0 1 8 8M16 28v-3.04a9.9 9.9 0 0 0 7.318-2.208a1.85 1.85 0 0 0 .678-1.334a1.8 1.8 0 0 0-.524-1.36L18.414 15L21 12.414L19.586 11L17 13.586l-5.058-5.059a1.82 1.82 0 0 0-1.36-.523a1.85 1.85 0 0 0-1.334.679a9.96 9.96 0 0 0-.513 11.95L6.28 28H2v2h28v-2Zm-5.32-17.906L21.906 21.32A8.001 8.001 0 0 1 10.68 10.094M14 28H8.387l1.876-5.627A10 10 0 0 0 14 24.543Z"/></svg> </template>
CSS
.icon-satellite-radar {
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%2014h-2A10.01%2010.01%200%200%200%2018%204V2a12.014%2012.014%200%200%201%2012%2012%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2014h-2a6.007%206.007%200%200%200-6-6V6a8.01%208.01%200%200%201%208%208M16%2028v-3.04a9.9%209.9%200%200%200%207.318-2.208a1.85%201.85%200%200%200%20.678-1.334a1.8%201.8%200%200%200-.524-1.36L18.414%2015L21%2012.414L19.586%2011L17%2013.586l-5.058-5.059a1.82%201.82%200%200%200-1.36-.523a1.85%201.85%200%200%200-1.334.679a9.96%209.96%200%200%200-.513%2011.95L6.28%2028H2v2h28v-2Zm-5.32-17.906L21.906%2021.32A8.001%208.001%200%200%201%2010.68%2010.094M14%2028H8.387l1.876-5.627A10%2010%200%200%200%2014%2024.543Z%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%2014h-2A10.01%2010.01%200%200%200%2018%204V2a12.014%2012.014%200%200%201%2012%2012%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2014h-2a6.007%206.007%200%200%200-6-6V6a8.01%208.01%200%200%201%208%208M16%2028v-3.04a9.9%209.9%200%200%200%207.318-2.208a1.85%201.85%200%200%200%20.678-1.334a1.8%201.8%200%200%200-.524-1.36L18.414%2015L21%2012.414L19.586%2011L17%2013.586l-5.058-5.059a1.82%201.82%200%200%200-1.36-.523a1.85%201.85%200%200%200-1.334.679a9.96%209.96%200%200%200-.513%2011.95L6.28%2028H2v2h28v-2Zm-5.32-17.906L21.906%2021.32A8.001%208.001%200%200%201%2010.68%2010.094M14%2028H8.387l1.876-5.627A10%2010%200%200%200%2014%2024.543Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/satellite-radar.svg?color=%231a73e8&size=48