cast icon
cast from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- cast
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
castBoxIcons v2cast-fillEva IconscastFeather Iconscast-20-filledFluent UI System Iconscastcss.ggcastHealth IconscastHuge IconscastLucidecastMaterial SymbolscastMaterial Symbols LightcastMaterial Design IconscastMyna UI 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 16 16"><g fill="currentColor"><path d="m7.646 9.354l-3.792 3.792a.5.5 0 0 0 .353.854h7.586a.5.5 0 0 0 .354-.854L8.354 9.354a.5.5 0 0 0-.708 0"/><path d="M11.414 11H14.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h3.086l-1 1H1.5A1.5 1.5 0 0 1 0 10.5v-7A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v7a1.5 1.5 0 0 1-1.5 1.5h-2.086z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiCast(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="m7.646 9.354l-3.792 3.792a.5.5 0 0 0 .353.854h7.586a.5.5 0 0 0 .354-.854L8.354 9.354a.5.5 0 0 0-.708 0"/><path d="M11.414 11H14.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h3.086l-1 1H1.5A1.5 1.5 0 0 1 0 10.5v-7A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v7a1.5 1.5 0 0 1-1.5 1.5h-2.086z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="m7.646 9.354l-3.792 3.792a.5.5 0 0 0 .353.854h7.586a.5.5 0 0 0 .354-.854L8.354 9.354a.5.5 0 0 0-.708 0"/><path d="M11.414 11H14.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h3.086l-1 1H1.5A1.5 1.5 0 0 1 0 10.5v-7A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v7a1.5 1.5 0 0 1-1.5 1.5h-2.086z"/></g></svg> </template>
CSS
.icon-cast {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m7.646%209.354l-3.792%203.792a.5.5%200%200%200%20.353.854h7.586a.5.5%200%200%200%20.354-.854L8.354%209.354a.5.5%200%200%200-.708%200%22%2F%3E%3Cpath%20d%3D%22M11.414%2011H14.5a.5.5%200%200%200%20.5-.5v-7a.5.5%200%200%200-.5-.5h-13a.5.5%200%200%200-.5.5v7a.5.5%200%200%200%20.5.5h3.086l-1%201H1.5A1.5%201.5%200%200%201%200%2010.5v-7A1.5%201.5%200%200%201%201.5%202h13A1.5%201.5%200%200%201%2016%203.5v7a1.5%201.5%200%200%201-1.5%201.5h-2.086z%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m7.646%209.354l-3.792%203.792a.5.5%200%200%200%20.353.854h7.586a.5.5%200%200%200%20.354-.854L8.354%209.354a.5.5%200%200%200-.708%200%22%2F%3E%3Cpath%20d%3D%22M11.414%2011H14.5a.5.5%200%200%200%20.5-.5v-7a.5.5%200%200%200-.5-.5h-13a.5.5%200%200%200-.5.5v7a.5.5%200%200%200%20.5.5h3.086l-1%201H1.5A1.5%201.5%200%200%201%200%2010.5v-7A1.5%201.5%200%200%201%201.5%202h13A1.5%201.5%200%200%201%2016%203.5v7a1.5%201.5%200%200%201-1.5%201.5h-2.086z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/cast.svg?color=%231a73e8&size=48