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

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

2 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

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.539 15.692v-.884h2.884v-1.423H8.346v-.77h2.077v-1.423H7.539v-.884h3.769v5.384zm5.153 0v-5.384h3.77v5.384zm.885-.884h2v-3.616h-2zm-4.695 5.566q-1.455-.626-2.542-1.713t-1.714-2.543T4 13t.626-3.118T6.34 7.34t2.542-1.714T12 5h.38l-1.664-1.666l.707-.719l2.885 2.866l-2.846 2.865l-.708-.719L12.38 6H12Q9.075 6 7.038 8.038T5 13t2.038 4.963T12 20t4.963-2.037T19 13h1q0 1.664-.626 3.118t-1.714 2.543t-2.542 1.713T12 21t-3.118-.626"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightForward30Sharp(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.539 15.692v-.884h2.884v-1.423H8.346v-.77h2.077v-1.423H7.539v-.884h3.769v5.384zm5.153 0v-5.384h3.77v5.384zm.885-.884h2v-3.616h-2zm-4.695 5.566q-1.455-.626-2.542-1.713t-1.714-2.543T4 13t.626-3.118T6.34 7.34t2.542-1.714T12 5h.38l-1.664-1.666l.707-.719l2.885 2.866l-2.846 2.865l-.708-.719L12.38 6H12Q9.075 6 7.038 8.038T5 13t2.038 4.963T12 20t4.963-2.037T19 13h1q0 1.664-.626 3.118t-1.714 2.543t-2.542 1.713T12 21t-3.118-.626"/></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.539 15.692v-.884h2.884v-1.423H8.346v-.77h2.077v-1.423H7.539v-.884h3.769v5.384zm5.153 0v-5.384h3.77v5.384zm.885-.884h2v-3.616h-2zm-4.695 5.566q-1.455-.626-2.542-1.713t-1.714-2.543T4 13t.626-3.118T6.34 7.34t2.542-1.714T12 5h.38l-1.664-1.666l.707-.719l2.885 2.866l-2.846 2.865l-.708-.719L12.38 6H12Q9.075 6 7.038 8.038T5 13t2.038 4.963T12 20t4.963-2.037T19 13h1q0 1.664-.626 3.118t-1.714 2.543t-2.542 1.713T12 21t-3.118-.626"/></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.539%2015.692v-.884h2.884v-1.423H8.346v-.77h2.077v-1.423H7.539v-.884h3.769v5.384zm5.153%200v-5.384h3.77v5.384zm.885-.884h2v-3.616h-2zm-4.695%205.566q-1.455-.626-2.542-1.713t-1.714-2.543T4%2013t.626-3.118T6.34%207.34t2.542-1.714T12%205h.38l-1.664-1.666l.707-.719l2.885%202.866l-2.846%202.865l-.708-.719L12.38%206H12Q9.075%206%207.038%208.038T5%2013t2.038%204.963T12%2020t4.963-2.037T19%2013h1q0%201.664-.626%203.118t-1.714%202.543t-2.542%201.713T12%2021t-3.118-.626%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.539%2015.692v-.884h2.884v-1.423H8.346v-.77h2.077v-1.423H7.539v-.884h3.769v5.384zm5.153%200v-5.384h3.77v5.384zm.885-.884h2v-3.616h-2zm-4.695%205.566q-1.455-.626-2.542-1.713t-1.714-2.543T4%2013t.626-3.118T6.34%207.34t2.542-1.714T12%205h.38l-1.664-1.666l.707-.719l2.885%202.866l-2.846%202.865l-.708-.719L12.38%206H12Q9.075%206%207.038%208.038T5%2013t2.038%204.963T12%2020t4.963-2.037T19%2013h1q0%201.664-.626%203.118t-1.714%202.543t-2.542%201.713T12%2021t-3.118-.626%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-30-sharp.svg?color=%231a73e8&size=48