chromecast device icon
chromecast-device from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- chromecast-device
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- chromecast-device-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningcircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tvdeskphone
Use the chromecast device icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.77 14v-4h2.576v4zM6 16.25q-1.546 0-2.773-.871T2 13.308v-2.616Q2 9.467 3.227 8.61T6 7.75q.665 0 1.266.153t1.48.52q.358.15.659.257t.569.183t.521.107T11 9h7.385v6H11q-.252 0-.505.03t-.521.107t-.57.183t-.658.257q-.879.367-1.48.52q-.6.153-1.266.153m-3.115-3.865h.692q.154 0 .27-.116q.114-.115.114-.269t-.115-.27q-.115-.114-.269-.114h-.692q-.154 0-.27.115q-.115.115-.115.269t.116.27q.115.114.268.114"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChromecastDevice(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="M19.77 14v-4h2.576v4zM6 16.25q-1.546 0-2.773-.871T2 13.308v-2.616Q2 9.467 3.227 8.61T6 7.75q.665 0 1.266.153t1.48.52q.358.15.659.257t.569.183t.521.107T11 9h7.385v6H11q-.252 0-.505.03t-.521.107t-.57.183t-.658.257q-.879.367-1.48.52q-.6.153-1.266.153m-3.115-3.865h.692q.154 0 .27-.116q.114-.115.114-.269t-.115-.27q-.115-.114-.269-.114h-.692q-.154 0-.27.115q-.115.115-.115.269t.116.27q.115.114.268.114"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.77 14v-4h2.576v4zM6 16.25q-1.546 0-2.773-.871T2 13.308v-2.616Q2 9.467 3.227 8.61T6 7.75q.665 0 1.266.153t1.48.52q.358.15.659.257t.569.183t.521.107T11 9h7.385v6H11q-.252 0-.505.03t-.521.107t-.57.183t-.658.257q-.879.367-1.48.52q-.6.153-1.266.153m-3.115-3.865h.692q.154 0 .27-.116q.114-.115.114-.269t-.115-.27q-.115-.114-.269-.114h-.692q-.154 0-.27.115q-.115.115-.115.269t.116.27q.115.114.268.114"/></svg> </template>
CSS
.icon-chromecast-device {
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%22M19.77%2014v-4h2.576v4zM6%2016.25q-1.546%200-2.773-.871T2%2013.308v-2.616Q2%209.467%203.227%208.61T6%207.75q.665%200%201.266.153t1.48.52q.358.15.659.257t.569.183t.521.107T11%209h7.385v6H11q-.252%200-.505.03t-.521.107t-.57.183t-.658.257q-.879.367-1.48.52q-.6.153-1.266.153m-3.115-3.865h.692q.154%200%20.27-.116q.114-.115.114-.269t-.115-.27q-.115-.114-.269-.114h-.692q-.154%200-.27.115q-.115.115-.115.269t.116.27q.115.114.268.114%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%22M19.77%2014v-4h2.576v4zM6%2016.25q-1.546%200-2.773-.871T2%2013.308v-2.616Q2%209.467%203.227%208.61T6%207.75q.665%200%201.266.153t1.48.52q.358.15.659.257t.569.183t.521.107T11%209h7.385v6H11q-.252%200-.505.03t-.521.107t-.57.183t-.658.257q-.879.367-1.48.52q-.6.153-1.266.153m-3.115-3.865h.692q.154%200%20.27-.116q.114-.115.114-.269t-.115-.27q-.115-.114-.269-.114h-.692q-.154%200-.27.115q-.115.115-.115.269t.116.27q.115.114.268.114%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/chromecast-device.svg?color=%231a73e8&size=48