music-cast from Material Symbols Light by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
music-cast
Set
Material Symbols Light
Style
Regular
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
music-cast-outline, music-cast-outline-sharp, music-cast-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the music cast icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.089 18.123q-.877-.877-.877-2.123t.88-2.123t2.12-.877q.575 0 1.091.205t.909.614V4.692h4.884V7h-3.884v9q0 1.238-.877 2.119T14.212 19t-2.123-.877M2.903 16q0-2.34.892-4.393q.893-2.053 2.431-3.591t3.597-2.432t4.388-.892v1q-2.108 0-3.99.812T6.934 8.72t-2.218 3.273T3.904 16zm4.154 0q0-1.477.57-2.784t1.542-2.28t2.27-1.531t2.772-.559v1q-2.558 0-4.356 1.795T8.058 16z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMusicCast(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="M12.089 18.123q-.877-.877-.877-2.123t.88-2.123t2.12-.877q.575 0 1.091.205t.909.614V4.692h4.884V7h-3.884v9q0 1.238-.877 2.119T14.212 19t-2.123-.877M2.903 16q0-2.34.892-4.393q.893-2.053 2.431-3.591t3.597-2.432t4.388-.892v1q-2.108 0-3.99.812T6.934 8.72t-2.218 3.273T3.904 16zm4.154 0q0-1.477.57-2.784t1.542-2.28t2.27-1.531t2.772-.559v1q-2.558 0-4.356 1.795T8.058 16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.089 18.123q-.877-.877-.877-2.123t.88-2.123t2.12-.877q.575 0 1.091.205t.909.614V4.692h4.884V7h-3.884v9q0 1.238-.877 2.119T14.212 19t-2.123-.877M2.903 16q0-2.34.892-4.393q.893-2.053 2.431-3.591t3.597-2.432t4.388-.892v1q-2.108 0-3.99.812T6.934 8.72t-2.218 3.273T3.904 16zm4.154 0q0-1.477.57-2.784t1.542-2.28t2.27-1.531t2.772-.559v1q-2.558 0-4.356 1.795T8.058 16z"/></svg>
</template>

CSS

.icon-music-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.089%2018.123q-.877-.877-.877-2.123t.88-2.123t2.12-.877q.575%200%201.091.205t.909.614V4.692h4.884V7h-3.884v9q0%201.238-.877%202.119T14.212%2019t-2.123-.877M2.903%2016q0-2.34.892-4.393q.893-2.053%202.431-3.591t3.597-2.432t4.388-.892v1q-2.108%200-3.99.812T6.934%208.72t-2.218%203.273T3.904%2016zm4.154%200q0-1.477.57-2.784t1.542-2.28t2.27-1.531t2.772-.559v1q-2.558%200-4.356%201.795T8.058%2016z%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%22M12.089%2018.123q-.877-.877-.877-2.123t.88-2.123t2.12-.877q.575%200%201.091.205t.909.614V4.692h4.884V7h-3.884v9q0%201.238-.877%202.119T14.212%2019t-2.123-.877M2.903%2016q0-2.34.892-4.393q.893-2.053%202.431-3.591t3.597-2.432t4.388-.892v1q-2.108%200-3.99.812T6.934%208.72t-2.218%203.273T3.904%2016zm4.154%200q0-1.477.57-2.784t1.542-2.28t2.27-1.531t2.772-.559v1q-2.558%200-4.356%201.795T8.058%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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