tv options input settings icon

tv-options-input-settings-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
tv-options-input-settings-rounded
Set
Material Symbols Light
Style
Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the tv options input settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 19q-.672 0-1.144-.472T3 17.385V6.615q0-.67.472-1.143Q3.944 5 4.616 5h14.769q.67 0 1.143.472q.472.472.472 1.144v10.769q0 .67-.472 1.143q-.472.472-1.143.472zm5.138-4.908q.333.373.749.588t.89.32l.053.456q.037.177.174.303q.138.126.315.126h.13q.177 0 .315-.13t.174-.305l.054-.45q.473-.106.889-.32t.75-.588l.474.206q.171.062.34.014t.266-.208l.085-.138q.097-.166.076-.333q-.02-.167-.161-.296l-.396-.34q.146-.499.146-.997t-.146-.996l.396-.34q.14-.13.162-.294q.02-.164-.078-.33l-.09-.144q-.098-.16-.263-.207q-.166-.048-.337.013l-.475.206q-.332-.373-.749-.588q-.416-.214-.89-.32l-.053-.456q-.037-.177-.174-.303q-.138-.125-.314-.125h-.131q-.177 0-.315.128t-.174.306l-.054.45q-.473.106-.889.32t-.75.588l-.474-.206q-.171-.061-.34-.014t-.266.208l-.084.138q-.099.166-.078.333t.162.296l.396.34q-.146.499-.146.997t.146.996l-.396.34q-.14.13-.161.294q-.022.164.076.33l.09.144q.099.16.264.208q.166.048.337-.014zm.718-.564q-.626-.626-.626-1.528t.626-1.528T12 9.846t1.528.626t.626 1.528t-.626 1.528t-1.528.626t-1.528-.626"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTvOptionsInputSettingsRounded(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="M4.616 19q-.672 0-1.144-.472T3 17.385V6.615q0-.67.472-1.143Q3.944 5 4.616 5h14.769q.67 0 1.143.472q.472.472.472 1.144v10.769q0 .67-.472 1.143q-.472.472-1.143.472zm5.138-4.908q.333.373.749.588t.89.32l.053.456q.037.177.174.303q.138.126.315.126h.13q.177 0 .315-.13t.174-.305l.054-.45q.473-.106.889-.32t.75-.588l.474.206q.171.062.34.014t.266-.208l.085-.138q.097-.166.076-.333q-.02-.167-.161-.296l-.396-.34q.146-.499.146-.997t-.146-.996l.396-.34q.14-.13.162-.294q.02-.164-.078-.33l-.09-.144q-.098-.16-.263-.207q-.166-.048-.337.013l-.475.206q-.332-.373-.749-.588q-.416-.214-.89-.32l-.053-.456q-.037-.177-.174-.303q-.138-.125-.314-.125h-.131q-.177 0-.315.128t-.174.306l-.054.45q-.473.106-.889.32t-.75.588l-.474-.206q-.171-.061-.34-.014t-.266.208l-.084.138q-.099.166-.078.333t.162.296l.396.34q-.146.499-.146.997t.146.996l-.396.34q-.14.13-.161.294q-.022.164.076.33l.09.144q.099.16.264.208q.166.048.337-.014zm.718-.564q-.626-.626-.626-1.528t.626-1.528T12 9.846t1.528.626t.626 1.528t-.626 1.528t-1.528.626t-1.528-.626"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 19q-.672 0-1.144-.472T3 17.385V6.615q0-.67.472-1.143Q3.944 5 4.616 5h14.769q.67 0 1.143.472q.472.472.472 1.144v10.769q0 .67-.472 1.143q-.472.472-1.143.472zm5.138-4.908q.333.373.749.588t.89.32l.053.456q.037.177.174.303q.138.126.315.126h.13q.177 0 .315-.13t.174-.305l.054-.45q.473-.106.889-.32t.75-.588l.474.206q.171.062.34.014t.266-.208l.085-.138q.097-.166.076-.333q-.02-.167-.161-.296l-.396-.34q.146-.499.146-.997t-.146-.996l.396-.34q.14-.13.162-.294q.02-.164-.078-.33l-.09-.144q-.098-.16-.263-.207q-.166-.048-.337.013l-.475.206q-.332-.373-.749-.588q-.416-.214-.89-.32l-.053-.456q-.037-.177-.174-.303q-.138-.125-.314-.125h-.131q-.177 0-.315.128t-.174.306l-.054.45q-.473.106-.889.32t-.75.588l-.474-.206q-.171-.061-.34-.014t-.266.208l-.084.138q-.099.166-.078.333t.162.296l.396.34q-.146.499-.146.997t.146.996l-.396.34q-.14.13-.161.294q-.022.164.076.33l.09.144q.099.16.264.208q.166.048.337-.014zm.718-.564q-.626-.626-.626-1.528t.626-1.528T12 9.846t1.528.626t.626 1.528t-.626 1.528t-1.528.626t-1.528-.626"/></svg>
</template>

CSS

.icon-tv-options-input-settings-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%22M4.616%2019q-.672%200-1.144-.472T3%2017.385V6.615q0-.67.472-1.143Q3.944%205%204.616%205h14.769q.67%200%201.143.472q.472.472.472%201.144v10.769q0%20.67-.472%201.143q-.472.472-1.143.472zm5.138-4.908q.333.373.749.588t.89.32l.053.456q.037.177.174.303q.138.126.315.126h.13q.177%200%20.315-.13t.174-.305l.054-.45q.473-.106.889-.32t.75-.588l.474.206q.171.062.34.014t.266-.208l.085-.138q.097-.166.076-.333q-.02-.167-.161-.296l-.396-.34q.146-.499.146-.997t-.146-.996l.396-.34q.14-.13.162-.294q.02-.164-.078-.33l-.09-.144q-.098-.16-.263-.207q-.166-.048-.337.013l-.475.206q-.332-.373-.749-.588q-.416-.214-.89-.32l-.053-.456q-.037-.177-.174-.303q-.138-.125-.314-.125h-.131q-.177%200-.315.128t-.174.306l-.054.45q-.473.106-.889.32t-.75.588l-.474-.206q-.171-.061-.34-.014t-.266.208l-.084.138q-.099.166-.078.333t.162.296l.396.34q-.146.499-.146.997t.146.996l-.396.34q-.14.13-.161.294q-.022.164.076.33l.09.144q.099.16.264.208q.166.048.337-.014zm.718-.564q-.626-.626-.626-1.528t.626-1.528T12%209.846t1.528.626t.626%201.528t-.626%201.528t-1.528.626t-1.528-.626%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%22M4.616%2019q-.672%200-1.144-.472T3%2017.385V6.615q0-.67.472-1.143Q3.944%205%204.616%205h14.769q.67%200%201.143.472q.472.472.472%201.144v10.769q0%20.67-.472%201.143q-.472.472-1.143.472zm5.138-4.908q.333.373.749.588t.89.32l.053.456q.037.177.174.303q.138.126.315.126h.13q.177%200%20.315-.13t.174-.305l.054-.45q.473-.106.889-.32t.75-.588l.474.206q.171.062.34.014t.266-.208l.085-.138q.097-.166.076-.333q-.02-.167-.161-.296l-.396-.34q.146-.499.146-.997t-.146-.996l.396-.34q.14-.13.162-.294q.02-.164-.078-.33l-.09-.144q-.098-.16-.263-.207q-.166-.048-.337.013l-.475.206q-.332-.373-.749-.588q-.416-.214-.89-.32l-.053-.456q-.037-.177-.174-.303q-.138-.125-.314-.125h-.131q-.177%200-.315.128t-.174.306l-.054.45q-.473.106-.889.32t-.75.588l-.474-.206q-.171-.061-.34-.014t-.266.208l-.084.138q-.099.166-.078.333t.162.296l.396.34q-.146.499-.146.997t.146.996l-.396.34q-.14.13-.161.294q-.022.164.076.33l.09.144q.099.16.264.208q.166.048.337-.014zm.718-.564q-.626-.626-.626-1.528t.626-1.528T12%209.846t1.528.626t.626%201.528t-.626%201.528t-1.528.626t-1.528-.626%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/tv-options-input-settings-rounded.svg?color=%231a73e8&size=48