tv filled icon
tv-filled from WeUI Icon by WeUI · Filled · MIT Free for personal and commercial use.
- Name
- tv-filled
- Set
- WeUI Icon
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
Use the tv filled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.218 7.954H6.3V9.17h2.036V15h1.475V9.17h1.816l1.96 5.83h1.776l2.369-7.046h-1.607l-1.611 5.527h-.034l-1.612-5.527zM2 5a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1zm6 16.05c0-.414.344-.75.753-.75h6.494a.75.75 0 0 1 .753.75v.75H8z"/></svg>
React
import type { SVGProps } from "react";
export function WeuiTvFilled(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" fillRule="evenodd" d="M11.218 7.954H6.3V9.17h2.036V15h1.475V9.17h1.816l1.96 5.83h1.776l2.369-7.046h-1.607l-1.611 5.527h-.034l-1.612-5.527zM2 5a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1zm6 16.05c0-.414.344-.75.753-.75h6.494a.75.75 0 0 1 .753.75v.75H8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.218 7.954H6.3V9.17h2.036V15h1.475V9.17h1.816l1.96 5.83h1.776l2.369-7.046h-1.607l-1.611 5.527h-.034l-1.612-5.527zM2 5a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1zm6 16.05c0-.414.344-.75.753-.75h6.494a.75.75 0 0 1 .753.75v.75H8z"/></svg> </template>
CSS
.icon-tv-filled {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.218%207.954H6.3V9.17h2.036V15h1.475V9.17h1.816l1.96%205.83h1.776l2.369-7.046h-1.607l-1.611%205.527h-.034l-1.612-5.527zM2%205a1%201%200%200%201%201-1h18a1%201%200%200%201%201%201v13a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1zm6%2016.05c0-.414.344-.75.753-.75h6.494a.75.75%200%200%201%20.753.75v.75H8z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.218%207.954H6.3V9.17h2.036V15h1.475V9.17h1.816l1.96%205.83h1.776l2.369-7.046h-1.607l-1.611%205.527h-.034l-1.612-5.527zM2%205a1%201%200%200%201%201-1h18a1%201%200%200%201%201%201v13a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1zm6%2016.05c0-.414.344-.75.753-.75h6.494a.75.75%200%200%201%20.753.75v.75H8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/weui/tv-filled.svg?color=%231a73e8&size=48