cast audio variant icon

cast-audio-variant from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
cast-audio-variant
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
apple-airplay

Related icons in Material Design Icons

Use the cast audio variant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 12a2.5 2.5 0 0 0-5 0c0 1 .59 1.84 1.43 2.25l-1.11 1.1A3.999 3.999 0 0 1 12 8a3.999 3.999 0 0 1 2.18 7.35l-1.1-1.1c.84-.41 1.42-1.25 1.42-2.25M12 2C6.5 2 2 6.5 2 12c0 3.06 1.38 5.8 3.54 7.63l1.07-1.06C4.71 17 3.5 14.64 3.5 12c0-4.69 3.81-8.5 8.5-8.5s8.5 3.81 8.5 8.5c0 2.64-1.21 5-3.11 6.57l1.07 1.06C20.62 17.79 22 15.06 22 12c0-5.5-4.5-10-10-10m7 10c0-3.87-3.13-7-7-7a6.995 6.995 0 0 0-4.32 12.5l1.07-1.07C7.39 15.42 6.5 13.82 6.5 12c0-3.03 2.47-5.5 5.5-5.5s5.5 2.47 5.5 5.5c0 1.82-.89 3.42-2.25 4.43l1.08 1.07A7 7 0 0 0 19 12M6 22h12l-6-6z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCastAudioVariant(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="M14.5 12a2.5 2.5 0 0 0-5 0c0 1 .59 1.84 1.43 2.25l-1.11 1.1A3.999 3.999 0 0 1 12 8a3.999 3.999 0 0 1 2.18 7.35l-1.1-1.1c.84-.41 1.42-1.25 1.42-2.25M12 2C6.5 2 2 6.5 2 12c0 3.06 1.38 5.8 3.54 7.63l1.07-1.06C4.71 17 3.5 14.64 3.5 12c0-4.69 3.81-8.5 8.5-8.5s8.5 3.81 8.5 8.5c0 2.64-1.21 5-3.11 6.57l1.07 1.06C20.62 17.79 22 15.06 22 12c0-5.5-4.5-10-10-10m7 10c0-3.87-3.13-7-7-7a6.995 6.995 0 0 0-4.32 12.5l1.07-1.07C7.39 15.42 6.5 13.82 6.5 12c0-3.03 2.47-5.5 5.5-5.5s5.5 2.47 5.5 5.5c0 1.82-.89 3.42-2.25 4.43l1.08 1.07A7 7 0 0 0 19 12M6 22h12l-6-6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 12a2.5 2.5 0 0 0-5 0c0 1 .59 1.84 1.43 2.25l-1.11 1.1A3.999 3.999 0 0 1 12 8a3.999 3.999 0 0 1 2.18 7.35l-1.1-1.1c.84-.41 1.42-1.25 1.42-2.25M12 2C6.5 2 2 6.5 2 12c0 3.06 1.38 5.8 3.54 7.63l1.07-1.06C4.71 17 3.5 14.64 3.5 12c0-4.69 3.81-8.5 8.5-8.5s8.5 3.81 8.5 8.5c0 2.64-1.21 5-3.11 6.57l1.07 1.06C20.62 17.79 22 15.06 22 12c0-5.5-4.5-10-10-10m7 10c0-3.87-3.13-7-7-7a6.995 6.995 0 0 0-4.32 12.5l1.07-1.07C7.39 15.42 6.5 13.82 6.5 12c0-3.03 2.47-5.5 5.5-5.5s5.5 2.47 5.5 5.5c0 1.82-.89 3.42-2.25 4.43l1.08 1.07A7 7 0 0 0 19 12M6 22h12l-6-6z"/></svg>
</template>

CSS

.icon-cast-audio-variant {
  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%22M14.5%2012a2.5%202.5%200%200%200-5%200c0%201%20.59%201.84%201.43%202.25l-1.11%201.1A3.999%203.999%200%200%201%2012%208a3.999%203.999%200%200%201%202.18%207.35l-1.1-1.1c.84-.41%201.42-1.25%201.42-2.25M12%202C6.5%202%202%206.5%202%2012c0%203.06%201.38%205.8%203.54%207.63l1.07-1.06C4.71%2017%203.5%2014.64%203.5%2012c0-4.69%203.81-8.5%208.5-8.5s8.5%203.81%208.5%208.5c0%202.64-1.21%205-3.11%206.57l1.07%201.06C20.62%2017.79%2022%2015.06%2022%2012c0-5.5-4.5-10-10-10m7%2010c0-3.87-3.13-7-7-7a6.995%206.995%200%200%200-4.32%2012.5l1.07-1.07C7.39%2015.42%206.5%2013.82%206.5%2012c0-3.03%202.47-5.5%205.5-5.5s5.5%202.47%205.5%205.5c0%201.82-.89%203.42-2.25%204.43l1.08%201.07A7%207%200%200%200%2019%2012M6%2022h12l-6-6z%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%22M14.5%2012a2.5%202.5%200%200%200-5%200c0%201%20.59%201.84%201.43%202.25l-1.11%201.1A3.999%203.999%200%200%201%2012%208a3.999%203.999%200%200%201%202.18%207.35l-1.1-1.1c.84-.41%201.42-1.25%201.42-2.25M12%202C6.5%202%202%206.5%202%2012c0%203.06%201.38%205.8%203.54%207.63l1.07-1.06C4.71%2017%203.5%2014.64%203.5%2012c0-4.69%203.81-8.5%208.5-8.5s8.5%203.81%208.5%208.5c0%202.64-1.21%205-3.11%206.57l1.07%201.06C20.62%2017.79%2022%2015.06%2022%2012c0-5.5-4.5-10-10-10m7%2010c0-3.87-3.13-7-7-7a6.995%206.995%200%200%200-4.32%2012.5l1.07-1.07C7.39%2015.42%206.5%2013.82%206.5%2012c0-3.03%202.47-5.5%205.5-5.5s5.5%202.47%205.5%205.5c0%201.82-.89%203.42-2.25%204.43l1.08%201.07A7%207%200%200%200%2019%2012M6%2022h12l-6-6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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