satellite from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
satellite
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the satellite logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.413 7.62c.042 0 .063.02.105.02c.062 0 .148-.02.21-.061l.736-.415c.21-.124.273-.372.148-.559l-.946-1.635a.37.37 0 0 0-.253-.187c-.105-.02-.23-.02-.315.042l-.735.414c-.211.125-.274.373-.148.56l.946 1.635c.042.082.147.145.252.186m3.699 4.06l-.735.413c-.21.125-.274.374-.148.56l.946 1.635a.37.37 0 0 0 .253.187c.041 0 .062.02.104.02a.4.4 0 0 0 .211-.062l.735-.414c.21-.125.274-.373.148-.56l-.946-1.635a.38.38 0 0 0-.252-.187a.56.56 0 0 0-.316.042ZM11.989 0C6.105 0 1.333 4.7 1.333 10.499q0 1.429.379 2.795c.147.56.735.87 1.282.725c.567-.145.882-.725.736-1.263a8 8 0 0 1-.316-2.237C3.436 5.86 7.28 2.071 11.99 2.071s8.555 3.79 8.555 8.428c0 3.189-1.787 6.067-4.667 7.517a6.4 6.4 0 0 1-.861.372c-.126.041-.252.104-.4.145a1.05 1.05 0 0 0-.735.994c0 .498.084 1.056.274 1.657l-2.46-1.305c-.987-.517-1.955-1.056-2.753-1.822c-.904-.87-1.198-1.429-1.282-2.444c-.084-.931.147-1.594.904-2.505c.4-.497.924-.85 1.344-1.097q.6-.374 1.262-.685a2.1 2.1 0 0 0 2.27.146a2.053 2.053 0 0 0 .798-2.816c-.567-.995-1.849-1.347-2.858-.788a2.02 2.02 0 0 0-1.051 1.575c-.525.249-1.05.538-1.534.849c-.547.331-1.262.828-1.87 1.573c-.758.932-1.514 2.133-1.367 3.976c.126 1.532.631 2.527 1.892 3.748c1.009.974 2.101 1.595 3.258 2.196l3.95 2.05c.211.103.463.165.694.165c.379 0 .736-.145 1.009-.394a1.41 1.41 0 0 0 .315-1.656a7.7 7.7 0 0 1-.588-1.677c.252-.104.505-.229.756-.332c3.595-1.801 5.823-5.384 5.823-9.36C22.645 4.701 17.875 0 11.989 0"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSatellite(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.413 7.62c.042 0 .063.02.105.02c.062 0 .148-.02.21-.061l.736-.415c.21-.124.273-.372.148-.559l-.946-1.635a.37.37 0 0 0-.253-.187c-.105-.02-.23-.02-.315.042l-.735.414c-.211.125-.274.373-.148.56l.946 1.635c.042.082.147.145.252.186m3.699 4.06l-.735.413c-.21.125-.274.374-.148.56l.946 1.635a.37.37 0 0 0 .253.187c.041 0 .062.02.104.02a.4.4 0 0 0 .211-.062l.735-.414c.21-.125.274-.373.148-.56l-.946-1.635a.38.38 0 0 0-.252-.187a.56.56 0 0 0-.316.042ZM11.989 0C6.105 0 1.333 4.7 1.333 10.499q0 1.429.379 2.795c.147.56.735.87 1.282.725c.567-.145.882-.725.736-1.263a8 8 0 0 1-.316-2.237C3.436 5.86 7.28 2.071 11.99 2.071s8.555 3.79 8.555 8.428c0 3.189-1.787 6.067-4.667 7.517a6.4 6.4 0 0 1-.861.372c-.126.041-.252.104-.4.145a1.05 1.05 0 0 0-.735.994c0 .498.084 1.056.274 1.657l-2.46-1.305c-.987-.517-1.955-1.056-2.753-1.822c-.904-.87-1.198-1.429-1.282-2.444c-.084-.931.147-1.594.904-2.505c.4-.497.924-.85 1.344-1.097q.6-.374 1.262-.685a2.1 2.1 0 0 0 2.27.146a2.053 2.053 0 0 0 .798-2.816c-.567-.995-1.849-1.347-2.858-.788a2.02 2.02 0 0 0-1.051 1.575c-.525.249-1.05.538-1.534.849c-.547.331-1.262.828-1.87 1.573c-.758.932-1.514 2.133-1.367 3.976c.126 1.532.631 2.527 1.892 3.748c1.009.974 2.101 1.595 3.258 2.196l3.95 2.05c.211.103.463.165.694.165c.379 0 .736-.145 1.009-.394a1.41 1.41 0 0 0 .315-1.656a7.7 7.7 0 0 1-.588-1.677c.252-.104.505-.229.756-.332c3.595-1.801 5.823-5.384 5.823-9.36C22.645 4.701 17.875 0 11.989 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.413 7.62c.042 0 .063.02.105.02c.062 0 .148-.02.21-.061l.736-.415c.21-.124.273-.372.148-.559l-.946-1.635a.37.37 0 0 0-.253-.187c-.105-.02-.23-.02-.315.042l-.735.414c-.211.125-.274.373-.148.56l.946 1.635c.042.082.147.145.252.186m3.699 4.06l-.735.413c-.21.125-.274.374-.148.56l.946 1.635a.37.37 0 0 0 .253.187c.041 0 .062.02.104.02a.4.4 0 0 0 .211-.062l.735-.414c.21-.125.274-.373.148-.56l-.946-1.635a.38.38 0 0 0-.252-.187a.56.56 0 0 0-.316.042ZM11.989 0C6.105 0 1.333 4.7 1.333 10.499q0 1.429.379 2.795c.147.56.735.87 1.282.725c.567-.145.882-.725.736-1.263a8 8 0 0 1-.316-2.237C3.436 5.86 7.28 2.071 11.99 2.071s8.555 3.79 8.555 8.428c0 3.189-1.787 6.067-4.667 7.517a6.4 6.4 0 0 1-.861.372c-.126.041-.252.104-.4.145a1.05 1.05 0 0 0-.735.994c0 .498.084 1.056.274 1.657l-2.46-1.305c-.987-.517-1.955-1.056-2.753-1.822c-.904-.87-1.198-1.429-1.282-2.444c-.084-.931.147-1.594.904-2.505c.4-.497.924-.85 1.344-1.097q.6-.374 1.262-.685a2.1 2.1 0 0 0 2.27.146a2.053 2.053 0 0 0 .798-2.816c-.567-.995-1.849-1.347-2.858-.788a2.02 2.02 0 0 0-1.051 1.575c-.525.249-1.05.538-1.534.849c-.547.331-1.262.828-1.87 1.573c-.758.932-1.514 2.133-1.367 3.976c.126 1.532.631 2.527 1.892 3.748c1.009.974 2.101 1.595 3.258 2.196l3.95 2.05c.211.103.463.165.694.165c.379 0 .736-.145 1.009-.394a1.41 1.41 0 0 0 .315-1.656a7.7 7.7 0 0 1-.588-1.677c.252-.104.505-.229.756-.332c3.595-1.801 5.823-5.384 5.823-9.36C22.645 4.701 17.875 0 11.989 0"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.413%207.62c.042%200%20.063.02.105.02c.062%200%20.148-.02.21-.061l.736-.415c.21-.124.273-.372.148-.559l-.946-1.635a.37.37%200%200%200-.253-.187c-.105-.02-.23-.02-.315.042l-.735.414c-.211.125-.274.373-.148.56l.946%201.635c.042.082.147.145.252.186m3.699%204.06l-.735.413c-.21.125-.274.374-.148.56l.946%201.635a.37.37%200%200%200%20.253.187c.041%200%20.062.02.104.02a.4.4%200%200%200%20.211-.062l.735-.414c.21-.125.274-.373.148-.56l-.946-1.635a.38.38%200%200%200-.252-.187a.56.56%200%200%200-.316.042ZM11.989%200C6.105%200%201.333%204.7%201.333%2010.499q0%201.429.379%202.795c.147.56.735.87%201.282.725c.567-.145.882-.725.736-1.263a8%208%200%200%201-.316-2.237C3.436%205.86%207.28%202.071%2011.99%202.071s8.555%203.79%208.555%208.428c0%203.189-1.787%206.067-4.667%207.517a6.4%206.4%200%200%201-.861.372c-.126.041-.252.104-.4.145a1.05%201.05%200%200%200-.735.994c0%20.498.084%201.056.274%201.657l-2.46-1.305c-.987-.517-1.955-1.056-2.753-1.822c-.904-.87-1.198-1.429-1.282-2.444c-.084-.931.147-1.594.904-2.505c.4-.497.924-.85%201.344-1.097q.6-.374%201.262-.685a2.1%202.1%200%200%200%202.27.146a2.053%202.053%200%200%200%20.798-2.816c-.567-.995-1.849-1.347-2.858-.788a2.02%202.02%200%200%200-1.051%201.575c-.525.249-1.05.538-1.534.849c-.547.331-1.262.828-1.87%201.573c-.758.932-1.514%202.133-1.367%203.976c.126%201.532.631%202.527%201.892%203.748c1.009.974%202.101%201.595%203.258%202.196l3.95%202.05c.211.103.463.165.694.165c.379%200%20.736-.145%201.009-.394a1.41%201.41%200%200%200%20.315-1.656a7.7%207.7%200%200%201-.588-1.677c.252-.104.505-.229.756-.332c3.595-1.801%205.823-5.384%205.823-9.36C22.645%204.701%2017.875%200%2011.989%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.413%207.62c.042%200%20.063.02.105.02c.062%200%20.148-.02.21-.061l.736-.415c.21-.124.273-.372.148-.559l-.946-1.635a.37.37%200%200%200-.253-.187c-.105-.02-.23-.02-.315.042l-.735.414c-.211.125-.274.373-.148.56l.946%201.635c.042.082.147.145.252.186m3.699%204.06l-.735.413c-.21.125-.274.374-.148.56l.946%201.635a.37.37%200%200%200%20.253.187c.041%200%20.062.02.104.02a.4.4%200%200%200%20.211-.062l.735-.414c.21-.125.274-.373.148-.56l-.946-1.635a.38.38%200%200%200-.252-.187a.56.56%200%200%200-.316.042ZM11.989%200C6.105%200%201.333%204.7%201.333%2010.499q0%201.429.379%202.795c.147.56.735.87%201.282.725c.567-.145.882-.725.736-1.263a8%208%200%200%201-.316-2.237C3.436%205.86%207.28%202.071%2011.99%202.071s8.555%203.79%208.555%208.428c0%203.189-1.787%206.067-4.667%207.517a6.4%206.4%200%200%201-.861.372c-.126.041-.252.104-.4.145a1.05%201.05%200%200%200-.735.994c0%20.498.084%201.056.274%201.657l-2.46-1.305c-.987-.517-1.955-1.056-2.753-1.822c-.904-.87-1.198-1.429-1.282-2.444c-.084-.931.147-1.594.904-2.505c.4-.497.924-.85%201.344-1.097q.6-.374%201.262-.685a2.1%202.1%200%200%200%202.27.146a2.053%202.053%200%200%200%20.798-2.816c-.567-.995-1.849-1.347-2.858-.788a2.02%202.02%200%200%200-1.051%201.575c-.525.249-1.05.538-1.534.849c-.547.331-1.262.828-1.87%201.573c-.758.932-1.514%202.133-1.367%203.976c.126%201.532.631%202.527%201.892%203.748c1.009.974%202.101%201.595%203.258%202.196l3.95%202.05c.211.103.463.165.694.165c.379%200%20.736-.145%201.009-.394a1.41%201.41%200%200%200%20.315-1.656a7.7%207.7%200%200%201-.588-1.677c.252-.104.505-.229.756-.332c3.595-1.801%205.823-5.384%205.823-9.36C22.645%204.701%2017.875%200%2011.989%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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