chromecast device icon
chromecast-device-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- chromecast-device-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
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="M20.577 14q-.343 0-.575-.23t-.233-.57v-2.4q0-.34.233-.57t.575-.23h.962q.343 0 .575.23t.232.57v2.4q0 .34-.232.57t-.576.23zm-3.808 1H11q-.516 0-1.024.132q-.509.132-1.23.445q-.879.367-1.48.52q-.6.153-1.266.153q-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.721.314 1.23.445Q10.484 9 11 9h5.77q.666 0 1.14.475t.475 1.14v2.77q0 .666-.475 1.14T16.77 15M2.884 12.385h.692q.154 0 .27-.116q.114-.115.114-.269t-.115-.27q-.115-.114-.269-.114h-.693q-.153 0-.269.115q-.115.115-.115.269t.116.27q.115.114.268.114"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChromecastDeviceRounded(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="M20.577 14q-.343 0-.575-.23t-.233-.57v-2.4q0-.34.233-.57t.575-.23h.962q.343 0 .575.23t.232.57v2.4q0 .34-.232.57t-.576.23zm-3.808 1H11q-.516 0-1.024.132q-.509.132-1.23.445q-.879.367-1.48.52q-.6.153-1.266.153q-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.721.314 1.23.445Q10.484 9 11 9h5.77q.666 0 1.14.475t.475 1.14v2.77q0 .666-.475 1.14T16.77 15M2.884 12.385h.692q.154 0 .27-.116q.114-.115.114-.269t-.115-.27q-.115-.114-.269-.114h-.693q-.153 0-.269.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="M20.577 14q-.343 0-.575-.23t-.233-.57v-2.4q0-.34.233-.57t.575-.23h.962q.343 0 .575.23t.232.57v2.4q0 .34-.232.57t-.576.23zm-3.808 1H11q-.516 0-1.024.132q-.509.132-1.23.445q-.879.367-1.48.52q-.6.153-1.266.153q-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.721.314 1.23.445Q10.484 9 11 9h5.77q.666 0 1.14.475t.475 1.14v2.77q0 .666-.475 1.14T16.77 15M2.884 12.385h.692q.154 0 .27-.116q.114-.115.114-.269t-.115-.27q-.115-.114-.269-.114h-.693q-.153 0-.269.115q-.115.115-.115.269t.116.27q.115.114.268.114"/></svg> </template>
CSS
.icon-chromecast-device-rounded {
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%22M20.577%2014q-.343%200-.575-.23t-.233-.57v-2.4q0-.34.233-.57t.575-.23h.962q.343%200%20.575.23t.232.57v2.4q0%20.34-.232.57t-.576.23zm-3.808%201H11q-.516%200-1.024.132q-.509.132-1.23.445q-.879.367-1.48.52q-.6.153-1.266.153q-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.721.314%201.23.445Q10.484%209%2011%209h5.77q.666%200%201.14.475t.475%201.14v2.77q0%20.666-.475%201.14T16.77%2015M2.884%2012.385h.692q.154%200%20.27-.116q.114-.115.114-.269t-.115-.27q-.115-.114-.269-.114h-.693q-.153%200-.269.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%22M20.577%2014q-.343%200-.575-.23t-.233-.57v-2.4q0-.34.233-.57t.575-.23h.962q.343%200%20.575.23t.232.57v2.4q0%20.34-.232.57t-.576.23zm-3.808%201H11q-.516%200-1.024.132q-.509.132-1.23.445q-.879.367-1.48.52q-.6.153-1.266.153q-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.721.314%201.23.445Q10.484%209%2011%209h5.77q.666%200%201.14.475t.475%201.14v2.77q0%20.666-.475%201.14T16.77%2015M2.884%2012.385h.692q.154%200%20.27-.116q.114-.115.114-.269t-.115-.27q-.115-.114-.269-.114h-.693q-.153%200-.269.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-rounded.svg?color=%231a73e8&size=48