media cast icon

media-cast from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.

Name
media-cast
Set
Carbon
Style
Outline
Category
Tools
Viewbox
32×32
License
Apache 2.0

More tools icons from Carbon

Use the media cast icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 26h3a3 3 0 0 0-3-3Zm7 0H7a5.006 5.006 0 0 0-5-5v-2a7.01 7.01 0 0 1 7 7"/><path fill="currentColor" d="M13 26h-2a9.01 9.01 0 0 0-9-9v-2a11.013 11.013 0 0 1 11 11"/><path fill="currentColor" d="M28 26H15v-2h13V8H4v5H2V8a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonMediaCast(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 26h3a3 3 0 0 0-3-3Zm7 0H7a5.006 5.006 0 0 0-5-5v-2a7.01 7.01 0 0 1 7 7"/><path fill="currentColor" d="M13 26h-2a9.01 9.01 0 0 0-9-9v-2a11.013 11.013 0 0 1 11 11"/><path fill="currentColor" d="M28 26H15v-2h13V8H4v5H2V8a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 26h3a3 3 0 0 0-3-3Zm7 0H7a5.006 5.006 0 0 0-5-5v-2a7.01 7.01 0 0 1 7 7"/><path fill="currentColor" d="M13 26h-2a9.01 9.01 0 0 0-9-9v-2a11.013 11.013 0 0 1 11 11"/><path fill="currentColor" d="M28 26H15v-2h13V8H4v5H2V8a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2"/></svg>
</template>

CSS

.icon-media-cast {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2026h3a3%203%200%200%200-3-3Zm7%200H7a5.006%205.006%200%200%200-5-5v-2a7.01%207.01%200%200%201%207%207%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2026h-2a9.01%209.01%200%200%200-9-9v-2a11.013%2011.013%200%200%201%2011%2011%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2026H15v-2h13V8H4v5H2V8a2%202%200%200%201%202-2h24a2%202%200%200%201%202%202v16a2%202%200%200%201-2%202%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2026h3a3%203%200%200%200-3-3Zm7%200H7a5.006%205.006%200%200%200-5-5v-2a7.01%207.01%200%200%201%207%207%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2026h-2a9.01%209.01%200%200%200-9-9v-2a11.013%2011.013%200%200%201%2011%2011%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2026H15v-2h13V8H4v5H2V8a2%202%200%200%201%202-2h24a2%202%200%200%201%202%202v16a2%202%200%200%201-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/media-cast.svg?color=%231a73e8&size=48