queue play next icon
queue-play-next-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- queue-play-next-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
Use the queue play next icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 11.5V14q0 .213.144.356t.357.144t.356-.144T12.5 14v-2.5H15q.213 0 .356-.144t.144-.357t-.144-.356T15 10.5h-2.5V8q0-.213-.144-.356t-.357-.144t-.356.144T11.5 8v2.5H9q-.213 0-.356.144t-.144.357t.144.356T9 11.5zM21.77 18l-2.636-2.634q-.151-.152-.161-.356t.162-.375q.17-.171.365-.171t.366.17l2.8 2.8q.242.243.242.566t-.243.566l-2.8 2.8q-.151.151-.355.161t-.376-.161t-.17-.366t.17-.365zM9.811 20q-.353 0-.582-.232T9 19.192V18H4.616q-.691 0-1.153-.462T3 16.384V5.616q0-.691.463-1.153T4.615 4h14.77q.69 0 1.152.463T21 5.616V11.5q0 .213-.144.356T20.5 12h-1.884q-.667 0-1.141.475T17 13.615V17.5q0 .213-.144.356T16.5 18h-1.73v1.192q0 .344-.233.576t-.575.232z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightQueuePlayNextRounded(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="M11.5 11.5V14q0 .213.144.356t.357.144t.356-.144T12.5 14v-2.5H15q.213 0 .356-.144t.144-.357t-.144-.356T15 10.5h-2.5V8q0-.213-.144-.356t-.357-.144t-.356.144T11.5 8v2.5H9q-.213 0-.356.144t-.144.357t.144.356T9 11.5zM21.77 18l-2.636-2.634q-.151-.152-.161-.356t.162-.375q.17-.171.365-.171t.366.17l2.8 2.8q.242.243.242.566t-.243.566l-2.8 2.8q-.151.151-.355.161t-.376-.161t-.17-.366t.17-.365zM9.811 20q-.353 0-.582-.232T9 19.192V18H4.616q-.691 0-1.153-.462T3 16.384V5.616q0-.691.463-1.153T4.615 4h14.77q.69 0 1.152.463T21 5.616V11.5q0 .213-.144.356T20.5 12h-1.884q-.667 0-1.141.475T17 13.615V17.5q0 .213-.144.356T16.5 18h-1.73v1.192q0 .344-.233.576t-.575.232z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 11.5V14q0 .213.144.356t.357.144t.356-.144T12.5 14v-2.5H15q.213 0 .356-.144t.144-.357t-.144-.356T15 10.5h-2.5V8q0-.213-.144-.356t-.357-.144t-.356.144T11.5 8v2.5H9q-.213 0-.356.144t-.144.357t.144.356T9 11.5zM21.77 18l-2.636-2.634q-.151-.152-.161-.356t.162-.375q.17-.171.365-.171t.366.17l2.8 2.8q.242.243.242.566t-.243.566l-2.8 2.8q-.151.151-.355.161t-.376-.161t-.17-.366t.17-.365zM9.811 20q-.353 0-.582-.232T9 19.192V18H4.616q-.691 0-1.153-.462T3 16.384V5.616q0-.691.463-1.153T4.615 4h14.77q.69 0 1.152.463T21 5.616V11.5q0 .213-.144.356T20.5 12h-1.884q-.667 0-1.141.475T17 13.615V17.5q0 .213-.144.356T16.5 18h-1.73v1.192q0 .344-.233.576t-.575.232z"/></svg> </template>
CSS
.icon-queue-play-next-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%22M11.5%2011.5V14q0%20.213.144.356t.357.144t.356-.144T12.5%2014v-2.5H15q.213%200%20.356-.144t.144-.357t-.144-.356T15%2010.5h-2.5V8q0-.213-.144-.356t-.357-.144t-.356.144T11.5%208v2.5H9q-.213%200-.356.144t-.144.357t.144.356T9%2011.5zM21.77%2018l-2.636-2.634q-.151-.152-.161-.356t.162-.375q.17-.171.365-.171t.366.17l2.8%202.8q.242.243.242.566t-.243.566l-2.8%202.8q-.151.151-.355.161t-.376-.161t-.17-.366t.17-.365zM9.811%2020q-.353%200-.582-.232T9%2019.192V18H4.616q-.691%200-1.153-.462T3%2016.384V5.616q0-.691.463-1.153T4.615%204h14.77q.69%200%201.152.463T21%205.616V11.5q0%20.213-.144.356T20.5%2012h-1.884q-.667%200-1.141.475T17%2013.615V17.5q0%20.213-.144.356T16.5%2018h-1.73v1.192q0%20.344-.233.576t-.575.232z%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%22M11.5%2011.5V14q0%20.213.144.356t.357.144t.356-.144T12.5%2014v-2.5H15q.213%200%20.356-.144t.144-.357t-.144-.356T15%2010.5h-2.5V8q0-.213-.144-.356t-.357-.144t-.356.144T11.5%208v2.5H9q-.213%200-.356.144t-.144.357t.144.356T9%2011.5zM21.77%2018l-2.636-2.634q-.151-.152-.161-.356t.162-.375q.17-.171.365-.171t.366.17l2.8%202.8q.242.243.242.566t-.243.566l-2.8%202.8q-.151.151-.355.161t-.376-.161t-.17-.366t.17-.365zM9.811%2020q-.353%200-.582-.232T9%2019.192V18H4.616q-.691%200-1.153-.462T3%2016.384V5.616q0-.691.463-1.153T4.615%204h14.77q.69%200%201.152.463T21%205.616V11.5q0%20.213-.144.356T20.5%2012h-1.884q-.667%200-1.141.475T17%2013.615V17.5q0%20.213-.144.356T16.5%2018h-1.73v1.192q0%20.344-.233.576t-.575.232z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/queue-play-next-rounded.svg?color=%231a73e8&size=48