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

Name
play-disabled-outline
Set
Material Symbols Light
Style
Outline
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
play-disabled-outline-sharp

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.177l-.708-.72l.692-.422l-3.257-2.131L9 6.919v-.111L17.154 12zm2.415 6.654l-4.98-4.992L9 17.192v-6.046L4.13 6.277l.709-.708l13.553 13.554zM10 15.35l1.935-1.23L10 12.184zm1.985-5.446"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPlayDisabledOutline(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.177l-.708-.72l.692-.422l-3.257-2.131L9 6.919v-.111L17.154 12zm2.415 6.654l-4.98-4.992L9 17.192v-6.046L4.13 6.277l.709-.708l13.553 13.554zM10 15.35l1.935-1.23L10 12.184zm1.985-5.446"/></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.177l-.708-.72l.692-.422l-3.257-2.131L9 6.919v-.111L17.154 12zm2.415 6.654l-4.98-4.992L9 17.192v-6.046L4.13 6.277l.709-.708l13.553 13.554zM10 15.35l1.935-1.23L10 12.184zm1.985-5.446"/></svg>
</template>

CSS

.icon-play-disabled-outline {
  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.177l-.708-.72l.692-.422l-3.257-2.131L9%206.919v-.111L17.154%2012zm2.415%206.654l-4.98-4.992L9%2017.192v-6.046L4.13%206.277l.709-.708l13.553%2013.554zM10%2015.35l1.935-1.23L10%2012.184zm1.985-5.446%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.177l-.708-.72l.692-.422l-3.257-2.131L9%206.919v-.111L17.154%2012zm2.415%206.654l-4.98-4.992L9%2017.192v-6.046L4.13%206.277l.709-.708l13.553%2013.554zM10%2015.35l1.935-1.23L10%2012.184zm1.985-5.446%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-outline.svg?color=%231a73e8&size=48