satellite icon

satellite-filled from Reicon by REICON · Filled · Astronomy · MIT Free for personal and commercial use.

Name
satellite-filled
Set
Reicon
Style
Filled
Category
Astronomy
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All satellite icons →

More astronomy icons from Reicon

Use the satellite icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m21.565 10.492l.266.067a6.001 6.001 0 0 0-8.399-8.384l.076.26l.284.854l.003.007l.017.045q.024.066.088.206c.084.187.225.47.44.829c.432.718 1.164 1.747 2.35 2.934c1.187 1.186 2.216 1.918 2.935 2.35c.359.215.642.356.828.44a4 4 0 0 0 .25.105l.006.002h.001zm-7.907 11.144l4.913-8.844a6 6 0 0 0 2.47-1.356l-6.072 10.928a.75.75 0 0 1-1.311-.728m-.337-9.896l2.849-2.849c1.053.98 1.98 1.633 2.683 2.055q.316.187.567.318l-.849 1.528a6 6 0 0 1-5.25-1.052m-1.061-1.06a6 6 0 0 0 1.06 1.06l-7.79 7.79a.75.75 0 0 1-1.06-1.06zm-1.052-5.25l1.528-.85q.13.251.319.567c.421.703 1.074 1.63 2.054 2.683l-2.85 2.85a6 6 0 0 1-1.05-5.25m0 0a6 6 0 0 1 1.356-2.47L1.636 9.031a.75.75 0 0 0 .728 1.311z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconSatelliteFilled(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" fillRule="evenodd" d="m21.565 10.492l.266.067a6.001 6.001 0 0 0-8.399-8.384l.076.26l.284.854l.003.007l.017.045q.024.066.088.206c.084.187.225.47.44.829c.432.718 1.164 1.747 2.35 2.934c1.187 1.186 2.216 1.918 2.935 2.35c.359.215.642.356.828.44a4 4 0 0 0 .25.105l.006.002h.001zm-7.907 11.144l4.913-8.844a6 6 0 0 0 2.47-1.356l-6.072 10.928a.75.75 0 0 1-1.311-.728m-.337-9.896l2.849-2.849c1.053.98 1.98 1.633 2.683 2.055q.316.187.567.318l-.849 1.528a6 6 0 0 1-5.25-1.052m-1.061-1.06a6 6 0 0 0 1.06 1.06l-7.79 7.79a.75.75 0 0 1-1.06-1.06zm-1.052-5.25l1.528-.85q.13.251.319.567c.421.703 1.074 1.63 2.054 2.683l-2.85 2.85a6 6 0 0 1-1.05-5.25m0 0a6 6 0 0 1 1.356-2.47L1.636 9.031a.75.75 0 0 0 .728 1.311z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m21.565 10.492l.266.067a6.001 6.001 0 0 0-8.399-8.384l.076.26l.284.854l.003.007l.017.045q.024.066.088.206c.084.187.225.47.44.829c.432.718 1.164 1.747 2.35 2.934c1.187 1.186 2.216 1.918 2.935 2.35c.359.215.642.356.828.44a4 4 0 0 0 .25.105l.006.002h.001zm-7.907 11.144l4.913-8.844a6 6 0 0 0 2.47-1.356l-6.072 10.928a.75.75 0 0 1-1.311-.728m-.337-9.896l2.849-2.849c1.053.98 1.98 1.633 2.683 2.055q.316.187.567.318l-.849 1.528a6 6 0 0 1-5.25-1.052m-1.061-1.06a6 6 0 0 0 1.06 1.06l-7.79 7.79a.75.75 0 0 1-1.06-1.06zm-1.052-5.25l1.528-.85q.13.251.319.567c.421.703 1.074 1.63 2.054 2.683l-2.85 2.85a6 6 0 0 1-1.05-5.25m0 0a6 6 0 0 1 1.356-2.47L1.636 9.031a.75.75 0 0 0 .728 1.311z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-satellite-filled {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22m21.565%2010.492l.266.067a6.001%206.001%200%200%200-8.399-8.384l.076.26l.284.854l.003.007l.017.045q.024.066.088.206c.084.187.225.47.44.829c.432.718%201.164%201.747%202.35%202.934c1.187%201.186%202.216%201.918%202.935%202.35c.359.215.642.356.828.44a4%204%200%200%200%20.25.105l.006.002h.001zm-7.907%2011.144l4.913-8.844a6%206%200%200%200%202.47-1.356l-6.072%2010.928a.75.75%200%200%201-1.311-.728m-.337-9.896l2.849-2.849c1.053.98%201.98%201.633%202.683%202.055q.316.187.567.318l-.849%201.528a6%206%200%200%201-5.25-1.052m-1.061-1.06a6%206%200%200%200%201.06%201.06l-7.79%207.79a.75.75%200%200%201-1.06-1.06zm-1.052-5.25l1.528-.85q.13.251.319.567c.421.703%201.074%201.63%202.054%202.683l-2.85%202.85a6%206%200%200%201-1.05-5.25m0%200a6%206%200%200%201%201.356-2.47L1.636%209.031a.75.75%200%200%200%20.728%201.311z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22m21.565%2010.492l.266.067a6.001%206.001%200%200%200-8.399-8.384l.076.26l.284.854l.003.007l.017.045q.024.066.088.206c.084.187.225.47.44.829c.432.718%201.164%201.747%202.35%202.934c1.187%201.186%202.216%201.918%202.935%202.35c.359.215.642.356.828.44a4%204%200%200%200%20.25.105l.006.002h.001zm-7.907%2011.144l4.913-8.844a6%206%200%200%200%202.47-1.356l-6.072%2010.928a.75.75%200%200%201-1.311-.728m-.337-9.896l2.849-2.849c1.053.98%201.98%201.633%202.683%202.055q.316.187.567.318l-.849%201.528a6%206%200%200%201-5.25-1.052m-1.061-1.06a6%206%200%200%200%201.06%201.06l-7.79%207.79a.75.75%200%200%201-1.06-1.06zm-1.052-5.25l1.528-.85q.13.251.319.567c.421.703%201.074%201.63%202.054%202.683l-2.85%202.85a6%206%200%200%201-1.05-5.25m0%200a6%206%200%200%201%201.356-2.47L1.636%209.031a.75.75%200%200%200%20.728%201.311z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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