satellite dish icon
satellite-dish from Line Awesome by Icons8 · Line · Science Fiction · Apache-2.0 Free for personal and commercial use.
- Name
- satellite-dish
- Set
- Line Awesome
- Style
- Line
- Category
- Science Fiction
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- satellite-dish-solid
The same icon in other sets
More science fiction icons from Line Awesome
Use the satellite dish icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.5 4.5v2c4.984 0 9 4.016 9 9h2c0-6.063-4.938-11-11-11m0 4v2c2.773 0 5 2.227 5 5h2c0-3.855-3.145-7-7-7m-8.594.094l-.687.687c-4.27 4.27-4.27 11.23 0 15.5s11.23 4.27 15.5 0l.687-.687l-.687-.719l-5.5-5.5C18.242 17.562 19 16.629 19 15.5c0-1.379-1.121-2.5-2.5-2.5c-1.129 0-2.063.758-2.375 1.781l-5.5-5.5zm.157 2.969l12.374 12.374c-3.519 2.793-8.554 2.696-11.812-.562s-3.355-8.293-.563-11.813z"/></svg>
React
import type { SVGProps } from "react";
export function LaSatelliteDish(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.5 4.5v2c4.984 0 9 4.016 9 9h2c0-6.063-4.938-11-11-11m0 4v2c2.773 0 5 2.227 5 5h2c0-3.855-3.145-7-7-7m-8.594.094l-.687.687c-4.27 4.27-4.27 11.23 0 15.5s11.23 4.27 15.5 0l.687-.687l-.687-.719l-5.5-5.5C18.242 17.562 19 16.629 19 15.5c0-1.379-1.121-2.5-2.5-2.5c-1.129 0-2.063.758-2.375 1.781l-5.5-5.5zm.157 2.969l12.374 12.374c-3.519 2.793-8.554 2.696-11.812-.562s-3.355-8.293-.563-11.813z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.5 4.5v2c4.984 0 9 4.016 9 9h2c0-6.063-4.938-11-11-11m0 4v2c2.773 0 5 2.227 5 5h2c0-3.855-3.145-7-7-7m-8.594.094l-.687.687c-4.27 4.27-4.27 11.23 0 15.5s11.23 4.27 15.5 0l.687-.687l-.687-.719l-5.5-5.5C18.242 17.562 19 16.629 19 15.5c0-1.379-1.121-2.5-2.5-2.5c-1.129 0-2.063.758-2.375 1.781l-5.5-5.5zm.157 2.969l12.374 12.374c-3.519 2.793-8.554 2.696-11.812-.562s-3.355-8.293-.563-11.813z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%204.5v2c4.984%200%209%204.016%209%209h2c0-6.063-4.938-11-11-11m0%204v2c2.773%200%205%202.227%205%205h2c0-3.855-3.145-7-7-7m-8.594.094l-.687.687c-4.27%204.27-4.27%2011.23%200%2015.5s11.23%204.27%2015.5%200l.687-.687l-.687-.719l-5.5-5.5C18.242%2017.562%2019%2016.629%2019%2015.5c0-1.379-1.121-2.5-2.5-2.5c-1.129%200-2.063.758-2.375%201.781l-5.5-5.5zm.157%202.969l12.374%2012.374c-3.519%202.793-8.554%202.696-11.812-.562s-3.355-8.293-.563-11.813z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%204.5v2c4.984%200%209%204.016%209%209h2c0-6.063-4.938-11-11-11m0%204v2c2.773%200%205%202.227%205%205h2c0-3.855-3.145-7-7-7m-8.594.094l-.687.687c-4.27%204.27-4.27%2011.23%200%2015.5s11.23%204.27%2015.5%200l.687-.687l-.687-.719l-5.5-5.5C18.242%2017.562%2019%2016.629%2019%2015.5c0-1.379-1.121-2.5-2.5-2.5c-1.129%200-2.063.758-2.375%201.781l-5.5-5.5zm.157%202.969l12.374%2012.374c-3.519%202.793-8.554%202.696-11.812-.562s-3.355-8.293-.563-11.813z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/satellite-dish.svg?color=%231a73e8&size=48