round connected tv icon

round-connected-tv from Google Material Icons by Material Design Authors · Baseline · Hardware · Apache-2.0 Free for personal and commercial use.

Name
round-connected-tv
Set
Google Material Icons
Style
Baseline
Category
Hardware
Viewbox
24×24
License
Apache 2.0

More hardware icons from Google Material Icons

Use the round connected tv icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 3H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h4c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2m0 14H4V5h16zM7 15.97A2.007 2.007 0 0 0 5.03 14H5v2h2zm-1.38-3.42c1.44.26 2.58 1.4 2.83 2.84c.06.36.37.61.73.61c.46 0 .82-.41.75-.86a5 5 0 0 0-4.06-4.06a.746.746 0 0 0-.87.74c0 .37.26.67.62.73m.02-3.02c3.07.3 5.52 2.75 5.83 5.82c.04.37.37.65.74.65c.45 0 .79-.4.75-.85a8 8 0 0 0-7.11-7.1a.756.756 0 0 0-.85.74c0 .37.27.71.64.74"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundConnectedTv(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="M20 3H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h4c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2m0 14H4V5h16zM7 15.97A2.007 2.007 0 0 0 5.03 14H5v2h2zm-1.38-3.42c1.44.26 2.58 1.4 2.83 2.84c.06.36.37.61.73.61c.46 0 .82-.41.75-.86a5 5 0 0 0-4.06-4.06a.746.746 0 0 0-.87.74c0 .37.26.67.62.73m.02-3.02c3.07.3 5.52 2.75 5.83 5.82c.04.37.37.65.74.65c.45 0 .79-.4.75-.85a8 8 0 0 0-7.11-7.1a.756.756 0 0 0-.85.74c0 .37.27.71.64.74"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 3H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-1h4c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2m0 14H4V5h16zM7 15.97A2.007 2.007 0 0 0 5.03 14H5v2h2zm-1.38-3.42c1.44.26 2.58 1.4 2.83 2.84c.06.36.37.61.73.61c.46 0 .82-.41.75-.86a5 5 0 0 0-4.06-4.06a.746.746 0 0 0-.87.74c0 .37.26.67.62.73m.02-3.02c3.07.3 5.52 2.75 5.83 5.82c.04.37.37.65.74.65c.45 0 .79-.4.75-.85a8 8 0 0 0-7.11-7.1a.756.756 0 0 0-.85.74c0 .37.27.71.64.74"/></svg>
</template>

CSS

.icon-round-connected-tv {
  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%22M20%203H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h4v1c0%20.55.45%201%201%201h6c.55%200%201-.45%201-1v-1h4c1.1%200%201.99-.9%201.99-2L22%205c0-1.1-.9-2-2-2m0%2014H4V5h16zM7%2015.97A2.007%202.007%200%200%200%205.03%2014H5v2h2zm-1.38-3.42c1.44.26%202.58%201.4%202.83%202.84c.06.36.37.61.73.61c.46%200%20.82-.41.75-.86a5%205%200%200%200-4.06-4.06a.746.746%200%200%200-.87.74c0%20.37.26.67.62.73m.02-3.02c3.07.3%205.52%202.75%205.83%205.82c.04.37.37.65.74.65c.45%200%20.79-.4.75-.85a8%208%200%200%200-7.11-7.1a.756.756%200%200%200-.85.74c0%20.37.27.71.64.74%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%22M20%203H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h4v1c0%20.55.45%201%201%201h6c.55%200%201-.45%201-1v-1h4c1.1%200%201.99-.9%201.99-2L22%205c0-1.1-.9-2-2-2m0%2014H4V5h16zM7%2015.97A2.007%202.007%200%200%200%205.03%2014H5v2h2zm-1.38-3.42c1.44.26%202.58%201.4%202.83%202.84c.06.36.37.61.73.61c.46%200%20.82-.41.75-.86a5%205%200%200%200-4.06-4.06a.746.746%200%200%200-.87.74c0%20.37.26.67.62.73m.02-3.02c3.07.3%205.52%202.75%205.83%205.82c.04.37.37.65.74.65c.45%200%20.79-.4.75-.85a8%208%200%200%200-7.11-7.1a.756.756%200%200%200-.85.74c0%20.37.27.71.64.74%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-connected-tv.svg?color=%231a73e8&size=48