round satellite alt icon
round-satellite-alt from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-satellite-alt
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the round 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="M20.95 14.88a6.985 6.985 0 0 1-6.07 6.07a.995.995 0 0 0-.87 1.11c.07.55.57.94 1.12.87c4.09-.51 7.3-3.72 7.81-7.81c.06-.55-.33-1.05-.88-1.11a.987.987 0 0 0-1.11.87m-2.11.38a1 1 0 0 0-.72-1.22a.996.996 0 0 0-1.22.72a3 3 0 0 1-2.15 2.15a1.003 1.003 0 0 0-.72 1.22c.14.53.69.85 1.22.72a5.02 5.02 0 0 0 3.59-3.59M21.8 4.12L18.26.58c-.78-.78-2.05-.78-2.83 0l-3.18 3.18c-.78.78-.78 2.05 0 2.83l1.24 1.24l-.71.71l-1.23-1.24c-.78-.78-2.05-.78-2.83 0L7.3 8.72c-.78.78-.78 2.05 0 2.83l1.24 1.24l-.71.71l-1.23-1.25c-.78-.78-2.05-.78-2.83 0L.59 15.43c-.78.78-.78 2.05 0 2.83l3.54 3.54c.78.78 2.05.78 2.83 0l3.18-3.18c.78-.78.78-2.05 0-2.83L8.9 14.55l.71-.71l1.24 1.24c.78.78 2.05.78 2.83 0l1.41-1.41c.78-.78.78-2.05 0-2.83L13.84 9.6l.71-.71l1.24 1.24c.78.78 2.05.78 2.83 0l3.18-3.18c.78-.78.78-2.05 0-2.83M5.54 20.38L2 16.85l1.06-1.06l3.54 3.54zm2.12-2.12l-3.54-3.54l1.06-1.06l3.54 3.54zm9.54-9.54l-3.54-3.54l1.06-1.06l3.54 3.54zm2.12-2.12l-3.54-3.54L16.85 2l3.54 3.54z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundSatelliteAlt(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="M20.95 14.88a6.985 6.985 0 0 1-6.07 6.07a.995.995 0 0 0-.87 1.11c.07.55.57.94 1.12.87c4.09-.51 7.3-3.72 7.81-7.81c.06-.55-.33-1.05-.88-1.11a.987.987 0 0 0-1.11.87m-2.11.38a1 1 0 0 0-.72-1.22a.996.996 0 0 0-1.22.72a3 3 0 0 1-2.15 2.15a1.003 1.003 0 0 0-.72 1.22c.14.53.69.85 1.22.72a5.02 5.02 0 0 0 3.59-3.59M21.8 4.12L18.26.58c-.78-.78-2.05-.78-2.83 0l-3.18 3.18c-.78.78-.78 2.05 0 2.83l1.24 1.24l-.71.71l-1.23-1.24c-.78-.78-2.05-.78-2.83 0L7.3 8.72c-.78.78-.78 2.05 0 2.83l1.24 1.24l-.71.71l-1.23-1.25c-.78-.78-2.05-.78-2.83 0L.59 15.43c-.78.78-.78 2.05 0 2.83l3.54 3.54c.78.78 2.05.78 2.83 0l3.18-3.18c.78-.78.78-2.05 0-2.83L8.9 14.55l.71-.71l1.24 1.24c.78.78 2.05.78 2.83 0l1.41-1.41c.78-.78.78-2.05 0-2.83L13.84 9.6l.71-.71l1.24 1.24c.78.78 2.05.78 2.83 0l3.18-3.18c.78-.78.78-2.05 0-2.83M5.54 20.38L2 16.85l1.06-1.06l3.54 3.54zm2.12-2.12l-3.54-3.54l1.06-1.06l3.54 3.54zm9.54-9.54l-3.54-3.54l1.06-1.06l3.54 3.54zm2.12-2.12l-3.54-3.54L16.85 2l3.54 3.54z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.95 14.88a6.985 6.985 0 0 1-6.07 6.07a.995.995 0 0 0-.87 1.11c.07.55.57.94 1.12.87c4.09-.51 7.3-3.72 7.81-7.81c.06-.55-.33-1.05-.88-1.11a.987.987 0 0 0-1.11.87m-2.11.38a1 1 0 0 0-.72-1.22a.996.996 0 0 0-1.22.72a3 3 0 0 1-2.15 2.15a1.003 1.003 0 0 0-.72 1.22c.14.53.69.85 1.22.72a5.02 5.02 0 0 0 3.59-3.59M21.8 4.12L18.26.58c-.78-.78-2.05-.78-2.83 0l-3.18 3.18c-.78.78-.78 2.05 0 2.83l1.24 1.24l-.71.71l-1.23-1.24c-.78-.78-2.05-.78-2.83 0L7.3 8.72c-.78.78-.78 2.05 0 2.83l1.24 1.24l-.71.71l-1.23-1.25c-.78-.78-2.05-.78-2.83 0L.59 15.43c-.78.78-.78 2.05 0 2.83l3.54 3.54c.78.78 2.05.78 2.83 0l3.18-3.18c.78-.78.78-2.05 0-2.83L8.9 14.55l.71-.71l1.24 1.24c.78.78 2.05.78 2.83 0l1.41-1.41c.78-.78.78-2.05 0-2.83L13.84 9.6l.71-.71l1.24 1.24c.78.78 2.05.78 2.83 0l3.18-3.18c.78-.78.78-2.05 0-2.83M5.54 20.38L2 16.85l1.06-1.06l3.54 3.54zm2.12-2.12l-3.54-3.54l1.06-1.06l3.54 3.54zm9.54-9.54l-3.54-3.54l1.06-1.06l3.54 3.54zm2.12-2.12l-3.54-3.54L16.85 2l3.54 3.54z"/></svg> </template>
CSS
.icon-round-satellite-alt {
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%22M20.95%2014.88a6.985%206.985%200%200%201-6.07%206.07a.995.995%200%200%200-.87%201.11c.07.55.57.94%201.12.87c4.09-.51%207.3-3.72%207.81-7.81c.06-.55-.33-1.05-.88-1.11a.987.987%200%200%200-1.11.87m-2.11.38a1%201%200%200%200-.72-1.22a.996.996%200%200%200-1.22.72a3%203%200%200%201-2.15%202.15a1.003%201.003%200%200%200-.72%201.22c.14.53.69.85%201.22.72a5.02%205.02%200%200%200%203.59-3.59M21.8%204.12L18.26.58c-.78-.78-2.05-.78-2.83%200l-3.18%203.18c-.78.78-.78%202.05%200%202.83l1.24%201.24l-.71.71l-1.23-1.24c-.78-.78-2.05-.78-2.83%200L7.3%208.72c-.78.78-.78%202.05%200%202.83l1.24%201.24l-.71.71l-1.23-1.25c-.78-.78-2.05-.78-2.83%200L.59%2015.43c-.78.78-.78%202.05%200%202.83l3.54%203.54c.78.78%202.05.78%202.83%200l3.18-3.18c.78-.78.78-2.05%200-2.83L8.9%2014.55l.71-.71l1.24%201.24c.78.78%202.05.78%202.83%200l1.41-1.41c.78-.78.78-2.05%200-2.83L13.84%209.6l.71-.71l1.24%201.24c.78.78%202.05.78%202.83%200l3.18-3.18c.78-.78.78-2.05%200-2.83M5.54%2020.38L2%2016.85l1.06-1.06l3.54%203.54zm2.12-2.12l-3.54-3.54l1.06-1.06l3.54%203.54zm9.54-9.54l-3.54-3.54l1.06-1.06l3.54%203.54zm2.12-2.12l-3.54-3.54L16.85%202l3.54%203.54z%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%22M20.95%2014.88a6.985%206.985%200%200%201-6.07%206.07a.995.995%200%200%200-.87%201.11c.07.55.57.94%201.12.87c4.09-.51%207.3-3.72%207.81-7.81c.06-.55-.33-1.05-.88-1.11a.987.987%200%200%200-1.11.87m-2.11.38a1%201%200%200%200-.72-1.22a.996.996%200%200%200-1.22.72a3%203%200%200%201-2.15%202.15a1.003%201.003%200%200%200-.72%201.22c.14.53.69.85%201.22.72a5.02%205.02%200%200%200%203.59-3.59M21.8%204.12L18.26.58c-.78-.78-2.05-.78-2.83%200l-3.18%203.18c-.78.78-.78%202.05%200%202.83l1.24%201.24l-.71.71l-1.23-1.24c-.78-.78-2.05-.78-2.83%200L7.3%208.72c-.78.78-.78%202.05%200%202.83l1.24%201.24l-.71.71l-1.23-1.25c-.78-.78-2.05-.78-2.83%200L.59%2015.43c-.78.78-.78%202.05%200%202.83l3.54%203.54c.78.78%202.05.78%202.83%200l3.18-3.18c.78-.78.78-2.05%200-2.83L8.9%2014.55l.71-.71l1.24%201.24c.78.78%202.05.78%202.83%200l1.41-1.41c.78-.78.78-2.05%200-2.83L13.84%209.6l.71-.71l1.24%201.24c.78.78%202.05.78%202.83%200l3.18-3.18c.78-.78.78-2.05%200-2.83M5.54%2020.38L2%2016.85l1.06-1.06l3.54%203.54zm2.12-2.12l-3.54-3.54l1.06-1.06l3.54%203.54zm9.54-9.54l-3.54-3.54l1.06-1.06l3.54%203.54zm2.12-2.12l-3.54-3.54L16.85%202l3.54%203.54z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-satellite-alt.svg?color=%231a73e8&size=48