arrow forward thick icon

arrow-forward-thick-fill from Akar Icons by Arturo Wibawa · Fill · MIT Free for personal and commercial use.

Name
arrow-forward-thick-fill
Set
Akar Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Akar Icons

Related icons in Akar Icons

Use the arrow forward thick icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.676 1.054a1 1 0 0 1 1.113.332l7 9a1 1 0 0 1 0 1.228l-7 9A1 1 0 0 1 14 20v-3.99c-5.379.112-7.963 1.133-9.261 2.243c-1.234 1.055-1.46 2.296-1.695 3.596l-.061.335a1 1 0 0 1-1.981-.122c-.172-2.748.086-6.73 2.027-10.061C4.913 8.768 8.305 6.282 14 6.022V2a1 1 0 0 1 .675-.946" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function AkarIconsArrowForwardThickFill(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" fillRule="evenodd" d="M14.676 1.054a1 1 0 0 1 1.113.332l7 9a1 1 0 0 1 0 1.228l-7 9A1 1 0 0 1 14 20v-3.99c-5.379.112-7.963 1.133-9.261 2.243c-1.234 1.055-1.46 2.296-1.695 3.596l-.061.335a1 1 0 0 1-1.981-.122c-.172-2.748.086-6.73 2.027-10.061C4.913 8.768 8.305 6.282 14 6.022V2a1 1 0 0 1 .675-.946" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.676 1.054a1 1 0 0 1 1.113.332l7 9a1 1 0 0 1 0 1.228l-7 9A1 1 0 0 1 14 20v-3.99c-5.379.112-7.963 1.133-9.261 2.243c-1.234 1.055-1.46 2.296-1.695 3.596l-.061.335a1 1 0 0 1-1.981-.122c-.172-2.748.086-6.73 2.027-10.061C4.913 8.768 8.305 6.282 14 6.022V2a1 1 0 0 1 .675-.946" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-arrow-forward-thick-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.676%201.054a1%201%200%200%201%201.113.332l7%209a1%201%200%200%201%200%201.228l-7%209A1%201%200%200%201%2014%2020v-3.99c-5.379.112-7.963%201.133-9.261%202.243c-1.234%201.055-1.46%202.296-1.695%203.596l-.061.335a1%201%200%200%201-1.981-.122c-.172-2.748.086-6.73%202.027-10.061C4.913%208.768%208.305%206.282%2014%206.022V2a1%201%200%200%201%20.675-.946%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.676%201.054a1%201%200%200%201%201.113.332l7%209a1%201%200%200%201%200%201.228l-7%209A1%201%200%200%201%2014%2020v-3.99c-5.379.112-7.963%201.133-9.261%202.243c-1.234%201.055-1.46%202.296-1.695%203.596l-.061.335a1%201%200%200%201-1.981-.122c-.172-2.748.086-6.73%202.027-10.061C4.913%208.768%208.305%206.282%2014%206.022V2a1%201%200%200%201%20.675-.946%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/akar-icons/arrow-forward-thick-fill.svg?color=%231a73e8&size=48