cast multiple icon
cast-multiple-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- cast-multiple-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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="M7 6.75A3.75 3.75 0 0 1 10.75 3h11.5A3.75 3.75 0 0 1 26 6.75v9.5A3.75 3.75 0 0 1 22.25 20H17v-1.75a.75.75 0 0 0-1.5 0v3A3.75 3.75 0 0 1 11.75 25h-6A3.75 3.75 0 0 1 2 21.25v-5.5A3.75 3.75 0 0 1 5.75 12h3.5a.75.75 0 0 0 0-1.5H7zm4.5 3.999c0 .414.336.75.75.75a3.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.25a.75.75 0 0 0-.75.75m.75-4.249a.75.75 0 0 0 0 1.5a7.25 7.25 0 0 1 7.255 7.248a.75.75 0 0 0 1.5 0c0-4.836-3.92-8.748-8.755-8.748M14 14.75a1.25 1.25 0 1 0-2.5-.001a1.25 1.25 0 0 0 2.5 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentCastMultiple28Filled(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="M7 6.75A3.75 3.75 0 0 1 10.75 3h11.5A3.75 3.75 0 0 1 26 6.75v9.5A3.75 3.75 0 0 1 22.25 20H17v-1.75a.75.75 0 0 0-1.5 0v3A3.75 3.75 0 0 1 11.75 25h-6A3.75 3.75 0 0 1 2 21.25v-5.5A3.75 3.75 0 0 1 5.75 12h3.5a.75.75 0 0 0 0-1.5H7zm4.5 3.999c0 .414.336.75.75.75a3.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.25a.75.75 0 0 0-.75.75m.75-4.249a.75.75 0 0 0 0 1.5a7.25 7.25 0 0 1 7.255 7.248a.75.75 0 0 0 1.5 0c0-4.836-3.92-8.748-8.755-8.748M14 14.75a1.25 1.25 0 1 0-2.5-.001a1.25 1.25 0 0 0 2.5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7 6.75A3.75 3.75 0 0 1 10.75 3h11.5A3.75 3.75 0 0 1 26 6.75v9.5A3.75 3.75 0 0 1 22.25 20H17v-1.75a.75.75 0 0 0-1.5 0v3A3.75 3.75 0 0 1 11.75 25h-6A3.75 3.75 0 0 1 2 21.25v-5.5A3.75 3.75 0 0 1 5.75 12h3.5a.75.75 0 0 0 0-1.5H7zm4.5 3.999c0 .414.336.75.75.75a3.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.25a.75.75 0 0 0-.75.75m.75-4.249a.75.75 0 0 0 0 1.5a7.25 7.25 0 0 1 7.255 7.248a.75.75 0 0 0 1.5 0c0-4.836-3.92-8.748-8.755-8.748M14 14.75a1.25 1.25 0 1 0-2.5-.001a1.25 1.25 0 0 0 2.5 0"/></svg> </template>
CSS
.icon-cast-multiple-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%206.75A3.75%203.75%200%200%201%2010.75%203h11.5A3.75%203.75%200%200%201%2026%206.75v9.5A3.75%203.75%200%200%201%2022.25%2020H17v-1.75a.75.75%200%200%200-1.5%200v3A3.75%203.75%200%200%201%2011.75%2025h-6A3.75%203.75%200%200%201%202%2021.25v-5.5A3.75%203.75%200%200%201%205.75%2012h3.5a.75.75%200%200%200%200-1.5H7zm4.5%203.999c0%20.414.336.75.75.75a3.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.25a.75.75%200%200%200-.75.75m.75-4.249a.75.75%200%200%200%200%201.5a7.25%207.25%200%200%201%207.255%207.248a.75.75%200%200%200%201.5%200c0-4.836-3.92-8.748-8.755-8.748M14%2014.75a1.25%201.25%200%201%200-2.5-.001a1.25%201.25%200%200%200%202.5%200%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%22M7%206.75A3.75%203.75%200%200%201%2010.75%203h11.5A3.75%203.75%200%200%201%2026%206.75v9.5A3.75%203.75%200%200%201%2022.25%2020H17v-1.75a.75.75%200%200%200-1.5%200v3A3.75%203.75%200%200%201%2011.75%2025h-6A3.75%203.75%200%200%201%202%2021.25v-5.5A3.75%203.75%200%200%201%205.75%2012h3.5a.75.75%200%200%200%200-1.5H7zm4.5%203.999c0%20.414.336.75.75.75a3.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.25a.75.75%200%200%200-.75.75m.75-4.249a.75.75%200%200%200%200%201.5a7.25%207.25%200%200%201%207.255%207.248a.75.75%200%200%200%201.5%200c0-4.836-3.92-8.748-8.755-8.748M14%2014.75a1.25%201.25%200%201%200-2.5-.001a1.25%201.25%200%200%200%202.5%200%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-filled.svg?color=%231a73e8&size=48