tv icon
tv-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.
- Name
- tv-solid
- Set
- HeroIcons
- Style
- Solid 24x24
- Viewbox
- 24×24
- License
- MIT
3 other variants in HeroIcons
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.ggtvIconParktvIconPark OutlinetvIconoirtvIonIconstvLine AwesometvLucidetvMaterial SymbolstvMaterial Symbols LighttvMyna UI IconstvPixelarticonstv-fillRemix Icon
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 d="M19.5 6h-15v9h15z"/><path fill-rule="evenodd" d="M3.375 3C2.339 3 1.5 3.84 1.5 4.875v11.25C1.5 17.16 2.34 18 3.375 18H9.75v1.5H6A.75.75 0 0 0 6 21h12a.75.75 0 0 0 0-1.5h-3.75V18h6.375c1.035 0 1.875-.84 1.875-1.875V4.875C22.5 3.839 21.66 3 20.625 3zm0 13.5h17.25a.375.375 0 0 0 .375-.375V4.875a.375.375 0 0 0-.375-.375H3.375A.375.375 0 0 0 3 4.875v11.25c0 .207.168.375.375.375" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HeroiconsTvSolid(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 d="M19.5 6h-15v9h15z"/><path fillRule="evenodd" d="M3.375 3C2.339 3 1.5 3.84 1.5 4.875v11.25C1.5 17.16 2.34 18 3.375 18H9.75v1.5H6A.75.75 0 0 0 6 21h12a.75.75 0 0 0 0-1.5h-3.75V18h6.375c1.035 0 1.875-.84 1.875-1.875V4.875C22.5 3.839 21.66 3 20.625 3zm0 13.5h17.25a.375.375 0 0 0 .375-.375V4.875a.375.375 0 0 0-.375-.375H3.375A.375.375 0 0 0 3 4.875v11.25c0 .207.168.375.375.375" clipRule="evenodd"/></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 d="M19.5 6h-15v9h15z"/><path fill-rule="evenodd" d="M3.375 3C2.339 3 1.5 3.84 1.5 4.875v11.25C1.5 17.16 2.34 18 3.375 18H9.75v1.5H6A.75.75 0 0 0 6 21h12a.75.75 0 0 0 0-1.5h-3.75V18h6.375c1.035 0 1.875-.84 1.875-1.875V4.875C22.5 3.839 21.66 3 20.625 3zm0 13.5h17.25a.375.375 0 0 0 .375-.375V4.875a.375.375 0 0 0-.375-.375H3.375A.375.375 0 0 0 3 4.875v11.25c0 .207.168.375.375.375" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-tv-solid {
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%20d%3D%22M19.5%206h-15v9h15z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.375%203C2.339%203%201.5%203.84%201.5%204.875v11.25C1.5%2017.16%202.34%2018%203.375%2018H9.75v1.5H6A.75.75%200%200%200%206%2021h12a.75.75%200%200%200%200-1.5h-3.75V18h6.375c1.035%200%201.875-.84%201.875-1.875V4.875C22.5%203.839%2021.66%203%2020.625%203zm0%2013.5h17.25a.375.375%200%200%200%20.375-.375V4.875a.375.375%200%200%200-.375-.375H3.375A.375.375%200%200%200%203%204.875v11.25c0%20.207.168.375.375.375%22%20clip-rule%3D%22evenodd%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%20d%3D%22M19.5%206h-15v9h15z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.375%203C2.339%203%201.5%203.84%201.5%204.875v11.25C1.5%2017.16%202.34%2018%203.375%2018H9.75v1.5H6A.75.75%200%200%200%206%2021h12a.75.75%200%200%200%200-1.5h-3.75V18h6.375c1.035%200%201.875-.84%201.875-1.875V4.875C22.5%203.839%2021.66%203%2020.625%203zm0%2013.5h17.25a.375.375%200%200%200%20.375-.375V4.875a.375.375%200%200%200-.375-.375H3.375A.375.375%200%200%200%203%204.875v11.25c0%20.207.168.375.375.375%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/tv-solid.svg?color=%231a73e8&size=48