tv-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
tv-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the tv icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M5.454 43.096h45.092c3.629 0 5.454-1.74 5.454-5.453V13.324c0-3.713-1.825-5.453-5.454-5.453H5.454C1.824 7.87 0 9.61 0 13.324v24.319c0 3.713 1.825 5.453 5.454 5.453m37.983 5.9c0-1.104-.89-1.995-1.973-1.995h-26.97c-1.083 0-1.953.89-1.953 1.994s.87 1.995 1.952 1.995h26.97a1.99 1.99 0 0 0 1.974-1.995"/></svg>

React

import type { SVGProps } from "react";

export function F7TvFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M5.454 43.096h45.092c3.629 0 5.454-1.74 5.454-5.453V13.324c0-3.713-1.825-5.453-5.454-5.453H5.454C1.824 7.87 0 9.61 0 13.324v24.319c0 3.713 1.825 5.453 5.454 5.453m37.983 5.9c0-1.104-.89-1.995-1.973-1.995h-26.97c-1.083 0-1.953.89-1.953 1.994s.87 1.995 1.952 1.995h26.97a1.99 1.99 0 0 0 1.974-1.995"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M5.454 43.096h45.092c3.629 0 5.454-1.74 5.454-5.453V13.324c0-3.713-1.825-5.453-5.454-5.453H5.454C1.824 7.87 0 9.61 0 13.324v24.319c0 3.713 1.825 5.453 5.454 5.453m37.983 5.9c0-1.104-.89-1.995-1.973-1.995h-26.97c-1.083 0-1.953.89-1.953 1.994s.87 1.995 1.952 1.995h26.97a1.99 1.99 0 0 0 1.974-1.995"/></svg>
</template>

CSS

.icon-tv-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.454%2043.096h45.092c3.629%200%205.454-1.74%205.454-5.453V13.324c0-3.713-1.825-5.453-5.454-5.453H5.454C1.824%207.87%200%209.61%200%2013.324v24.319c0%203.713%201.825%205.453%205.454%205.453m37.983%205.9c0-1.104-.89-1.995-1.973-1.995h-26.97c-1.083%200-1.953.89-1.953%201.994s.87%201.995%201.952%201.995h26.97a1.99%201.99%200%200%200%201.974-1.995%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.454%2043.096h45.092c3.629%200%205.454-1.74%205.454-5.453V13.324c0-3.713-1.825-5.453-5.454-5.453H5.454C1.824%207.87%200%209.61%200%2013.324v24.319c0%203.713%201.825%205.453%205.454%205.453m37.983%205.9c0-1.104-.89-1.995-1.973-1.995h-26.97c-1.083%200-1.953.89-1.953%201.994s.87%201.995%201.952%201.995h26.97a1.99%201.99%200%200%200%201.974-1.995%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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