subscriptions icon

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

Name
subscriptions-rounded
Set
Material Symbols
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the subscriptions icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22q-.825 0-1.412-.587T2 20V10q0-.825.588-1.412T4 8h16q.825 0 1.413.588T22 10v10q0 .825-.587 1.413T20 22zm6.775-3.525l4.6-3.05q.225-.15.225-.425t-.225-.425l-4.6-3.05q-.25-.175-.513-.038t-.262.438v6.15q0 .3.263.438t.512-.038M5 7q-.425 0-.712-.288T4 6t.288-.712T5 5h14q.425 0 .713.288T20 6t-.288.713T19 7zm3-3q-.425 0-.712-.288T7 3t.288-.712T8 2h8q.425 0 .713.288T17 3t-.288.713T16 4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSubscriptionsRounded(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 22q-.825 0-1.412-.587T2 20V10q0-.825.588-1.412T4 8h16q.825 0 1.413.588T22 10v10q0 .825-.587 1.413T20 22zm6.775-3.525l4.6-3.05q.225-.15.225-.425t-.225-.425l-4.6-3.05q-.25-.175-.513-.038t-.262.438v6.15q0 .3.263.438t.512-.038M5 7q-.425 0-.712-.288T4 6t.288-.712T5 5h14q.425 0 .713.288T20 6t-.288.713T19 7zm3-3q-.425 0-.712-.288T7 3t.288-.712T8 2h8q.425 0 .713.288T17 3t-.288.713T16 4z"/></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 22q-.825 0-1.412-.587T2 20V10q0-.825.588-1.412T4 8h16q.825 0 1.413.588T22 10v10q0 .825-.587 1.413T20 22zm6.775-3.525l4.6-3.05q.225-.15.225-.425t-.225-.425l-4.6-3.05q-.25-.175-.513-.038t-.262.438v6.15q0 .3.263.438t.512-.038M5 7q-.425 0-.712-.288T4 6t.288-.712T5 5h14q.425 0 .713.288T20 6t-.288.713T19 7zm3-3q-.425 0-.712-.288T7 3t.288-.712T8 2h8q.425 0 .713.288T17 3t-.288.713T16 4z"/></svg>
</template>

CSS

.icon-subscriptions-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%2022q-.825%200-1.412-.587T2%2020V10q0-.825.588-1.412T4%208h16q.825%200%201.413.588T22%2010v10q0%20.825-.587%201.413T20%2022zm6.775-3.525l4.6-3.05q.225-.15.225-.425t-.225-.425l-4.6-3.05q-.25-.175-.513-.038t-.262.438v6.15q0%20.3.263.438t.512-.038M5%207q-.425%200-.712-.288T4%206t.288-.712T5%205h14q.425%200%20.713.288T20%206t-.288.713T19%207zm3-3q-.425%200-.712-.288T7%203t.288-.712T8%202h8q.425%200%20.713.288T17%203t-.288.713T16%204z%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%2022q-.825%200-1.412-.587T2%2020V10q0-.825.588-1.412T4%208h16q.825%200%201.413.588T22%2010v10q0%20.825-.587%201.413T20%2022zm6.775-3.525l4.6-3.05q.225-.15.225-.425t-.225-.425l-4.6-3.05q-.25-.175-.513-.038t-.262.438v6.15q0%20.3.263.438t.512-.038M5%207q-.425%200-.712-.288T4%206t.288-.712T5%205h14q.425%200%20.713.288T20%206t-.288.713T19%207zm3-3q-.425%200-.712-.288T7%203t.288-.712T8%202h8q.425%200%20.713.288T17%203t-.288.713T16%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/subscriptions-rounded.svg?color=%231a73e8&size=48