satellite dish icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the satellite dish icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M2.492 13.582A7.86 7.86 0 0 0 10.41 21.5a8 8 0 0 0 3.077-.63c1.08-.458 1.62-.686 1.772-1.47c.153-.783-.368-1.304-1.41-2.345l-6.912-6.913C5.896 9.101 5.375 8.58 4.592 8.732s-1.012.693-1.47 1.773a8 8 0 0 0-.63 3.077Z"/><path stroke-linecap="round" d="M13.492 6a4.5 4.5 0 0 1 4.5 4.5m-4.5-8a8 8 0 0 1 8 8m-7.999 0l-3.098 3.1"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSatelliteDish(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinejoin="round" d="M2.492 13.582A7.86 7.86 0 0 0 10.41 21.5a8 8 0 0 0 3.077-.63c1.08-.458 1.62-.686 1.772-1.47c.153-.783-.368-1.304-1.41-2.345l-6.912-6.913C5.896 9.101 5.375 8.58 4.592 8.732s-1.012.693-1.47 1.773a8 8 0 0 0-.63 3.077Z"/><path strokeLinecap="round" d="M13.492 6a4.5 4.5 0 0 1 4.5 4.5m-4.5-8a8 8 0 0 1 8 8m-7.999 0l-3.098 3.1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M2.492 13.582A7.86 7.86 0 0 0 10.41 21.5a8 8 0 0 0 3.077-.63c1.08-.458 1.62-.686 1.772-1.47c.153-.783-.368-1.304-1.41-2.345l-6.912-6.913C5.896 9.101 5.375 8.58 4.592 8.732s-1.012.693-1.47 1.773a8 8 0 0 0-.63 3.077Z"/><path stroke-linecap="round" d="M13.492 6a4.5 4.5 0 0 1 4.5 4.5m-4.5-8a8 8 0 0 1 8 8m-7.999 0l-3.098 3.1"/></g></svg>
</template>

CSS

.icon-satellite-dish {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2.492%2013.582A7.86%207.86%200%200%200%2010.41%2021.5a8%208%200%200%200%203.077-.63c1.08-.458%201.62-.686%201.772-1.47c.153-.783-.368-1.304-1.41-2.345l-6.912-6.913C5.896%209.101%205.375%208.58%204.592%208.732s-1.012.693-1.47%201.773a8%208%200%200%200-.63%203.077Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.492%206a4.5%204.5%200%200%201%204.5%204.5m-4.5-8a8%208%200%200%201%208%208m-7.999%200l-3.098%203.1%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2.492%2013.582A7.86%207.86%200%200%200%2010.41%2021.5a8%208%200%200%200%203.077-.63c1.08-.458%201.62-.686%201.772-1.47c.153-.783-.368-1.304-1.41-2.345l-6.912-6.913C5.896%209.101%205.375%208.58%204.592%208.732s-1.012.693-1.47%201.773a8%208%200%200%200-.63%203.077Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.492%206a4.5%204.5%200%200%201%204.5%204.5m-4.5-8a8%208%200%200%201%208%208m-7.999%200l-3.098%203.1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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