cast icon
cast-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- cast-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
castBootstrap IconscastBoxIcons v2cast-fillEva IconscastFeather Iconscast-20-filledFluent UI System Iconscastcss.ggcastHealth IconscastHuge IconscastLucidecastMaterial SymbolscastMaterial Design IconscastMyna UI IconscastPixelarticonscast-fillRemix IconcastTabler IconscastTDesign IconscastWeb3 IconscastWeb3 Icons Branded
More hardware icons from Material Symbols Light
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="M21 17.385q0 .67-.472 1.143q-.472.472-1.143.472h-4.252q-.292 0-.482-.205t-.215-.497q-.111-2.067-.943-3.89t-2.18-3.249q-1.35-1.426-3.131-2.346t-3.8-1.175q-.592-.075-.987-.435T3 6.269t.405-.921T4.402 5h14.983q.67 0 1.143.472q.472.472.472 1.144zM7.808 19q-.208 0-.354-.141q-.146-.142-.183-.35q-.16-1.498-1.24-2.55q-1.079-1.051-2.596-1.23q-.202-.031-.319-.18T3 14.192q0-.213.16-.356q.16-.144.361-.113q1.908.185 3.244 1.523Q8.1 16.584 8.27 18.492q.031.208-.11.358q-.14.15-.353.15m3.769 0q-.233 0-.366-.179q-.134-.179-.165-.43q-.234-3.028-2.372-5.147t-5.183-2.31q-.208-.011-.35-.157q-.14-.146-.14-.354q0-.214.157-.36q.156-.146.377-.134q3.468.19 5.899 2.625t2.633 5.902q.011.232-.132.388t-.357.156m-7.789 0q-.332 0-.56-.228T3 18.212t.228-.561t.56-.228t.561.228t.228.56t-.228.561t-.56.228"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCastRounded(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="M21 17.385q0 .67-.472 1.143q-.472.472-1.143.472h-4.252q-.292 0-.482-.205t-.215-.497q-.111-2.067-.943-3.89t-2.18-3.249q-1.35-1.426-3.131-2.346t-3.8-1.175q-.592-.075-.987-.435T3 6.269t.405-.921T4.402 5h14.983q.67 0 1.143.472q.472.472.472 1.144zM7.808 19q-.208 0-.354-.141q-.146-.142-.183-.35q-.16-1.498-1.24-2.55q-1.079-1.051-2.596-1.23q-.202-.031-.319-.18T3 14.192q0-.213.16-.356q.16-.144.361-.113q1.908.185 3.244 1.523Q8.1 16.584 8.27 18.492q.031.208-.11.358q-.14.15-.353.15m3.769 0q-.233 0-.366-.179q-.134-.179-.165-.43q-.234-3.028-2.372-5.147t-5.183-2.31q-.208-.011-.35-.157q-.14-.146-.14-.354q0-.214.157-.36q.156-.146.377-.134q3.468.19 5.899 2.625t2.633 5.902q.011.232-.132.388t-.357.156m-7.789 0q-.332 0-.56-.228T3 18.212t.228-.561t.56-.228t.561.228t.228.56t-.228.561t-.56.228"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 17.385q0 .67-.472 1.143q-.472.472-1.143.472h-4.252q-.292 0-.482-.205t-.215-.497q-.111-2.067-.943-3.89t-2.18-3.249q-1.35-1.426-3.131-2.346t-3.8-1.175q-.592-.075-.987-.435T3 6.269t.405-.921T4.402 5h14.983q.67 0 1.143.472q.472.472.472 1.144zM7.808 19q-.208 0-.354-.141q-.146-.142-.183-.35q-.16-1.498-1.24-2.55q-1.079-1.051-2.596-1.23q-.202-.031-.319-.18T3 14.192q0-.213.16-.356q.16-.144.361-.113q1.908.185 3.244 1.523Q8.1 16.584 8.27 18.492q.031.208-.11.358q-.14.15-.353.15m3.769 0q-.233 0-.366-.179q-.134-.179-.165-.43q-.234-3.028-2.372-5.147t-5.183-2.31q-.208-.011-.35-.157q-.14-.146-.14-.354q0-.214.157-.36q.156-.146.377-.134q3.468.19 5.899 2.625t2.633 5.902q.011.232-.132.388t-.357.156m-7.789 0q-.332 0-.56-.228T3 18.212t.228-.561t.56-.228t.561.228t.228.56t-.228.561t-.56.228"/></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%22M21%2017.385q0%20.67-.472%201.143q-.472.472-1.143.472h-4.252q-.292%200-.482-.205t-.215-.497q-.111-2.067-.943-3.89t-2.18-3.249q-1.35-1.426-3.131-2.346t-3.8-1.175q-.592-.075-.987-.435T3%206.269t.405-.921T4.402%205h14.983q.67%200%201.143.472q.472.472.472%201.144zM7.808%2019q-.208%200-.354-.141q-.146-.142-.183-.35q-.16-1.498-1.24-2.55q-1.079-1.051-2.596-1.23q-.202-.031-.319-.18T3%2014.192q0-.213.16-.356q.16-.144.361-.113q1.908.185%203.244%201.523Q8.1%2016.584%208.27%2018.492q.031.208-.11.358q-.14.15-.353.15m3.769%200q-.233%200-.366-.179q-.134-.179-.165-.43q-.234-3.028-2.372-5.147t-5.183-2.31q-.208-.011-.35-.157q-.14-.146-.14-.354q0-.214.157-.36q.156-.146.377-.134q3.468.19%205.899%202.625t2.633%205.902q.011.232-.132.388t-.357.156m-7.789%200q-.332%200-.56-.228T3%2018.212t.228-.561t.56-.228t.561.228t.228.56t-.228.561t-.56.228%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%22M21%2017.385q0%20.67-.472%201.143q-.472.472-1.143.472h-4.252q-.292%200-.482-.205t-.215-.497q-.111-2.067-.943-3.89t-2.18-3.249q-1.35-1.426-3.131-2.346t-3.8-1.175q-.592-.075-.987-.435T3%206.269t.405-.921T4.402%205h14.983q.67%200%201.143.472q.472.472.472%201.144zM7.808%2019q-.208%200-.354-.141q-.146-.142-.183-.35q-.16-1.498-1.24-2.55q-1.079-1.051-2.596-1.23q-.202-.031-.319-.18T3%2014.192q0-.213.16-.356q.16-.144.361-.113q1.908.185%203.244%201.523Q8.1%2016.584%208.27%2018.492q.031.208-.11.358q-.14.15-.353.15m3.769%200q-.233%200-.366-.179q-.134-.179-.165-.43q-.234-3.028-2.372-5.147t-5.183-2.31q-.208-.011-.35-.157q-.14-.146-.14-.354q0-.214.157-.36q.156-.146.377-.134q3.468.19%205.899%202.625t2.633%205.902q.011.232-.132.388t-.357.156m-7.789%200q-.332%200-.56-.228T3%2018.212t.228-.561t.56-.228t.561.228t.228.56t-.228.561t-.56.228%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/cast-rounded.svg?color=%231a73e8&size=48