tv icon
tv-bold-duotone from Solar by 480 Design · Bold Duotone · Devices · CC-BY-4.0 Attribution required.
- Name
- tv-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
tvBootstrap IconstvBoxIcons v2tvBoxIcons v2 SolidtvCircle Flagstv-fillEva IconstvFramework7 IconstvFont Awesome 6 SolidtvFont Awesome SolidtvFeather Iconstv-1x1Flag IconstvFlagpacktv-16-filledFluent UI System Iconstvcss.ggtvHeroIconstvIconParktvIconPark OutlinetvIconoirtvIonIconstvLine AwesometvLucidetvMaterial SymbolstvMaterial Symbols LighttvMyna UI IconstvPixelarticons
More devices icons from Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bold
Use the tv icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M16 6H13.4163H10.5837H8C5.17157 6 3.75736 6 2.87868 6.87868C2 7.75736 2 9.17157 2 12V16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22L16 22V6Z" clip-rule="evenodd"/><path d="M22 11.9998V15.9998C22 18.8282 22 20.2424 21.1213 21.1211C20.296 21.9464 18.9983 21.9966 16.5 21.9996H16V6H16.5C18.9983 6.00305 20.296 6.05318 21.1213 6.87848C22 7.75716 22 9.17138 22 11.9998Z" opacity=".5"/><path d="M13.4163 6.00011L15.5695 3.48811C15.839 3.17361 15.8026 2.70014 15.4881 2.43057C15.1736 2.161 14.7001 2.19743 14.4306 2.51192L12 5.34757L9.56946 2.51192C9.29989 2.19743 8.82641 2.16101 8.51192 2.43057C8.19743 2.70014 8.161 3.17361 8.43057 3.48811L10.5837 6.00011H13.4163Z" opacity=".5"/><path d="M19 11C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13C18.4477 13 18 12.5523 18 12C18 11.4477 18.4477 11 19 11Z"/><path d="M19 15C19.5523 15 20 15.4477 20 16C20 16.5523 19.5523 17 19 17C18.4477 17 18 16.5523 18 16C18 15.4477 18.4477 15 19 15Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarTvBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M16 6H13.4163H10.5837H8C5.17157 6 3.75736 6 2.87868 6.87868C2 7.75736 2 9.17157 2 12V16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22L16 22V6Z" clipRule="evenodd"/><path d="M22 11.9998V15.9998C22 18.8282 22 20.2424 21.1213 21.1211C20.296 21.9464 18.9983 21.9966 16.5 21.9996H16V6H16.5C18.9983 6.00305 20.296 6.05318 21.1213 6.87848C22 7.75716 22 9.17138 22 11.9998Z" opacity=".5"/><path d="M13.4163 6.00011L15.5695 3.48811C15.839 3.17361 15.8026 2.70014 15.4881 2.43057C15.1736 2.161 14.7001 2.19743 14.4306 2.51192L12 5.34757L9.56946 2.51192C9.29989 2.19743 8.82641 2.16101 8.51192 2.43057C8.19743 2.70014 8.161 3.17361 8.43057 3.48811L10.5837 6.00011H13.4163Z" opacity=".5"/><path d="M19 11C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13C18.4477 13 18 12.5523 18 12C18 11.4477 18.4477 11 19 11Z"/><path d="M19 15C19.5523 15 20 15.4477 20 16C20 16.5523 19.5523 17 19 17C18.4477 17 18 16.5523 18 16C18 15.4477 18.4477 15 19 15Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M16 6H13.4163H10.5837H8C5.17157 6 3.75736 6 2.87868 6.87868C2 7.75736 2 9.17157 2 12V16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22L16 22V6Z" clip-rule="evenodd"/><path d="M22 11.9998V15.9998C22 18.8282 22 20.2424 21.1213 21.1211C20.296 21.9464 18.9983 21.9966 16.5 21.9996H16V6H16.5C18.9983 6.00305 20.296 6.05318 21.1213 6.87848C22 7.75716 22 9.17138 22 11.9998Z" opacity=".5"/><path d="M13.4163 6.00011L15.5695 3.48811C15.839 3.17361 15.8026 2.70014 15.4881 2.43057C15.1736 2.161 14.7001 2.19743 14.4306 2.51192L12 5.34757L9.56946 2.51192C9.29989 2.19743 8.82641 2.16101 8.51192 2.43057C8.19743 2.70014 8.161 3.17361 8.43057 3.48811L10.5837 6.00011H13.4163Z" opacity=".5"/><path d="M19 11C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13C18.4477 13 18 12.5523 18 12C18 11.4477 18.4477 11 19 11Z"/><path d="M19 15C19.5523 15 20 15.4477 20 16C20 16.5523 19.5523 17 19 17C18.4477 17 18 16.5523 18 16C18 15.4477 18.4477 15 19 15Z"/></g></svg> </template>
CSS
.icon-tv-bold-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16%206H13.4163H10.5837H8C5.17157%206%203.75736%206%202.87868%206.87868C2%207.75736%202%209.17157%202%2012V16C2%2018.8284%202%2020.2426%202.87868%2021.1213C3.75736%2022%205.17157%2022%208%2022L16%2022V6Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M22%2011.9998V15.9998C22%2018.8282%2022%2020.2424%2021.1213%2021.1211C20.296%2021.9464%2018.9983%2021.9966%2016.5%2021.9996H16V6H16.5C18.9983%206.00305%2020.296%206.05318%2021.1213%206.87848C22%207.75716%2022%209.17138%2022%2011.9998Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.4163%206.00011L15.5695%203.48811C15.839%203.17361%2015.8026%202.70014%2015.4881%202.43057C15.1736%202.161%2014.7001%202.19743%2014.4306%202.51192L12%205.34757L9.56946%202.51192C9.29989%202.19743%208.82641%202.16101%208.51192%202.43057C8.19743%202.70014%208.161%203.17361%208.43057%203.48811L10.5837%206.00011H13.4163Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19%2011C19.5523%2011%2020%2011.4477%2020%2012C20%2012.5523%2019.5523%2013%2019%2013C18.4477%2013%2018%2012.5523%2018%2012C18%2011.4477%2018.4477%2011%2019%2011Z%22%2F%3E%3Cpath%20d%3D%22M19%2015C19.5523%2015%2020%2015.4477%2020%2016C20%2016.5523%2019.5523%2017%2019%2017C18.4477%2017%2018%2016.5523%2018%2016C18%2015.4477%2018.4477%2015%2019%2015Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16%206H13.4163H10.5837H8C5.17157%206%203.75736%206%202.87868%206.87868C2%207.75736%202%209.17157%202%2012V16C2%2018.8284%202%2020.2426%202.87868%2021.1213C3.75736%2022%205.17157%2022%208%2022L16%2022V6Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M22%2011.9998V15.9998C22%2018.8282%2022%2020.2424%2021.1213%2021.1211C20.296%2021.9464%2018.9983%2021.9966%2016.5%2021.9996H16V6H16.5C18.9983%206.00305%2020.296%206.05318%2021.1213%206.87848C22%207.75716%2022%209.17138%2022%2011.9998Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.4163%206.00011L15.5695%203.48811C15.839%203.17361%2015.8026%202.70014%2015.4881%202.43057C15.1736%202.161%2014.7001%202.19743%2014.4306%202.51192L12%205.34757L9.56946%202.51192C9.29989%202.19743%208.82641%202.16101%208.51192%202.43057C8.19743%202.70014%208.161%203.17361%208.43057%203.48811L10.5837%206.00011H13.4163Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19%2011C19.5523%2011%2020%2011.4477%2020%2012C20%2012.5523%2019.5523%2013%2019%2013C18.4477%2013%2018%2012.5523%2018%2012C18%2011.4477%2018.4477%2011%2019%2011Z%22%2F%3E%3Cpath%20d%3D%22M19%2015C19.5523%2015%2020%2015.4477%2020%2016C20%2016.5523%2019.5523%2017%2019%2017C18.4477%2017%2018%2016.5523%2018%2016C18%2015.4477%2018.4477%2015%2019%2015Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/tv-bold-duotone.svg?color=%231a73e8&size=48