play pause icon
play-pause-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- play-pause-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- play-pause-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
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.767 14.35q-.403.292-.835.057t-.432-.728V10.32q0-.492.432-.727t.835.056l2.424 1.679q.347.244.347.672t-.347.67zm6.876 1.006Q13.5 15.213 13.5 15V9q0-.213.144-.356t.357-.144t.356.144T14.5 9v6q0 .213-.144.356t-.357.144t-.356-.144m4 0Q17.5 15.213 17.5 15V9q0-.213.144-.356t.357-.144t.356.144T18.5 9v6q0 .213-.144.356t-.357.144t-.356-.144"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPlayPauseRounded(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.767 14.35q-.403.292-.835.057t-.432-.728V10.32q0-.492.432-.727t.835.056l2.424 1.679q.347.244.347.672t-.347.67zm6.876 1.006Q13.5 15.213 13.5 15V9q0-.213.144-.356t.357-.144t.356.144T14.5 9v6q0 .213-.144.356t-.357.144t-.356-.144m4 0Q17.5 15.213 17.5 15V9q0-.213.144-.356t.357-.144t.356.144T18.5 9v6q0 .213-.144.356t-.357.144t-.356-.144"/></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.767 14.35q-.403.292-.835.057t-.432-.728V10.32q0-.492.432-.727t.835.056l2.424 1.679q.347.244.347.672t-.347.67zm6.876 1.006Q13.5 15.213 13.5 15V9q0-.213.144-.356t.357-.144t.356.144T14.5 9v6q0 .213-.144.356t-.357.144t-.356-.144m4 0Q17.5 15.213 17.5 15V9q0-.213.144-.356t.357-.144t.356.144T18.5 9v6q0 .213-.144.356t-.357.144t-.356-.144"/></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.767%2014.35q-.403.292-.835.057t-.432-.728V10.32q0-.492.432-.727t.835.056l2.424%201.679q.347.244.347.672t-.347.67zm6.876%201.006Q13.5%2015.213%2013.5%2015V9q0-.213.144-.356t.357-.144t.356.144T14.5%209v6q0%20.213-.144.356t-.357.144t-.356-.144m4%200Q17.5%2015.213%2017.5%2015V9q0-.213.144-.356t.357-.144t.356.144T18.5%209v6q0%20.213-.144.356t-.357.144t-.356-.144%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.767%2014.35q-.403.292-.835.057t-.432-.728V10.32q0-.492.432-.727t.835.056l2.424%201.679q.347.244.347.672t-.347.67zm6.876%201.006Q13.5%2015.213%2013.5%2015V9q0-.213.144-.356t.357-.144t.356.144T14.5%209v6q0%20.213-.144.356t-.357.144t-.356-.144m4%200Q17.5%2015.213%2017.5%2015V9q0-.213.144-.356t.357-.144t.356.144T18.5%209v6q0%20.213-.144.356t-.357.144t-.356-.144%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-pause-rounded.svg?color=%231a73e8&size=48