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

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

2 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

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.488 21.288q-1.638-.713-2.85-1.925t-1.925-2.85T3 13t.713-3.512t1.924-2.85t2.85-1.925T12 4h.15l-.85-.85q-.3-.3-.288-.7t.288-.7q.3-.3.713-.312t.712.287L15.3 4.3q.3.3.3.7t-.3.7l-2.575 2.575q-.3.3-.712.288T11.3 8.25q-.275-.3-.288-.7t.288-.7l.85-.85H12Q9.075 6 7.038 8.038T5 13t2.038 4.963T12 20t4.963-2.037T19 13q0-.425.288-.712T20 12t.713.288T21 13q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 22t-3.512-.712M13 16h-2.75q-.325 0-.537-.213T9.5 15.25t.213-.537t.537-.213h2.25v-1h-2.25q-.325 0-.537-.213T9.5 12.75v-2q0-.325.213-.537T10.25 10h3q.325 0 .538.213t.212.537t-.213.538t-.537.212H11v1h2.25q.325 0 .538.213t.212.537V15q0 .425-.288.713T13 16"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsForward5Rounded(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.488 21.288q-1.638-.713-2.85-1.925t-1.925-2.85T3 13t.713-3.512t1.924-2.85t2.85-1.925T12 4h.15l-.85-.85q-.3-.3-.288-.7t.288-.7q.3-.3.713-.312t.712.287L15.3 4.3q.3.3.3.7t-.3.7l-2.575 2.575q-.3.3-.712.288T11.3 8.25q-.275-.3-.288-.7t.288-.7l.85-.85H12Q9.075 6 7.038 8.038T5 13t2.038 4.963T12 20t4.963-2.037T19 13q0-.425.288-.712T20 12t.713.288T21 13q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 22t-3.512-.712M13 16h-2.75q-.325 0-.537-.213T9.5 15.25t.213-.537t.537-.213h2.25v-1h-2.25q-.325 0-.537-.213T9.5 12.75v-2q0-.325.213-.537T10.25 10h3q.325 0 .538.213t.212.537t-.213.538t-.537.212H11v1h2.25q.325 0 .538.213t.212.537V15q0 .425-.288.713T13 16"/></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.488 21.288q-1.638-.713-2.85-1.925t-1.925-2.85T3 13t.713-3.512t1.924-2.85t2.85-1.925T12 4h.15l-.85-.85q-.3-.3-.288-.7t.288-.7q.3-.3.713-.312t.712.287L15.3 4.3q.3.3.3.7t-.3.7l-2.575 2.575q-.3.3-.712.288T11.3 8.25q-.275-.3-.288-.7t.288-.7l.85-.85H12Q9.075 6 7.038 8.038T5 13t2.038 4.963T12 20t4.963-2.037T19 13q0-.425.288-.712T20 12t.713.288T21 13q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 22t-3.512-.712M13 16h-2.75q-.325 0-.537-.213T9.5 15.25t.213-.537t.537-.213h2.25v-1h-2.25q-.325 0-.537-.213T9.5 12.75v-2q0-.325.213-.537T10.25 10h3q.325 0 .538.213t.212.537t-.213.538t-.537.212H11v1h2.25q.325 0 .538.213t.212.537V15q0 .425-.288.713T13 16"/></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.488%2021.288q-1.638-.713-2.85-1.925t-1.925-2.85T3%2013t.713-3.512t1.924-2.85t2.85-1.925T12%204h.15l-.85-.85q-.3-.3-.288-.7t.288-.7q.3-.3.713-.312t.712.287L15.3%204.3q.3.3.3.7t-.3.7l-2.575%202.575q-.3.3-.712.288T11.3%208.25q-.275-.3-.288-.7t.288-.7l.85-.85H12Q9.075%206%207.038%208.038T5%2013t2.038%204.963T12%2020t4.963-2.037T19%2013q0-.425.288-.712T20%2012t.713.288T21%2013q0%201.875-.712%203.513t-1.925%202.85t-2.85%201.925T12%2022t-3.512-.712M13%2016h-2.75q-.325%200-.537-.213T9.5%2015.25t.213-.537t.537-.213h2.25v-1h-2.25q-.325%200-.537-.213T9.5%2012.75v-2q0-.325.213-.537T10.25%2010h3q.325%200%20.538.213t.212.537t-.213.538t-.537.212H11v1h2.25q.325%200%20.538.213t.212.537V15q0%20.425-.288.713T13%2016%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.488%2021.288q-1.638-.713-2.85-1.925t-1.925-2.85T3%2013t.713-3.512t1.924-2.85t2.85-1.925T12%204h.15l-.85-.85q-.3-.3-.288-.7t.288-.7q.3-.3.713-.312t.712.287L15.3%204.3q.3.3.3.7t-.3.7l-2.575%202.575q-.3.3-.712.288T11.3%208.25q-.275-.3-.288-.7t.288-.7l.85-.85H12Q9.075%206%207.038%208.038T5%2013t2.038%204.963T12%2020t4.963-2.037T19%2013q0-.425.288-.712T20%2012t.713.288T21%2013q0%201.875-.712%203.513t-1.925%202.85t-2.85%201.925T12%2022t-3.512-.712M13%2016h-2.75q-.325%200-.537-.213T9.5%2015.25t.213-.537t.537-.213h2.25v-1h-2.25q-.325%200-.537-.213T9.5%2012.75v-2q0-.325.213-.537T10.25%2010h3q.325%200%20.538.213t.212.537t-.213.538t-.537.212H11v1h2.25q.325%200%20.538.213t.212.537V15q0%20.425-.288.713T13%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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