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

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

2 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the forward media icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.664 0-3.118-.626T6.34 18.66t-1.714-2.542T4 13t.626-3.118T6.34 7.34t2.542-1.714T12 5h.38l-1.31-1.311q-.16-.16-.16-.352t.16-.356q.145-.146.346-.15q.201-.002.367.144l1.96 1.94q.236.237.236.566t-.237.565l-1.92 1.94q-.147.166-.348.163t-.366-.168q-.16-.166-.16-.357t.16-.351L12.38 6H12Q9.075 6 7.038 8.038T5 13t2.038 4.963T12 20q2.766 0 4.76-1.85t2.21-4.59q.03-.227.166-.394q.137-.166.364-.166q.208 0 .354.144t.135.346q-.197 3.187-2.497 5.348T12 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightForwardMediaRounded(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="M12 21q-1.664 0-3.118-.626T6.34 18.66t-1.714-2.542T4 13t.626-3.118T6.34 7.34t2.542-1.714T12 5h.38l-1.31-1.311q-.16-.16-.16-.352t.16-.356q.145-.146.346-.15q.201-.002.367.144l1.96 1.94q.236.237.236.566t-.237.565l-1.92 1.94q-.147.166-.348.163t-.366-.168q-.16-.166-.16-.357t.16-.351L12.38 6H12Q9.075 6 7.038 8.038T5 13t2.038 4.963T12 20q2.766 0 4.76-1.85t2.21-4.59q.03-.227.166-.394q.137-.166.364-.166q.208 0 .354.144t.135.346q-.197 3.187-2.497 5.348T12 21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.664 0-3.118-.626T6.34 18.66t-1.714-2.542T4 13t.626-3.118T6.34 7.34t2.542-1.714T12 5h.38l-1.31-1.311q-.16-.16-.16-.352t.16-.356q.145-.146.346-.15q.201-.002.367.144l1.96 1.94q.236.237.236.566t-.237.565l-1.92 1.94q-.147.166-.348.163t-.366-.168q-.16-.166-.16-.357t.16-.351L12.38 6H12Q9.075 6 7.038 8.038T5 13t2.038 4.963T12 20q2.766 0 4.76-1.85t2.21-4.59q.03-.227.166-.394q.137-.166.364-.166q.208 0 .354.144t.135.346q-.197 3.187-2.497 5.348T12 21"/></svg>
</template>

CSS

.icon-forward-media-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%22M12%2021q-1.664%200-3.118-.626T6.34%2018.66t-1.714-2.542T4%2013t.626-3.118T6.34%207.34t2.542-1.714T12%205h.38l-1.31-1.311q-.16-.16-.16-.352t.16-.356q.145-.146.346-.15q.201-.002.367.144l1.96%201.94q.236.237.236.566t-.237.565l-1.92%201.94q-.147.166-.348.163t-.366-.168q-.16-.166-.16-.357t.16-.351L12.38%206H12Q9.075%206%207.038%208.038T5%2013t2.038%204.963T12%2020q2.766%200%204.76-1.85t2.21-4.59q.03-.227.166-.394q.137-.166.364-.166q.208%200%20.354.144t.135.346q-.197%203.187-2.497%205.348T12%2021%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%22M12%2021q-1.664%200-3.118-.626T6.34%2018.66t-1.714-2.542T4%2013t.626-3.118T6.34%207.34t2.542-1.714T12%205h.38l-1.31-1.311q-.16-.16-.16-.352t.16-.356q.145-.146.346-.15q.201-.002.367.144l1.96%201.94q.236.237.236.566t-.237.565l-1.92%201.94q-.147.166-.348.163t-.366-.168q-.16-.166-.16-.357t.16-.351L12.38%206H12Q9.075%206%207.038%208.038T5%2013t2.038%204.963T12%2020q2.766%200%204.76-1.85t2.21-4.59q.03-.227.166-.394q.137-.166.364-.166q.208%200%20.354.144t.135.346q-.197%203.187-2.497%205.348T12%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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