satellite 02 icon

satellite-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
satellite-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the satellite 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.201 7.799a4.1 4.1 0 0 0 5.799 0L16.201 2a4.1 4.1 0 0 0 0 5.799M16 8l-1.5 1.5m.332 3.501c.602-.602.903-.903.903-1.277c0-.375-.3-.676-.903-1.278L13.555 9.17c-.602-.602-.903-.903-1.278-.903c-.374 0-.675.3-1.277.903l-4.206 4.206a2.71 2.71 0 1 0 3.832 3.832zm.637 3.855l1.387-1.387c.654-.654.981-.981 1.388-.981s.733.327 1.387.98l1.388 1.388c.654.654.981.981.981 1.388s-.327.733-.981 1.387L19.63 21.02c-.654.654-.98.981-1.387.981s-.734-.327-1.388-.981l-1.385-1.39c-.654-.654-.981-.98-.981-1.387s.327-.734.98-1.388M2.981 4.369L4.37 2.98c.653-.653.979-.98 1.386-.98s.734.327 1.388.981L8.53 4.37c.654.654.981.98.981 1.387s-.327.734-.98 1.388L7.143 8.53c-.654.654-.981.981-1.388.981s-.733-.327-1.387-.98L2.98 7.143C2.327 6.49 2 6.163 2 5.756s.327-.733.981-1.387M16 16l-2-2m-4-4L8 8"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSatellite02(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M16.201 7.799a4.1 4.1 0 0 0 5.799 0L16.201 2a4.1 4.1 0 0 0 0 5.799M16 8l-1.5 1.5m.332 3.501c.602-.602.903-.903.903-1.277c0-.375-.3-.676-.903-1.278L13.555 9.17c-.602-.602-.903-.903-1.278-.903c-.374 0-.675.3-1.277.903l-4.206 4.206a2.71 2.71 0 1 0 3.832 3.832zm.637 3.855l1.387-1.387c.654-.654.981-.981 1.388-.981s.733.327 1.387.98l1.388 1.388c.654.654.981.981.981 1.388s-.327.733-.981 1.387L19.63 21.02c-.654.654-.98.981-1.387.981s-.734-.327-1.388-.981l-1.385-1.39c-.654-.654-.981-.98-.981-1.387s.327-.734.98-1.388M2.981 4.369L4.37 2.98c.653-.653.979-.98 1.386-.98s.734.327 1.388.981L8.53 4.37c.654.654.981.98.981 1.387s-.327.734-.98 1.388L7.143 8.53c-.654.654-.981.981-1.388.981s-.733-.327-1.387-.98L2.98 7.143C2.327 6.49 2 6.163 2 5.756s.327-.733.981-1.387M16 16l-2-2m-4-4L8 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.201 7.799a4.1 4.1 0 0 0 5.799 0L16.201 2a4.1 4.1 0 0 0 0 5.799M16 8l-1.5 1.5m.332 3.501c.602-.602.903-.903.903-1.277c0-.375-.3-.676-.903-1.278L13.555 9.17c-.602-.602-.903-.903-1.278-.903c-.374 0-.675.3-1.277.903l-4.206 4.206a2.71 2.71 0 1 0 3.832 3.832zm.637 3.855l1.387-1.387c.654-.654.981-.981 1.388-.981s.733.327 1.387.98l1.388 1.388c.654.654.981.981.981 1.388s-.327.733-.981 1.387L19.63 21.02c-.654.654-.98.981-1.387.981s-.734-.327-1.388-.981l-1.385-1.39c-.654-.654-.981-.98-.981-1.387s.327-.734.98-1.388M2.981 4.369L4.37 2.98c.653-.653.979-.98 1.386-.98s.734.327 1.388.981L8.53 4.37c.654.654.981.98.981 1.387s-.327.734-.98 1.388L7.143 8.53c-.654.654-.981.981-1.388.981s-.733-.327-1.387-.98L2.98 7.143C2.327 6.49 2 6.163 2 5.756s.327-.733.981-1.387M16 16l-2-2m-4-4L8 8"/></svg>
</template>

CSS

.icon-satellite-02 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.201%207.799a4.1%204.1%200%200%200%205.799%200L16.201%202a4.1%204.1%200%200%200%200%205.799M16%208l-1.5%201.5m.332%203.501c.602-.602.903-.903.903-1.277c0-.375-.3-.676-.903-1.278L13.555%209.17c-.602-.602-.903-.903-1.278-.903c-.374%200-.675.3-1.277.903l-4.206%204.206a2.71%202.71%200%201%200%203.832%203.832zm.637%203.855l1.387-1.387c.654-.654.981-.981%201.388-.981s.733.327%201.387.98l1.388%201.388c.654.654.981.981.981%201.388s-.327.733-.981%201.387L19.63%2021.02c-.654.654-.98.981-1.387.981s-.734-.327-1.388-.981l-1.385-1.39c-.654-.654-.981-.98-.981-1.387s.327-.734.98-1.388M2.981%204.369L4.37%202.98c.653-.653.979-.98%201.386-.98s.734.327%201.388.981L8.53%204.37c.654.654.981.98.981%201.387s-.327.734-.98%201.388L7.143%208.53c-.654.654-.981.981-1.388.981s-.733-.327-1.387-.98L2.98%207.143C2.327%206.49%202%206.163%202%205.756s.327-.733.981-1.387M16%2016l-2-2m-4-4L8%208%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.201%207.799a4.1%204.1%200%200%200%205.799%200L16.201%202a4.1%204.1%200%200%200%200%205.799M16%208l-1.5%201.5m.332%203.501c.602-.602.903-.903.903-1.277c0-.375-.3-.676-.903-1.278L13.555%209.17c-.602-.602-.903-.903-1.278-.903c-.374%200-.675.3-1.277.903l-4.206%204.206a2.71%202.71%200%201%200%203.832%203.832zm.637%203.855l1.387-1.387c.654-.654.981-.981%201.388-.981s.733.327%201.387.98l1.388%201.388c.654.654.981.981.981%201.388s-.327.733-.981%201.387L19.63%2021.02c-.654.654-.98.981-1.387.981s-.734-.327-1.388-.981l-1.385-1.39c-.654-.654-.981-.98-.981-1.387s.327-.734.98-1.388M2.981%204.369L4.37%202.98c.653-.653.979-.98%201.386-.98s.734.327%201.388.981L8.53%204.37c.654.654.981.98.981%201.387s-.327.734-.98%201.388L7.143%208.53c-.654.654-.981.981-1.388.981s-.733-.327-1.387-.98L2.98%207.143C2.327%206.49%202%206.163%202%205.756s.327-.733.981-1.387M16%2016l-2-2m-4-4L8%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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