chromecast 2 icon
chromecast-2 from Material Symbols by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.
- Name
- chromecast-2
- Set
- Material Symbols
- 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
The same icon in other sets
More home icons from Material Symbols
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilecleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-statusdoor-open
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.15 6.5l.575-.475L23.1 12.9l-2.75 2.175L17.6 11.6l.575-.475l-5.15-6.5q-.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 MaterialSymbolsChromecast2(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.15 6.5l.575-.475L23.1 12.9l-2.75 2.175L17.6 11.6l.575-.475l-5.15-6.5q-.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.15 6.5l.575-.475L23.1 12.9l-2.75 2.175L17.6 11.6l.575-.475l-5.15-6.5q-.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 {
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.15%206.5l.575-.475L23.1%2012.9l-2.75%202.175L17.6%2011.6l.575-.475l-5.15-6.5q-.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.15%206.5l.575-.475L23.1%2012.9l-2.75%202.175L17.6%2011.6l.575-.475l-5.15-6.5q-.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.svg?color=%231a73e8&size=48