cast icon
cast-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- cast-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
- Aliases
- cast-screen-solid
1 other variant in Myna UI Icons
The same icon in other sets
castBootstrap IconscastBoxIcons v2cast-fillEva IconscastFeather Iconscast-20-filledFluent UI System Iconscastcss.ggcastHealth IconscastHuge IconscastLucidecastMaterial SymbolscastMaterial Symbols LightcastMaterial Design IconscastPixelarticonscast-fillRemix IconcastTabler IconscastTDesign IconscastWeb3 IconscastWeb3 Icons Branded
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="M6.91 3.25h9.322c.813 0 1.469 0 2 .043c.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.639c.226.444.32.924.365 1.47c.043.531.043 1.187.043 2v6.464c0 .813 0 1.469-.043 2c-.045.546-.14 1.026-.366 1.47a3.75 3.75 0 0 1-1.639 1.64c-.444.226-.924.32-1.47.365c-.531.043-1.187.043-2 .043h-2.085a.75.75 0 0 1 0-1.5H16.2c.852 0 1.447 0 1.91-.038c.453-.038.714-.107.912-.207a2.25 2.25 0 0 0 .983-.983c.1-.198.17-.459.207-.913c.038-.462.038-1.057.038-1.909V8.8c0-.852 0-1.447-.038-1.91c-.037-.453-.107-.714-.207-.911a2.25 2.25 0 0 0-.983-.984c-.198-.1-.459-.17-.913-.207c-.462-.037-1.057-.038-1.909-.038H7.028c-1.006 0-1.357.007-1.626.081a2.25 2.25 0 0 0-1.57 1.57c-.075.27-.082.621-.082 1.627a.75.75 0 1 1-1.5 0V7.91c0-.84 0-1.415.135-1.906a3.75 3.75 0 0 1 2.618-2.618c.491-.136 1.065-.135 1.906-.135M2.25 12a.75.75 0 0 1 .75-.75A8.75 8.75 0 0 1 11.75 20a.75.75 0 0 1-.75.75l-8 .003a.75.75 0 0 1-.75-.75z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiCastSolid(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="M6.91 3.25h9.322c.813 0 1.469 0 2 .043c.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.639c.226.444.32.924.365 1.47c.043.531.043 1.187.043 2v6.464c0 .813 0 1.469-.043 2c-.045.546-.14 1.026-.366 1.47a3.75 3.75 0 0 1-1.639 1.64c-.444.226-.924.32-1.47.365c-.531.043-1.187.043-2 .043h-2.085a.75.75 0 0 1 0-1.5H16.2c.852 0 1.447 0 1.91-.038c.453-.038.714-.107.912-.207a2.25 2.25 0 0 0 .983-.983c.1-.198.17-.459.207-.913c.038-.462.038-1.057.038-1.909V8.8c0-.852 0-1.447-.038-1.91c-.037-.453-.107-.714-.207-.911a2.25 2.25 0 0 0-.983-.984c-.198-.1-.459-.17-.913-.207c-.462-.037-1.057-.038-1.909-.038H7.028c-1.006 0-1.357.007-1.626.081a2.25 2.25 0 0 0-1.57 1.57c-.075.27-.082.621-.082 1.627a.75.75 0 1 1-1.5 0V7.91c0-.84 0-1.415.135-1.906a3.75 3.75 0 0 1 2.618-2.618c.491-.136 1.065-.135 1.906-.135M2.25 12a.75.75 0 0 1 .75-.75A8.75 8.75 0 0 1 11.75 20a.75.75 0 0 1-.75.75l-8 .003a.75.75 0 0 1-.75-.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.91 3.25h9.322c.813 0 1.469 0 2 .043c.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.639c.226.444.32.924.365 1.47c.043.531.043 1.187.043 2v6.464c0 .813 0 1.469-.043 2c-.045.546-.14 1.026-.366 1.47a3.75 3.75 0 0 1-1.639 1.64c-.444.226-.924.32-1.47.365c-.531.043-1.187.043-2 .043h-2.085a.75.75 0 0 1 0-1.5H16.2c.852 0 1.447 0 1.91-.038c.453-.038.714-.107.912-.207a2.25 2.25 0 0 0 .983-.983c.1-.198.17-.459.207-.913c.038-.462.038-1.057.038-1.909V8.8c0-.852 0-1.447-.038-1.91c-.037-.453-.107-.714-.207-.911a2.25 2.25 0 0 0-.983-.984c-.198-.1-.459-.17-.913-.207c-.462-.037-1.057-.038-1.909-.038H7.028c-1.006 0-1.357.007-1.626.081a2.25 2.25 0 0 0-1.57 1.57c-.075.27-.082.621-.082 1.627a.75.75 0 1 1-1.5 0V7.91c0-.84 0-1.415.135-1.906a3.75 3.75 0 0 1 2.618-2.618c.491-.136 1.065-.135 1.906-.135M2.25 12a.75.75 0 0 1 .75-.75A8.75 8.75 0 0 1 11.75 20a.75.75 0 0 1-.75.75l-8 .003a.75.75 0 0 1-.75-.75z"/></svg> </template>
CSS
.icon-cast-solid {
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%22M6.91%203.25h9.322c.813%200%201.469%200%202%20.043c.546.045%201.026.14%201.47.366a3.75%203.75%200%200%201%201.64%201.639c.226.444.32.924.365%201.47c.043.531.043%201.187.043%202v6.464c0%20.813%200%201.469-.043%202c-.045.546-.14%201.026-.366%201.47a3.75%203.75%200%200%201-1.639%201.64c-.444.226-.924.32-1.47.365c-.531.043-1.187.043-2%20.043h-2.085a.75.75%200%200%201%200-1.5H16.2c.852%200%201.447%200%201.91-.038c.453-.038.714-.107.912-.207a2.25%202.25%200%200%200%20.983-.983c.1-.198.17-.459.207-.913c.038-.462.038-1.057.038-1.909V8.8c0-.852%200-1.447-.038-1.91c-.037-.453-.107-.714-.207-.911a2.25%202.25%200%200%200-.983-.984c-.198-.1-.459-.17-.913-.207c-.462-.037-1.057-.038-1.909-.038H7.028c-1.006%200-1.357.007-1.626.081a2.25%202.25%200%200%200-1.57%201.57c-.075.27-.082.621-.082%201.627a.75.75%200%201%201-1.5%200V7.91c0-.84%200-1.415.135-1.906a3.75%203.75%200%200%201%202.618-2.618c.491-.136%201.065-.135%201.906-.135M2.25%2012a.75.75%200%200%201%20.75-.75A8.75%208.75%200%200%201%2011.75%2020a.75.75%200%200%201-.75.75l-8%20.003a.75.75%200%200%201-.75-.75z%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%22M6.91%203.25h9.322c.813%200%201.469%200%202%20.043c.546.045%201.026.14%201.47.366a3.75%203.75%200%200%201%201.64%201.639c.226.444.32.924.365%201.47c.043.531.043%201.187.043%202v6.464c0%20.813%200%201.469-.043%202c-.045.546-.14%201.026-.366%201.47a3.75%203.75%200%200%201-1.639%201.64c-.444.226-.924.32-1.47.365c-.531.043-1.187.043-2%20.043h-2.085a.75.75%200%200%201%200-1.5H16.2c.852%200%201.447%200%201.91-.038c.453-.038.714-.107.912-.207a2.25%202.25%200%200%200%20.983-.983c.1-.198.17-.459.207-.913c.038-.462.038-1.057.038-1.909V8.8c0-.852%200-1.447-.038-1.91c-.037-.453-.107-.714-.207-.911a2.25%202.25%200%200%200-.983-.984c-.198-.1-.459-.17-.913-.207c-.462-.037-1.057-.038-1.909-.038H7.028c-1.006%200-1.357.007-1.626.081a2.25%202.25%200%200%200-1.57%201.57c-.075.27-.082.621-.082%201.627a.75.75%200%201%201-1.5%200V7.91c0-.84%200-1.415.135-1.906a3.75%203.75%200%200%201%202.618-2.618c.491-.136%201.065-.135%201.906-.135M2.25%2012a.75.75%200%200%201%20.75-.75A8.75%208.75%200%200%201%2011.75%2020a.75.75%200%200%201-.75.75l-8%20.003a.75.75%200%200%201-.75-.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/cast-solid.svg?color=%231a73e8&size=48