chromecast device icon

chromecast-device from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
chromecast-device
Set
Material Symbols
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
chromecast-device-sharp

3 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

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 14.5v-5h3v5zM6 17.25q-1.95 0-3.475-1.15T1 13.5v-3q0-1.475 1.525-2.613T6 6.75q.775 0 1.475.163T9.15 7.5q.3.15.563.238t.475.15t.412.087T11 8h8v8h-8q-.2 0-.4.025t-.413.088t-.474.15t-.563.237q-.975.425-1.675.588T6 17.25M2.5 12.5h1q.2 0 .35-.15T4 12t-.15-.35t-.35-.15h-1q-.2 0-.35.15T2 12t.15.35t.35.15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsChromecastDevice(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 14.5v-5h3v5zM6 17.25q-1.95 0-3.475-1.15T1 13.5v-3q0-1.475 1.525-2.613T6 6.75q.775 0 1.475.163T9.15 7.5q.3.15.563.238t.475.15t.412.087T11 8h8v8h-8q-.2 0-.4.025t-.413.088t-.474.15t-.563.237q-.975.425-1.675.588T6 17.25M2.5 12.5h1q.2 0 .35-.15T4 12t-.15-.35t-.35-.15h-1q-.2 0-.35.15T2 12t.15.35t.35.15"/></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 14.5v-5h3v5zM6 17.25q-1.95 0-3.475-1.15T1 13.5v-3q0-1.475 1.525-2.613T6 6.75q.775 0 1.475.163T9.15 7.5q.3.15.563.238t.475.15t.412.087T11 8h8v8h-8q-.2 0-.4.025t-.413.088t-.474.15t-.563.237q-.975.425-1.675.588T6 17.25M2.5 12.5h1q.2 0 .35-.15T4 12t-.15-.35t-.35-.15h-1q-.2 0-.35.15T2 12t.15.35t.35.15"/></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%22M20%2014.5v-5h3v5zM6%2017.25q-1.95%200-3.475-1.15T1%2013.5v-3q0-1.475%201.525-2.613T6%206.75q.775%200%201.475.163T9.15%207.5q.3.15.563.238t.475.15t.412.087T11%208h8v8h-8q-.2%200-.4.025t-.413.088t-.474.15t-.563.237q-.975.425-1.675.588T6%2017.25M2.5%2012.5h1q.2%200%20.35-.15T4%2012t-.15-.35t-.35-.15h-1q-.2%200-.35.15T2%2012t.15.35t.35.15%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%2014.5v-5h3v5zM6%2017.25q-1.95%200-3.475-1.15T1%2013.5v-3q0-1.475%201.525-2.613T6%206.75q.775%200%201.475.163T9.15%207.5q.3.15.563.238t.475.15t.412.087T11%208h8v8h-8q-.2%200-.4.025t-.413.088t-.474.15t-.563.237q-.975.425-1.675.588T6%2017.25M2.5%2012.5h1q.2%200%20.35-.15T4%2012t-.15-.35t-.35-.15h-1q-.2%200-.35.15T2%2012t.15.35t.35.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/chromecast-device.svg?color=%231a73e8&size=48