forward from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
forward
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Jam Icons

Use the forward icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M13.49 17.31a1.966 1.966 0 0 1-2.814.182A2.05 2.05 0 0 1 10 15.966V2.034C10 .911 10.893 0 11.994 0c.573 0 1.118.251 1.496.69l6.012 6.966c.664.768.664 1.92 0 2.688zM11.994 2.034v13.932L18.006 9zM3.49 17.31a1.966 1.966 0 0 1-2.814.182A2.05 2.05 0 0 1 0 15.966V2.034C0 .911.893 0 1.994 0c.573 0 1.118.251 1.496.69l6.012 6.966c.664.768.664 1.92 0 2.688zM1.994 2.034v13.932L8.006 9z"/></svg>

React

import type { SVGProps } from "react";

export function JamForward(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M13.49 17.31a1.966 1.966 0 0 1-2.814.182A2.05 2.05 0 0 1 10 15.966V2.034C10 .911 10.893 0 11.994 0c.573 0 1.118.251 1.496.69l6.012 6.966c.664.768.664 1.92 0 2.688zM11.994 2.034v13.932L18.006 9zM3.49 17.31a1.966 1.966 0 0 1-2.814.182A2.05 2.05 0 0 1 0 15.966V2.034C0 .911.893 0 1.994 0c.573 0 1.118.251 1.496.69l6.012 6.966c.664.768.664 1.92 0 2.688zM1.994 2.034v13.932L8.006 9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M13.49 17.31a1.966 1.966 0 0 1-2.814.182A2.05 2.05 0 0 1 10 15.966V2.034C10 .911 10.893 0 11.994 0c.573 0 1.118.251 1.496.69l6.012 6.966c.664.768.664 1.92 0 2.688zM11.994 2.034v13.932L18.006 9zM3.49 17.31a1.966 1.966 0 0 1-2.814.182A2.05 2.05 0 0 1 0 15.966V2.034C0 .911.893 0 1.994 0c.573 0 1.118.251 1.496.69l6.012 6.966c.664.768.664 1.92 0 2.688zM1.994 2.034v13.932L8.006 9z"/></svg>
</template>

CSS

.icon-forward {
  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%22-2%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.49%2017.31a1.966%201.966%200%200%201-2.814.182A2.05%202.05%200%200%201%2010%2015.966V2.034C10%20.911%2010.893%200%2011.994%200c.573%200%201.118.251%201.496.69l6.012%206.966c.664.768.664%201.92%200%202.688zM11.994%202.034v13.932L18.006%209zM3.49%2017.31a1.966%201.966%200%200%201-2.814.182A2.05%202.05%200%200%201%200%2015.966V2.034C0%20.911.893%200%201.994%200c.573%200%201.118.251%201.496.69l6.012%206.966c.664.768.664%201.92%200%202.688zM1.994%202.034v13.932L8.006%209z%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%22-2%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.49%2017.31a1.966%201.966%200%200%201-2.814.182A2.05%202.05%200%200%201%2010%2015.966V2.034C10%20.911%2010.893%200%2011.994%200c.573%200%201.118.251%201.496.69l6.012%206.966c.664.768.664%201.92%200%202.688zM11.994%202.034v13.932L18.006%209zM3.49%2017.31a1.966%201.966%200%200%201-2.814.182A2.05%202.05%200%200%201%200%2015.966V2.034C0%20.911.893%200%201.994%200c.573%200%201.118.251%201.496.69l6.012%206.966c.664.768.664%201.92%200%202.688zM1.994%202.034v13.932L8.006%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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