cast icon
cast-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- cast-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
castBootstrap IconscastBoxIcons v2cast-fillEva IconscastFeather Iconscast-20-filledFluent UI System Iconscastcss.ggcastHealth IconscastHuge IconscastLucidecastMaterial Symbols LightcastMaterial Design IconscastMyna UI IconscastPixelarticonscast-fillRemix IconcastTabler IconscastTDesign IconscastWeb3 IconscastWeb3 Icons Branded
More hardware icons from Material Symbols
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tvdeskphone
Use the cast icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 18q0 .825-.587 1.413T20 20h-4.175q-.35 0-.587-.262t-.263-.613q-.15-2.375-1.087-4.437t-2.45-3.663T7.912 8.4T3.576 7.1q-.65-.075-1.112-.512T2 5.5t.463-1.075T3.575 4H20q.825 0 1.413.588T22 6zM8 20q-.4 0-.7-.238t-.375-.637Q6.65 17.55 5.513 16.45T2.8 15.075q-.375-.05-.587-.362T2 14q0-.425.275-.712t.65-.238q2.35.3 4.013 1.975t1.987 4.025q.05.4-.225.675T8 20m4 0q-.425 0-.712-.275t-.338-.7q-.35-3.2-2.612-5.425t-5.463-2.55q-.4-.05-.638-.35T2 10q0-.425.263-.725t.637-.25q4.025.325 6.85 3.125t3.2 6.825q.05.425-.238.725T12 20m-8.75 0q-.525 0-.888-.363T2 18.75t.363-.888t.887-.362t.888.363t.362.887t-.363.888T3.25 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCastRounded(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="M22 18q0 .825-.587 1.413T20 20h-4.175q-.35 0-.587-.262t-.263-.613q-.15-2.375-1.087-4.437t-2.45-3.663T7.912 8.4T3.576 7.1q-.65-.075-1.112-.512T2 5.5t.463-1.075T3.575 4H20q.825 0 1.413.588T22 6zM8 20q-.4 0-.7-.238t-.375-.637Q6.65 17.55 5.513 16.45T2.8 15.075q-.375-.05-.587-.362T2 14q0-.425.275-.712t.65-.238q2.35.3 4.013 1.975t1.987 4.025q.05.4-.225.675T8 20m4 0q-.425 0-.712-.275t-.338-.7q-.35-3.2-2.612-5.425t-5.463-2.55q-.4-.05-.638-.35T2 10q0-.425.263-.725t.637-.25q4.025.325 6.85 3.125t3.2 6.825q.05.425-.238.725T12 20m-8.75 0q-.525 0-.888-.363T2 18.75t.363-.888t.887-.362t.888.363t.362.887t-.363.888T3.25 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 18q0 .825-.587 1.413T20 20h-4.175q-.35 0-.587-.262t-.263-.613q-.15-2.375-1.087-4.437t-2.45-3.663T7.912 8.4T3.576 7.1q-.65-.075-1.112-.512T2 5.5t.463-1.075T3.575 4H20q.825 0 1.413.588T22 6zM8 20q-.4 0-.7-.238t-.375-.637Q6.65 17.55 5.513 16.45T2.8 15.075q-.375-.05-.587-.362T2 14q0-.425.275-.712t.65-.238q2.35.3 4.013 1.975t1.987 4.025q.05.4-.225.675T8 20m4 0q-.425 0-.712-.275t-.338-.7q-.35-3.2-2.612-5.425t-5.463-2.55q-.4-.05-.638-.35T2 10q0-.425.263-.725t.637-.25q4.025.325 6.85 3.125t3.2 6.825q.05.425-.238.725T12 20m-8.75 0q-.525 0-.888-.363T2 18.75t.363-.888t.887-.362t.888.363t.362.887t-.363.888T3.25 20"/></svg> </template>
CSS
.icon-cast-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%22M22%2018q0%20.825-.587%201.413T20%2020h-4.175q-.35%200-.587-.262t-.263-.613q-.15-2.375-1.087-4.437t-2.45-3.663T7.912%208.4T3.576%207.1q-.65-.075-1.112-.512T2%205.5t.463-1.075T3.575%204H20q.825%200%201.413.588T22%206zM8%2020q-.4%200-.7-.238t-.375-.637Q6.65%2017.55%205.513%2016.45T2.8%2015.075q-.375-.05-.587-.362T2%2014q0-.425.275-.712t.65-.238q2.35.3%204.013%201.975t1.987%204.025q.05.4-.225.675T8%2020m4%200q-.425%200-.712-.275t-.338-.7q-.35-3.2-2.612-5.425t-5.463-2.55q-.4-.05-.638-.35T2%2010q0-.425.263-.725t.637-.25q4.025.325%206.85%203.125t3.2%206.825q.05.425-.238.725T12%2020m-8.75%200q-.525%200-.888-.363T2%2018.75t.363-.888t.887-.362t.888.363t.362.887t-.363.888T3.25%2020%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%22M22%2018q0%20.825-.587%201.413T20%2020h-4.175q-.35%200-.587-.262t-.263-.613q-.15-2.375-1.087-4.437t-2.45-3.663T7.912%208.4T3.576%207.1q-.65-.075-1.112-.512T2%205.5t.463-1.075T3.575%204H20q.825%200%201.413.588T22%206zM8%2020q-.4%200-.7-.238t-.375-.637Q6.65%2017.55%205.513%2016.45T2.8%2015.075q-.375-.05-.587-.362T2%2014q0-.425.275-.712t.65-.238q2.35.3%204.013%201.975t1.987%204.025q.05.4-.225.675T8%2020m4%200q-.425%200-.712-.275t-.338-.7q-.35-3.2-2.612-5.425t-5.463-2.55q-.4-.05-.638-.35T2%2010q0-.425.263-.725t.637-.25q4.025.325%206.85%203.125t3.2%206.825q.05.425-.238.725T12%2020m-8.75%200q-.525%200-.888-.363T2%2018.75t.363-.888t.887-.362t.888.363t.362.887t-.363.888T3.25%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/cast-rounded.svg?color=%231a73e8&size=48