satellite-alt-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
satellite-alt-rounded
Set
Material Symbols Light
Style
Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

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.506 22.68q-.214 0-.36-.142Q14 22.394 14 22.18t.143-.357t.357-.143q2.906 0 4.943-2.038t2.038-4.943q0-.213.143-.357t.357-.143t.356.143t.144.357q0 1.658-.626 3.113t-1.704 2.535t-2.533 1.707t-3.112.626m0-3.385q-.214 0-.36-.143T14 18.796t.143-.356t.357-.144q1.5 0 2.548-1.048t1.048-2.548q0-.213.144-.357t.356-.143t.357.143q.143.144.143.357q-.005 1.921-1.337 3.256t-3.253 1.34m-8.379 2.221q-.298 0-.577-.101t-.502-.32l-3.55-3.55q-.217-.223-.32-.502q-.101-.278-.101-.577q0-.303.102-.57t.319-.484l2.79-2.79q.44-.44 1.07-.443q.629-.003 1.069.437l1.462 1.462L9.3 12.667l-1.461-1.461q-.441-.44-.441-1.064q0-.623.44-1.063l1.04-1.04q.441-.441 1.058-.441q.616 0 1.056.44L12.454 9.5l1.411-1.412l-1.461-1.461q-.44-.44-.44-1.066t.44-1.067l2.79-2.79q.223-.223.492-.335t.568-.111t.574.102t.499.325l3.55 3.55q.223.217.322.493t.099.58q0 .298-.099.577t-.322.502l-2.79 2.79q-.44.44-1.067.44t-1.066-.44l-1.462-1.461l-1.411 1.411l1.461 1.461q.44.44.438 1.067q-.003.626-.443 1.066l-1.016 1.015q-.44.441-1.066.45t-1.066-.43l-1.462-1.462l-1.411 1.412l1.461 1.461q.44.44.438 1.07q-.003.629-.444 1.069l-2.79 2.79q-.217.218-.484.32q-.266.101-.57.101m-.327-1.09q.135.135.327.135t.327-.135l1.108-1.108L3.3 15.058l-1.108 1.107q-.134.135-.134.327t.134.327zm2.394-1.76l1.108-1.107q.135-.135.135-.327t-.135-.327l-3.608-3.608q-.134-.134-.327-.134t-.326.134l-1.108 1.108zm8.493-9.184q.134.134.327.134t.327-.134l1.107-1.108l-4.261-4.261l-1.108 1.107q-.135.135-.135.327q0 .193.135.327zm2.413-1.74l1.108-1.108q.134-.135.134-.327t-.134-.327L16.6 2.373q-.134-.134-.327-.134q-.192 0-.327.134l-1.108 1.108z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSatelliteAltRounded(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.506 22.68q-.214 0-.36-.142Q14 22.394 14 22.18t.143-.357t.357-.143q2.906 0 4.943-2.038t2.038-4.943q0-.213.143-.357t.357-.143t.356.143t.144.357q0 1.658-.626 3.113t-1.704 2.535t-2.533 1.707t-3.112.626m0-3.385q-.214 0-.36-.143T14 18.796t.143-.356t.357-.144q1.5 0 2.548-1.048t1.048-2.548q0-.213.144-.357t.356-.143t.357.143q.143.144.143.357q-.005 1.921-1.337 3.256t-3.253 1.34m-8.379 2.221q-.298 0-.577-.101t-.502-.32l-3.55-3.55q-.217-.223-.32-.502q-.101-.278-.101-.577q0-.303.102-.57t.319-.484l2.79-2.79q.44-.44 1.07-.443q.629-.003 1.069.437l1.462 1.462L9.3 12.667l-1.461-1.461q-.441-.44-.441-1.064q0-.623.44-1.063l1.04-1.04q.441-.441 1.058-.441q.616 0 1.056.44L12.454 9.5l1.411-1.412l-1.461-1.461q-.44-.44-.44-1.066t.44-1.067l2.79-2.79q.223-.223.492-.335t.568-.111t.574.102t.499.325l3.55 3.55q.223.217.322.493t.099.58q0 .298-.099.577t-.322.502l-2.79 2.79q-.44.44-1.067.44t-1.066-.44l-1.462-1.461l-1.411 1.411l1.461 1.461q.44.44.438 1.067q-.003.626-.443 1.066l-1.016 1.015q-.44.441-1.066.45t-1.066-.43l-1.462-1.462l-1.411 1.412l1.461 1.461q.44.44.438 1.07q-.003.629-.444 1.069l-2.79 2.79q-.217.218-.484.32q-.266.101-.57.101m-.327-1.09q.135.135.327.135t.327-.135l1.108-1.108L3.3 15.058l-1.108 1.107q-.134.135-.134.327t.134.327zm2.394-1.76l1.108-1.107q.135-.135.135-.327t-.135-.327l-3.608-3.608q-.134-.134-.327-.134t-.326.134l-1.108 1.108zm8.493-9.184q.134.134.327.134t.327-.134l1.107-1.108l-4.261-4.261l-1.108 1.107q-.135.135-.135.327q0 .193.135.327zm2.413-1.74l1.108-1.108q.134-.135.134-.327t-.134-.327L16.6 2.373q-.134-.134-.327-.134q-.192 0-.327.134l-1.108 1.108z"/></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.506 22.68q-.214 0-.36-.142Q14 22.394 14 22.18t.143-.357t.357-.143q2.906 0 4.943-2.038t2.038-4.943q0-.213.143-.357t.357-.143t.356.143t.144.357q0 1.658-.626 3.113t-1.704 2.535t-2.533 1.707t-3.112.626m0-3.385q-.214 0-.36-.143T14 18.796t.143-.356t.357-.144q1.5 0 2.548-1.048t1.048-2.548q0-.213.144-.357t.356-.143t.357.143q.143.144.143.357q-.005 1.921-1.337 3.256t-3.253 1.34m-8.379 2.221q-.298 0-.577-.101t-.502-.32l-3.55-3.55q-.217-.223-.32-.502q-.101-.278-.101-.577q0-.303.102-.57t.319-.484l2.79-2.79q.44-.44 1.07-.443q.629-.003 1.069.437l1.462 1.462L9.3 12.667l-1.461-1.461q-.441-.44-.441-1.064q0-.623.44-1.063l1.04-1.04q.441-.441 1.058-.441q.616 0 1.056.44L12.454 9.5l1.411-1.412l-1.461-1.461q-.44-.44-.44-1.066t.44-1.067l2.79-2.79q.223-.223.492-.335t.568-.111t.574.102t.499.325l3.55 3.55q.223.217.322.493t.099.58q0 .298-.099.577t-.322.502l-2.79 2.79q-.44.44-1.067.44t-1.066-.44l-1.462-1.461l-1.411 1.411l1.461 1.461q.44.44.438 1.067q-.003.626-.443 1.066l-1.016 1.015q-.44.441-1.066.45t-1.066-.43l-1.462-1.462l-1.411 1.412l1.461 1.461q.44.44.438 1.07q-.003.629-.444 1.069l-2.79 2.79q-.217.218-.484.32q-.266.101-.57.101m-.327-1.09q.135.135.327.135t.327-.135l1.108-1.108L3.3 15.058l-1.108 1.107q-.134.135-.134.327t.134.327zm2.394-1.76l1.108-1.107q.135-.135.135-.327t-.135-.327l-3.608-3.608q-.134-.134-.327-.134t-.326.134l-1.108 1.108zm8.493-9.184q.134.134.327.134t.327-.134l1.107-1.108l-4.261-4.261l-1.108 1.107q-.135.135-.135.327q0 .193.135.327zm2.413-1.74l1.108-1.108q.134-.135.134-.327t-.134-.327L16.6 2.373q-.134-.134-.327-.134q-.192 0-.327.134l-1.108 1.108z"/></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.506%2022.68q-.214%200-.36-.142Q14%2022.394%2014%2022.18t.143-.357t.357-.143q2.906%200%204.943-2.038t2.038-4.943q0-.213.143-.357t.357-.143t.356.143t.144.357q0%201.658-.626%203.113t-1.704%202.535t-2.533%201.707t-3.112.626m0-3.385q-.214%200-.36-.143T14%2018.796t.143-.356t.357-.144q1.5%200%202.548-1.048t1.048-2.548q0-.213.144-.357t.356-.143t.357.143q.143.144.143.357q-.005%201.921-1.337%203.256t-3.253%201.34m-8.379%202.221q-.298%200-.577-.101t-.502-.32l-3.55-3.55q-.217-.223-.32-.502q-.101-.278-.101-.577q0-.303.102-.57t.319-.484l2.79-2.79q.44-.44%201.07-.443q.629-.003%201.069.437l1.462%201.462L9.3%2012.667l-1.461-1.461q-.441-.44-.441-1.064q0-.623.44-1.063l1.04-1.04q.441-.441%201.058-.441q.616%200%201.056.44L12.454%209.5l1.411-1.412l-1.461-1.461q-.44-.44-.44-1.066t.44-1.067l2.79-2.79q.223-.223.492-.335t.568-.111t.574.102t.499.325l3.55%203.55q.223.217.322.493t.099.58q0%20.298-.099.577t-.322.502l-2.79%202.79q-.44.44-1.067.44t-1.066-.44l-1.462-1.461l-1.411%201.411l1.461%201.461q.44.44.438%201.067q-.003.626-.443%201.066l-1.016%201.015q-.44.441-1.066.45t-1.066-.43l-1.462-1.462l-1.411%201.412l1.461%201.461q.44.44.438%201.07q-.003.629-.444%201.069l-2.79%202.79q-.217.218-.484.32q-.266.101-.57.101m-.327-1.09q.135.135.327.135t.327-.135l1.108-1.108L3.3%2015.058l-1.108%201.107q-.134.135-.134.327t.134.327zm2.394-1.76l1.108-1.107q.135-.135.135-.327t-.135-.327l-3.608-3.608q-.134-.134-.327-.134t-.326.134l-1.108%201.108zm8.493-9.184q.134.134.327.134t.327-.134l1.107-1.108l-4.261-4.261l-1.108%201.107q-.135.135-.135.327q0%20.193.135.327zm2.413-1.74l1.108-1.108q.134-.135.134-.327t-.134-.327L16.6%202.373q-.134-.134-.327-.134q-.192%200-.327.134l-1.108%201.108z%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.506%2022.68q-.214%200-.36-.142Q14%2022.394%2014%2022.18t.143-.357t.357-.143q2.906%200%204.943-2.038t2.038-4.943q0-.213.143-.357t.357-.143t.356.143t.144.357q0%201.658-.626%203.113t-1.704%202.535t-2.533%201.707t-3.112.626m0-3.385q-.214%200-.36-.143T14%2018.796t.143-.356t.357-.144q1.5%200%202.548-1.048t1.048-2.548q0-.213.144-.357t.356-.143t.357.143q.143.144.143.357q-.005%201.921-1.337%203.256t-3.253%201.34m-8.379%202.221q-.298%200-.577-.101t-.502-.32l-3.55-3.55q-.217-.223-.32-.502q-.101-.278-.101-.577q0-.303.102-.57t.319-.484l2.79-2.79q.44-.44%201.07-.443q.629-.003%201.069.437l1.462%201.462L9.3%2012.667l-1.461-1.461q-.441-.44-.441-1.064q0-.623.44-1.063l1.04-1.04q.441-.441%201.058-.441q.616%200%201.056.44L12.454%209.5l1.411-1.412l-1.461-1.461q-.44-.44-.44-1.066t.44-1.067l2.79-2.79q.223-.223.492-.335t.568-.111t.574.102t.499.325l3.55%203.55q.223.217.322.493t.099.58q0%20.298-.099.577t-.322.502l-2.79%202.79q-.44.44-1.067.44t-1.066-.44l-1.462-1.461l-1.411%201.411l1.461%201.461q.44.44.438%201.067q-.003.626-.443%201.066l-1.016%201.015q-.44.441-1.066.45t-1.066-.43l-1.462-1.462l-1.411%201.412l1.461%201.461q.44.44.438%201.07q-.003.629-.444%201.069l-2.79%202.79q-.217.218-.484.32q-.266.101-.57.101m-.327-1.09q.135.135.327.135t.327-.135l1.108-1.108L3.3%2015.058l-1.108%201.107q-.134.135-.134.327t.134.327zm2.394-1.76l1.108-1.107q.135-.135.135-.327t-.135-.327l-3.608-3.608q-.134-.134-.327-.134t-.326.134l-1.108%201.108zm8.493-9.184q.134.134.327.134t.327-.134l1.107-1.108l-4.261-4.261l-1.108%201.107q-.135.135-.135.327q0%20.193.135.327zm2.413-1.74l1.108-1.108q.134-.135.134-.327t-.134-.327L16.6%202.373q-.134-.134-.327-.134q-.192%200-.327.134l-1.108%201.108z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/satellite-alt-rounded.svg?color=%231a73e8&size=48