sharp satellite alt icon

sharp-satellite-alt from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
sharp-satellite-alt
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the sharp 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="m15.44.59l-3.18 3.18c-.78.78-.78 2.05 0 2.83l1.24 1.24l-.71.71l-2.65-2.65l-4.24 4.24l2.65 2.65l-.71.71l-1.24-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-.71l2.65 2.65l4.24-4.24l-2.66-2.65l.71-.71l1.24 1.24c.78.78 2.05.78 2.83 0l3.18-3.18c.78-.78.78-2.05 0-2.83L18.26.58c-.78-.78-2.04-.78-2.82.01M6.6 19.32l-1.06 1.06L2 16.85l1.06-1.06zm2.12-2.12l-1.06 1.06l-3.54-3.54l1.06-1.06zm9.54-9.54L17.2 8.72l-3.54-3.54l1.06-1.06zm2.12-2.12L19.32 6.6l-3.54-3.54L16.85 2zM21 14h2a9 9 0 0 1-9 9v-2c3.87 0 7-3.13 7-7m-4 0h2c0 2.76-2.24 5-5 5v-2c1.66 0 3-1.34 3-3"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpSatelliteAlt(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="m15.44.59l-3.18 3.18c-.78.78-.78 2.05 0 2.83l1.24 1.24l-.71.71l-2.65-2.65l-4.24 4.24l2.65 2.65l-.71.71l-1.24-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-.71l2.65 2.65l4.24-4.24l-2.66-2.65l.71-.71l1.24 1.24c.78.78 2.05.78 2.83 0l3.18-3.18c.78-.78.78-2.05 0-2.83L18.26.58c-.78-.78-2.04-.78-2.82.01M6.6 19.32l-1.06 1.06L2 16.85l1.06-1.06zm2.12-2.12l-1.06 1.06l-3.54-3.54l1.06-1.06zm9.54-9.54L17.2 8.72l-3.54-3.54l1.06-1.06zm2.12-2.12L19.32 6.6l-3.54-3.54L16.85 2zM21 14h2a9 9 0 0 1-9 9v-2c3.87 0 7-3.13 7-7m-4 0h2c0 2.76-2.24 5-5 5v-2c1.66 0 3-1.34 3-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.44.59l-3.18 3.18c-.78.78-.78 2.05 0 2.83l1.24 1.24l-.71.71l-2.65-2.65l-4.24 4.24l2.65 2.65l-.71.71l-1.24-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-.71l2.65 2.65l4.24-4.24l-2.66-2.65l.71-.71l1.24 1.24c.78.78 2.05.78 2.83 0l3.18-3.18c.78-.78.78-2.05 0-2.83L18.26.58c-.78-.78-2.04-.78-2.82.01M6.6 19.32l-1.06 1.06L2 16.85l1.06-1.06zm2.12-2.12l-1.06 1.06l-3.54-3.54l1.06-1.06zm9.54-9.54L17.2 8.72l-3.54-3.54l1.06-1.06zm2.12-2.12L19.32 6.6l-3.54-3.54L16.85 2zM21 14h2a9 9 0 0 1-9 9v-2c3.87 0 7-3.13 7-7m-4 0h2c0 2.76-2.24 5-5 5v-2c1.66 0 3-1.34 3-3"/></svg>
</template>

CSS

.icon-sharp-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%22m15.44.59l-3.18%203.18c-.78.78-.78%202.05%200%202.83l1.24%201.24l-.71.71l-2.65-2.65l-4.24%204.24l2.65%202.65l-.71.71l-1.24-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-.71l2.65%202.65l4.24-4.24l-2.66-2.65l.71-.71l1.24%201.24c.78.78%202.05.78%202.83%200l3.18-3.18c.78-.78.78-2.05%200-2.83L18.26.58c-.78-.78-2.04-.78-2.82.01M6.6%2019.32l-1.06%201.06L2%2016.85l1.06-1.06zm2.12-2.12l-1.06%201.06l-3.54-3.54l1.06-1.06zm9.54-9.54L17.2%208.72l-3.54-3.54l1.06-1.06zm2.12-2.12L19.32%206.6l-3.54-3.54L16.85%202zM21%2014h2a9%209%200%200%201-9%209v-2c3.87%200%207-3.13%207-7m-4%200h2c0%202.76-2.24%205-5%205v-2c1.66%200%203-1.34%203-3%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%22m15.44.59l-3.18%203.18c-.78.78-.78%202.05%200%202.83l1.24%201.24l-.71.71l-2.65-2.65l-4.24%204.24l2.65%202.65l-.71.71l-1.24-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-.71l2.65%202.65l4.24-4.24l-2.66-2.65l.71-.71l1.24%201.24c.78.78%202.05.78%202.83%200l3.18-3.18c.78-.78.78-2.05%200-2.83L18.26.58c-.78-.78-2.04-.78-2.82.01M6.6%2019.32l-1.06%201.06L2%2016.85l1.06-1.06zm2.12-2.12l-1.06%201.06l-3.54-3.54l1.06-1.06zm9.54-9.54L17.2%208.72l-3.54-3.54l1.06-1.06zm2.12-2.12L19.32%206.6l-3.54-3.54L16.85%202zM21%2014h2a9%209%200%200%201-9%209v-2c3.87%200%207-3.13%207-7m-4%200h2c0%202.76-2.24%205-5%205v-2c1.66%200%203-1.34%203-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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