Settings Input Svideo icon

Settings Input Svideo is a Google Material Symbol from the Hardware category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

settings_input_svideo_outlined_fill0_wght400.svg

Settings Input Svideo icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=settings_input_svideo" />

<span class="material-symbols-outlined">settings_input_svideo</span>

Settings Input Svideo icon in React

// With the font from the HTML tab:
export function SettingsInputSvideoIcon() {
  return (
    <span className="material-symbols-outlined">
      settings_input_svideo
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import SettingsInputSvideoIcon from "@material-symbols/svg-400/outlined/settings_input_svideo.svg?react";

Settings Input Svideo icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">settings_input_svideo</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import SettingsInputSvideoIcon from "@material-symbols/svg-400/outlined/settings_input_svideo.svg?component"; -->

Settings Input Svideo icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">settings_input_svideo</mat-icon>

Settings Input Svideo icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.settings_input_svideo, fill: 0, weight: 400)

Settings Input Svideo icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/settings_input_svideo.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M8.075 21.225q-1.825-.775-3.175-2.125t-2.125-3.175q-.775-1.825-.775-3.925t.775-3.925q.775-1.825 2.125-3.175t3.175-2.125q1.825-.775 3.925-.775t3.925 .775q1.825 .775 3.175 2.125t2.125 3.175q.775 1.825 .775 3.925t-.775 3.925q-.775 1.825-2.125 3.175t-3.175 2.125q-1.825 .775-3.925 .775t-3.925-.775Zm3.925-9.225Zm-3.862 .313Q8.5 11.95 8.5 11.425t-.362-.887Q7.775 10.175 7.25 10.175t-.887 .363Q6 10.9 6 11.425t.363 .888Q6.725 12.675 7.25 12.675t.888-.362Zm9.5 0Q18 11.95 18 11.425t-.362-.887Q17.275 10.175 16.75 10.175t-.887 .363Q15.5 10.9 15.5 11.425t.363 .888Q16.225 12.675 16.75 12.675t.888-.362Zm-7.925 4.925Q10.075 16.875 10.075 16.35t-.362-.887Q9.35 15.1 8.825 15.1t-.887 .363Q7.575 15.825 7.575 16.35t.363 .888Q8.3 17.6 8.825 17.6t.888-.362Zm6.325 0Q16.4 16.875 16.4 16.35t-.362-.887Q15.675 15.1 15.15 15.1t-.887 .363Q13.9 15.825 13.9 16.35t.363 .888Q14.625 17.6 15.15 17.6t.888-.362ZM10.4 8.5h3.175q.5 0 .875-.375t.375-.875q0-.5-.375-.95t-.875-.45H10.4q-.5 0-.875 .45t-.375 .95q0 .5 .375 .875t.875 .375Zm1.6 12q3.5 0 6-2.5t2.5-6q0-3.5-2.5-6T12 3.5q-3.5 0-6 2.5T3.5 12q0 3.5 2.5 6t6 2.5Z" />
</vector>

Settings Input Svideo icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/settings_input_svideo.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/settings_input_svideo.svg" width="24" height="24" alt="Settings Input Svideo">

Settings Input Svideo icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameSettings Input Svideo
Ligaturesettings_input_svideo
Code pointU+E8C3
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/settings_input_svideo.svg, settings_input_svideo-fill.svg
FlutterSymbols.settings_input_svideo
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwareconnectionmediavideosignalentertainmentconnectivitymultimediaelectronicsgeometricpointsplugdefinition

Related icons