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

Name
cast-multiple-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M10.75 3A3.75 3.75 0 0 0 7 6.75V12H5.75A3.75 3.75 0 0 0 2 15.75v5.5A3.75 3.75 0 0 0 5.75 25h6a3.75 3.75 0 0 0 3.75-3.75V20h6.75A3.75 3.75 0 0 0 26 16.25v-9.5A3.75 3.75 0 0 0 22.25 3zM14 17.75v3.5a2.25 2.25 0 0 1-2.25 2.25h-6a2.25 2.25 0 0 1-2.25-2.25v-5.5a2.25 2.25 0 0 1 2.25-2.25h3.5a.75.75 0 0 0 0-1.5H8.5V6.75a2.25 2.25 0 0 1 2.25-2.25h11.5a2.25 2.25 0 0 1 2.25 2.25v9.5a2.25 2.25 0 0 1-2.25 2.25H15.5v-.75a.75.75 0 0 0-1.5 0m-1.75-7.751a.75.75 0 0 0 0 1.5a3.75 3.75 0 0 1 3.749 3.749a.75.75 0 0 0 1.5 0a5.25 5.25 0 0 0-5.249-5.25M11.5 7.25a.75.75 0 0 1 .75-.75c4.834 0 8.755 3.912 8.755 8.748a.75.75 0 0 1-1.5 0A7.25 7.25 0 0 0 12.25 8a.75.75 0 0 1-.75-.75M12.75 16a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentCastMultiple28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.75 3A3.75 3.75 0 0 0 7 6.75V12H5.75A3.75 3.75 0 0 0 2 15.75v5.5A3.75 3.75 0 0 0 5.75 25h6a3.75 3.75 0 0 0 3.75-3.75V20h6.75A3.75 3.75 0 0 0 26 16.25v-9.5A3.75 3.75 0 0 0 22.25 3zM14 17.75v3.5a2.25 2.25 0 0 1-2.25 2.25h-6a2.25 2.25 0 0 1-2.25-2.25v-5.5a2.25 2.25 0 0 1 2.25-2.25h3.5a.75.75 0 0 0 0-1.5H8.5V6.75a2.25 2.25 0 0 1 2.25-2.25h11.5a2.25 2.25 0 0 1 2.25 2.25v9.5a2.25 2.25 0 0 1-2.25 2.25H15.5v-.75a.75.75 0 0 0-1.5 0m-1.75-7.751a.75.75 0 0 0 0 1.5a3.75 3.75 0 0 1 3.749 3.749a.75.75 0 0 0 1.5 0a5.25 5.25 0 0 0-5.249-5.25M11.5 7.25a.75.75 0 0 1 .75-.75c4.834 0 8.755 3.912 8.755 8.748a.75.75 0 0 1-1.5 0A7.25 7.25 0 0 0 12.25 8a.75.75 0 0 1-.75-.75M12.75 16a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.75 3A3.75 3.75 0 0 0 7 6.75V12H5.75A3.75 3.75 0 0 0 2 15.75v5.5A3.75 3.75 0 0 0 5.75 25h6a3.75 3.75 0 0 0 3.75-3.75V20h6.75A3.75 3.75 0 0 0 26 16.25v-9.5A3.75 3.75 0 0 0 22.25 3zM14 17.75v3.5a2.25 2.25 0 0 1-2.25 2.25h-6a2.25 2.25 0 0 1-2.25-2.25v-5.5a2.25 2.25 0 0 1 2.25-2.25h3.5a.75.75 0 0 0 0-1.5H8.5V6.75a2.25 2.25 0 0 1 2.25-2.25h11.5a2.25 2.25 0 0 1 2.25 2.25v9.5a2.25 2.25 0 0 1-2.25 2.25H15.5v-.75a.75.75 0 0 0-1.5 0m-1.75-7.751a.75.75 0 0 0 0 1.5a3.75 3.75 0 0 1 3.749 3.749a.75.75 0 0 0 1.5 0a5.25 5.25 0 0 0-5.249-5.25M11.5 7.25a.75.75 0 0 1 .75-.75c4.834 0 8.755 3.912 8.755 8.748a.75.75 0 0 1-1.5 0A7.25 7.25 0 0 0 12.25 8a.75.75 0 0 1-.75-.75M12.75 16a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
</template>

CSS

.icon-cast-multiple-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.75%203A3.75%203.75%200%200%200%207%206.75V12H5.75A3.75%203.75%200%200%200%202%2015.75v5.5A3.75%203.75%200%200%200%205.75%2025h6a3.75%203.75%200%200%200%203.75-3.75V20h6.75A3.75%203.75%200%200%200%2026%2016.25v-9.5A3.75%203.75%200%200%200%2022.25%203zM14%2017.75v3.5a2.25%202.25%200%200%201-2.25%202.25h-6a2.25%202.25%200%200%201-2.25-2.25v-5.5a2.25%202.25%200%200%201%202.25-2.25h3.5a.75.75%200%200%200%200-1.5H8.5V6.75a2.25%202.25%200%200%201%202.25-2.25h11.5a2.25%202.25%200%200%201%202.25%202.25v9.5a2.25%202.25%200%200%201-2.25%202.25H15.5v-.75a.75.75%200%200%200-1.5%200m-1.75-7.751a.75.75%200%200%200%200%201.5a3.75%203.75%200%200%201%203.749%203.749a.75.75%200%200%200%201.5%200a5.25%205.25%200%200%200-5.249-5.25M11.5%207.25a.75.75%200%200%201%20.75-.75c4.834%200%208.755%203.912%208.755%208.748a.75.75%200%200%201-1.5%200A7.25%207.25%200%200%200%2012.25%208a.75.75%200%200%201-.75-.75M12.75%2016a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.75%203A3.75%203.75%200%200%200%207%206.75V12H5.75A3.75%203.75%200%200%200%202%2015.75v5.5A3.75%203.75%200%200%200%205.75%2025h6a3.75%203.75%200%200%200%203.75-3.75V20h6.75A3.75%203.75%200%200%200%2026%2016.25v-9.5A3.75%203.75%200%200%200%2022.25%203zM14%2017.75v3.5a2.25%202.25%200%200%201-2.25%202.25h-6a2.25%202.25%200%200%201-2.25-2.25v-5.5a2.25%202.25%200%200%201%202.25-2.25h3.5a.75.75%200%200%200%200-1.5H8.5V6.75a2.25%202.25%200%200%201%202.25-2.25h11.5a2.25%202.25%200%200%201%202.25%202.25v9.5a2.25%202.25%200%200%201-2.25%202.25H15.5v-.75a.75.75%200%200%200-1.5%200m-1.75-7.751a.75.75%200%200%200%200%201.5a3.75%203.75%200%200%201%203.749%203.749a.75.75%200%200%200%201.5%200a5.25%205.25%200%200%200-5.249-5.25M11.5%207.25a.75.75%200%200%201%20.75-.75c4.834%200%208.755%203.912%208.755%208.748a.75.75%200%200%201-1.5%200A7.25%207.25%200%200%200%2012.25%208a.75.75%200%200%201-.75-.75M12.75%2016a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.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-28-regular.svg?color=%231a73e8&size=48