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

Name
chromecast-2-rounded
Set
Material Symbols Light
Style
Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
chromecast-2-outline-rounded

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.405 5.564q.281-.183.597-.159t.52.3l1.122 1.424q.217.268.174.6t-.31.55l-.695.541q-.267.217-.59.177t-.54-.308l-1.116-1.425q-.206-.255-.187-.555q.02-.299.239-.516l-4.425-5.583q-.327-.396-.77-.606Q12.791 4 12.295 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 MaterialSymbolsLightChromecast2Rounded(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.405 5.564q.281-.183.597-.159t.52.3l1.122 1.424q.217.268.174.6t-.31.55l-.695.541q-.267.217-.59.177t-.54-.308l-1.116-1.425q-.206-.255-.187-.555q.02-.299.239-.516l-4.425-5.583q-.327-.396-.77-.606Q12.791 4 12.295 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.405 5.564q.281-.183.597-.159t.52.3l1.122 1.424q.217.268.174.6t-.31.55l-.695.541q-.267.217-.59.177t-.54-.308l-1.116-1.425q-.206-.255-.187-.555q.02-.299.239-.516l-4.425-5.583q-.327-.396-.77-.606Q12.791 4 12.295 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-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%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.405%205.564q.281-.183.597-.159t.52.3l1.122%201.424q.217.268.174.6t-.31.55l-.695.541q-.267.217-.59.177t-.54-.308l-1.116-1.425q-.206-.255-.187-.555q.02-.299.239-.516l-4.425-5.583q-.327-.396-.77-.606Q12.791%204%2012.295%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.405%205.564q.281-.183.597-.159t.52.3l1.122%201.424q.217.268.174.6t-.31.55l-.695.541q-.267.217-.59.177t-.54-.308l-1.116-1.425q-.206-.255-.187-.555q.02-.299.239-.516l-4.425-5.583q-.327-.396-.77-.606Q12.791%204%2012.295%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-rounded.svg?color=%231a73e8&size=48