satellite from Font Awesome Solid by Dave Gandy · Solid · Computers · CC-BY-4.0 Attribution required.

Name
satellite
Set
Font Awesome Solid
Style
Solid
Category
Computers
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More computers icons from Font Awesome Solid

Use the satellite icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M263 71c9.4-9.4 24.6-9.4 33.9 0l89.4 89.4l55-55c12.5-12.5 32.8-12.5 45.3 0l48 48c12.5 12.5 12.5 32.8 0 45.3l-55 55l89.4 89.4c9.4 9.4 9.4 24.6 0 33.9l-96 96c-9.4 9.4-24.6 9.4-33.9 0l-89.4-89.4l-15.5 15.5c11.4 24.6 17.8 52 17.8 80.9c0 31.7-7.7 61.5-21.2 87.8c-4.7 9-16.7 10.3-23.8 3.1l-96.3-96.3l-60 60c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l60-60L69.1 333c-7.2-7.2-5.9-19.2 3.1-23.8C98.5 295.6 128.4 288 160 288c28.9 0 56.3 6.4 80.9 17.8l15.5-15.5L167 201c-9.4-9.4-9.4-24.6 0-33.9zm17 50.9L217.9 184l72.4 72.4l62.1-62.1zm176 300.2l62.1-62.1l-72.4-72.4l-62.1 62.1z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidSatellite(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M263 71c9.4-9.4 24.6-9.4 33.9 0l89.4 89.4l55-55c12.5-12.5 32.8-12.5 45.3 0l48 48c12.5 12.5 12.5 32.8 0 45.3l-55 55l89.4 89.4c9.4 9.4 9.4 24.6 0 33.9l-96 96c-9.4 9.4-24.6 9.4-33.9 0l-89.4-89.4l-15.5 15.5c11.4 24.6 17.8 52 17.8 80.9c0 31.7-7.7 61.5-21.2 87.8c-4.7 9-16.7 10.3-23.8 3.1l-96.3-96.3l-60 60c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l60-60L69.1 333c-7.2-7.2-5.9-19.2 3.1-23.8C98.5 295.6 128.4 288 160 288c28.9 0 56.3 6.4 80.9 17.8l15.5-15.5L167 201c-9.4-9.4-9.4-24.6 0-33.9zm17 50.9L217.9 184l72.4 72.4l62.1-62.1zm176 300.2l62.1-62.1l-72.4-72.4l-62.1 62.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M263 71c9.4-9.4 24.6-9.4 33.9 0l89.4 89.4l55-55c12.5-12.5 32.8-12.5 45.3 0l48 48c12.5 12.5 12.5 32.8 0 45.3l-55 55l89.4 89.4c9.4 9.4 9.4 24.6 0 33.9l-96 96c-9.4 9.4-24.6 9.4-33.9 0l-89.4-89.4l-15.5 15.5c11.4 24.6 17.8 52 17.8 80.9c0 31.7-7.7 61.5-21.2 87.8c-4.7 9-16.7 10.3-23.8 3.1l-96.3-96.3l-60 60c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l60-60L69.1 333c-7.2-7.2-5.9-19.2 3.1-23.8C98.5 295.6 128.4 288 160 288c28.9 0 56.3 6.4 80.9 17.8l15.5-15.5L167 201c-9.4-9.4-9.4-24.6 0-33.9zm17 50.9L217.9 184l72.4 72.4l62.1-62.1zm176 300.2l62.1-62.1l-72.4-72.4l-62.1 62.1z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M263%2071c9.4-9.4%2024.6-9.4%2033.9%200l89.4%2089.4l55-55c12.5-12.5%2032.8-12.5%2045.3%200l48%2048c12.5%2012.5%2012.5%2032.8%200%2045.3l-55%2055l89.4%2089.4c9.4%209.4%209.4%2024.6%200%2033.9l-96%2096c-9.4%209.4-24.6%209.4-33.9%200l-89.4-89.4l-15.5%2015.5c11.4%2024.6%2017.8%2052%2017.8%2080.9c0%2031.7-7.7%2061.5-21.2%2087.8c-4.7%209-16.7%2010.3-23.8%203.1l-96.3-96.3l-60%2060c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l60-60L69.1%20333c-7.2-7.2-5.9-19.2%203.1-23.8C98.5%20295.6%20128.4%20288%20160%20288c28.9%200%2056.3%206.4%2080.9%2017.8l15.5-15.5L167%20201c-9.4-9.4-9.4-24.6%200-33.9zm17%2050.9L217.9%20184l72.4%2072.4l62.1-62.1zm176%20300.2l62.1-62.1l-72.4-72.4l-62.1%2062.1z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M263%2071c9.4-9.4%2024.6-9.4%2033.9%200l89.4%2089.4l55-55c12.5-12.5%2032.8-12.5%2045.3%200l48%2048c12.5%2012.5%2012.5%2032.8%200%2045.3l-55%2055l89.4%2089.4c9.4%209.4%209.4%2024.6%200%2033.9l-96%2096c-9.4%209.4-24.6%209.4-33.9%200l-89.4-89.4l-15.5%2015.5c11.4%2024.6%2017.8%2052%2017.8%2080.9c0%2031.7-7.7%2061.5-21.2%2087.8c-4.7%209-16.7%2010.3-23.8%203.1l-96.3-96.3l-60%2060c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l60-60L69.1%20333c-7.2-7.2-5.9-19.2%203.1-23.8C98.5%20295.6%20128.4%20288%20160%20288c28.9%200%2056.3%206.4%2080.9%2017.8l15.5-15.5L167%20201c-9.4-9.4-9.4-24.6%200-33.9zm17%2050.9L217.9%20184l72.4%2072.4l62.1-62.1zm176%20300.2l62.1-62.1l-72.4-72.4l-62.1%2062.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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