cast multiple icon
cast-multiple-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- cast-multiple-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Use the cast multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.25 3A3.25 3.25 0 0 0 5 6.25V8.5h2.25a.75.75 0 0 1 0 1.5H5v.01a3.25 3.25 0 0 0-3 3.24v4.5A3.25 3.25 0 0 0 5.25 21h5a3.25 3.25 0 0 0 3.24-3h.01v-1.75a.75.75 0 0 1 1.5 0V18h3.75A3.25 3.25 0 0 0 22 14.75v-8.5A3.25 3.25 0 0 0 18.75 3zm2.252 11a.998.998 0 1 1 0-1.996a.998.998 0 0 1 0 1.996m-.252-4.993a4.247 4.247 0 0 1 4.247 4.247a.75.75 0 0 1-1.5 0a2.747 2.747 0 0 0-2.747-2.747a.75.75 0 0 1 0-1.5m0-3.007a7.254 7.254 0 0 1 7.254 7.254a.75.75 0 0 1-1.5 0A5.754 5.754 0 0 0 10.25 7.5a.75.75 0 0 1 0-1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentCastMultiple24Filled(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="M8.25 3A3.25 3.25 0 0 0 5 6.25V8.5h2.25a.75.75 0 0 1 0 1.5H5v.01a3.25 3.25 0 0 0-3 3.24v4.5A3.25 3.25 0 0 0 5.25 21h5a3.25 3.25 0 0 0 3.24-3h.01v-1.75a.75.75 0 0 1 1.5 0V18h3.75A3.25 3.25 0 0 0 22 14.75v-8.5A3.25 3.25 0 0 0 18.75 3zm2.252 11a.998.998 0 1 1 0-1.996a.998.998 0 0 1 0 1.996m-.252-4.993a4.247 4.247 0 0 1 4.247 4.247a.75.75 0 0 1-1.5 0a2.747 2.747 0 0 0-2.747-2.747a.75.75 0 0 1 0-1.5m0-3.007a7.254 7.254 0 0 1 7.254 7.254a.75.75 0 0 1-1.5 0A5.754 5.754 0 0 0 10.25 7.5a.75.75 0 0 1 0-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.25 3A3.25 3.25 0 0 0 5 6.25V8.5h2.25a.75.75 0 0 1 0 1.5H5v.01a3.25 3.25 0 0 0-3 3.24v4.5A3.25 3.25 0 0 0 5.25 21h5a3.25 3.25 0 0 0 3.24-3h.01v-1.75a.75.75 0 0 1 1.5 0V18h3.75A3.25 3.25 0 0 0 22 14.75v-8.5A3.25 3.25 0 0 0 18.75 3zm2.252 11a.998.998 0 1 1 0-1.996a.998.998 0 0 1 0 1.996m-.252-4.993a4.247 4.247 0 0 1 4.247 4.247a.75.75 0 0 1-1.5 0a2.747 2.747 0 0 0-2.747-2.747a.75.75 0 0 1 0-1.5m0-3.007a7.254 7.254 0 0 1 7.254 7.254a.75.75 0 0 1-1.5 0A5.754 5.754 0 0 0 10.25 7.5a.75.75 0 0 1 0-1.5"/></svg> </template>
CSS
.icon-cast-multiple-24-filled {
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%22M8.25%203A3.25%203.25%200%200%200%205%206.25V8.5h2.25a.75.75%200%200%201%200%201.5H5v.01a3.25%203.25%200%200%200-3%203.24v4.5A3.25%203.25%200%200%200%205.25%2021h5a3.25%203.25%200%200%200%203.24-3h.01v-1.75a.75.75%200%200%201%201.5%200V18h3.75A3.25%203.25%200%200%200%2022%2014.75v-8.5A3.25%203.25%200%200%200%2018.75%203zm2.252%2011a.998.998%200%201%201%200-1.996a.998.998%200%200%201%200%201.996m-.252-4.993a4.247%204.247%200%200%201%204.247%204.247a.75.75%200%200%201-1.5%200a2.747%202.747%200%200%200-2.747-2.747a.75.75%200%200%201%200-1.5m0-3.007a7.254%207.254%200%200%201%207.254%207.254a.75.75%200%200%201-1.5%200A5.754%205.754%200%200%200%2010.25%207.5a.75.75%200%200%201%200-1.5%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%22M8.25%203A3.25%203.25%200%200%200%205%206.25V8.5h2.25a.75.75%200%200%201%200%201.5H5v.01a3.25%203.25%200%200%200-3%203.24v4.5A3.25%203.25%200%200%200%205.25%2021h5a3.25%203.25%200%200%200%203.24-3h.01v-1.75a.75.75%200%200%201%201.5%200V18h3.75A3.25%203.25%200%200%200%2022%2014.75v-8.5A3.25%203.25%200%200%200%2018.75%203zm2.252%2011a.998.998%200%201%201%200-1.996a.998.998%200%200%201%200%201.996m-.252-4.993a4.247%204.247%200%200%201%204.247%204.247a.75.75%200%200%201-1.5%200a2.747%202.747%200%200%200-2.747-2.747a.75.75%200%200%201%200-1.5m0-3.007a7.254%207.254%200%200%201%207.254%207.254a.75.75%200%200%201-1.5%200A5.754%205.754%200%200%200%2010.25%207.5a.75.75%200%200%201%200-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cast-multiple-24-filled.svg?color=%231a73e8&size=48