playlist-add-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
playlist-add-rounded
Set
Material Symbols
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
playlist-add-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

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 16q-.425 0-.712-.288T3 15t.288-.712T4 14h5q.425 0 .713.288T10 15t-.288.713T9 16zm0-4q-.425 0-.712-.288T3 11t.288-.712T4 10h9q.425 0 .713.288T14 11t-.288.713T13 12zm0-4q-.425 0-.712-.288T3 7t.288-.712T4 6h9q.425 0 .713.288T14 7t-.288.713T13 8zm12.288 11.713Q16 19.425 16 19v-3h-3q-.425 0-.712-.288T12 15t.288-.712T13 14h3v-3q0-.425.288-.712T17 10t.713.288T18 11v3h3q.425 0 .713.288T22 15t-.288.713T21 16h-3v3q0 .425-.288.713T17 20t-.712-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPlaylistAddRounded(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 16q-.425 0-.712-.288T3 15t.288-.712T4 14h5q.425 0 .713.288T10 15t-.288.713T9 16zm0-4q-.425 0-.712-.288T3 11t.288-.712T4 10h9q.425 0 .713.288T14 11t-.288.713T13 12zm0-4q-.425 0-.712-.288T3 7t.288-.712T4 6h9q.425 0 .713.288T14 7t-.288.713T13 8zm12.288 11.713Q16 19.425 16 19v-3h-3q-.425 0-.712-.288T12 15t.288-.712T13 14h3v-3q0-.425.288-.712T17 10t.713.288T18 11v3h3q.425 0 .713.288T22 15t-.288.713T21 16h-3v3q0 .425-.288.713T17 20t-.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="M4 16q-.425 0-.712-.288T3 15t.288-.712T4 14h5q.425 0 .713.288T10 15t-.288.713T9 16zm0-4q-.425 0-.712-.288T3 11t.288-.712T4 10h9q.425 0 .713.288T14 11t-.288.713T13 12zm0-4q-.425 0-.712-.288T3 7t.288-.712T4 6h9q.425 0 .713.288T14 7t-.288.713T13 8zm12.288 11.713Q16 19.425 16 19v-3h-3q-.425 0-.712-.288T12 15t.288-.712T13 14h3v-3q0-.425.288-.712T17 10t.713.288T18 11v3h3q.425 0 .713.288T22 15t-.288.713T21 16h-3v3q0 .425-.288.713T17 20t-.712-.288"/></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%2016q-.425%200-.712-.288T3%2015t.288-.712T4%2014h5q.425%200%20.713.288T10%2015t-.288.713T9%2016zm0-4q-.425%200-.712-.288T3%2011t.288-.712T4%2010h9q.425%200%20.713.288T14%2011t-.288.713T13%2012zm0-4q-.425%200-.712-.288T3%207t.288-.712T4%206h9q.425%200%20.713.288T14%207t-.288.713T13%208zm12.288%2011.713Q16%2019.425%2016%2019v-3h-3q-.425%200-.712-.288T12%2015t.288-.712T13%2014h3v-3q0-.425.288-.712T17%2010t.713.288T18%2011v3h3q.425%200%20.713.288T22%2015t-.288.713T21%2016h-3v3q0%20.425-.288.713T17%2020t-.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%22M4%2016q-.425%200-.712-.288T3%2015t.288-.712T4%2014h5q.425%200%20.713.288T10%2015t-.288.713T9%2016zm0-4q-.425%200-.712-.288T3%2011t.288-.712T4%2010h9q.425%200%20.713.288T14%2011t-.288.713T13%2012zm0-4q-.425%200-.712-.288T3%207t.288-.712T4%206h9q.425%200%20.713.288T14%207t-.288.713T13%208zm12.288%2011.713Q16%2019.425%2016%2019v-3h-3q-.425%200-.712-.288T12%2015t.288-.712T13%2014h3v-3q0-.425.288-.712T17%2010t.713.288T18%2011v3h3q.425%200%20.713.288T22%2015t-.288.713T21%2016h-3v3q0%20.425-.288.713T17%2020t-.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/playlist-add-rounded.svg?color=%231a73e8&size=48

Playlist Add rounded icon — Material Symbols · IconsDB