baseline forward 5 icon

baseline-forward-5 from Google Material Icons by Material Design Authors · Baseline · AV · Apache-2.0 Free for personal and commercial use.

Name
baseline-forward-5
Set
Google Material Icons
Style
Baseline
Category
AV
Viewbox
24×24
License
Apache 2.0
Aliases
forward-5

More av icons from Google Material Icons

Use the baseline 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="M18 13c0 3.31-2.69 6-6 6s-6-2.69-6-6s2.69-6 6-6v4l5-5l-5-5v4c-4.42 0-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8z"/><path fill="currentColor" d="M12.03 15.38c-.44 0-.58-.31-.6-.56h-.84c.03.85.79 1.25 1.44 1.25c.93 0 1.44-.63 1.44-1.43c0-1.33-.97-1.44-1.3-1.44c-.2 0-.43.05-.64.16l.11-.92h1.7v-.71h-2.39l-.25 2.17l.67.17c.13-.13.28-.23.57-.23c.4 0 .69.23.69.75c-.01.05.02.79-.6.79"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineForward5(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="M18 13c0 3.31-2.69 6-6 6s-6-2.69-6-6s2.69-6 6-6v4l5-5l-5-5v4c-4.42 0-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8z"/><path fill="currentColor" d="M12.03 15.38c-.44 0-.58-.31-.6-.56h-.84c.03.85.79 1.25 1.44 1.25c.93 0 1.44-.63 1.44-1.43c0-1.33-.97-1.44-1.3-1.44c-.2 0-.43.05-.64.16l.11-.92h1.7v-.71h-2.39l-.25 2.17l.67.17c.13-.13.28-.23.57-.23c.4 0 .69.23.69.75c-.01.05.02.79-.6.79"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 13c0 3.31-2.69 6-6 6s-6-2.69-6-6s2.69-6 6-6v4l5-5l-5-5v4c-4.42 0-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8z"/><path fill="currentColor" d="M12.03 15.38c-.44 0-.58-.31-.6-.56h-.84c.03.85.79 1.25 1.44 1.25c.93 0 1.44-.63 1.44-1.43c0-1.33-.97-1.44-1.3-1.44c-.2 0-.43.05-.64.16l.11-.92h1.7v-.71h-2.39l-.25 2.17l.67.17c.13-.13.28-.23.57-.23c.4 0 .69.23.69.75c-.01.05.02.79-.6.79"/></svg>
</template>

CSS

.icon-baseline-forward-5 {
  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%22M18%2013c0%203.31-2.69%206-6%206s-6-2.69-6-6s2.69-6%206-6v4l5-5l-5-5v4c-4.42%200-8%203.58-8%208s3.58%208%208%208s8-3.58%208-8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.03%2015.38c-.44%200-.58-.31-.6-.56h-.84c.03.85.79%201.25%201.44%201.25c.93%200%201.44-.63%201.44-1.43c0-1.33-.97-1.44-1.3-1.44c-.2%200-.43.05-.64.16l.11-.92h1.7v-.71h-2.39l-.25%202.17l.67.17c.13-.13.28-.23.57-.23c.4%200%20.69.23.69.75c-.01.05.02.79-.6.79%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%22M18%2013c0%203.31-2.69%206-6%206s-6-2.69-6-6s2.69-6%206-6v4l5-5l-5-5v4c-4.42%200-8%203.58-8%208s3.58%208%208%208s8-3.58%208-8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.03%2015.38c-.44%200-.58-.31-.6-.56h-.84c.03.85.79%201.25%201.44%201.25c.93%200%201.44-.63%201.44-1.43c0-1.33-.97-1.44-1.3-1.44c-.2%200-.43.05-.64.16l.11-.92h1.7v-.71h-2.39l-.25%202.17l.67.17c.13-.13.28-.23.57-.23c.4%200%20.69.23.69.75c-.01.05.02.79-.6.79%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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