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

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

1 other variant in Material Symbols

The same icon in other sets

More home icons from Material Symbols

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 21q-2.925 0-4.962-2.037T2 14q0-2.65 1.713-4.612T8 7.074V5.7q0-1.55 1.075-2.625T11.7 2q.85 0 1.613.375T14.6 3.4l5.175 6.525q.3-.125.625-.062t.55.337l1.525 1.925q.275.325.212.725t-.387.675l-1.175.925q-.325.275-.725.225t-.675-.375l-1.5-1.925Q18 12.1 18 11.763t.2-.613l-5.175-6.525q-.25-.3-.587-.462T11.7 4q-.725 0-1.212.488T10 5.7v1.375q2.575.35 4.288 2.313T16 14q0 2.925-2.037 4.963T9 21m0-2q2.075 0 3.538-1.463T14 14t-1.463-3.537T9 9t-3.537 1.463T4 14t1.463 3.538T9 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsChromecast2Rounded(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 21q-2.925 0-4.962-2.037T2 14q0-2.65 1.713-4.612T8 7.074V5.7q0-1.55 1.075-2.625T11.7 2q.85 0 1.613.375T14.6 3.4l5.175 6.525q.3-.125.625-.062t.55.337l1.525 1.925q.275.325.212.725t-.387.675l-1.175.925q-.325.275-.725.225t-.675-.375l-1.5-1.925Q18 12.1 18 11.763t.2-.613l-5.175-6.525q-.25-.3-.587-.462T11.7 4q-.725 0-1.212.488T10 5.7v1.375q2.575.35 4.288 2.313T16 14q0 2.925-2.037 4.963T9 21m0-2q2.075 0 3.538-1.463T14 14t-1.463-3.537T9 9t-3.537 1.463T4 14t1.463 3.538T9 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 21q-2.925 0-4.962-2.037T2 14q0-2.65 1.713-4.612T8 7.074V5.7q0-1.55 1.075-2.625T11.7 2q.85 0 1.613.375T14.6 3.4l5.175 6.525q.3-.125.625-.062t.55.337l1.525 1.925q.275.325.212.725t-.387.675l-1.175.925q-.325.275-.725.225t-.675-.375l-1.5-1.925Q18 12.1 18 11.763t.2-.613l-5.175-6.525q-.25-.3-.587-.462T11.7 4q-.725 0-1.212.488T10 5.7v1.375q2.575.35 4.288 2.313T16 14q0 2.925-2.037 4.963T9 21m0-2q2.075 0 3.538-1.463T14 14t-1.463-3.537T9 9t-3.537 1.463T4 14t1.463 3.538T9 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%2021q-2.925%200-4.962-2.037T2%2014q0-2.65%201.713-4.612T8%207.074V5.7q0-1.55%201.075-2.625T11.7%202q.85%200%201.613.375T14.6%203.4l5.175%206.525q.3-.125.625-.062t.55.337l1.525%201.925q.275.325.212.725t-.387.675l-1.175.925q-.325.275-.725.225t-.675-.375l-1.5-1.925Q18%2012.1%2018%2011.763t.2-.613l-5.175-6.525q-.25-.3-.587-.462T11.7%204q-.725%200-1.212.488T10%205.7v1.375q2.575.35%204.288%202.313T16%2014q0%202.925-2.037%204.963T9%2021m0-2q2.075%200%203.538-1.463T14%2014t-1.463-3.537T9%209t-3.537%201.463T4%2014t1.463%203.538T9%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%2021q-2.925%200-4.962-2.037T2%2014q0-2.65%201.713-4.612T8%207.074V5.7q0-1.55%201.075-2.625T11.7%202q.85%200%201.613.375T14.6%203.4l5.175%206.525q.3-.125.625-.062t.55.337l1.525%201.925q.275.325.212.725t-.387.675l-1.175.925q-.325.275-.725.225t-.675-.375l-1.5-1.925Q18%2012.1%2018%2011.763t.2-.613l-5.175-6.525q-.25-.3-.587-.462T11.7%204q-.725%200-1.212.488T10%205.7v1.375q2.575.35%204.288%202.313T16%2014q0%202.925-2.037%204.963T9%2021m0-2q2.075%200%203.538-1.463T14%2014t-1.463-3.537T9%209t-3.537%201.463T4%2014t1.463%203.538T9%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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