satellite icon

satellite from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.

Name
satellite
Set
Carbon
Style
Outline
Category
Tools
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More tools icons from Carbon

Use the satellite icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m22.914 16.5l2.793-2.793a1 1 0 0 0 0-1.414L23.414 10L25.5 7.914L28.586 11L30 9.586L22.414 2L21 3.414L24.086 6.5L22 8.586l-2.293-2.293a1 1 0 0 0-1.414 0L15.5 9.086L8.707 2.293a1 1 0 0 0-1.414 0l-5 5a1 1 0 0 0 0 1.414L9.086 15.5l-2.793 2.793a1 1 0 0 0 0 1.414L8.586 22L6.5 24.086L3.414 21L2 22.414L9.586 30L11 28.586L7.914 25.5L10 23.414l2.293 2.293a1 1 0 0 0 1.414 0l2.793-2.793l6.793 6.793a1 1 0 0 0 1.414 0l5-5a1 1 0 0 0 0-1.414ZM4.414 8L8 4.414L10.086 6.5L6.5 10.086Zm3.5 3.5L11.5 7.914l2.586 2.586l-3.586 3.586ZM13 23.586L8.414 19L19 8.414L23.586 13Zm4.914-2.086l3.586-3.586l2.586 2.586l-3.586 3.586ZM24 27.586L21.914 25.5l3.586-3.586L27.586 24Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonSatellite(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="m22.914 16.5l2.793-2.793a1 1 0 0 0 0-1.414L23.414 10L25.5 7.914L28.586 11L30 9.586L22.414 2L21 3.414L24.086 6.5L22 8.586l-2.293-2.293a1 1 0 0 0-1.414 0L15.5 9.086L8.707 2.293a1 1 0 0 0-1.414 0l-5 5a1 1 0 0 0 0 1.414L9.086 15.5l-2.793 2.793a1 1 0 0 0 0 1.414L8.586 22L6.5 24.086L3.414 21L2 22.414L9.586 30L11 28.586L7.914 25.5L10 23.414l2.293 2.293a1 1 0 0 0 1.414 0l2.793-2.793l6.793 6.793a1 1 0 0 0 1.414 0l5-5a1 1 0 0 0 0-1.414ZM4.414 8L8 4.414L10.086 6.5L6.5 10.086Zm3.5 3.5L11.5 7.914l2.586 2.586l-3.586 3.586ZM13 23.586L8.414 19L19 8.414L23.586 13Zm4.914-2.086l3.586-3.586l2.586 2.586l-3.586 3.586ZM24 27.586L21.914 25.5l3.586-3.586L27.586 24Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m22.914 16.5l2.793-2.793a1 1 0 0 0 0-1.414L23.414 10L25.5 7.914L28.586 11L30 9.586L22.414 2L21 3.414L24.086 6.5L22 8.586l-2.293-2.293a1 1 0 0 0-1.414 0L15.5 9.086L8.707 2.293a1 1 0 0 0-1.414 0l-5 5a1 1 0 0 0 0 1.414L9.086 15.5l-2.793 2.793a1 1 0 0 0 0 1.414L8.586 22L6.5 24.086L3.414 21L2 22.414L9.586 30L11 28.586L7.914 25.5L10 23.414l2.293 2.293a1 1 0 0 0 1.414 0l2.793-2.793l6.793 6.793a1 1 0 0 0 1.414 0l5-5a1 1 0 0 0 0-1.414ZM4.414 8L8 4.414L10.086 6.5L6.5 10.086Zm3.5 3.5L11.5 7.914l2.586 2.586l-3.586 3.586ZM13 23.586L8.414 19L19 8.414L23.586 13Zm4.914-2.086l3.586-3.586l2.586 2.586l-3.586 3.586ZM24 27.586L21.914 25.5l3.586-3.586L27.586 24Z"/></svg>
</template>

CSS

.icon-satellite {
  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%22m22.914%2016.5l2.793-2.793a1%201%200%200%200%200-1.414L23.414%2010L25.5%207.914L28.586%2011L30%209.586L22.414%202L21%203.414L24.086%206.5L22%208.586l-2.293-2.293a1%201%200%200%200-1.414%200L15.5%209.086L8.707%202.293a1%201%200%200%200-1.414%200l-5%205a1%201%200%200%200%200%201.414L9.086%2015.5l-2.793%202.793a1%201%200%200%200%200%201.414L8.586%2022L6.5%2024.086L3.414%2021L2%2022.414L9.586%2030L11%2028.586L7.914%2025.5L10%2023.414l2.293%202.293a1%201%200%200%200%201.414%200l2.793-2.793l6.793%206.793a1%201%200%200%200%201.414%200l5-5a1%201%200%200%200%200-1.414ZM4.414%208L8%204.414L10.086%206.5L6.5%2010.086Zm3.5%203.5L11.5%207.914l2.586%202.586l-3.586%203.586ZM13%2023.586L8.414%2019L19%208.414L23.586%2013Zm4.914-2.086l3.586-3.586l2.586%202.586l-3.586%203.586ZM24%2027.586L21.914%2025.5l3.586-3.586L27.586%2024Z%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%22m22.914%2016.5l2.793-2.793a1%201%200%200%200%200-1.414L23.414%2010L25.5%207.914L28.586%2011L30%209.586L22.414%202L21%203.414L24.086%206.5L22%208.586l-2.293-2.293a1%201%200%200%200-1.414%200L15.5%209.086L8.707%202.293a1%201%200%200%200-1.414%200l-5%205a1%201%200%200%200%200%201.414L9.086%2015.5l-2.793%202.793a1%201%200%200%200%200%201.414L8.586%2022L6.5%2024.086L3.414%2021L2%2022.414L9.586%2030L11%2028.586L7.914%2025.5L10%2023.414l2.293%202.293a1%201%200%200%200%201.414%200l2.793-2.793l6.793%206.793a1%201%200%200%200%201.414%200l5-5a1%201%200%200%200%200-1.414ZM4.414%208L8%204.414L10.086%206.5L6.5%2010.086Zm3.5%203.5L11.5%207.914l2.586%202.586l-3.586%203.586ZM13%2023.586L8.414%2019L19%208.414L23.586%2013Zm4.914-2.086l3.586-3.586l2.586%202.586l-3.586%203.586ZM24%2027.586L21.914%2025.5l3.586-3.586L27.586%2024Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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