satellite icon

satellite-linear from Solar by 480 Design · Linear · Astronomy · CC-BY-4.0 Attribution required.

Name
satellite-linear
Set
Solar
Style
Linear
Category
Astronomy
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More astronomy icons from Solar

Use the satellite icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M20.4699 10.918C18.4298 12.9581 15.1221 12.9581 13.082 10.918C11.0418 8.87785 11.0418 5.57019 13.082 3.53008M20.4699 10.918C22.51 8.87785 22.51 5.57019 20.4699 3.53008C18.4298 1.48997 15.1221 1.48997 13.082 3.53008M20.4699 10.918C20.4699 10.918 18.6229 10.3025 16.1602 7.8399M20.4699 10.918L14.3132 22M13.082 3.53008C13.082 3.53008 13.6976 5.37728 16.1602 7.8399M13.082 3.53008L2 9.68687M16.1602 7.8399L5 19"/></svg>

React

import type { SVGProps } from "react";

export function SolarSatelliteLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M20.4699 10.918C18.4298 12.9581 15.1221 12.9581 13.082 10.918C11.0418 8.87785 11.0418 5.57019 13.082 3.53008M20.4699 10.918C22.51 8.87785 22.51 5.57019 20.4699 3.53008C18.4298 1.48997 15.1221 1.48997 13.082 3.53008M20.4699 10.918C20.4699 10.918 18.6229 10.3025 16.1602 7.8399M20.4699 10.918L14.3132 22M13.082 3.53008C13.082 3.53008 13.6976 5.37728 16.1602 7.8399M13.082 3.53008L2 9.68687M16.1602 7.8399L5 19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M20.4699 10.918C18.4298 12.9581 15.1221 12.9581 13.082 10.918C11.0418 8.87785 11.0418 5.57019 13.082 3.53008M20.4699 10.918C22.51 8.87785 22.51 5.57019 20.4699 3.53008C18.4298 1.48997 15.1221 1.48997 13.082 3.53008M20.4699 10.918C20.4699 10.918 18.6229 10.3025 16.1602 7.8399M20.4699 10.918L14.3132 22M13.082 3.53008C13.082 3.53008 13.6976 5.37728 16.1602 7.8399M13.082 3.53008L2 9.68687M16.1602 7.8399L5 19"/></svg>
</template>

CSS

.icon-satellite-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M20.4699%2010.918C18.4298%2012.9581%2015.1221%2012.9581%2013.082%2010.918C11.0418%208.87785%2011.0418%205.57019%2013.082%203.53008M20.4699%2010.918C22.51%208.87785%2022.51%205.57019%2020.4699%203.53008C18.4298%201.48997%2015.1221%201.48997%2013.082%203.53008M20.4699%2010.918C20.4699%2010.918%2018.6229%2010.3025%2016.1602%207.8399M20.4699%2010.918L14.3132%2022M13.082%203.53008C13.082%203.53008%2013.6976%205.37728%2016.1602%207.8399M13.082%203.53008L2%209.68687M16.1602%207.8399L5%2019%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M20.4699%2010.918C18.4298%2012.9581%2015.1221%2012.9581%2013.082%2010.918C11.0418%208.87785%2011.0418%205.57019%2013.082%203.53008M20.4699%2010.918C22.51%208.87785%2022.51%205.57019%2020.4699%203.53008C18.4298%201.48997%2015.1221%201.48997%2013.082%203.53008M20.4699%2010.918C20.4699%2010.918%2018.6229%2010.3025%2016.1602%207.8399M20.4699%2010.918L14.3132%2022M13.082%203.53008C13.082%203.53008%2013.6976%205.37728%2016.1602%207.8399M13.082%203.53008L2%209.68687M16.1602%207.8399L5%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Satellite linear icon — Solar · IconsDB