satellite icon
satellite-line-duotone from Solar by 480 Design · Line Duotone · Astronomy · CC-BY-4.0 Attribution required.
- Name
- satellite-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Astronomy
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
satelliteCarbonsatelliteEmoji One (Colored)satelliteFont Awesome 6 SolidsatelliteFont Awesome SolidsatelliteFluent EmojisatelliteFluent Emoji FlatsatelliteFluent Emoji High ContrastsatelliteHuge IconssatelliteLine AwesomesatelliteLucidesatelliteMaterial SymbolssatelliteMaterial Symbols LightsatelliteMaterial Design IconssatelliteNoto EmojisatelliteOpenMojisatelliteSimple IconssatelliteTabler IconssatelliteTwitter Emoji
More astronomy icons from Solar
asteroid-boldatom-boldblack-hole-2-boldblack-hole-3-boldblack-hole-boldearth-boldinfinite-boldmen-boldplanet-2-boldplanet-3-boldplanet-4-boldplanet-boldrocket-2-boldrocket-boldstar-2-boldstar-angle-boldstar-circle-boldstar-fall-2-boldstar-fall-boldstar-fall-minimalistic-2-boldstar-fall-minimalistic-boldstar-rainbow-boldstar-ring-boldstar-rings-bold
Use the satellite icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M16.1602 7.8401C18.6229 10.3027 20.4699 10.9182 20.4699 10.9182L14.3132 22.0002M16.1602 7.8401C13.6976 5.37747 13.082 3.53027 13.082 3.53027L2 9.68708M16.1602 7.8401L5 19.0002" opacity=".5"/><path d="M13.0818 10.918C15.122 12.9581 18.4297 12.9581 20.4698 10.918C22.5099 8.87785 22.5099 5.57019 20.4698 3.53008C18.4297 1.48997 15.122 1.48997 13.0818 3.53008C11.0417 5.57019 11.0417 8.87785 13.0818 10.918Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarSatelliteLineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M16.1602 7.8401C18.6229 10.3027 20.4699 10.9182 20.4699 10.9182L14.3132 22.0002M16.1602 7.8401C13.6976 5.37747 13.082 3.53027 13.082 3.53027L2 9.68708M16.1602 7.8401L5 19.0002" opacity=".5"/><path d="M13.0818 10.918C15.122 12.9581 18.4297 12.9581 20.4698 10.918C22.5099 8.87785 22.5099 5.57019 20.4698 3.53008C18.4297 1.48997 15.122 1.48997 13.0818 3.53008C11.0417 5.57019 11.0417 8.87785 13.0818 10.918Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M16.1602 7.8401C18.6229 10.3027 20.4699 10.9182 20.4699 10.9182L14.3132 22.0002M16.1602 7.8401C13.6976 5.37747 13.082 3.53027 13.082 3.53027L2 9.68708M16.1602 7.8401L5 19.0002" opacity=".5"/><path d="M13.0818 10.918C15.122 12.9581 18.4297 12.9581 20.4698 10.918C22.5099 8.87785 22.5099 5.57019 20.4698 3.53008C18.4297 1.48997 15.122 1.48997 13.0818 3.53008C11.0417 5.57019 11.0417 8.87785 13.0818 10.918Z"/></g></svg> </template>
CSS
.icon-satellite-line-duotone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.1602%207.8401C18.6229%2010.3027%2020.4699%2010.9182%2020.4699%2010.9182L14.3132%2022.0002M16.1602%207.8401C13.6976%205.37747%2013.082%203.53027%2013.082%203.53027L2%209.68708M16.1602%207.8401L5%2019.0002%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.0818%2010.918C15.122%2012.9581%2018.4297%2012.9581%2020.4698%2010.918C22.5099%208.87785%2022.5099%205.57019%2020.4698%203.53008C18.4297%201.48997%2015.122%201.48997%2013.0818%203.53008C11.0417%205.57019%2011.0417%208.87785%2013.0818%2010.918Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.1602%207.8401C18.6229%2010.3027%2020.4699%2010.9182%2020.4699%2010.9182L14.3132%2022.0002M16.1602%207.8401C13.6976%205.37747%2013.082%203.53027%2013.082%203.53027L2%209.68708M16.1602%207.8401L5%2019.0002%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.0818%2010.918C15.122%2012.9581%2018.4297%2012.9581%2020.4698%2010.918C22.5099%208.87785%2022.5099%205.57019%2020.4698%203.53008C18.4297%201.48997%2015.122%201.48997%2013.0818%203.53008C11.0417%205.57019%2011.0417%208.87785%2013.0818%2010.918Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/satellite-line-duotone.svg?color=%231a73e8&size=48