play-disabled-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
play-disabled-rounded
Set
Material Symbols Light
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the play disabled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.258 13.177L9.292 7.212q.193-.162.45-.19q.258-.028.5.134l5.837 4.148q.379.242.366.687q-.012.444-.391.686zm2.061 6.3l-4.627-4.639l-2.45 1.572q-.403.267-.823.027T9 15.714v-4.567L4.485 6.631q-.14-.14-.15-.344t.15-.364t.353-.16t.354.16l12.84 12.84q.147.147.157.347q.009.202-.156.367q-.166.16-.357.163q-.191.002-.357-.163"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPlayDisabledRounded(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="M15.258 13.177L9.292 7.212q.193-.162.45-.19q.258-.028.5.134l5.837 4.148q.379.242.366.687q-.012.444-.391.686zm2.061 6.3l-4.627-4.639l-2.45 1.572q-.403.267-.823.027T9 15.714v-4.567L4.485 6.631q-.14-.14-.15-.344t.15-.364t.353-.16t.354.16l12.84 12.84q.147.147.157.347q.009.202-.156.367q-.166.16-.357.163q-.191.002-.357-.163"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.258 13.177L9.292 7.212q.193-.162.45-.19q.258-.028.5.134l5.837 4.148q.379.242.366.687q-.012.444-.391.686zm2.061 6.3l-4.627-4.639l-2.45 1.572q-.403.267-.823.027T9 15.714v-4.567L4.485 6.631q-.14-.14-.15-.344t.15-.364t.353-.16t.354.16l12.84 12.84q.147.147.157.347q.009.202-.156.367q-.166.16-.357.163q-.191.002-.357-.163"/></svg>
</template>

CSS

.icon-play-disabled-rounded {
  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%22M15.258%2013.177L9.292%207.212q.193-.162.45-.19q.258-.028.5.134l5.837%204.148q.379.242.366.687q-.012.444-.391.686zm2.061%206.3l-4.627-4.639l-2.45%201.572q-.403.267-.823.027T9%2015.714v-4.567L4.485%206.631q-.14-.14-.15-.344t.15-.364t.353-.16t.354.16l12.84%2012.84q.147.147.157.347q.009.202-.156.367q-.166.16-.357.163q-.191.002-.357-.163%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%22M15.258%2013.177L9.292%207.212q.193-.162.45-.19q.258-.028.5.134l5.837%204.148q.379.242.366.687q-.012.444-.391.686zm2.061%206.3l-4.627-4.639l-2.45%201.572q-.403.267-.823.027T9%2015.714v-4.567L4.485%206.631q-.14-.14-.15-.344t.15-.364t.353-.16t.354.16l12.84%2012.84q.147.147.157.347q.009.202-.156.367q-.166.16-.357.163q-.191.002-.357-.163%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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