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

Name
cast-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the cast icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2 6.75A2.25 2.25 0 0 1 4.25 4.5h19.5A2.25 2.25 0 0 1 26 6.75v14.5a2.25 2.25 0 0 1-2.25 2.25H4.25A2.25 2.25 0 0 1 2 21.25zm3.5 4.5c0 .414.336.75.75.75a7.25 7.25 0 0 1 7.255 7.248a.75.75 0 0 0 1.5 0c0-4.837-3.92-8.748-8.755-8.748a.75.75 0 0 0-.75.75m.75 2.749a.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.25m.5 6a1.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 FluentCast28Filled(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="M2 6.75A2.25 2.25 0 0 1 4.25 4.5h19.5A2.25 2.25 0 0 1 26 6.75v14.5a2.25 2.25 0 0 1-2.25 2.25H4.25A2.25 2.25 0 0 1 2 21.25zm3.5 4.5c0 .414.336.75.75.75a7.25 7.25 0 0 1 7.255 7.248a.75.75 0 0 0 1.5 0c0-4.837-3.92-8.748-8.755-8.748a.75.75 0 0 0-.75.75m.75 2.749a.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.25m.5 6a1.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="M2 6.75A2.25 2.25 0 0 1 4.25 4.5h19.5A2.25 2.25 0 0 1 26 6.75v14.5a2.25 2.25 0 0 1-2.25 2.25H4.25A2.25 2.25 0 0 1 2 21.25zm3.5 4.5c0 .414.336.75.75.75a7.25 7.25 0 0 1 7.255 7.248a.75.75 0 0 0 1.5 0c0-4.837-3.92-8.748-8.755-8.748a.75.75 0 0 0-.75.75m.75 2.749a.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.25m.5 6a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
</template>

CSS

.icon-cast-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%22M2%206.75A2.25%202.25%200%200%201%204.25%204.5h19.5A2.25%202.25%200%200%201%2026%206.75v14.5a2.25%202.25%200%200%201-2.25%202.25H4.25A2.25%202.25%200%200%201%202%2021.25zm3.5%204.5c0%20.414.336.75.75.75a7.25%207.25%200%200%201%207.255%207.248a.75.75%200%200%200%201.5%200c0-4.837-3.92-8.748-8.755-8.748a.75.75%200%200%200-.75.75m.75%202.749a.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.25m.5%206a1.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%22M2%206.75A2.25%202.25%200%200%201%204.25%204.5h19.5A2.25%202.25%200%200%201%2026%206.75v14.5a2.25%202.25%200%200%201-2.25%202.25H4.25A2.25%202.25%200%200%201%202%2021.25zm3.5%204.5c0%20.414.336.75.75.75a7.25%207.25%200%200%201%207.255%207.248a.75.75%200%200%200%201.5%200c0-4.837-3.92-8.748-8.755-8.748a.75.75%200%200%200-.75.75m.75%202.749a.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.25m.5%206a1.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-28-filled.svg?color=%231a73e8&size=48