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

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

1 other variant in Reicon

The same icon in other sets

All arrow icons →

More newicons icons from Reicon

Use the arrow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22.75c-.41 0-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75m0-4c-.41 0-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75m0-4c-.41 0-.75-.34-.75-.75v-3c0-4.27 3.48-7.75 7.75-7.75h3c.41 0 .75.34.75.75s-.34.75-.75.75h-3c-3.45 0-6.25 2.8-6.25 6.25v3c0 .41-.34.75-.75.75"/><path d="M12 14.75c-.41 0-.75-.34-.75-.75v-3c0-3.45-2.8-6.25-6.25-6.25H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c4.27 0 7.75 3.48 7.75 7.75v3c0 .41-.34.75-.75.75"/><path d="M4.001 6.751c-.19 0-.38-.07-.53-.22l-2-2a.754.754 0 0 1 0-1.06l2-2c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.47 1.47l1.47 1.47c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22m16 0c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l1.47-1.47l-1.47-1.47a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2 2c.29.29.29.77 0 1.06l-2 2c-.15.15-.34.22-.53.22"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconArrowFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22.75c-.41 0-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75m0-4c-.41 0-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75m0-4c-.41 0-.75-.34-.75-.75v-3c0-4.27 3.48-7.75 7.75-7.75h3c.41 0 .75.34.75.75s-.34.75-.75.75h-3c-3.45 0-6.25 2.8-6.25 6.25v3c0 .41-.34.75-.75.75"/><path d="M12 14.75c-.41 0-.75-.34-.75-.75v-3c0-3.45-2.8-6.25-6.25-6.25H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c4.27 0 7.75 3.48 7.75 7.75v3c0 .41-.34.75-.75.75"/><path d="M4.001 6.751c-.19 0-.38-.07-.53-.22l-2-2a.754.754 0 0 1 0-1.06l2-2c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.47 1.47l1.47 1.47c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22m16 0c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l1.47-1.47l-1.47-1.47a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2 2c.29.29.29.77 0 1.06l-2 2c-.15.15-.34.22-.53.22"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22.75c-.41 0-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75m0-4c-.41 0-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75m0-4c-.41 0-.75-.34-.75-.75v-3c0-4.27 3.48-7.75 7.75-7.75h3c.41 0 .75.34.75.75s-.34.75-.75.75h-3c-3.45 0-6.25 2.8-6.25 6.25v3c0 .41-.34.75-.75.75"/><path d="M12 14.75c-.41 0-.75-.34-.75-.75v-3c0-3.45-2.8-6.25-6.25-6.25H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c4.27 0 7.75 3.48 7.75 7.75v3c0 .41-.34.75-.75.75"/><path d="M4.001 6.751c-.19 0-.38-.07-.53-.22l-2-2a.754.754 0 0 1 0-1.06l2-2c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.47 1.47l1.47 1.47c.29.29.29.77 0 1.06c-.15.15-.34.22-.53.22m16 0c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l1.47-1.47l-1.47-1.47a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2 2c.29.29.29.77 0 1.06l-2 2c-.15.15-.34.22-.53.22"/></g></svg>
</template>

CSS

.icon-arrow-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2022.75c-.41%200-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0%20.41-.34.75-.75.75m0-4c-.41%200-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0%20.41-.34.75-.75.75m0-4c-.41%200-.75-.34-.75-.75v-3c0-4.27%203.48-7.75%207.75-7.75h3c.41%200%20.75.34.75.75s-.34.75-.75.75h-3c-3.45%200-6.25%202.8-6.25%206.25v3c0%20.41-.34.75-.75.75%22%2F%3E%3Cpath%20d%3D%22M12%2014.75c-.41%200-.75-.34-.75-.75v-3c0-3.45-2.8-6.25-6.25-6.25H2c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h3c4.27%200%207.75%203.48%207.75%207.75v3c0%20.41-.34.75-.75.75%22%2F%3E%3Cpath%20d%3D%22M4.001%206.751c-.19%200-.38-.07-.53-.22l-2-2a.754.754%200%200%201%200-1.06l2-2c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-1.47%201.47l1.47%201.47c.29.29.29.77%200%201.06c-.15.15-.34.22-.53.22m16%200c-.19%200-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l1.47-1.47l-1.47-1.47a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l2%202c.29.29.29.77%200%201.06l-2%202c-.15.15-.34.22-.53.22%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2022.75c-.41%200-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0%20.41-.34.75-.75.75m0-4c-.41%200-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0%20.41-.34.75-.75.75m0-4c-.41%200-.75-.34-.75-.75v-3c0-4.27%203.48-7.75%207.75-7.75h3c.41%200%20.75.34.75.75s-.34.75-.75.75h-3c-3.45%200-6.25%202.8-6.25%206.25v3c0%20.41-.34.75-.75.75%22%2F%3E%3Cpath%20d%3D%22M12%2014.75c-.41%200-.75-.34-.75-.75v-3c0-3.45-2.8-6.25-6.25-6.25H2c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h3c4.27%200%207.75%203.48%207.75%207.75v3c0%20.41-.34.75-.75.75%22%2F%3E%3Cpath%20d%3D%22M4.001%206.751c-.19%200-.38-.07-.53-.22l-2-2a.754.754%200%200%201%200-1.06l2-2c.29-.29.77-.29%201.06%200s.29.77%200%201.06l-1.47%201.47l1.47%201.47c.29.29.29.77%200%201.06c-.15.15-.34.22-.53.22m16%200c-.19%200-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l1.47-1.47l-1.47-1.47a.754.754%200%200%201%200-1.06c.29-.29.77-.29%201.06%200l2%202c.29.29.29.77%200%201.06l-2%202c-.15.15-.34.22-.53.22%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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