television emoji
television from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- television
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
Use the television emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M25.75 10.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m0 4a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M6 11a2 2 0 0 1 2-2h13a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2z"/><path d="M19.95 2a1 1 0 0 0-1.415 0l-3 3h-1.12l-3-3A1 1 0 0 0 10 3.414L11.586 5H6a4 4 0 0 0-4 4v13a4 4 0 0 0 4 4h.678l-.696 2.599a1.57 1.57 0 0 0 2.962 1.02L10.48 26h11.04l1.537 3.619a1.57 1.57 0 0 0 2.962-1.02L25.32 26H26a4 4 0 0 0 4-4V9a4 4 0 0 0-4-4h-7.636l1.586-1.586a1 1 0 0 0 0-1.414M6 7h20a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastTelevision(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M25.75 10.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m0 4a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M6 11a2 2 0 0 1 2-2h13a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2z"/><path d="M19.95 2a1 1 0 0 0-1.415 0l-3 3h-1.12l-3-3A1 1 0 0 0 10 3.414L11.586 5H6a4 4 0 0 0-4 4v13a4 4 0 0 0 4 4h.678l-.696 2.599a1.57 1.57 0 0 0 2.962 1.02L10.48 26h11.04l1.537 3.619a1.57 1.57 0 0 0 2.962-1.02L25.32 26H26a4 4 0 0 0 4-4V9a4 4 0 0 0-4-4h-7.636l1.586-1.586a1 1 0 0 0 0-1.414M6 7h20a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M25.75 10.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m0 4a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M6 11a2 2 0 0 1 2-2h13a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2z"/><path d="M19.95 2a1 1 0 0 0-1.415 0l-3 3h-1.12l-3-3A1 1 0 0 0 10 3.414L11.586 5H6a4 4 0 0 0-4 4v13a4 4 0 0 0 4 4h.678l-.696 2.599a1.57 1.57 0 0 0 2.962 1.02L10.48 26h11.04l1.537 3.619a1.57 1.57 0 0 0 2.962-1.02L25.32 26H26a4 4 0 0 0 4-4V9a4 4 0 0 0-4-4h-7.636l1.586-1.586a1 1 0 0 0 0-1.414M6 7h20a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2"/></g></svg> </template>
CSS
.icon-television {
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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M25.75%2010.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m0%204a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M6%2011a2%202%200%200%201%202-2h13a2%202%200%200%201%202%202v9a2%202%200%200%201-2%202H8a2%202%200%200%201-2-2z%22%2F%3E%3Cpath%20d%3D%22M19.95%202a1%201%200%200%200-1.415%200l-3%203h-1.12l-3-3A1%201%200%200%200%2010%203.414L11.586%205H6a4%204%200%200%200-4%204v13a4%204%200%200%200%204%204h.678l-.696%202.599a1.57%201.57%200%200%200%202.962%201.02L10.48%2026h11.04l1.537%203.619a1.57%201.57%200%200%200%202.962-1.02L25.32%2026H26a4%204%200%200%200%204-4V9a4%204%200%200%200-4-4h-7.636l1.586-1.586a1%201%200%200%200%200-1.414M6%207h20a2%202%200%200%201%202%202v13a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2V9a2%202%200%200%201%202-2%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M25.75%2010.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m0%204a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M6%2011a2%202%200%200%201%202-2h13a2%202%200%200%201%202%202v9a2%202%200%200%201-2%202H8a2%202%200%200%201-2-2z%22%2F%3E%3Cpath%20d%3D%22M19.95%202a1%201%200%200%200-1.415%200l-3%203h-1.12l-3-3A1%201%200%200%200%2010%203.414L11.586%205H6a4%204%200%200%200-4%204v13a4%204%200%200%200%204%204h.678l-.696%202.599a1.57%201.57%200%200%200%202.962%201.02L10.48%2026h11.04l1.537%203.619a1.57%201.57%200%200%200%202.962-1.02L25.32%2026H26a4%204%200%200%200%204-4V9a4%204%200%200%200-4-4h-7.636l1.586-1.586a1%201%200%200%200%200-1.414M6%207h20a2%202%200%200%201%202%202v13a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2V9a2%202%200%200%201%202-2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/television.svg?color=%231a73e8&size=48