ios-tv from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-tv
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios tv icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M451.7 78H60.3C34.8 78 14 98.8 14 124.3v215.5c0 25.5 20.8 46.3 46.3 46.3h391.5c25.5 0 46.3-20.8 46.3-46.3V124.3C498 98.8 477.2 78 451.7 78zM470 339.7c0 10.1-8.2 18.3-18.3 18.3H60.3c-10.1 0-18.3-8.2-18.3-18.3V124.3c0-10.1 8.2-18.3 18.3-18.3h391.5c10.1 0 18.3 8.2 18.3 18.3v215.4z" fill="currentColor"/><path d="M436 128H76c-6.6 0-12 5.4-12 12v184c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12V140c0-6.6-5.4-12-12-12z" fill="currentColor"/><path d="M370 406H142c-7.7 0-14 6.3-14 14s6.3 14 14 14h228c7.7 0 14-6.3 14-14s-6.3-14-14-14z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosTv(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M451.7 78H60.3C34.8 78 14 98.8 14 124.3v215.5c0 25.5 20.8 46.3 46.3 46.3h391.5c25.5 0 46.3-20.8 46.3-46.3V124.3C498 98.8 477.2 78 451.7 78zM470 339.7c0 10.1-8.2 18.3-18.3 18.3H60.3c-10.1 0-18.3-8.2-18.3-18.3V124.3c0-10.1 8.2-18.3 18.3-18.3h391.5c10.1 0 18.3 8.2 18.3 18.3v215.4z" fill="currentColor"/><path d="M436 128H76c-6.6 0-12 5.4-12 12v184c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12V140c0-6.6-5.4-12-12-12z" fill="currentColor"/><path d="M370 406H142c-7.7 0-14 6.3-14 14s6.3 14 14 14h228c7.7 0 14-6.3 14-14s-6.3-14-14-14z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M451.7 78H60.3C34.8 78 14 98.8 14 124.3v215.5c0 25.5 20.8 46.3 46.3 46.3h391.5c25.5 0 46.3-20.8 46.3-46.3V124.3C498 98.8 477.2 78 451.7 78zM470 339.7c0 10.1-8.2 18.3-18.3 18.3H60.3c-10.1 0-18.3-8.2-18.3-18.3V124.3c0-10.1 8.2-18.3 18.3-18.3h391.5c10.1 0 18.3 8.2 18.3 18.3v215.4z" fill="currentColor"/><path d="M436 128H76c-6.6 0-12 5.4-12 12v184c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12V140c0-6.6-5.4-12-12-12z" fill="currentColor"/><path d="M370 406H142c-7.7 0-14 6.3-14 14s6.3 14 14 14h228c7.7 0 14-6.3 14-14s-6.3-14-14-14z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%20512%20512%22%3E%3Cpath%20d%3D%22M451.7%2078H60.3C34.8%2078%2014%2098.8%2014%20124.3v215.5c0%2025.5%2020.8%2046.3%2046.3%2046.3h391.5c25.5%200%2046.3-20.8%2046.3-46.3V124.3C498%2098.8%20477.2%2078%20451.7%2078zM470%20339.7c0%2010.1-8.2%2018.3-18.3%2018.3H60.3c-10.1%200-18.3-8.2-18.3-18.3V124.3c0-10.1%208.2-18.3%2018.3-18.3h391.5c10.1%200%2018.3%208.2%2018.3%2018.3v215.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M436%20128H76c-6.6%200-12%205.4-12%2012v184c0%206.6%205.4%2012%2012%2012h360c6.6%200%2012-5.4%2012-12V140c0-6.6-5.4-12-12-12z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M370%20406H142c-7.7%200-14%206.3-14%2014s6.3%2014%2014%2014h228c7.7%200%2014-6.3%2014-14s-6.3-14-14-14z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M451.7%2078H60.3C34.8%2078%2014%2098.8%2014%20124.3v215.5c0%2025.5%2020.8%2046.3%2046.3%2046.3h391.5c25.5%200%2046.3-20.8%2046.3-46.3V124.3C498%2098.8%20477.2%2078%20451.7%2078zM470%20339.7c0%2010.1-8.2%2018.3-18.3%2018.3H60.3c-10.1%200-18.3-8.2-18.3-18.3V124.3c0-10.1%208.2-18.3%2018.3-18.3h391.5c10.1%200%2018.3%208.2%2018.3%2018.3v215.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M436%20128H76c-6.6%200-12%205.4-12%2012v184c0%206.6%205.4%2012%2012%2012h360c6.6%200%2012-5.4%2012-12V140c0-6.6-5.4-12-12-12z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M370%20406H142c-7.7%200-14%206.3-14%2014s6.3%2014%2014%2014h228c7.7%200%2014-6.3%2014-14s-6.3-14-14-14z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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