satellite dish icon
satellite-dish from Font Awesome Solid by Dave Gandy · Solid · Computers · CC-BY-4.0 Attribution required.
- Name
- satellite-dish
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Computers
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More computers icons from Font Awesome Solid
Use the satellite dish icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M296 64c154.6 0 280 125.4 280 280c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-128.1-103.9-232-232-232c-13.3 0-24-10.7-24-24s10.7-24 24-24m-24 120c0-13.3 10.7-24 24-24c101.6 0 184 82.4 184 184c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-75.1-60.9-136-136-136c-13.3 0-24-10.7-24-24M90.4 206.7c8.8-17.9 32.4-19.9 46.5-5.8l128.5 128.5l32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32l128.5 128.5c14.1 14.1 12 37.6-5.8 46.5c-34.2 16.9-72.6 26.4-113.3 26.4c-141.4 0-256-114.6-256-256c0-40.7 9.5-79.2 26.4-113.3z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidSatelliteDish(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M296 64c154.6 0 280 125.4 280 280c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-128.1-103.9-232-232-232c-13.3 0-24-10.7-24-24s10.7-24 24-24m-24 120c0-13.3 10.7-24 24-24c101.6 0 184 82.4 184 184c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-75.1-60.9-136-136-136c-13.3 0-24-10.7-24-24M90.4 206.7c8.8-17.9 32.4-19.9 46.5-5.8l128.5 128.5l32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32l128.5 128.5c14.1 14.1 12 37.6-5.8 46.5c-34.2 16.9-72.6 26.4-113.3 26.4c-141.4 0-256-114.6-256-256c0-40.7 9.5-79.2 26.4-113.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M296 64c154.6 0 280 125.4 280 280c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-128.1-103.9-232-232-232c-13.3 0-24-10.7-24-24s10.7-24 24-24m-24 120c0-13.3 10.7-24 24-24c101.6 0 184 82.4 184 184c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-75.1-60.9-136-136-136c-13.3 0-24-10.7-24-24M90.4 206.7c8.8-17.9 32.4-19.9 46.5-5.8l128.5 128.5l32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32l128.5 128.5c14.1 14.1 12 37.6-5.8 46.5c-34.2 16.9-72.6 26.4-113.3 26.4c-141.4 0-256-114.6-256-256c0-40.7 9.5-79.2 26.4-113.3z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M296%2064c154.6%200%20280%20125.4%20280%20280c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24c0-128.1-103.9-232-232-232c-13.3%200-24-10.7-24-24s10.7-24%2024-24m-24%20120c0-13.3%2010.7-24%2024-24c101.6%200%20184%2082.4%20184%20184c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24c0-75.1-60.9-136-136-136c-13.3%200-24-10.7-24-24M90.4%20206.7c8.8-17.9%2032.4-19.9%2046.5-5.8l128.5%20128.5l32-32c12.5-12.5%2032.8-12.5%2045.3%200s12.5%2032.8%200%2045.3l-32%2032l128.5%20128.5c14.1%2014.1%2012%2037.6-5.8%2046.5c-34.2%2016.9-72.6%2026.4-113.3%2026.4c-141.4%200-256-114.6-256-256c0-40.7%209.5-79.2%2026.4-113.3z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M296%2064c154.6%200%20280%20125.4%20280%20280c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24c0-128.1-103.9-232-232-232c-13.3%200-24-10.7-24-24s10.7-24%2024-24m-24%20120c0-13.3%2010.7-24%2024-24c101.6%200%20184%2082.4%20184%20184c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24c0-75.1-60.9-136-136-136c-13.3%200-24-10.7-24-24M90.4%20206.7c8.8-17.9%2032.4-19.9%2046.5-5.8l128.5%20128.5l32-32c12.5-12.5%2032.8-12.5%2045.3%200s12.5%2032.8%200%2045.3l-32%2032l128.5%20128.5c14.1%2014.1%2012%2037.6-5.8%2046.5c-34.2%2016.9-72.6%2026.4-113.3%2026.4c-141.4%200-256-114.6-256-256c0-40.7%209.5-79.2%2026.4-113.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/satellite-dish.svg?color=%231a73e8&size=48