satellite alt icon
satellite-alt-sharp from Material Symbols by Google · Sharp · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- satellite-alt-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More communicate icons from Material Symbols
Use the satellite alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 23.2v-2q2.925 0 4.963-2.037T21 14.2h2q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T14 23.2m0-4v-2q1.25 0 2.125-.875T17 14.2h2q0 2.075-1.463 3.538T14 19.2m-1.725-2.525L9.6 14.025l-.7.7l2.675 2.65L5.55 23.4l-6.4-6.375L5.2 11l2.65 2.675l.7-.7l-2.65-2.65l4.25-4.25L12.8 8.75l.7-.7l-2.65-2.675l6-6l6.375 6.375l-6 6L14.55 9.1l-.7.7l2.65 2.65zM2 17.05l3.55 3.55l1.05-1.05L3.05 16zm5.675 1.425l1.05-1.05l-3.55-3.55l-1.05 1.05zm6-13.1l3.55 3.55l1.05-1.05l-3.55-3.55zM19.35 6.8l1.05-1.05l-3.55-3.55l-1.05 1.05z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSatelliteAltSharp(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" d="M14 23.2v-2q2.925 0 4.963-2.037T21 14.2h2q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T14 23.2m0-4v-2q1.25 0 2.125-.875T17 14.2h2q0 2.075-1.463 3.538T14 19.2m-1.725-2.525L9.6 14.025l-.7.7l2.675 2.65L5.55 23.4l-6.4-6.375L5.2 11l2.65 2.675l.7-.7l-2.65-2.65l4.25-4.25L12.8 8.75l.7-.7l-2.65-2.675l6-6l6.375 6.375l-6 6L14.55 9.1l-.7.7l2.65 2.65zM2 17.05l3.55 3.55l1.05-1.05L3.05 16zm5.675 1.425l1.05-1.05l-3.55-3.55l-1.05 1.05zm6-13.1l3.55 3.55l1.05-1.05l-3.55-3.55zM19.35 6.8l1.05-1.05l-3.55-3.55l-1.05 1.05z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 23.2v-2q2.925 0 4.963-2.037T21 14.2h2q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T14 23.2m0-4v-2q1.25 0 2.125-.875T17 14.2h2q0 2.075-1.463 3.538T14 19.2m-1.725-2.525L9.6 14.025l-.7.7l2.675 2.65L5.55 23.4l-6.4-6.375L5.2 11l2.65 2.675l.7-.7l-2.65-2.65l4.25-4.25L12.8 8.75l.7-.7l-2.65-2.675l6-6l6.375 6.375l-6 6L14.55 9.1l-.7.7l2.65 2.65zM2 17.05l3.55 3.55l1.05-1.05L3.05 16zm5.675 1.425l1.05-1.05l-3.55-3.55l-1.05 1.05zm6-13.1l3.55 3.55l1.05-1.05l-3.55-3.55zM19.35 6.8l1.05-1.05l-3.55-3.55l-1.05 1.05z"/></svg> </template>
CSS
.icon-satellite-alt-sharp {
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%20d%3D%22M14%2023.2v-2q2.925%200%204.963-2.037T21%2014.2h2q0%201.875-.712%203.513t-1.925%202.85t-2.85%201.925T14%2023.2m0-4v-2q1.25%200%202.125-.875T17%2014.2h2q0%202.075-1.463%203.538T14%2019.2m-1.725-2.525L9.6%2014.025l-.7.7l2.675%202.65L5.55%2023.4l-6.4-6.375L5.2%2011l2.65%202.675l.7-.7l-2.65-2.65l4.25-4.25L12.8%208.75l.7-.7l-2.65-2.675l6-6l6.375%206.375l-6%206L14.55%209.1l-.7.7l2.65%202.65zM2%2017.05l3.55%203.55l1.05-1.05L3.05%2016zm5.675%201.425l1.05-1.05l-3.55-3.55l-1.05%201.05zm6-13.1l3.55%203.55l1.05-1.05l-3.55-3.55zM19.35%206.8l1.05-1.05l-3.55-3.55l-1.05%201.05z%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%20d%3D%22M14%2023.2v-2q2.925%200%204.963-2.037T21%2014.2h2q0%201.875-.712%203.513t-1.925%202.85t-2.85%201.925T14%2023.2m0-4v-2q1.25%200%202.125-.875T17%2014.2h2q0%202.075-1.463%203.538T14%2019.2m-1.725-2.525L9.6%2014.025l-.7.7l2.675%202.65L5.55%2023.4l-6.4-6.375L5.2%2011l2.65%202.675l.7-.7l-2.65-2.65l4.25-4.25L12.8%208.75l.7-.7l-2.65-2.675l6-6l6.375%206.375l-6%206L14.55%209.1l-.7.7l2.65%202.65zM2%2017.05l3.55%203.55l1.05-1.05L3.05%2016zm5.675%201.425l1.05-1.05l-3.55-3.55l-1.05%201.05zm6-13.1l3.55%203.55l1.05-1.05l-3.55-3.55zM19.35%206.8l1.05-1.05l-3.55-3.55l-1.05%201.05z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/satellite-alt-sharp.svg?color=%231a73e8&size=48