chromecast-2 from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.

Name
chromecast-2
Set
Material Symbols Light
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
chromecast-2-outline, chromecast-2-outline-sharp, chromecast-2-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the chromecast 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.98 20q-2.597 0-4.404-1.807t-1.807-4.405q0-2.457 1.655-4.247q1.655-1.789 4.057-1.966v-1.76q0-1.165.825-1.99T12.296 3q.735 0 1.401.317q.667.317 1.115.89l4.4 5.558l.613-.475l2.14 2.687l-1.961 1.54l-2.135-2.686l.556-.437l-4.42-5.577q-.326-.396-.77-.606Q12.793 4 12.297 4q-.763 0-1.29.526t-.525 1.29v1.759q2.421.177 4.076 1.957t1.655 4.257q0 2.598-1.817 4.404T9.981 20m0-1q2.171 0 3.7-1.52t1.53-3.692t-1.53-3.7t-3.7-1.53t-3.691 1.53t-1.52 3.7t1.52 3.692T9.98 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightChromecast2(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="M9.98 20q-2.597 0-4.404-1.807t-1.807-4.405q0-2.457 1.655-4.247q1.655-1.789 4.057-1.966v-1.76q0-1.165.825-1.99T12.296 3q.735 0 1.401.317q.667.317 1.115.89l4.4 5.558l.613-.475l2.14 2.687l-1.961 1.54l-2.135-2.686l.556-.437l-4.42-5.577q-.326-.396-.77-.606Q12.793 4 12.297 4q-.763 0-1.29.526t-.525 1.29v1.759q2.421.177 4.076 1.957t1.655 4.257q0 2.598-1.817 4.404T9.981 20m0-1q2.171 0 3.7-1.52t1.53-3.692t-1.53-3.7t-3.7-1.53t-3.691 1.53t-1.52 3.7t1.52 3.692T9.98 19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.98 20q-2.597 0-4.404-1.807t-1.807-4.405q0-2.457 1.655-4.247q1.655-1.789 4.057-1.966v-1.76q0-1.165.825-1.99T12.296 3q.735 0 1.401.317q.667.317 1.115.89l4.4 5.558l.613-.475l2.14 2.687l-1.961 1.54l-2.135-2.686l.556-.437l-4.42-5.577q-.326-.396-.77-.606Q12.793 4 12.297 4q-.763 0-1.29.526t-.525 1.29v1.759q2.421.177 4.076 1.957t1.655 4.257q0 2.598-1.817 4.404T9.981 20m0-1q2.171 0 3.7-1.52t1.53-3.692t-1.53-3.7t-3.7-1.53t-3.691 1.53t-1.52 3.7t1.52 3.692T9.98 19"/></svg>
</template>

CSS

.icon-chromecast-2 {
  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%22M9.98%2020q-2.597%200-4.404-1.807t-1.807-4.405q0-2.457%201.655-4.247q1.655-1.789%204.057-1.966v-1.76q0-1.165.825-1.99T12.296%203q.735%200%201.401.317q.667.317%201.115.89l4.4%205.558l.613-.475l2.14%202.687l-1.961%201.54l-2.135-2.686l.556-.437l-4.42-5.577q-.326-.396-.77-.606Q12.793%204%2012.297%204q-.763%200-1.29.526t-.525%201.29v1.759q2.421.177%204.076%201.957t1.655%204.257q0%202.598-1.817%204.404T9.981%2020m0-1q2.171%200%203.7-1.52t1.53-3.692t-1.53-3.7t-3.7-1.53t-3.691%201.53t-1.52%203.7t1.52%203.692T9.98%2019%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%22M9.98%2020q-2.597%200-4.404-1.807t-1.807-4.405q0-2.457%201.655-4.247q1.655-1.789%204.057-1.966v-1.76q0-1.165.825-1.99T12.296%203q.735%200%201.401.317q.667.317%201.115.89l4.4%205.558l.613-.475l2.14%202.687l-1.961%201.54l-2.135-2.686l.556-.437l-4.42-5.577q-.326-.396-.77-.606Q12.793%204%2012.297%204q-.763%200-1.29.526t-.525%201.29v1.759q2.421.177%204.076%201.957t1.655%204.257q0%202.598-1.817%204.404T9.981%2020m0-1q2.171%200%203.7-1.52t1.53-3.692t-1.53-3.7t-3.7-1.53t-3.691%201.53t-1.52%203.7t1.52%203.692T9.98%2019%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-2.svg?color=%231a73e8&size=48