playlist add icon
playlist-add-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- playlist-add-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- playlist-add-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 playlist add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 15.5q-.213 0-.356-.144t-.144-.357t.144-.356T4 14.5h6q.213 0 .356.144t.144.357t-.144.356T10 15.5zm0-4q-.213 0-.356-.144t-.144-.357t.144-.356T4 10.5h10q.213 0 .356.144t.144.357t-.144.356T14 11.5zm0-4q-.213 0-.356-.144T3.5 6.999t.144-.356T4 6.5h10q.213 0 .356.144t.144.357t-.144.356T14 7.5zm12.643 11.856Q16.5 19.213 16.5 19v-3.5H13q-.213 0-.356-.144t-.144-.357t.144-.356T13 14.5h3.5V11q0-.213.144-.356t.357-.144t.356.144t.143.356v3.5H21q.213 0 .356.144t.144.357t-.144.356T21 15.5h-3.5V19q0 .213-.144.356t-.357.144t-.356-.144"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPlaylistAddRounded(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="M4 15.5q-.213 0-.356-.144t-.144-.357t.144-.356T4 14.5h6q.213 0 .356.144t.144.357t-.144.356T10 15.5zm0-4q-.213 0-.356-.144t-.144-.357t.144-.356T4 10.5h10q.213 0 .356.144t.144.357t-.144.356T14 11.5zm0-4q-.213 0-.356-.144T3.5 6.999t.144-.356T4 6.5h10q.213 0 .356.144t.144.357t-.144.356T14 7.5zm12.643 11.856Q16.5 19.213 16.5 19v-3.5H13q-.213 0-.356-.144t-.144-.357t.144-.356T13 14.5h3.5V11q0-.213.144-.356t.357-.144t.356.144t.143.356v3.5H21q.213 0 .356.144t.144.357t-.144.356T21 15.5h-3.5V19q0 .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="M4 15.5q-.213 0-.356-.144t-.144-.357t.144-.356T4 14.5h6q.213 0 .356.144t.144.357t-.144.356T10 15.5zm0-4q-.213 0-.356-.144t-.144-.357t.144-.356T4 10.5h10q.213 0 .356.144t.144.357t-.144.356T14 11.5zm0-4q-.213 0-.356-.144T3.5 6.999t.144-.356T4 6.5h10q.213 0 .356.144t.144.357t-.144.356T14 7.5zm12.643 11.856Q16.5 19.213 16.5 19v-3.5H13q-.213 0-.356-.144t-.144-.357t.144-.356T13 14.5h3.5V11q0-.213.144-.356t.357-.144t.356.144t.143.356v3.5H21q.213 0 .356.144t.144.357t-.144.356T21 15.5h-3.5V19q0 .213-.144.356t-.357.144t-.356-.144"/></svg> </template>
CSS
.icon-playlist-add-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%22M4%2015.5q-.213%200-.356-.144t-.144-.357t.144-.356T4%2014.5h6q.213%200%20.356.144t.144.357t-.144.356T10%2015.5zm0-4q-.213%200-.356-.144t-.144-.357t.144-.356T4%2010.5h10q.213%200%20.356.144t.144.357t-.144.356T14%2011.5zm0-4q-.213%200-.356-.144T3.5%206.999t.144-.356T4%206.5h10q.213%200%20.356.144t.144.357t-.144.356T14%207.5zm12.643%2011.856Q16.5%2019.213%2016.5%2019v-3.5H13q-.213%200-.356-.144t-.144-.357t.144-.356T13%2014.5h3.5V11q0-.213.144-.356t.357-.144t.356.144t.143.356v3.5H21q.213%200%20.356.144t.144.357t-.144.356T21%2015.5h-3.5V19q0%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%22M4%2015.5q-.213%200-.356-.144t-.144-.357t.144-.356T4%2014.5h6q.213%200%20.356.144t.144.357t-.144.356T10%2015.5zm0-4q-.213%200-.356-.144t-.144-.357t.144-.356T4%2010.5h10q.213%200%20.356.144t.144.357t-.144.356T14%2011.5zm0-4q-.213%200-.356-.144T3.5%206.999t.144-.356T4%206.5h10q.213%200%20.356.144t.144.357t-.144.356T14%207.5zm12.643%2011.856Q16.5%2019.213%2016.5%2019v-3.5H13q-.213%200-.356-.144t-.144-.357t.144-.356T13%2014.5h3.5V11q0-.213.144-.356t.357-.144t.356.144t.143.356v3.5H21q.213%200%20.356.144t.144.357t-.144.356T21%2015.5h-3.5V19q0%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/playlist-add-rounded.svg?color=%231a73e8&size=48