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

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

2 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the forward 5 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.882 20.374q-1.455-.626-2.542-1.713t-1.714-2.542T4 13.001t.626-3.12T6.34 7.34t2.54-1.714T12 5h.38l-1.31-1.311q-.166-.166-.163-.355t.158-.353q.17-.166.37-.159q.202.007.348.153l1.96 1.94q.242.243.242.566t-.243.565l-1.92 1.94q-.166.166-.357.163q-.192-.003-.361-.168q-.156-.166-.15-.364q.008-.198.154-.344L12.38 6H12Q9.075 6 7.038 8.038T5 13t2.038 4.963T12 20t4.963-2.037T19 13q0-.213.144-.357t.357-.143t.356.144T20 13q0 1.665-.626 3.119t-1.714 2.542t-2.54 1.713T12 21t-3.12-.626M13 15.692h-2.75q-.192 0-.317-.125t-.125-.316t.125-.317t.317-.126h2.558v-1.423H10.25q-.192 0-.317-.126t-.125-.317V10.75q0-.192.125-.317t.317-.125h3q.192 0 .317.125t.125.316t-.125.317t-.317.126h-2.558v1.424h2.558q.192 0 .317.125t.125.317V15q0 .294-.199.493t-.493.2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightForward5Rounded(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="M8.882 20.374q-1.455-.626-2.542-1.713t-1.714-2.542T4 13.001t.626-3.12T6.34 7.34t2.54-1.714T12 5h.38l-1.31-1.311q-.166-.166-.163-.355t.158-.353q.17-.166.37-.159q.202.007.348.153l1.96 1.94q.242.243.242.566t-.243.565l-1.92 1.94q-.166.166-.357.163q-.192-.003-.361-.168q-.156-.166-.15-.364q.008-.198.154-.344L12.38 6H12Q9.075 6 7.038 8.038T5 13t2.038 4.963T12 20t4.963-2.037T19 13q0-.213.144-.357t.357-.143t.356.144T20 13q0 1.665-.626 3.119t-1.714 2.542t-2.54 1.713T12 21t-3.12-.626M13 15.692h-2.75q-.192 0-.317-.125t-.125-.316t.125-.317t.317-.126h2.558v-1.423H10.25q-.192 0-.317-.126t-.125-.317V10.75q0-.192.125-.317t.317-.125h3q.192 0 .317.125t.125.316t-.125.317t-.317.126h-2.558v1.424h2.558q.192 0 .317.125t.125.317V15q0 .294-.199.493t-.493.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.882 20.374q-1.455-.626-2.542-1.713t-1.714-2.542T4 13.001t.626-3.12T6.34 7.34t2.54-1.714T12 5h.38l-1.31-1.311q-.166-.166-.163-.355t.158-.353q.17-.166.37-.159q.202.007.348.153l1.96 1.94q.242.243.242.566t-.243.565l-1.92 1.94q-.166.166-.357.163q-.192-.003-.361-.168q-.156-.166-.15-.364q.008-.198.154-.344L12.38 6H12Q9.075 6 7.038 8.038T5 13t2.038 4.963T12 20t4.963-2.037T19 13q0-.213.144-.357t.357-.143t.356.144T20 13q0 1.665-.626 3.119t-1.714 2.542t-2.54 1.713T12 21t-3.12-.626M13 15.692h-2.75q-.192 0-.317-.125t-.125-.316t.125-.317t.317-.126h2.558v-1.423H10.25q-.192 0-.317-.126t-.125-.317V10.75q0-.192.125-.317t.317-.125h3q.192 0 .317.125t.125.316t-.125.317t-.317.126h-2.558v1.424h2.558q.192 0 .317.125t.125.317V15q0 .294-.199.493t-.493.2"/></svg>
</template>

CSS

.icon-forward-5-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%22M8.882%2020.374q-1.455-.626-2.542-1.713t-1.714-2.542T4%2013.001t.626-3.12T6.34%207.34t2.54-1.714T12%205h.38l-1.31-1.311q-.166-.166-.163-.355t.158-.353q.17-.166.37-.159q.202.007.348.153l1.96%201.94q.242.243.242.566t-.243.565l-1.92%201.94q-.166.166-.357.163q-.192-.003-.361-.168q-.156-.166-.15-.364q.008-.198.154-.344L12.38%206H12Q9.075%206%207.038%208.038T5%2013t2.038%204.963T12%2020t4.963-2.037T19%2013q0-.213.144-.357t.357-.143t.356.144T20%2013q0%201.665-.626%203.119t-1.714%202.542t-2.54%201.713T12%2021t-3.12-.626M13%2015.692h-2.75q-.192%200-.317-.125t-.125-.316t.125-.317t.317-.126h2.558v-1.423H10.25q-.192%200-.317-.126t-.125-.317V10.75q0-.192.125-.317t.317-.125h3q.192%200%20.317.125t.125.316t-.125.317t-.317.126h-2.558v1.424h2.558q.192%200%20.317.125t.125.317V15q0%20.294-.199.493t-.493.2%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%22M8.882%2020.374q-1.455-.626-2.542-1.713t-1.714-2.542T4%2013.001t.626-3.12T6.34%207.34t2.54-1.714T12%205h.38l-1.31-1.311q-.166-.166-.163-.355t.158-.353q.17-.166.37-.159q.202.007.348.153l1.96%201.94q.242.243.242.566t-.243.565l-1.92%201.94q-.166.166-.357.163q-.192-.003-.361-.168q-.156-.166-.15-.364q.008-.198.154-.344L12.38%206H12Q9.075%206%207.038%208.038T5%2013t2.038%204.963T12%2020t4.963-2.037T19%2013q0-.213.144-.357t.357-.143t.356.144T20%2013q0%201.665-.626%203.119t-1.714%202.542t-2.54%201.713T12%2021t-3.12-.626M13%2015.692h-2.75q-.192%200-.317-.125t-.125-.316t.125-.317t.317-.126h2.558v-1.423H10.25q-.192%200-.317-.126t-.125-.317V10.75q0-.192.125-.317t.317-.125h3q.192%200%20.317.125t.125.316t-.125.317t-.317.126h-2.558v1.424h2.558q.192%200%20.317.125t.125.317V15q0%20.294-.199.493t-.493.2%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-5-rounded.svg?color=%231a73e8&size=48