satellite alt icon
satellite-alt-rounded from Material Symbols by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- satellite-alt-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More communicate icons from Material Symbols
Use the satellite alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.025 23.2q-.425 0-.725-.287T13 22.2t.288-.712T14 21.2q2.925 0 4.963-2.037T21 14.2q0-.425.288-.712T22 13.2t.713.288t.287.712q0 1.85-.712 3.488t-1.925 2.862t-2.85 1.938t-3.488.712m0-4q-.425 0-.725-.287T13 18.2t.288-.712T14 17.2q1.25 0 2.125-.875T17 14.2q0-.425.288-.712T18 13.2t.713.288t.287.712q-.025 2.075-1.463 3.525T14.026 19.2M5.55 22.575q-.375 0-.75-.15T4.125 22l-3.55-3.55q-.275-.3-.425-.675t-.15-.75q0-.4.15-.763t.425-.637L3.75 12.45q.575-.575 1.425-.587t1.425.562l1.25 1.25l.7-.7l-1.25-1.25q-.575-.575-.575-1.4t.575-1.4L8.725 7.5q.575-.575 1.413-.575t1.412.575l1.25 1.25l.7-.7l-1.25-1.25q-.575-.575-.575-1.412t.575-1.413L15.425.8q.3-.3.675-.45t.75-.15t.738.15t.662.45l3.55 3.55q.3.275.438.638t.137.762q0 .375-.137.75t-.438.675l-3.175 3.175q-.575.575-1.412.575T15.8 10.35L14.55 9.1l-.7.7l1.25 1.25q.575.575.563 1.413t-.588 1.412l-1.4 1.4q-.575.575-1.412.575t-1.413-.575l-1.25-1.25l-.7.7l1.25 1.25q.575.575.563 1.425t-.588 1.425L6.95 22q-.275.275-.638.425t-.762.15m0-1.975l1.05-1.05L3.05 16L2 17.05zm2.125-2.125l1.05-1.05l-3.55-3.55l-1.05 1.05zm9.55-9.55l1.05-1.05l-3.55-3.55l-1.05 1.05zM19.35 6.8l1.05-1.05l-3.55-3.55l-1.05 1.05z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSatelliteAltRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.025 23.2q-.425 0-.725-.287T13 22.2t.288-.712T14 21.2q2.925 0 4.963-2.037T21 14.2q0-.425.288-.712T22 13.2t.713.288t.287.712q0 1.85-.712 3.488t-1.925 2.862t-2.85 1.938t-3.488.712m0-4q-.425 0-.725-.287T13 18.2t.288-.712T14 17.2q1.25 0 2.125-.875T17 14.2q0-.425.288-.712T18 13.2t.713.288t.287.712q-.025 2.075-1.463 3.525T14.026 19.2M5.55 22.575q-.375 0-.75-.15T4.125 22l-3.55-3.55q-.275-.3-.425-.675t-.15-.75q0-.4.15-.763t.425-.637L3.75 12.45q.575-.575 1.425-.587t1.425.562l1.25 1.25l.7-.7l-1.25-1.25q-.575-.575-.575-1.4t.575-1.4L8.725 7.5q.575-.575 1.413-.575t1.412.575l1.25 1.25l.7-.7l-1.25-1.25q-.575-.575-.575-1.412t.575-1.413L15.425.8q.3-.3.675-.45t.75-.15t.738.15t.662.45l3.55 3.55q.3.275.438.638t.137.762q0 .375-.137.75t-.438.675l-3.175 3.175q-.575.575-1.412.575T15.8 10.35L14.55 9.1l-.7.7l1.25 1.25q.575.575.563 1.413t-.588 1.412l-1.4 1.4q-.575.575-1.412.575t-1.413-.575l-1.25-1.25l-.7.7l1.25 1.25q.575.575.563 1.425t-.588 1.425L6.95 22q-.275.275-.638.425t-.762.15m0-1.975l1.05-1.05L3.05 16L2 17.05zm2.125-2.125l1.05-1.05l-3.55-3.55l-1.05 1.05zm9.55-9.55l1.05-1.05l-3.55-3.55l-1.05 1.05zM19.35 6.8l1.05-1.05l-3.55-3.55l-1.05 1.05z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.025 23.2q-.425 0-.725-.287T13 22.2t.288-.712T14 21.2q2.925 0 4.963-2.037T21 14.2q0-.425.288-.712T22 13.2t.713.288t.287.712q0 1.85-.712 3.488t-1.925 2.862t-2.85 1.938t-3.488.712m0-4q-.425 0-.725-.287T13 18.2t.288-.712T14 17.2q1.25 0 2.125-.875T17 14.2q0-.425.288-.712T18 13.2t.713.288t.287.712q-.025 2.075-1.463 3.525T14.026 19.2M5.55 22.575q-.375 0-.75-.15T4.125 22l-3.55-3.55q-.275-.3-.425-.675t-.15-.75q0-.4.15-.763t.425-.637L3.75 12.45q.575-.575 1.425-.587t1.425.562l1.25 1.25l.7-.7l-1.25-1.25q-.575-.575-.575-1.4t.575-1.4L8.725 7.5q.575-.575 1.413-.575t1.412.575l1.25 1.25l.7-.7l-1.25-1.25q-.575-.575-.575-1.412t.575-1.413L15.425.8q.3-.3.675-.45t.75-.15t.738.15t.662.45l3.55 3.55q.3.275.438.638t.137.762q0 .375-.137.75t-.438.675l-3.175 3.175q-.575.575-1.412.575T15.8 10.35L14.55 9.1l-.7.7l1.25 1.25q.575.575.563 1.413t-.588 1.412l-1.4 1.4q-.575.575-1.412.575t-1.413-.575l-1.25-1.25l-.7.7l1.25 1.25q.575.575.563 1.425t-.588 1.425L6.95 22q-.275.275-.638.425t-.762.15m0-1.975l1.05-1.05L3.05 16L2 17.05zm2.125-2.125l1.05-1.05l-3.55-3.55l-1.05 1.05zm9.55-9.55l1.05-1.05l-3.55-3.55l-1.05 1.05zM19.35 6.8l1.05-1.05l-3.55-3.55l-1.05 1.05z"/></svg> </template>
CSS
.icon-satellite-alt-rounded {
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%22currentColor%22%20d%3D%22M14.025%2023.2q-.425%200-.725-.287T13%2022.2t.288-.712T14%2021.2q2.925%200%204.963-2.037T21%2014.2q0-.425.288-.712T22%2013.2t.713.288t.287.712q0%201.85-.712%203.488t-1.925%202.862t-2.85%201.938t-3.488.712m0-4q-.425%200-.725-.287T13%2018.2t.288-.712T14%2017.2q1.25%200%202.125-.875T17%2014.2q0-.425.288-.712T18%2013.2t.713.288t.287.712q-.025%202.075-1.463%203.525T14.026%2019.2M5.55%2022.575q-.375%200-.75-.15T4.125%2022l-3.55-3.55q-.275-.3-.425-.675t-.15-.75q0-.4.15-.763t.425-.637L3.75%2012.45q.575-.575%201.425-.587t1.425.562l1.25%201.25l.7-.7l-1.25-1.25q-.575-.575-.575-1.4t.575-1.4L8.725%207.5q.575-.575%201.413-.575t1.412.575l1.25%201.25l.7-.7l-1.25-1.25q-.575-.575-.575-1.412t.575-1.413L15.425.8q.3-.3.675-.45t.75-.15t.738.15t.662.45l3.55%203.55q.3.275.438.638t.137.762q0%20.375-.137.75t-.438.675l-3.175%203.175q-.575.575-1.412.575T15.8%2010.35L14.55%209.1l-.7.7l1.25%201.25q.575.575.563%201.413t-.588%201.412l-1.4%201.4q-.575.575-1.412.575t-1.413-.575l-1.25-1.25l-.7.7l1.25%201.25q.575.575.563%201.425t-.588%201.425L6.95%2022q-.275.275-.638.425t-.762.15m0-1.975l1.05-1.05L3.05%2016L2%2017.05zm2.125-2.125l1.05-1.05l-3.55-3.55l-1.05%201.05zm9.55-9.55l1.05-1.05l-3.55-3.55l-1.05%201.05zM19.35%206.8l1.05-1.05l-3.55-3.55l-1.05%201.05z%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%22currentColor%22%20d%3D%22M14.025%2023.2q-.425%200-.725-.287T13%2022.2t.288-.712T14%2021.2q2.925%200%204.963-2.037T21%2014.2q0-.425.288-.712T22%2013.2t.713.288t.287.712q0%201.85-.712%203.488t-1.925%202.862t-2.85%201.938t-3.488.712m0-4q-.425%200-.725-.287T13%2018.2t.288-.712T14%2017.2q1.25%200%202.125-.875T17%2014.2q0-.425.288-.712T18%2013.2t.713.288t.287.712q-.025%202.075-1.463%203.525T14.026%2019.2M5.55%2022.575q-.375%200-.75-.15T4.125%2022l-3.55-3.55q-.275-.3-.425-.675t-.15-.75q0-.4.15-.763t.425-.637L3.75%2012.45q.575-.575%201.425-.587t1.425.562l1.25%201.25l.7-.7l-1.25-1.25q-.575-.575-.575-1.4t.575-1.4L8.725%207.5q.575-.575%201.413-.575t1.412.575l1.25%201.25l.7-.7l-1.25-1.25q-.575-.575-.575-1.412t.575-1.413L15.425.8q.3-.3.675-.45t.75-.15t.738.15t.662.45l3.55%203.55q.3.275.438.638t.137.762q0%20.375-.137.75t-.438.675l-3.175%203.175q-.575.575-1.412.575T15.8%2010.35L14.55%209.1l-.7.7l1.25%201.25q.575.575.563%201.413t-.588%201.412l-1.4%201.4q-.575.575-1.412.575t-1.413-.575l-1.25-1.25l-.7.7l1.25%201.25q.575.575.563%201.425t-.588%201.425L6.95%2022q-.275.275-.638.425t-.762.15m0-1.975l1.05-1.05L3.05%2016L2%2017.05zm2.125-2.125l1.05-1.05l-3.55-3.55l-1.05%201.05zm9.55-9.55l1.05-1.05l-3.55-3.55l-1.05%201.05zM19.35%206.8l1.05-1.05l-3.55-3.55l-1.05%201.05z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/satellite-alt-rounded.svg?color=%231a73e8&size=48