satellite emoji
satellite from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.
- Name
- satellite
- Set
- OpenMoji
- Style
- Default
- Category
- Travel Places
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji 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 EmojisatelliteSimple Iconssatellite-boldSolarsatelliteTabler IconssatelliteTwitter Emoji
More travel places icons from OpenMoji
Use the satellite emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#d0cfce" d="M24.281 24.405c3.633-3.633 3.934-9.413.87-13.4a1.01 1.01 0 0 0-1.511-.1L11 23.544a1.01 1.01 0 0 0 .074 1.49a9.79 9.79 0 0 0 13.207-.63"/><path fill="#3f3f3f" d="M15.728 67.728L4.414 56.414a1 1 0 0 1 0-1.414l15.1-15.1a1 1 0 0 1 1.415 0l11.314 11.313a1 1 0 0 1 0 1.414l-15.1 15.1a1 1 0 0 1-1.415 0m35.485-35.484L39.9 20.929a1 1 0 0 1 0-1.414L55 4.415a1 1 0 0 1 1.415 0l11.314 11.313a1 1 0 0 1 0 1.414l-15.1 15.1a1 1 0 0 1-1.415 0"/><path fill="#d0cfce" d="M51.92 39.192L39.192 51.92a1 1 0 0 1-1.414 0L23.636 37.778a1 1 0 0 1 0-1.414l12.728-12.728a1 1 0 0 1 1.414 0L51.92 37.778a1 1 0 0 1 0 1.414"/><path fill="#9b9b9a" d="M36.364 23.636L23.636 36.364a1 1 0 0 1-1.414 0l-4.243-4.243a1 1 0 0 1 0-1.414L30.707 17.98a1 1 0 0 1 1.414 0l4.243 4.243a1 1 0 0 1 0 1.414M53.335 44.85l-8.486 8.485a1 1 0 0 1-1.414 0l-2.121-2.122a1 1 0 0 1 0-1.414l8.485-8.485a1 1 0 0 1 1.414 0l2.121 2.121a1 1 0 0 1 0 1.414"/><circle cx="12.322" cy="12.322" r="2" fill="#3f3f3f" transform="rotate(-45 12.322 12.322)"/></g><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path d="m45.5 26.5l-2.43 2.43M28.93 43.07l-2.41 2.42L26 46M12 14v8m11-10h-9"/><path stroke-linecap="round" stroke-linejoin="round" d="M24.281 24.405c3.633-3.633 3.934-9.413.87-13.4a1.01 1.01 0 0 0-1.511-.1L11 23.544a1.01 1.01 0 0 0 .074 1.49a9.79 9.79 0 0 0 13.207-.63m-8.553 43.324L4.414 56.414a1 1 0 0 1 0-1.414l15.1-15.1a1 1 0 0 1 1.415 0l11.314 11.313a1 1 0 0 1 0 1.414l-15.1 15.1a1 1 0 0 1-1.415 0m35.485-35.484L39.9 20.929a1 1 0 0 1 0-1.414L55 4.415a1 1 0 0 1 1.415 0l11.314 11.313a1 1 0 0 1 0 1.414l-15.1 15.1a1 1 0 0 1-1.415 0m.706 6.95L39.192 51.92a1 1 0 0 1-1.414 0L23.636 37.778a1 1 0 0 1 0-1.414l12.728-12.728a1 1 0 0 1 1.414 0L51.92 37.778a1 1 0 0 1 0 1.414"/><path stroke-linecap="round" stroke-linejoin="round" d="M36.364 23.636L23.636 36.364a1 1 0 0 1-1.414 0l-4.243-4.243a1 1 0 0 1 0-1.414L30.707 17.98a1 1 0 0 1 1.414 0l4.243 4.243a1 1 0 0 1 0 1.414M53.335 44.85l-8.486 8.485a1 1 0 0 1-1.414 0l-2.121-2.122a1 1 0 0 1 0-1.414l8.485-8.485a1 1 0 0 1 1.414 0l2.121 2.121a1 1 0 0 1 0 1.414"/><circle cx="12.322" cy="12.322" r="2" stroke-linecap="round" stroke-linejoin="round" transform="rotate(-45 12.322 12.322)"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiSatellite(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path fill="#d0cfce" d="M24.281 24.405c3.633-3.633 3.934-9.413.87-13.4a1.01 1.01 0 0 0-1.511-.1L11 23.544a1.01 1.01 0 0 0 .074 1.49a9.79 9.79 0 0 0 13.207-.63"/><path fill="#3f3f3f" d="M15.728 67.728L4.414 56.414a1 1 0 0 1 0-1.414l15.1-15.1a1 1 0 0 1 1.415 0l11.314 11.313a1 1 0 0 1 0 1.414l-15.1 15.1a1 1 0 0 1-1.415 0m35.485-35.484L39.9 20.929a1 1 0 0 1 0-1.414L55 4.415a1 1 0 0 1 1.415 0l11.314 11.313a1 1 0 0 1 0 1.414l-15.1 15.1a1 1 0 0 1-1.415 0"/><path fill="#d0cfce" d="M51.92 39.192L39.192 51.92a1 1 0 0 1-1.414 0L23.636 37.778a1 1 0 0 1 0-1.414l12.728-12.728a1 1 0 0 1 1.414 0L51.92 37.778a1 1 0 0 1 0 1.414"/><path fill="#9b9b9a" d="M36.364 23.636L23.636 36.364a1 1 0 0 1-1.414 0l-4.243-4.243a1 1 0 0 1 0-1.414L30.707 17.98a1 1 0 0 1 1.414 0l4.243 4.243a1 1 0 0 1 0 1.414M53.335 44.85l-8.486 8.485a1 1 0 0 1-1.414 0l-2.121-2.122a1 1 0 0 1 0-1.414l8.485-8.485a1 1 0 0 1 1.414 0l2.121 2.121a1 1 0 0 1 0 1.414"/><circle cx="12.322" cy="12.322" r="2" fill="#3f3f3f" transform="rotate(-45 12.322 12.322)"/></g><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><path d="m45.5 26.5l-2.43 2.43M28.93 43.07l-2.41 2.42L26 46M12 14v8m11-10h-9"/><path strokeLinecap="round" strokeLinejoin="round" d="M24.281 24.405c3.633-3.633 3.934-9.413.87-13.4a1.01 1.01 0 0 0-1.511-.1L11 23.544a1.01 1.01 0 0 0 .074 1.49a9.79 9.79 0 0 0 13.207-.63m-8.553 43.324L4.414 56.414a1 1 0 0 1 0-1.414l15.1-15.1a1 1 0 0 1 1.415 0l11.314 11.313a1 1 0 0 1 0 1.414l-15.1 15.1a1 1 0 0 1-1.415 0m35.485-35.484L39.9 20.929a1 1 0 0 1 0-1.414L55 4.415a1 1 0 0 1 1.415 0l11.314 11.313a1 1 0 0 1 0 1.414l-15.1 15.1a1 1 0 0 1-1.415 0m.706 6.95L39.192 51.92a1 1 0 0 1-1.414 0L23.636 37.778a1 1 0 0 1 0-1.414l12.728-12.728a1 1 0 0 1 1.414 0L51.92 37.778a1 1 0 0 1 0 1.414"/><path strokeLinecap="round" strokeLinejoin="round" d="M36.364 23.636L23.636 36.364a1 1 0 0 1-1.414 0l-4.243-4.243a1 1 0 0 1 0-1.414L30.707 17.98a1 1 0 0 1 1.414 0l4.243 4.243a1 1 0 0 1 0 1.414M53.335 44.85l-8.486 8.485a1 1 0 0 1-1.414 0l-2.121-2.122a1 1 0 0 1 0-1.414l8.485-8.485a1 1 0 0 1 1.414 0l2.121 2.121a1 1 0 0 1 0 1.414"/><circle cx="12.322" cy="12.322" r="2" strokeLinecap="round" strokeLinejoin="round" transform="rotate(-45 12.322 12.322)"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#d0cfce" d="M24.281 24.405c3.633-3.633 3.934-9.413.87-13.4a1.01 1.01 0 0 0-1.511-.1L11 23.544a1.01 1.01 0 0 0 .074 1.49a9.79 9.79 0 0 0 13.207-.63"/><path fill="#3f3f3f" d="M15.728 67.728L4.414 56.414a1 1 0 0 1 0-1.414l15.1-15.1a1 1 0 0 1 1.415 0l11.314 11.313a1 1 0 0 1 0 1.414l-15.1 15.1a1 1 0 0 1-1.415 0m35.485-35.484L39.9 20.929a1 1 0 0 1 0-1.414L55 4.415a1 1 0 0 1 1.415 0l11.314 11.313a1 1 0 0 1 0 1.414l-15.1 15.1a1 1 0 0 1-1.415 0"/><path fill="#d0cfce" d="M51.92 39.192L39.192 51.92a1 1 0 0 1-1.414 0L23.636 37.778a1 1 0 0 1 0-1.414l12.728-12.728a1 1 0 0 1 1.414 0L51.92 37.778a1 1 0 0 1 0 1.414"/><path fill="#9b9b9a" d="M36.364 23.636L23.636 36.364a1 1 0 0 1-1.414 0l-4.243-4.243a1 1 0 0 1 0-1.414L30.707 17.98a1 1 0 0 1 1.414 0l4.243 4.243a1 1 0 0 1 0 1.414M53.335 44.85l-8.486 8.485a1 1 0 0 1-1.414 0l-2.121-2.122a1 1 0 0 1 0-1.414l8.485-8.485a1 1 0 0 1 1.414 0l2.121 2.121a1 1 0 0 1 0 1.414"/><circle cx="12.322" cy="12.322" r="2" fill="#3f3f3f" transform="rotate(-45 12.322 12.322)"/></g><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path d="m45.5 26.5l-2.43 2.43M28.93 43.07l-2.41 2.42L26 46M12 14v8m11-10h-9"/><path stroke-linecap="round" stroke-linejoin="round" d="M24.281 24.405c3.633-3.633 3.934-9.413.87-13.4a1.01 1.01 0 0 0-1.511-.1L11 23.544a1.01 1.01 0 0 0 .074 1.49a9.79 9.79 0 0 0 13.207-.63m-8.553 43.324L4.414 56.414a1 1 0 0 1 0-1.414l15.1-15.1a1 1 0 0 1 1.415 0l11.314 11.313a1 1 0 0 1 0 1.414l-15.1 15.1a1 1 0 0 1-1.415 0m35.485-35.484L39.9 20.929a1 1 0 0 1 0-1.414L55 4.415a1 1 0 0 1 1.415 0l11.314 11.313a1 1 0 0 1 0 1.414l-15.1 15.1a1 1 0 0 1-1.415 0m.706 6.95L39.192 51.92a1 1 0 0 1-1.414 0L23.636 37.778a1 1 0 0 1 0-1.414l12.728-12.728a1 1 0 0 1 1.414 0L51.92 37.778a1 1 0 0 1 0 1.414"/><path stroke-linecap="round" stroke-linejoin="round" d="M36.364 23.636L23.636 36.364a1 1 0 0 1-1.414 0l-4.243-4.243a1 1 0 0 1 0-1.414L30.707 17.98a1 1 0 0 1 1.414 0l4.243 4.243a1 1 0 0 1 0 1.414M53.335 44.85l-8.486 8.485a1 1 0 0 1-1.414 0l-2.121-2.122a1 1 0 0 1 0-1.414l8.485-8.485a1 1 0 0 1 1.414 0l2.121 2.121a1 1 0 0 1 0 1.414"/><circle cx="12.322" cy="12.322" r="2" stroke-linecap="round" stroke-linejoin="round" transform="rotate(-45 12.322 12.322)"/></g></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%2072%2072%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M24.281%2024.405c3.633-3.633%203.934-9.413.87-13.4a1.01%201.01%200%200%200-1.511-.1L11%2023.544a1.01%201.01%200%200%200%20.074%201.49a9.79%209.79%200%200%200%2013.207-.63%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M15.728%2067.728L4.414%2056.414a1%201%200%200%201%200-1.414l15.1-15.1a1%201%200%200%201%201.415%200l11.314%2011.313a1%201%200%200%201%200%201.414l-15.1%2015.1a1%201%200%200%201-1.415%200m35.485-35.484L39.9%2020.929a1%201%200%200%201%200-1.414L55%204.415a1%201%200%200%201%201.415%200l11.314%2011.313a1%201%200%200%201%200%201.414l-15.1%2015.1a1%201%200%200%201-1.415%200%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M51.92%2039.192L39.192%2051.92a1%201%200%200%201-1.414%200L23.636%2037.778a1%201%200%200%201%200-1.414l12.728-12.728a1%201%200%200%201%201.414%200L51.92%2037.778a1%201%200%200%201%200%201.414%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M36.364%2023.636L23.636%2036.364a1%201%200%200%201-1.414%200l-4.243-4.243a1%201%200%200%201%200-1.414L30.707%2017.98a1%201%200%200%201%201.414%200l4.243%204.243a1%201%200%200%201%200%201.414M53.335%2044.85l-8.486%208.485a1%201%200%200%201-1.414%200l-2.121-2.122a1%201%200%200%201%200-1.414l8.485-8.485a1%201%200%200%201%201.414%200l2.121%202.121a1%201%200%200%201%200%201.414%22%2F%3E%3Ccircle%20cx%3D%2212.322%22%20cy%3D%2212.322%22%20r%3D%222%22%20fill%3D%22%233f3f3f%22%20transform%3D%22rotate(-45%2012.322%2012.322)%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m45.5%2026.5l-2.43%202.43M28.93%2043.07l-2.41%202.42L26%2046M12%2014v8m11-10h-9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24.281%2024.405c3.633-3.633%203.934-9.413.87-13.4a1.01%201.01%200%200%200-1.511-.1L11%2023.544a1.01%201.01%200%200%200%20.074%201.49a9.79%209.79%200%200%200%2013.207-.63m-8.553%2043.324L4.414%2056.414a1%201%200%200%201%200-1.414l15.1-15.1a1%201%200%200%201%201.415%200l11.314%2011.313a1%201%200%200%201%200%201.414l-15.1%2015.1a1%201%200%200%201-1.415%200m35.485-35.484L39.9%2020.929a1%201%200%200%201%200-1.414L55%204.415a1%201%200%200%201%201.415%200l11.314%2011.313a1%201%200%200%201%200%201.414l-15.1%2015.1a1%201%200%200%201-1.415%200m.706%206.95L39.192%2051.92a1%201%200%200%201-1.414%200L23.636%2037.778a1%201%200%200%201%200-1.414l12.728-12.728a1%201%200%200%201%201.414%200L51.92%2037.778a1%201%200%200%201%200%201.414%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M36.364%2023.636L23.636%2036.364a1%201%200%200%201-1.414%200l-4.243-4.243a1%201%200%200%201%200-1.414L30.707%2017.98a1%201%200%200%201%201.414%200l4.243%204.243a1%201%200%200%201%200%201.414M53.335%2044.85l-8.486%208.485a1%201%200%200%201-1.414%200l-2.121-2.122a1%201%200%200%201%200-1.414l8.485-8.485a1%201%200%200%201%201.414%200l2.121%202.121a1%201%200%200%201%200%201.414%22%2F%3E%3Ccircle%20cx%3D%2212.322%22%20cy%3D%2212.322%22%20r%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20transform%3D%22rotate(-45%2012.322%2012.322)%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%2072%2072%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M24.281%2024.405c3.633-3.633%203.934-9.413.87-13.4a1.01%201.01%200%200%200-1.511-.1L11%2023.544a1.01%201.01%200%200%200%20.074%201.49a9.79%209.79%200%200%200%2013.207-.63%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M15.728%2067.728L4.414%2056.414a1%201%200%200%201%200-1.414l15.1-15.1a1%201%200%200%201%201.415%200l11.314%2011.313a1%201%200%200%201%200%201.414l-15.1%2015.1a1%201%200%200%201-1.415%200m35.485-35.484L39.9%2020.929a1%201%200%200%201%200-1.414L55%204.415a1%201%200%200%201%201.415%200l11.314%2011.313a1%201%200%200%201%200%201.414l-15.1%2015.1a1%201%200%200%201-1.415%200%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M51.92%2039.192L39.192%2051.92a1%201%200%200%201-1.414%200L23.636%2037.778a1%201%200%200%201%200-1.414l12.728-12.728a1%201%200%200%201%201.414%200L51.92%2037.778a1%201%200%200%201%200%201.414%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M36.364%2023.636L23.636%2036.364a1%201%200%200%201-1.414%200l-4.243-4.243a1%201%200%200%201%200-1.414L30.707%2017.98a1%201%200%200%201%201.414%200l4.243%204.243a1%201%200%200%201%200%201.414M53.335%2044.85l-8.486%208.485a1%201%200%200%201-1.414%200l-2.121-2.122a1%201%200%200%201%200-1.414l8.485-8.485a1%201%200%200%201%201.414%200l2.121%202.121a1%201%200%200%201%200%201.414%22%2F%3E%3Ccircle%20cx%3D%2212.322%22%20cy%3D%2212.322%22%20r%3D%222%22%20fill%3D%22%233f3f3f%22%20transform%3D%22rotate(-45%2012.322%2012.322)%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m45.5%2026.5l-2.43%202.43M28.93%2043.07l-2.41%202.42L26%2046M12%2014v8m11-10h-9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24.281%2024.405c3.633-3.633%203.934-9.413.87-13.4a1.01%201.01%200%200%200-1.511-.1L11%2023.544a1.01%201.01%200%200%200%20.074%201.49a9.79%209.79%200%200%200%2013.207-.63m-8.553%2043.324L4.414%2056.414a1%201%200%200%201%200-1.414l15.1-15.1a1%201%200%200%201%201.415%200l11.314%2011.313a1%201%200%200%201%200%201.414l-15.1%2015.1a1%201%200%200%201-1.415%200m35.485-35.484L39.9%2020.929a1%201%200%200%201%200-1.414L55%204.415a1%201%200%200%201%201.415%200l11.314%2011.313a1%201%200%200%201%200%201.414l-15.1%2015.1a1%201%200%200%201-1.415%200m.706%206.95L39.192%2051.92a1%201%200%200%201-1.414%200L23.636%2037.778a1%201%200%200%201%200-1.414l12.728-12.728a1%201%200%200%201%201.414%200L51.92%2037.778a1%201%200%200%201%200%201.414%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M36.364%2023.636L23.636%2036.364a1%201%200%200%201-1.414%200l-4.243-4.243a1%201%200%200%201%200-1.414L30.707%2017.98a1%201%200%200%201%201.414%200l4.243%204.243a1%201%200%200%201%200%201.414M53.335%2044.85l-8.486%208.485a1%201%200%200%201-1.414%200l-2.121-2.122a1%201%200%200%201%200-1.414l8.485-8.485a1%201%200%200%201%201.414%200l2.121%202.121a1%201%200%200%201%200%201.414%22%2F%3E%3Ccircle%20cx%3D%2212.322%22%20cy%3D%2212.322%22%20r%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20transform%3D%22rotate(-45%2012.322%2012.322)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/satellite.svg?color=%231a73e8&size=48