arrow back thick icon

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

Name
arrow-back-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 back 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="M10 2a1 1 0 0 0-1.79-.614l-7 9a1 1 0 0 0 0 1.228l7 9A1 1 0 0 0 10 20v-3.99c5.379.112 7.963 1.133 9.261 2.243c1.234 1.055 1.46 2.296 1.695 3.596l.061.335a1 1 0 0 0 1.981-.122c.171-2.748-.086-6.73-2.027-10.061C19.087 8.768 15.695 6.282 10 6.022z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function AkarIconsArrowBackThickFill(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="M10 2a1 1 0 0 0-1.79-.614l-7 9a1 1 0 0 0 0 1.228l7 9A1 1 0 0 0 10 20v-3.99c5.379.112 7.963 1.133 9.261 2.243c1.234 1.055 1.46 2.296 1.695 3.596l.061.335a1 1 0 0 0 1.981-.122c.171-2.748-.086-6.73-2.027-10.061C19.087 8.768 15.695 6.282 10 6.022z" 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="M10 2a1 1 0 0 0-1.79-.614l-7 9a1 1 0 0 0 0 1.228l7 9A1 1 0 0 0 10 20v-3.99c5.379.112 7.963 1.133 9.261 2.243c1.234 1.055 1.46 2.296 1.695 3.596l.061.335a1 1 0 0 0 1.981-.122c.171-2.748-.086-6.73-2.027-10.061C19.087 8.768 15.695 6.282 10 6.022z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-arrow-back-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%22M10%202a1%201%200%200%200-1.79-.614l-7%209a1%201%200%200%200%200%201.228l7%209A1%201%200%200%200%2010%2020v-3.99c5.379.112%207.963%201.133%209.261%202.243c1.234%201.055%201.46%202.296%201.695%203.596l.061.335a1%201%200%200%200%201.981-.122c.171-2.748-.086-6.73-2.027-10.061C19.087%208.768%2015.695%206.282%2010%206.022z%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%22M10%202a1%201%200%200%200-1.79-.614l-7%209a1%201%200%200%200%200%201.228l7%209A1%201%200%200%200%2010%2020v-3.99c5.379.112%207.963%201.133%209.261%202.243c1.234%201.055%201.46%202.296%201.695%203.596l.061.335a1%201%200%200%200%201.981-.122c.171-2.748-.086-6.73-2.027-10.061C19.087%208.768%2015.695%206.282%2010%206.022z%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-back-thick-fill.svg?color=%231a73e8&size=48