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

Name
reset-tv-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 reset tv icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 19.192V18H4.616q-.667 0-1.141-.475T3 16.386V5.615q0-.666.475-1.14T4.615 4h14.77q.666 0 1.14.475T21 5.615V10.5h-9.392l1.996-1.996q.14-.14.15-.344t-.15-.364t-.354-.16t-.354.16l-2.638 2.638q-.242.243-.242.566t.242.566l2.638 2.638q.14.14.345.15q.203.01.363-.15t.16-.354t-.16-.354L11.608 11.5H21v4.885q0 .666-.475 1.14t-1.14.475H15v1.192q0 .344-.232.576t-.576.232H9.808q-.343 0-.576-.232T9 19.192"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightResetTvRounded(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="M9 19.192V18H4.616q-.667 0-1.141-.475T3 16.386V5.615q0-.666.475-1.14T4.615 4h14.77q.666 0 1.14.475T21 5.615V10.5h-9.392l1.996-1.996q.14-.14.15-.344t-.15-.364t-.354-.16t-.354.16l-2.638 2.638q-.242.243-.242.566t.242.566l2.638 2.638q.14.14.345.15q.203.01.363-.15t.16-.354t-.16-.354L11.608 11.5H21v4.885q0 .666-.475 1.14t-1.14.475H15v1.192q0 .344-.232.576t-.576.232H9.808q-.343 0-.576-.232T9 19.192"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 19.192V18H4.616q-.667 0-1.141-.475T3 16.386V5.615q0-.666.475-1.14T4.615 4h14.77q.666 0 1.14.475T21 5.615V10.5h-9.392l1.996-1.996q.14-.14.15-.344t-.15-.364t-.354-.16t-.354.16l-2.638 2.638q-.242.243-.242.566t.242.566l2.638 2.638q.14.14.345.15q.203.01.363-.15t.16-.354t-.16-.354L11.608 11.5H21v4.885q0 .666-.475 1.14t-1.14.475H15v1.192q0 .344-.232.576t-.576.232H9.808q-.343 0-.576-.232T9 19.192"/></svg>
</template>

CSS

.icon-reset-tv-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%22M9%2019.192V18H4.616q-.667%200-1.141-.475T3%2016.386V5.615q0-.666.475-1.14T4.615%204h14.77q.666%200%201.14.475T21%205.615V10.5h-9.392l1.996-1.996q.14-.14.15-.344t-.15-.364t-.354-.16t-.354.16l-2.638%202.638q-.242.243-.242.566t.242.566l2.638%202.638q.14.14.345.15q.203.01.363-.15t.16-.354t-.16-.354L11.608%2011.5H21v4.885q0%20.666-.475%201.14t-1.14.475H15v1.192q0%20.344-.232.576t-.576.232H9.808q-.343%200-.576-.232T9%2019.192%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%22M9%2019.192V18H4.616q-.667%200-1.141-.475T3%2016.386V5.615q0-.666.475-1.14T4.615%204h14.77q.666%200%201.14.475T21%205.615V10.5h-9.392l1.996-1.996q.14-.14.15-.344t-.15-.364t-.354-.16t-.354.16l-2.638%202.638q-.242.243-.242.566t.242.566l2.638%202.638q.14.14.345.15q.203.01.363-.15t.16-.354t-.16-.354L11.608%2011.5H21v4.885q0%20.666-.475%201.14t-1.14.475H15v1.192q0%20.344-.232.576t-.576.232H9.808q-.343%200-.576-.232T9%2019.192%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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