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

Name
satellite
Set
Font Awesome 6 Solid
Style
Regular
Category
Computers
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More computers icons from Font Awesome 6 Solid

Use the satellite icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M233 7c-9.4-9.4-24.6-9.4-33.9 0l-96 96c-9.4 9.4-9.4 24.6 0 33.9l89.4 89.4l-15.5 15.5c-24.7-11.4-52.1-17.8-81-17.8c-31.7 0-61.5 7.7-87.8 21.2c-9 4.7-10.3 16.7-3.1 23.8l107.6 107.7l-16.4 16.4c-2.6-.7-5.4-1.1-8.3-1.1c-17.7 0-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32c0-2.9-.4-5.6-1.1-8.3l16.4-16.4l107.6 107.6c7.2 7.2 19.2 5.9 23.8-3.1c13.6-26.3 21.3-56.1 21.3-87.8c0-28.9-6.4-56.3-17.8-80.9l15.5-15.5L375 409c9.4 9.4 24.6 9.4 33.9 0l96-96c9.4-9.4 9.4-24.6 0-33.9l-89.4-89.4l55-55c12.5-12.5 12.5-32.8 0-45.3l-48-48c-12.5-12.5-32.8-12.5-45.3 0l-55 55zm159 351l-72.4-72.4l62.1-62.1l72.4 72.5l-62.1 62.1zM226.3 192.4L153.9 120L216 57.9l72.4 72.4z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidSatellite(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M233 7c-9.4-9.4-24.6-9.4-33.9 0l-96 96c-9.4 9.4-9.4 24.6 0 33.9l89.4 89.4l-15.5 15.5c-24.7-11.4-52.1-17.8-81-17.8c-31.7 0-61.5 7.7-87.8 21.2c-9 4.7-10.3 16.7-3.1 23.8l107.6 107.7l-16.4 16.4c-2.6-.7-5.4-1.1-8.3-1.1c-17.7 0-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32c0-2.9-.4-5.6-1.1-8.3l16.4-16.4l107.6 107.6c7.2 7.2 19.2 5.9 23.8-3.1c13.6-26.3 21.3-56.1 21.3-87.8c0-28.9-6.4-56.3-17.8-80.9l15.5-15.5L375 409c9.4 9.4 24.6 9.4 33.9 0l96-96c9.4-9.4 9.4-24.6 0-33.9l-89.4-89.4l55-55c12.5-12.5 12.5-32.8 0-45.3l-48-48c-12.5-12.5-32.8-12.5-45.3 0l-55 55zm159 351l-72.4-72.4l62.1-62.1l72.4 72.5l-62.1 62.1zM226.3 192.4L153.9 120L216 57.9l72.4 72.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M233 7c-9.4-9.4-24.6-9.4-33.9 0l-96 96c-9.4 9.4-9.4 24.6 0 33.9l89.4 89.4l-15.5 15.5c-24.7-11.4-52.1-17.8-81-17.8c-31.7 0-61.5 7.7-87.8 21.2c-9 4.7-10.3 16.7-3.1 23.8l107.6 107.7l-16.4 16.4c-2.6-.7-5.4-1.1-8.3-1.1c-17.7 0-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32c0-2.9-.4-5.6-1.1-8.3l16.4-16.4l107.6 107.6c7.2 7.2 19.2 5.9 23.8-3.1c13.6-26.3 21.3-56.1 21.3-87.8c0-28.9-6.4-56.3-17.8-80.9l15.5-15.5L375 409c9.4 9.4 24.6 9.4 33.9 0l96-96c9.4-9.4 9.4-24.6 0-33.9l-89.4-89.4l55-55c12.5-12.5 12.5-32.8 0-45.3l-48-48c-12.5-12.5-32.8-12.5-45.3 0l-55 55zm159 351l-72.4-72.4l62.1-62.1l72.4 72.5l-62.1 62.1zM226.3 192.4L153.9 120L216 57.9l72.4 72.4z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M233%207c-9.4-9.4-24.6-9.4-33.9%200l-96%2096c-9.4%209.4-9.4%2024.6%200%2033.9l89.4%2089.4l-15.5%2015.5c-24.7-11.4-52.1-17.8-81-17.8c-31.7%200-61.5%207.7-87.8%2021.2c-9%204.7-10.3%2016.7-3.1%2023.8l107.6%20107.7l-16.4%2016.4c-2.6-.7-5.4-1.1-8.3-1.1c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032s32-14.3%2032-32c0-2.9-.4-5.6-1.1-8.3l16.4-16.4l107.6%20107.6c7.2%207.2%2019.2%205.9%2023.8-3.1c13.6-26.3%2021.3-56.1%2021.3-87.8c0-28.9-6.4-56.3-17.8-80.9l15.5-15.5L375%20409c9.4%209.4%2024.6%209.4%2033.9%200l96-96c9.4-9.4%209.4-24.6%200-33.9l-89.4-89.4l55-55c12.5-12.5%2012.5-32.8%200-45.3l-48-48c-12.5-12.5-32.8-12.5-45.3%200l-55%2055zm159%20351l-72.4-72.4l62.1-62.1l72.4%2072.5l-62.1%2062.1zM226.3%20192.4L153.9%20120L216%2057.9l72.4%2072.4z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M233%207c-9.4-9.4-24.6-9.4-33.9%200l-96%2096c-9.4%209.4-9.4%2024.6%200%2033.9l89.4%2089.4l-15.5%2015.5c-24.7-11.4-52.1-17.8-81-17.8c-31.7%200-61.5%207.7-87.8%2021.2c-9%204.7-10.3%2016.7-3.1%2023.8l107.6%20107.7l-16.4%2016.4c-2.6-.7-5.4-1.1-8.3-1.1c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032s32-14.3%2032-32c0-2.9-.4-5.6-1.1-8.3l16.4-16.4l107.6%20107.6c7.2%207.2%2019.2%205.9%2023.8-3.1c13.6-26.3%2021.3-56.1%2021.3-87.8c0-28.9-6.4-56.3-17.8-80.9l15.5-15.5L375%20409c9.4%209.4%2024.6%209.4%2033.9%200l96-96c9.4-9.4%209.4-24.6%200-33.9l-89.4-89.4l55-55c12.5-12.5%2012.5-32.8%200-45.3l-48-48c-12.5-12.5-32.8-12.5-45.3%200l-55%2055zm159%20351l-72.4-72.4l62.1-62.1l72.4%2072.5l-62.1%2062.1zM226.3%20192.4L153.9%20120L216%2057.9l72.4%2072.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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