satellite from Line Awesome by Icons8 · Line · Science Fiction · Apache-2.0 Free for personal and commercial use.

Name
satellite
Set
Line Awesome
Style
Line
Category
Science Fiction
Viewbox
32×32
License
Apache 2.0
Aliases
satellite-solid

The same icon in other sets

More science fiction icons from Line Awesome

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="m8.875 3.594l-.719.687l-3.844 3.875l-.718.719l.719.688l5.75 5.78l-.657.657L16 22.594l.656-.657l5.75 5.782l.719.687l.719-.687l3.875-3.907l.718-.687l-6.78-6.781c.616-1.66.265-3.61-1.063-4.938c-.907-.906-2.117-1.344-3.313-1.344a4.8 4.8 0 0 0-1.625.313L9.594 4.281zm0 2.812l5.063 5.063l-2.47 2.469l-5.062-5.063zm8.406 5.625c.68 0 1.383.258 1.907.781a2.67 2.67 0 0 1 0 3.782l-2.907 2.875l-.281.281L12.25 16l3.031-3.031l.125-.156c.07-.07.145-.126.219-.188l.188-.156c.44-.293.96-.438 1.468-.438M8.438 17L7 18.406L13.594 25L15 23.562zm12.093 1.063l5.063 5.062l-2.469 2.469l-5.063-5.063z"/></svg>

React

import type { SVGProps } from "react";

export function LaSatellite(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="m8.875 3.594l-.719.687l-3.844 3.875l-.718.719l.719.688l5.75 5.78l-.657.657L16 22.594l.656-.657l5.75 5.782l.719.687l.719-.687l3.875-3.907l.718-.687l-6.78-6.781c.616-1.66.265-3.61-1.063-4.938c-.907-.906-2.117-1.344-3.313-1.344a4.8 4.8 0 0 0-1.625.313L9.594 4.281zm0 2.812l5.063 5.063l-2.47 2.469l-5.062-5.063zm8.406 5.625c.68 0 1.383.258 1.907.781a2.67 2.67 0 0 1 0 3.782l-2.907 2.875l-.281.281L12.25 16l3.031-3.031l.125-.156c.07-.07.145-.126.219-.188l.188-.156c.44-.293.96-.438 1.468-.438M8.438 17L7 18.406L13.594 25L15 23.562zm12.093 1.063l5.063 5.062l-2.469 2.469l-5.063-5.063z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m8.875 3.594l-.719.687l-3.844 3.875l-.718.719l.719.688l5.75 5.78l-.657.657L16 22.594l.656-.657l5.75 5.782l.719.687l.719-.687l3.875-3.907l.718-.687l-6.78-6.781c.616-1.66.265-3.61-1.063-4.938c-.907-.906-2.117-1.344-3.313-1.344a4.8 4.8 0 0 0-1.625.313L9.594 4.281zm0 2.812l5.063 5.063l-2.47 2.469l-5.062-5.063zm8.406 5.625c.68 0 1.383.258 1.907.781a2.67 2.67 0 0 1 0 3.782l-2.907 2.875l-.281.281L12.25 16l3.031-3.031l.125-.156c.07-.07.145-.126.219-.188l.188-.156c.44-.293.96-.438 1.468-.438M8.438 17L7 18.406L13.594 25L15 23.562zm12.093 1.063l5.063 5.062l-2.469 2.469l-5.063-5.063z"/></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%22m8.875%203.594l-.719.687l-3.844%203.875l-.718.719l.719.688l5.75%205.78l-.657.657L16%2022.594l.656-.657l5.75%205.782l.719.687l.719-.687l3.875-3.907l.718-.687l-6.78-6.781c.616-1.66.265-3.61-1.063-4.938c-.907-.906-2.117-1.344-3.313-1.344a4.8%204.8%200%200%200-1.625.313L9.594%204.281zm0%202.812l5.063%205.063l-2.47%202.469l-5.062-5.063zm8.406%205.625c.68%200%201.383.258%201.907.781a2.67%202.67%200%200%201%200%203.782l-2.907%202.875l-.281.281L12.25%2016l3.031-3.031l.125-.156c.07-.07.145-.126.219-.188l.188-.156c.44-.293.96-.438%201.468-.438M8.438%2017L7%2018.406L13.594%2025L15%2023.562zm12.093%201.063l5.063%205.062l-2.469%202.469l-5.063-5.063z%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%22m8.875%203.594l-.719.687l-3.844%203.875l-.718.719l.719.688l5.75%205.78l-.657.657L16%2022.594l.656-.657l5.75%205.782l.719.687l.719-.687l3.875-3.907l.718-.687l-6.78-6.781c.616-1.66.265-3.61-1.063-4.938c-.907-.906-2.117-1.344-3.313-1.344a4.8%204.8%200%200%200-1.625.313L9.594%204.281zm0%202.812l5.063%205.063l-2.47%202.469l-5.062-5.063zm8.406%205.625c.68%200%201.383.258%201.907.781a2.67%202.67%200%200%201%200%203.782l-2.907%202.875l-.281.281L12.25%2016l3.031-3.031l.125-.156c.07-.07.145-.126.219-.188l.188-.156c.44-.293.96-.438%201.468-.438M8.438%2017L7%2018.406L13.594%2025L15%2023.562zm12.093%201.063l5.063%205.062l-2.469%202.469l-5.063-5.063z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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