forward-30-sharp from Material Symbols by Google · Sharp · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
forward-30-sharp
Set
Material Symbols
Style
Sharp
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
forward-30-outline-sharp

2 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the forward 30 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 16v-1.5H10v-1H8.5v-1H10v-1H7.5V10h4v6zm5 0v-6h4v6zm1.5-1.5h1v-3h-1zm-5.512 6.788q-1.638-.713-2.85-1.925t-1.925-2.85T3 13t.713-3.512t1.924-2.85t2.85-1.925T12 4h.15L10.6 2.45L12 1l4 4l-4 4l-1.4-1.45L12.15 6H12Q9.075 6 7.038 8.038T5 13t2.038 4.963T12 20t4.963-2.037T19 13h2q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 22t-3.512-.712"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsForward30Sharp(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="M7.5 16v-1.5H10v-1H8.5v-1H10v-1H7.5V10h4v6zm5 0v-6h4v6zm1.5-1.5h1v-3h-1zm-5.512 6.788q-1.638-.713-2.85-1.925t-1.925-2.85T3 13t.713-3.512t1.924-2.85t2.85-1.925T12 4h.15L10.6 2.45L12 1l4 4l-4 4l-1.4-1.45L12.15 6H12Q9.075 6 7.038 8.038T5 13t2.038 4.963T12 20t4.963-2.037T19 13h2q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 22t-3.512-.712"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 16v-1.5H10v-1H8.5v-1H10v-1H7.5V10h4v6zm5 0v-6h4v6zm1.5-1.5h1v-3h-1zm-5.512 6.788q-1.638-.713-2.85-1.925t-1.925-2.85T3 13t.713-3.512t1.924-2.85t2.85-1.925T12 4h.15L10.6 2.45L12 1l4 4l-4 4l-1.4-1.45L12.15 6H12Q9.075 6 7.038 8.038T5 13t2.038 4.963T12 20t4.963-2.037T19 13h2q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 22t-3.512-.712"/></svg>
</template>

CSS

.icon-forward-30-sharp {
  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%22M7.5%2016v-1.5H10v-1H8.5v-1H10v-1H7.5V10h4v6zm5%200v-6h4v6zm1.5-1.5h1v-3h-1zm-5.512%206.788q-1.638-.713-2.85-1.925t-1.925-2.85T3%2013t.713-3.512t1.924-2.85t2.85-1.925T12%204h.15L10.6%202.45L12%201l4%204l-4%204l-1.4-1.45L12.15%206H12Q9.075%206%207.038%208.038T5%2013t2.038%204.963T12%2020t4.963-2.037T19%2013h2q0%201.875-.712%203.513t-1.925%202.85t-2.85%201.925T12%2022t-3.512-.712%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%22M7.5%2016v-1.5H10v-1H8.5v-1H10v-1H7.5V10h4v6zm5%200v-6h4v6zm1.5-1.5h1v-3h-1zm-5.512%206.788q-1.638-.713-2.85-1.925t-1.925-2.85T3%2013t.713-3.512t1.924-2.85t2.85-1.925T12%204h.15L10.6%202.45L12%201l4%204l-4%204l-1.4-1.45L12.15%206H12Q9.075%206%207.038%208.038T5%2013t2.038%204.963T12%2020t4.963-2.037T19%2013h2q0%201.875-.712%203.513t-1.925%202.85t-2.85%201.925T12%2022t-3.512-.712%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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