tv-line-duotone from Solar by 480 Design · Line Duotone · Devices · CC-BY-4.0 Attribution required.

Name
tv-line-duotone
Set
Solar
Style
Line Duotone
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More devices icons from Solar

Use the tv icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M22 16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22L8 22C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16L2 12C2 9.17157 2 7.75736 2.87868 6.87868C3.75736 6 5.17157 6 8 6L16 6C18.8284 6 20.2426 6 21.1213 6.87868C22 7.75736 22 9.17157 22 12V16Z"/><path stroke-linecap="round" d="M9 2L12 5.5L15 2" opacity=".5"/><path stroke-linecap="round" d="M16 6V22"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 12H19.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 16H19.0001" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTvLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M22 16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22L8 22C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16L2 12C2 9.17157 2 7.75736 2.87868 6.87868C3.75736 6 5.17157 6 8 6L16 6C18.8284 6 20.2426 6 21.1213 6.87868C22 7.75736 22 9.17157 22 12V16Z"/><path strokeLinecap="round" d="M9 2L12 5.5L15 2" opacity=".5"/><path strokeLinecap="round" d="M16 6V22"/><path strokeLinecap="round" strokeLinejoin="round" d="M19 12H19.0001" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M19 16H19.0001" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M22 16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22L8 22C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16L2 12C2 9.17157 2 7.75736 2.87868 6.87868C3.75736 6 5.17157 6 8 6L16 6C18.8284 6 20.2426 6 21.1213 6.87868C22 7.75736 22 9.17157 22 12V16Z"/><path stroke-linecap="round" d="M9 2L12 5.5L15 2" opacity=".5"/><path stroke-linecap="round" d="M16 6V22"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 12H19.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 16H19.0001" opacity=".5"/></g></svg>
</template>

CSS

.icon-tv-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2016C22%2018.8284%2022%2020.2426%2021.1213%2021.1213C20.2426%2022%2018.8284%2022%2016%2022L8%2022C5.17157%2022%203.75736%2022%202.87868%2021.1213C2%2020.2426%202%2018.8284%202%2016L2%2012C2%209.17157%202%207.75736%202.87868%206.87868C3.75736%206%205.17157%206%208%206L16%206C18.8284%206%2020.2426%206%2021.1213%206.87868C22%207.75736%2022%209.17157%2022%2012V16Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%202L12%205.5L15%202%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%206V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2012H19.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2016H19.0001%22%20opacity%3D%22.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2016C22%2018.8284%2022%2020.2426%2021.1213%2021.1213C20.2426%2022%2018.8284%2022%2016%2022L8%2022C5.17157%2022%203.75736%2022%202.87868%2021.1213C2%2020.2426%202%2018.8284%202%2016L2%2012C2%209.17157%202%207.75736%202.87868%206.87868C3.75736%206%205.17157%206%208%206L16%206C18.8284%206%2020.2426%206%2021.1213%206.87868C22%207.75736%2022%209.17157%2022%2012V16Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%202L12%205.5L15%202%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%206V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2012H19.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%2016H19.0001%22%20opacity%3D%22.5%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-line-duotone.svg?color=%231a73e8&size=48