arrow3 icon

arrow3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
arrow3-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the arrow3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.981 6.19l-3.71-3.71a.8.8 0 0 0-.26-.17c-.01 0-.02 0-.03-.01a.7.7 0 0 0-.25-.05c-.2 0-.39.08-.53.22l-3.73 3.72c-.29.29-.29.77 0 1.06s.77.29 1.06 0l2.45-2.45V21c0 .41.34.75.75.75s.75-.34.75-.75V4.81l2.44 2.44c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.76 0-1.06m10.547 10.56a.754.754 0 0 0-1.06 0l-2.45 2.45V3c0-.41-.34-.75-.75-.75s-.75.34-.75.75v16.19l-2.44-2.44a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l3.71 3.71c.07.07.16.13.26.17c.01 0 .02 0 .03.01c.08.03.17.05.26.05c.2 0 .39-.08.53-.22l3.72-3.72c.29-.3.29-.77 0-1.06"/></svg>

React

import type { SVGProps } from "react";

export function ReiconArrow3Filled(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="m10.981 6.19l-3.71-3.71a.8.8 0 0 0-.26-.17c-.01 0-.02 0-.03-.01a.7.7 0 0 0-.25-.05c-.2 0-.39.08-.53.22l-3.73 3.72c-.29.29-.29.77 0 1.06s.77.29 1.06 0l2.45-2.45V21c0 .41.34.75.75.75s.75-.34.75-.75V4.81l2.44 2.44c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.76 0-1.06m10.547 10.56a.754.754 0 0 0-1.06 0l-2.45 2.45V3c0-.41-.34-.75-.75-.75s-.75.34-.75.75v16.19l-2.44-2.44a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l3.71 3.71c.07.07.16.13.26.17c.01 0 .02 0 .03.01c.08.03.17.05.26.05c.2 0 .39-.08.53-.22l3.72-3.72c.29-.3.29-.77 0-1.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.981 6.19l-3.71-3.71a.8.8 0 0 0-.26-.17c-.01 0-.02 0-.03-.01a.7.7 0 0 0-.25-.05c-.2 0-.39.08-.53.22l-3.73 3.72c-.29.29-.29.77 0 1.06s.77.29 1.06 0l2.45-2.45V21c0 .41.34.75.75.75s.75-.34.75-.75V4.81l2.44 2.44c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.76 0-1.06m10.547 10.56a.754.754 0 0 0-1.06 0l-2.45 2.45V3c0-.41-.34-.75-.75-.75s-.75.34-.75.75v16.19l-2.44-2.44a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l3.71 3.71c.07.07.16.13.26.17c.01 0 .02 0 .03.01c.08.03.17.05.26.05c.2 0 .39-.08.53-.22l3.72-3.72c.29-.3.29-.77 0-1.06"/></svg>
</template>

CSS

.icon-arrow3-filled {
  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%22m10.981%206.19l-3.71-3.71a.8.8%200%200%200-.26-.17c-.01%200-.02%200-.03-.01a.7.7%200%200%200-.25-.05c-.2%200-.39.08-.53.22l-3.73%203.72c-.29.29-.29.77%200%201.06s.77.29%201.06%200l2.45-2.45V21c0%20.41.34.75.75.75s.75-.34.75-.75V4.81l2.44%202.44c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.76%200-1.06m10.547%2010.56a.754.754%200%200%200-1.06%200l-2.45%202.45V3c0-.41-.34-.75-.75-.75s-.75.34-.75.75v16.19l-2.44-2.44a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l3.71%203.71c.07.07.16.13.26.17c.01%200%20.02%200%20.03.01c.08.03.17.05.26.05c.2%200%20.39-.08.53-.22l3.72-3.72c.29-.3.29-.77%200-1.06%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%22m10.981%206.19l-3.71-3.71a.8.8%200%200%200-.26-.17c-.01%200-.02%200-.03-.01a.7.7%200%200%200-.25-.05c-.2%200-.39.08-.53.22l-3.73%203.72c-.29.29-.29.77%200%201.06s.77.29%201.06%200l2.45-2.45V21c0%20.41.34.75.75.75s.75-.34.75-.75V4.81l2.44%202.44c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.76%200-1.06m10.547%2010.56a.754.754%200%200%200-1.06%200l-2.45%202.45V3c0-.41-.34-.75-.75-.75s-.75.34-.75.75v16.19l-2.44-2.44a.754.754%200%200%200-1.06%200c-.29.29-.29.77%200%201.06l3.71%203.71c.07.07.16.13.26.17c.01%200%20.02%200%20.03.01c.08.03.17.05.26.05c.2%200%20.39-.08.53-.22l3.72-3.72c.29-.3.29-.77%200-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Arrow3 filled icon — Reicon · IconsDB