settings input antenna icon
settings-input-antenna from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- settings-input-antenna
- Set
- Material Symbols
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- settings-input-antenna-outline, settings-input-antenna-outline-sharp, settings-input-antenna-sharp
1 other variant in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
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="M1 12q0-2.3.863-4.3t2.362-3.487t3.5-2.35T12 1t4.275.863t3.5 2.35T22.138 7.7T23 12h-2q0-1.875-.712-3.512T18.35 5.625T15.487 3.7T12 3t-3.488.7T5.65 5.625T3.713 8.488T3 12zm4 0q0-2.95 2.05-4.975T12 5t4.95 2.025T19 12h-2q0-2.075-1.463-3.537T12 7T8.463 8.463T7 12zm4 10.4L7.6 21l3.4-3.4v-3.3q-.675-.3-1.088-.925T9.5 12q0-1.05.725-1.775T12 9.5t1.775.725T14.5 12q0 .75-.413 1.375T13 14.3v3.3l3.4 3.4l-1.4 1.4l-3-3z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSettingsInputAntenna(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="M1 12q0-2.3.863-4.3t2.362-3.487t3.5-2.35T12 1t4.275.863t3.5 2.35T22.138 7.7T23 12h-2q0-1.875-.712-3.512T18.35 5.625T15.487 3.7T12 3t-3.488.7T5.65 5.625T3.713 8.488T3 12zm4 0q0-2.95 2.05-4.975T12 5t4.95 2.025T19 12h-2q0-2.075-1.463-3.537T12 7T8.463 8.463T7 12zm4 10.4L7.6 21l3.4-3.4v-3.3q-.675-.3-1.088-.925T9.5 12q0-1.05.725-1.775T12 9.5t1.775.725T14.5 12q0 .75-.413 1.375T13 14.3v3.3l3.4 3.4l-1.4 1.4l-3-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 12q0-2.3.863-4.3t2.362-3.487t3.5-2.35T12 1t4.275.863t3.5 2.35T22.138 7.7T23 12h-2q0-1.875-.712-3.512T18.35 5.625T15.487 3.7T12 3t-3.488.7T5.65 5.625T3.713 8.488T3 12zm4 0q0-2.95 2.05-4.975T12 5t4.95 2.025T19 12h-2q0-2.075-1.463-3.537T12 7T8.463 8.463T7 12zm4 10.4L7.6 21l3.4-3.4v-3.3q-.675-.3-1.088-.925T9.5 12q0-1.05.725-1.775T12 9.5t1.775.725T14.5 12q0 .75-.413 1.375T13 14.3v3.3l3.4 3.4l-1.4 1.4l-3-3z"/></svg> </template>
CSS
.icon-settings-input-antenna {
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%22M1%2012q0-2.3.863-4.3t2.362-3.487t3.5-2.35T12%201t4.275.863t3.5%202.35T22.138%207.7T23%2012h-2q0-1.875-.712-3.512T18.35%205.625T15.487%203.7T12%203t-3.488.7T5.65%205.625T3.713%208.488T3%2012zm4%200q0-2.95%202.05-4.975T12%205t4.95%202.025T19%2012h-2q0-2.075-1.463-3.537T12%207T8.463%208.463T7%2012zm4%2010.4L7.6%2021l3.4-3.4v-3.3q-.675-.3-1.088-.925T9.5%2012q0-1.05.725-1.775T12%209.5t1.775.725T14.5%2012q0%20.75-.413%201.375T13%2014.3v3.3l3.4%203.4l-1.4%201.4l-3-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%2012q0-2.3.863-4.3t2.362-3.487t3.5-2.35T12%201t4.275.863t3.5%202.35T22.138%207.7T23%2012h-2q0-1.875-.712-3.512T18.35%205.625T15.487%203.7T12%203t-3.488.7T5.65%205.625T3.713%208.488T3%2012zm4%200q0-2.95%202.05-4.975T12%205t4.95%202.025T19%2012h-2q0-2.075-1.463-3.537T12%207T8.463%208.463T7%2012zm4%2010.4L7.6%2021l3.4-3.4v-3.3q-.675-.3-1.088-.925T9.5%2012q0-1.05.725-1.775T12%209.5t1.775.725T14.5%2012q0%20.75-.413%201.375T13%2014.3v3.3l3.4%203.4l-1.4%201.4l-3-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/settings-input-antenna.svg?color=%231a73e8&size=48