forward circle icon

forward-circle-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.

Name
forward-circle-f
Set
Jam Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Related icons in Jam Icons

Use the forward circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M9.027 13.246c.046.293.15.573.307.822c.607.965 1.832 1.222 2.737.576l4.055-2.898c.213-.153.397-.348.54-.575c.606-.965.365-2.27-.54-2.917L12.07 5.356A1.9 1.9 0 0 0 10.972 5c-.978 0-1.79.759-1.945 1.754L7.07 5.356A1.9 1.9 0 0 0 5.972 5C4.883 5 4 5.941 4 7.102v5.796c0 .417.116.824.334 1.17c.607.965 1.832 1.222 2.737.576zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10m.972-12.898v5.796L15.027 10zm-5 0v5.796l3.02-2.159l.004-1.476z"/></svg>

React

import type { SVGProps } from "react";

export function JamForwardCircleF(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M9.027 13.246c.046.293.15.573.307.822c.607.965 1.832 1.222 2.737.576l4.055-2.898c.213-.153.397-.348.54-.575c.606-.965.365-2.27-.54-2.917L12.07 5.356A1.9 1.9 0 0 0 10.972 5c-.978 0-1.79.759-1.945 1.754L7.07 5.356A1.9 1.9 0 0 0 5.972 5C4.883 5 4 5.941 4 7.102v5.796c0 .417.116.824.334 1.17c.607.965 1.832 1.222 2.737.576zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10m.972-12.898v5.796L15.027 10zm-5 0v5.796l3.02-2.159l.004-1.476z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M9.027 13.246c.046.293.15.573.307.822c.607.965 1.832 1.222 2.737.576l4.055-2.898c.213-.153.397-.348.54-.575c.606-.965.365-2.27-.54-2.917L12.07 5.356A1.9 1.9 0 0 0 10.972 5c-.978 0-1.79.759-1.945 1.754L7.07 5.356A1.9 1.9 0 0 0 5.972 5C4.883 5 4 5.941 4 7.102v5.796c0 .417.116.824.334 1.17c.607.965 1.832 1.222 2.737.576zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10m.972-12.898v5.796L15.027 10zm-5 0v5.796l3.02-2.159l.004-1.476z"/></svg>
</template>

CSS

.icon-forward-circle-f {
  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-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.027%2013.246c.046.293.15.573.307.822c.607.965%201.832%201.222%202.737.576l4.055-2.898c.213-.153.397-.348.54-.575c.606-.965.365-2.27-.54-2.917L12.07%205.356A1.9%201.9%200%200%200%2010.972%205c-.978%200-1.79.759-1.945%201.754L7.07%205.356A1.9%201.9%200%200%200%205.972%205C4.883%205%204%205.941%204%207.102v5.796c0%20.417.116.824.334%201.17c.607.965%201.832%201.222%202.737.576zM10%2020C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010m.972-12.898v5.796L15.027%2010zm-5%200v5.796l3.02-2.159l.004-1.476z%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-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.027%2013.246c.046.293.15.573.307.822c.607.965%201.832%201.222%202.737.576l4.055-2.898c.213-.153.397-.348.54-.575c.606-.965.365-2.27-.54-2.917L12.07%205.356A1.9%201.9%200%200%200%2010.972%205c-.978%200-1.79.759-1.945%201.754L7.07%205.356A1.9%201.9%200%200%200%205.972%205C4.883%205%204%205.941%204%207.102v5.796c0%20.417.116.824.334%201.17c.607.965%201.832%201.222%202.737.576zM10%2020C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010m.972-12.898v5.796L15.027%2010zm-5%200v5.796l3.02-2.159l.004-1.476z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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