cast-multiple-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
cast-multiple-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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.25v3.76a3.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-3h5.26A3.25 3.25 0 0 0 22 14.75v-8.5A3.25 3.25 0 0 0 18.75 3zm-3 8.5h2a.75.75 0 0 0 0-1.5H6.5V6.25c0-.966.784-1.75 1.75-1.75h10.5c.966 0 1.75.784 1.75 1.75v8.5a1.75 1.75 0 0 1-1.75 1.75H13.5v-.75a.75.75 0 0 0-1.5 0v2a1.75 1.75 0 0 1-1.75 1.75h-5a1.75 1.75 0 0 1-1.75-1.75v-4.5c0-.966.784-1.75 1.75-1.75m5.252 2.5a.998.998 0 1 0 0-1.996a.998.998 0 0 0 0 1.996m-.252-4.993a.75.75 0 0 0 0 1.5a2.747 2.747 0 0 1 2.747 2.747a.75.75 0 0 0 1.5 0a4.247 4.247 0 0 0-4.247-4.247m0-3.007a.75.75 0 0 0 0 1.5a5.754 5.754 0 0 1 5.754 5.754a.75.75 0 0 0 1.5 0A7.254 7.254 0 0 0 10.25 6"/></svg>

React

import type { SVGProps } from "react";

export function FluentCastMultiple24Regular(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.25v3.76a3.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-3h5.26A3.25 3.25 0 0 0 22 14.75v-8.5A3.25 3.25 0 0 0 18.75 3zm-3 8.5h2a.75.75 0 0 0 0-1.5H6.5V6.25c0-.966.784-1.75 1.75-1.75h10.5c.966 0 1.75.784 1.75 1.75v8.5a1.75 1.75 0 0 1-1.75 1.75H13.5v-.75a.75.75 0 0 0-1.5 0v2a1.75 1.75 0 0 1-1.75 1.75h-5a1.75 1.75 0 0 1-1.75-1.75v-4.5c0-.966.784-1.75 1.75-1.75m5.252 2.5a.998.998 0 1 0 0-1.996a.998.998 0 0 0 0 1.996m-.252-4.993a.75.75 0 0 0 0 1.5a2.747 2.747 0 0 1 2.747 2.747a.75.75 0 0 0 1.5 0a4.247 4.247 0 0 0-4.247-4.247m0-3.007a.75.75 0 0 0 0 1.5a5.754 5.754 0 0 1 5.754 5.754a.75.75 0 0 0 1.5 0A7.254 7.254 0 0 0 10.25 6"/></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.25v3.76a3.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-3h5.26A3.25 3.25 0 0 0 22 14.75v-8.5A3.25 3.25 0 0 0 18.75 3zm-3 8.5h2a.75.75 0 0 0 0-1.5H6.5V6.25c0-.966.784-1.75 1.75-1.75h10.5c.966 0 1.75.784 1.75 1.75v8.5a1.75 1.75 0 0 1-1.75 1.75H13.5v-.75a.75.75 0 0 0-1.5 0v2a1.75 1.75 0 0 1-1.75 1.75h-5a1.75 1.75 0 0 1-1.75-1.75v-4.5c0-.966.784-1.75 1.75-1.75m5.252 2.5a.998.998 0 1 0 0-1.996a.998.998 0 0 0 0 1.996m-.252-4.993a.75.75 0 0 0 0 1.5a2.747 2.747 0 0 1 2.747 2.747a.75.75 0 0 0 1.5 0a4.247 4.247 0 0 0-4.247-4.247m0-3.007a.75.75 0 0 0 0 1.5a5.754 5.754 0 0 1 5.754 5.754a.75.75 0 0 0 1.5 0A7.254 7.254 0 0 0 10.25 6"/></svg>
</template>

CSS

.icon-cast-multiple-24-regular {
  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.25v3.76a3.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-3h5.26A3.25%203.25%200%200%200%2022%2014.75v-8.5A3.25%203.25%200%200%200%2018.75%203zm-3%208.5h2a.75.75%200%200%200%200-1.5H6.5V6.25c0-.966.784-1.75%201.75-1.75h10.5c.966%200%201.75.784%201.75%201.75v8.5a1.75%201.75%200%200%201-1.75%201.75H13.5v-.75a.75.75%200%200%200-1.5%200v2a1.75%201.75%200%200%201-1.75%201.75h-5a1.75%201.75%200%200%201-1.75-1.75v-4.5c0-.966.784-1.75%201.75-1.75m5.252%202.5a.998.998%200%201%200%200-1.996a.998.998%200%200%200%200%201.996m-.252-4.993a.75.75%200%200%200%200%201.5a2.747%202.747%200%200%201%202.747%202.747a.75.75%200%200%200%201.5%200a4.247%204.247%200%200%200-4.247-4.247m0-3.007a.75.75%200%200%200%200%201.5a5.754%205.754%200%200%201%205.754%205.754a.75.75%200%200%200%201.5%200A7.254%207.254%200%200%200%2010.25%206%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.25v3.76a3.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-3h5.26A3.25%203.25%200%200%200%2022%2014.75v-8.5A3.25%203.25%200%200%200%2018.75%203zm-3%208.5h2a.75.75%200%200%200%200-1.5H6.5V6.25c0-.966.784-1.75%201.75-1.75h10.5c.966%200%201.75.784%201.75%201.75v8.5a1.75%201.75%200%200%201-1.75%201.75H13.5v-.75a.75.75%200%200%200-1.5%200v2a1.75%201.75%200%200%201-1.75%201.75h-5a1.75%201.75%200%200%201-1.75-1.75v-4.5c0-.966.784-1.75%201.75-1.75m5.252%202.5a.998.998%200%201%200%200-1.996a.998.998%200%200%200%200%201.996m-.252-4.993a.75.75%200%200%200%200%201.5a2.747%202.747%200%200%201%202.747%202.747a.75.75%200%200%200%201.5%200a4.247%204.247%200%200%200-4.247-4.247m0-3.007a.75.75%200%200%200%200%201.5a5.754%205.754%200%200%201%205.754%205.754a.75.75%200%200%200%201.5%200A7.254%207.254%200%200%200%2010.25%206%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-regular.svg?color=%231a73e8&size=48