play pause icon
play-pause-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- play-pause-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- play-pause-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
Use the play pause icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.575 15.1q-.5.35-1.037.063T5 14.275v-4.55q0-.6.538-.887t1.037.062l3.25 2.275q.425.3.425.825t-.425.825zm6.713.613Q13 15.425 13 15V9q0-.425.288-.712T14 8t.713.288T15 9v6q0 .425-.288.713T14 16t-.712-.288m4 0Q17 15.426 17 15V9q0-.425.288-.712T18 8t.713.288T19 9v6q0 .425-.288.713T18 16t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPlayPauseRounded(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="M6.575 15.1q-.5.35-1.037.063T5 14.275v-4.55q0-.6.538-.887t1.037.062l3.25 2.275q.425.3.425.825t-.425.825zm6.713.613Q13 15.425 13 15V9q0-.425.288-.712T14 8t.713.288T15 9v6q0 .425-.288.713T14 16t-.712-.288m4 0Q17 15.426 17 15V9q0-.425.288-.712T18 8t.713.288T19 9v6q0 .425-.288.713T18 16t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.575 15.1q-.5.35-1.037.063T5 14.275v-4.55q0-.6.538-.887t1.037.062l3.25 2.275q.425.3.425.825t-.425.825zm6.713.613Q13 15.425 13 15V9q0-.425.288-.712T14 8t.713.288T15 9v6q0 .425-.288.713T14 16t-.712-.288m4 0Q17 15.426 17 15V9q0-.425.288-.712T18 8t.713.288T19 9v6q0 .425-.288.713T18 16t-.712-.288"/></svg> </template>
CSS
.icon-play-pause-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%22M6.575%2015.1q-.5.35-1.037.063T5%2014.275v-4.55q0-.6.538-.887t1.037.062l3.25%202.275q.425.3.425.825t-.425.825zm6.713.613Q13%2015.425%2013%2015V9q0-.425.288-.712T14%208t.713.288T15%209v6q0%20.425-.288.713T14%2016t-.712-.288m4%200Q17%2015.426%2017%2015V9q0-.425.288-.712T18%208t.713.288T19%209v6q0%20.425-.288.713T18%2016t-.712-.288%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%22M6.575%2015.1q-.5.35-1.037.063T5%2014.275v-4.55q0-.6.538-.887t1.037.062l3.25%202.275q.425.3.425.825t-.425.825zm6.713.613Q13%2015.425%2013%2015V9q0-.425.288-.712T14%208t.713.288T15%209v6q0%20.425-.288.713T14%2016t-.712-.288m4%200Q17%2015.426%2017%2015V9q0-.425.288-.712T18%208t.713.288T19%209v6q0%20.425-.288.713T18%2016t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/play-pause-rounded.svg?color=%231a73e8&size=48