settings input antenna icon
settings-input-antenna-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- settings-input-antenna-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- settings-input-antenna-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the settings input antenna icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.5 12q-.233 0-.37-.166q-.136-.167-.124-.407q.117-1.971.936-3.687t2.16-2.991t3.112-2.013Q9.984 2 12 2t3.787.727t3.111 2.003t2.16 2.991q.819 1.716.936 3.706q.012.24-.125.407q-.136.166-.369.166q-.227 0-.363-.163t-.148-.39q-.216-3.585-2.804-6.016Q15.596 3 12 3T5.816 5.43q-2.589 2.432-2.804 6.016q-.012.227-.149.39T2.5 12m4 0q-.213 0-.366-.15t-.123-.352q.197-2.35 1.91-3.924T12 6t4.08 1.574t1.909 3.924q.03.202-.123.352q-.152.15-.366.15q-.208 0-.357-.135q-.149-.136-.18-.357q-.184-1.896-1.598-3.202Q13.952 7 12 7q-1.933 0-3.356 1.306t-1.608 3.202q-.03.22-.18.357Q6.709 12 6.5 12m5.5 6.708l-2.646 2.646q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354l2.854-2.854v-3.819q-.675-.204-1.097-.733t-.422-1.22q0-.859.58-1.44T12 10t1.439.58t.58 1.44q0 .692-.422 1.22q-.422.53-1.097.733v3.82l2.854 2.853q.14.14.15.344t-.15.364t-.354.16t-.354-.16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSettingsInputAntennaRounded(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="M2.5 12q-.233 0-.37-.166q-.136-.167-.124-.407q.117-1.971.936-3.687t2.16-2.991t3.112-2.013Q9.984 2 12 2t3.787.727t3.111 2.003t2.16 2.991q.819 1.716.936 3.706q.012.24-.125.407q-.136.166-.369.166q-.227 0-.363-.163t-.148-.39q-.216-3.585-2.804-6.016Q15.596 3 12 3T5.816 5.43q-2.589 2.432-2.804 6.016q-.012.227-.149.39T2.5 12m4 0q-.213 0-.366-.15t-.123-.352q.197-2.35 1.91-3.924T12 6t4.08 1.574t1.909 3.924q.03.202-.123.352q-.152.15-.366.15q-.208 0-.357-.135q-.149-.136-.18-.357q-.184-1.896-1.598-3.202Q13.952 7 12 7q-1.933 0-3.356 1.306t-1.608 3.202q-.03.22-.18.357Q6.709 12 6.5 12m5.5 6.708l-2.646 2.646q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354l2.854-2.854v-3.819q-.675-.204-1.097-.733t-.422-1.22q0-.859.58-1.44T12 10t1.439.58t.58 1.44q0 .692-.422 1.22q-.422.53-1.097.733v3.82l2.854 2.853q.14.14.15.344t-.15.364t-.354.16t-.354-.16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.5 12q-.233 0-.37-.166q-.136-.167-.124-.407q.117-1.971.936-3.687t2.16-2.991t3.112-2.013Q9.984 2 12 2t3.787.727t3.111 2.003t2.16 2.991q.819 1.716.936 3.706q.012.24-.125.407q-.136.166-.369.166q-.227 0-.363-.163t-.148-.39q-.216-3.585-2.804-6.016Q15.596 3 12 3T5.816 5.43q-2.589 2.432-2.804 6.016q-.012.227-.149.39T2.5 12m4 0q-.213 0-.366-.15t-.123-.352q.197-2.35 1.91-3.924T12 6t4.08 1.574t1.909 3.924q.03.202-.123.352q-.152.15-.366.15q-.208 0-.357-.135q-.149-.136-.18-.357q-.184-1.896-1.598-3.202Q13.952 7 12 7q-1.933 0-3.356 1.306t-1.608 3.202q-.03.22-.18.357Q6.709 12 6.5 12m5.5 6.708l-2.646 2.646q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354l2.854-2.854v-3.819q-.675-.204-1.097-.733t-.422-1.22q0-.859.58-1.44T12 10t1.439.58t.58 1.44q0 .692-.422 1.22q-.422.53-1.097.733v3.82l2.854 2.853q.14.14.15.344t-.15.364t-.354.16t-.354-.16z"/></svg> </template>
CSS
.icon-settings-input-antenna-rounded {
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%22M2.5%2012q-.233%200-.37-.166q-.136-.167-.124-.407q.117-1.971.936-3.687t2.16-2.991t3.112-2.013Q9.984%202%2012%202t3.787.727t3.111%202.003t2.16%202.991q.819%201.716.936%203.706q.012.24-.125.407q-.136.166-.369.166q-.227%200-.363-.163t-.148-.39q-.216-3.585-2.804-6.016Q15.596%203%2012%203T5.816%205.43q-2.589%202.432-2.804%206.016q-.012.227-.149.39T2.5%2012m4%200q-.213%200-.366-.15t-.123-.352q.197-2.35%201.91-3.924T12%206t4.08%201.574t1.909%203.924q.03.202-.123.352q-.152.15-.366.15q-.208%200-.357-.135q-.149-.136-.18-.357q-.184-1.896-1.598-3.202Q13.952%207%2012%207q-1.933%200-3.356%201.306t-1.608%203.202q-.03.22-.18.357Q6.709%2012%206.5%2012m5.5%206.708l-2.646%202.646q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354l2.854-2.854v-3.819q-.675-.204-1.097-.733t-.422-1.22q0-.859.58-1.44T12%2010t1.439.58t.58%201.44q0%20.692-.422%201.22q-.422.53-1.097.733v3.82l2.854%202.853q.14.14.15.344t-.15.364t-.354.16t-.354-.16z%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%22M2.5%2012q-.233%200-.37-.166q-.136-.167-.124-.407q.117-1.971.936-3.687t2.16-2.991t3.112-2.013Q9.984%202%2012%202t3.787.727t3.111%202.003t2.16%202.991q.819%201.716.936%203.706q.012.24-.125.407q-.136.166-.369.166q-.227%200-.363-.163t-.148-.39q-.216-3.585-2.804-6.016Q15.596%203%2012%203T5.816%205.43q-2.589%202.432-2.804%206.016q-.012.227-.149.39T2.5%2012m4%200q-.213%200-.366-.15t-.123-.352q.197-2.35%201.91-3.924T12%206t4.08%201.574t1.909%203.924q.03.202-.123.352q-.152.15-.366.15q-.208%200-.357-.135q-.149-.136-.18-.357q-.184-1.896-1.598-3.202Q13.952%207%2012%207q-1.933%200-3.356%201.306t-1.608%203.202q-.03.22-.18.357Q6.709%2012%206.5%2012m5.5%206.708l-2.646%202.646q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354l2.854-2.854v-3.819q-.675-.204-1.097-.733t-.422-1.22q0-.859.58-1.44T12%2010t1.439.58t.58%201.44q0%20.692-.422%201.22q-.422.53-1.097.733v3.82l2.854%202.853q.14.14.15.344t-.15.364t-.354.16t-.354-.16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/settings-input-antenna-rounded.svg?color=%231a73e8&size=48