reset tv icon
reset-tv-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- reset-tv-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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
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 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.808 20q-.343 0-.576-.232T9 19.192V18H4.616q-.667 0-1.141-.475T3 16.386V5.615q0-.666.475-1.14T4.615 4h14.77q.666 0 1.14.475T21 5.615V8q0 .213-.144.356t-.357.144t-.356-.144T20 8V5.616q0-.27-.173-.443T19.385 5H4.615q-.269 0-.442.173T4 5.616v10.769q0 .269.173.442t.443.173h14.769q.269 0 .442-.173t.173-.442v-4.27q0-.269-.173-.442t-.442-.173h-7.777l1.996 1.996q.14.14.15.344t-.15.364t-.354.16t-.354-.16l-2.638-2.639q-.242-.242-.242-.565t.242-.565l2.638-2.639q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354L11.608 10.5h7.777q.69 0 1.153.463T21 12.116v4.269q0 .666-.475 1.14t-1.14.475H15v1.192q0 .344-.232.576t-.576.232zm2.692-9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightResetTvOutlineRounded(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.808 20q-.343 0-.576-.232T9 19.192V18H4.616q-.667 0-1.141-.475T3 16.386V5.615q0-.666.475-1.14T4.615 4h14.77q.666 0 1.14.475T21 5.615V8q0 .213-.144.356t-.357.144t-.356-.144T20 8V5.616q0-.27-.173-.443T19.385 5H4.615q-.269 0-.442.173T4 5.616v10.769q0 .269.173.442t.443.173h14.769q.269 0 .442-.173t.173-.442v-4.27q0-.269-.173-.442t-.442-.173h-7.777l1.996 1.996q.14.14.15.344t-.15.364t-.354.16t-.354-.16l-2.638-2.639q-.242-.242-.242-.565t.242-.565l2.638-2.639q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354L11.608 10.5h7.777q.69 0 1.153.463T21 12.116v4.269q0 .666-.475 1.14t-1.14.475H15v1.192q0 .344-.232.576t-.576.232zm2.692-9"/></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.808 20q-.343 0-.576-.232T9 19.192V18H4.616q-.667 0-1.141-.475T3 16.386V5.615q0-.666.475-1.14T4.615 4h14.77q.666 0 1.14.475T21 5.615V8q0 .213-.144.356t-.357.144t-.356-.144T20 8V5.616q0-.27-.173-.443T19.385 5H4.615q-.269 0-.442.173T4 5.616v10.769q0 .269.173.442t.443.173h14.769q.269 0 .442-.173t.173-.442v-4.27q0-.269-.173-.442t-.442-.173h-7.777l1.996 1.996q.14.14.15.344t-.15.364t-.354.16t-.354-.16l-2.638-2.639q-.242-.242-.242-.565t.242-.565l2.638-2.639q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354L11.608 10.5h7.777q.69 0 1.153.463T21 12.116v4.269q0 .666-.475 1.14t-1.14.475H15v1.192q0 .344-.232.576t-.576.232zm2.692-9"/></svg> </template>
CSS
.icon-reset-tv-outline-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.808%2020q-.343%200-.576-.232T9%2019.192V18H4.616q-.667%200-1.141-.475T3%2016.386V5.615q0-.666.475-1.14T4.615%204h14.77q.666%200%201.14.475T21%205.615V8q0%20.213-.144.356t-.357.144t-.356-.144T20%208V5.616q0-.27-.173-.443T19.385%205H4.615q-.269%200-.442.173T4%205.616v10.769q0%20.269.173.442t.443.173h14.769q.269%200%20.442-.173t.173-.442v-4.27q0-.269-.173-.442t-.442-.173h-7.777l1.996%201.996q.14.14.15.344t-.15.364t-.354.16t-.354-.16l-2.638-2.639q-.242-.242-.242-.565t.242-.565l2.638-2.639q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354L11.608%2010.5h7.777q.69%200%201.153.463T21%2012.116v4.269q0%20.666-.475%201.14t-1.14.475H15v1.192q0%20.344-.232.576t-.576.232zm2.692-9%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.808%2020q-.343%200-.576-.232T9%2019.192V18H4.616q-.667%200-1.141-.475T3%2016.386V5.615q0-.666.475-1.14T4.615%204h14.77q.666%200%201.14.475T21%205.615V8q0%20.213-.144.356t-.357.144t-.356-.144T20%208V5.616q0-.27-.173-.443T19.385%205H4.615q-.269%200-.442.173T4%205.616v10.769q0%20.269.173.442t.443.173h14.769q.269%200%20.442-.173t.173-.442v-4.27q0-.269-.173-.442t-.442-.173h-7.777l1.996%201.996q.14.14.15.344t-.15.364t-.354.16t-.354-.16l-2.638-2.639q-.242-.242-.242-.565t.242-.565l2.638-2.639q.14-.14.345-.15q.203-.01.363.15t.16.354t-.16.354L11.608%2010.5h7.777q.69%200%201.153.463T21%2012.116v4.269q0%20.666-.475%201.14t-1.14.475H15v1.192q0%20.344-.232.576t-.576.232zm2.692-9%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-outline-rounded.svg?color=%231a73e8&size=48