cast icon
cast-outline-rounded from Material Symbols by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- cast-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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 6v12q0 .825-.587 1.413T20 20h-4.05q-.425 0-.712-.288T14.95 19t.288-.712t.712-.288H20V6H4v.15q0 .425-.288.713T3 7.15t-.712-.288T2 6.15V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6M8 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 MaterialSymbolsCastOutlineRounded(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 6v12q0 .825-.587 1.413T20 20h-4.05q-.425 0-.712-.288T14.95 19t.288-.712t.712-.288H20V6H4v.15q0 .425-.288.713T3 7.15t-.712-.288T2 6.15V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6M8 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 6v12q0 .825-.587 1.413T20 20h-4.05q-.425 0-.712-.288T14.95 19t.288-.712t.712-.288H20V6H4v.15q0 .425-.288.713T3 7.15t-.712-.288T2 6.15V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6M8 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-outline-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%206v12q0%20.825-.587%201.413T20%2020h-4.05q-.425%200-.712-.288T14.95%2019t.288-.712t.712-.288H20V6H4v.15q0%20.425-.288.713T3%207.15t-.712-.288T2%206.15V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206M8%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%206v12q0%20.825-.587%201.413T20%2020h-4.05q-.425%200-.712-.288T14.95%2019t.288-.712t.712-.288H20V6H4v.15q0%20.425-.288.713T3%207.15t-.712-.288T2%206.15V6q0-.825.588-1.412T4%204h16q.825%200%201.413.588T22%206M8%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-outline-rounded.svg?color=%231a73e8&size=48