cast icon
cast-outline from Health Icons by Resolve to Save Lives · Outline · Devices · MIT Free for personal and commercial use.
- Name
- cast-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
- Aliases
- cast2x-outline
1 other variant in Health Icons
The same icon in other sets
castBootstrap IconscastBoxIcons v2cast-fillEva IconscastFeather Iconscast-20-filledFluent UI System Iconscastcss.ggcastHuge IconscastLucidecastMaterial SymbolscastMaterial Symbols LightcastMaterial Design IconscastMyna UI IconscastPixelarticonscast-fillRemix IconcastTabler IconscastTDesign IconscastWeb3 IconscastWeb3 Icons Branded
More devices icons from Health Icons
Use the cast icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M30 7h-2v6.354c-.622.705-1 1.632-1 2.646v10h-9.687l-4.696-3.25a2.948 2.948 0 0 0-3.688 4.581l-.778.13A2.574 2.574 0 0 0 6.953 32a2.572 2.572 0 0 0 .004 4.003A2.53 2.53 0 0 0 6 37.983c0 1.274.948 2.355 2.222 2.505c1.641.193 4.482.512 5.466.512v-.012Q13.843 41 14 41h24a4 4 0 0 0 4-4V16a4 4 0 0 0-1-2.646V7h-2v5h-9zM10.006 37.228c.03.532.164 1.036.382 1.492c-.683-.073-1.362-.151-1.932-.218A.52.52 0 0 1 8 37.983c0-.261.191-.483.45-.522zM10 33.181l-1.52.253a.574.574 0 0 0 0 1.132l1.52.253zm0-2.361l-1.52-.254a.574.574 0 0 1 0-1.132l1.607-.268q-.086.404-.087.834zm3.806-4.815l-2.327-1.611a.948.948 0 0 0-1.178 1.482l1.149 1.042a4 4 0 0 1 2.356-.913m.87 1.995l6.378 11H14a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2zm8.69 11L16.99 28h4.688l6.377 11zM38 39q.27 0 .518-.068L27.586 28h-3.597l6.377 11zm-9-12.414l10.932 10.932Q40 37.27 40 37v-9.55l-.058-.017L29 23.785zm0-6.712l11-3.188v8.658l-11-3.667zm0-2.082l10.549-3.058A2 2 0 0 0 38 14h-7a2 2 0 0 0-2 2z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCastOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M30 7h-2v6.354c-.622.705-1 1.632-1 2.646v10h-9.687l-4.696-3.25a2.948 2.948 0 0 0-3.688 4.581l-.778.13A2.574 2.574 0 0 0 6.953 32a2.572 2.572 0 0 0 .004 4.003A2.53 2.53 0 0 0 6 37.983c0 1.274.948 2.355 2.222 2.505c1.641.193 4.482.512 5.466.512v-.012Q13.843 41 14 41h24a4 4 0 0 0 4-4V16a4 4 0 0 0-1-2.646V7h-2v5h-9zM10.006 37.228c.03.532.164 1.036.382 1.492c-.683-.073-1.362-.151-1.932-.218A.52.52 0 0 1 8 37.983c0-.261.191-.483.45-.522zM10 33.181l-1.52.253a.574.574 0 0 0 0 1.132l1.52.253zm0-2.361l-1.52-.254a.574.574 0 0 1 0-1.132l1.607-.268q-.086.404-.087.834zm3.806-4.815l-2.327-1.611a.948.948 0 0 0-1.178 1.482l1.149 1.042a4 4 0 0 1 2.356-.913m.87 1.995l6.378 11H14a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2zm8.69 11L16.99 28h4.688l6.377 11zM38 39q.27 0 .518-.068L27.586 28h-3.597l6.377 11zm-9-12.414l10.932 10.932Q40 37.27 40 37v-9.55l-.058-.017L29 23.785zm0-6.712l11-3.188v8.658l-11-3.667zm0-2.082l10.549-3.058A2 2 0 0 0 38 14h-7a2 2 0 0 0-2 2z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M30 7h-2v6.354c-.622.705-1 1.632-1 2.646v10h-9.687l-4.696-3.25a2.948 2.948 0 0 0-3.688 4.581l-.778.13A2.574 2.574 0 0 0 6.953 32a2.572 2.572 0 0 0 .004 4.003A2.53 2.53 0 0 0 6 37.983c0 1.274.948 2.355 2.222 2.505c1.641.193 4.482.512 5.466.512v-.012Q13.843 41 14 41h24a4 4 0 0 0 4-4V16a4 4 0 0 0-1-2.646V7h-2v5h-9zM10.006 37.228c.03.532.164 1.036.382 1.492c-.683-.073-1.362-.151-1.932-.218A.52.52 0 0 1 8 37.983c0-.261.191-.483.45-.522zM10 33.181l-1.52.253a.574.574 0 0 0 0 1.132l1.52.253zm0-2.361l-1.52-.254a.574.574 0 0 1 0-1.132l1.607-.268q-.086.404-.087.834zm3.806-4.815l-2.327-1.611a.948.948 0 0 0-1.178 1.482l1.149 1.042a4 4 0 0 1 2.356-.913m.87 1.995l6.378 11H14a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2zm8.69 11L16.99 28h4.688l6.377 11zM38 39q.27 0 .518-.068L27.586 28h-3.597l6.377 11zm-9-12.414l10.932 10.932Q40 37.27 40 37v-9.55l-.058-.017L29 23.785zm0-6.712l11-3.188v8.658l-11-3.667zm0-2.082l10.549-3.058A2 2 0 0 0 38 14h-7a2 2 0 0 0-2 2z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-cast-outline {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M30%207h-2v6.354c-.622.705-1%201.632-1%202.646v10h-9.687l-4.696-3.25a2.948%202.948%200%200%200-3.688%204.581l-.778.13A2.574%202.574%200%200%200%206.953%2032a2.572%202.572%200%200%200%20.004%204.003A2.53%202.53%200%200%200%206%2037.983c0%201.274.948%202.355%202.222%202.505c1.641.193%204.482.512%205.466.512v-.012Q13.843%2041%2014%2041h24a4%204%200%200%200%204-4V16a4%204%200%200%200-1-2.646V7h-2v5h-9zM10.006%2037.228c.03.532.164%201.036.382%201.492c-.683-.073-1.362-.151-1.932-.218A.52.52%200%200%201%208%2037.983c0-.261.191-.483.45-.522zM10%2033.181l-1.52.253a.574.574%200%200%200%200%201.132l1.52.253zm0-2.361l-1.52-.254a.574.574%200%200%201%200-1.132l1.607-.268q-.086.404-.087.834zm3.806-4.815l-2.327-1.611a.948.948%200%200%200-1.178%201.482l1.149%201.042a4%204%200%200%201%202.356-.913m.87%201.995l6.378%2011H14a2%202%200%200%201-2-2v-7a2%202%200%200%201%202-2zm8.69%2011L16.99%2028h4.688l6.377%2011zM38%2039q.27%200%20.518-.068L27.586%2028h-3.597l6.377%2011zm-9-12.414l10.932%2010.932Q40%2037.27%2040%2037v-9.55l-.058-.017L29%2023.785zm0-6.712l11-3.188v8.658l-11-3.667zm0-2.082l10.549-3.058A2%202%200%200%200%2038%2014h-7a2%202%200%200%200-2%202z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M30%207h-2v6.354c-.622.705-1%201.632-1%202.646v10h-9.687l-4.696-3.25a2.948%202.948%200%200%200-3.688%204.581l-.778.13A2.574%202.574%200%200%200%206.953%2032a2.572%202.572%200%200%200%20.004%204.003A2.53%202.53%200%200%200%206%2037.983c0%201.274.948%202.355%202.222%202.505c1.641.193%204.482.512%205.466.512v-.012Q13.843%2041%2014%2041h24a4%204%200%200%200%204-4V16a4%204%200%200%200-1-2.646V7h-2v5h-9zM10.006%2037.228c.03.532.164%201.036.382%201.492c-.683-.073-1.362-.151-1.932-.218A.52.52%200%200%201%208%2037.983c0-.261.191-.483.45-.522zM10%2033.181l-1.52.253a.574.574%200%200%200%200%201.132l1.52.253zm0-2.361l-1.52-.254a.574.574%200%200%201%200-1.132l1.607-.268q-.086.404-.087.834zm3.806-4.815l-2.327-1.611a.948.948%200%200%200-1.178%201.482l1.149%201.042a4%204%200%200%201%202.356-.913m.87%201.995l6.378%2011H14a2%202%200%200%201-2-2v-7a2%202%200%200%201%202-2zm8.69%2011L16.99%2028h4.688l6.377%2011zM38%2039q.27%200%20.518-.068L27.586%2028h-3.597l6.377%2011zm-9-12.414l10.932%2010.932Q40%2037.27%2040%2037v-9.55l-.058-.017L29%2023.785zm0-6.712l11-3.188v8.658l-11-3.667zm0-2.082l10.549-3.058A2%202%200%200%200%2038%2014h-7a2%202%200%200%200-2%202z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/cast-outline.svg?color=%231a73e8&size=48