direct right icon

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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the direct right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.71 17.02l1.74-3.48c.48-.97.48-2.1 0-3.07L2.71 6.98C1.22 4 4.43.85 7.38 2.41l1.54.82c.22.11.39.29.48.51l5.69 12.65c.23.52.02 1.13-.48 1.39l-7.24 3.81C4.43 23.15 1.22 20 2.71 17.02m13.6-1.42l-3.73-8.28c-.42-.93.58-1.87 1.48-1.39l5.77 3.04c2.45 1.29 2.45 4.79 0 6.08l-2.04 1.07c-.55.28-1.22.05-1.48-.52"/></svg>

React

import type { SVGProps } from "react";

export function ReiconDirectRightFilled(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="m2.71 17.02l1.74-3.48c.48-.97.48-2.1 0-3.07L2.71 6.98C1.22 4 4.43.85 7.38 2.41l1.54.82c.22.11.39.29.48.51l5.69 12.65c.23.52.02 1.13-.48 1.39l-7.24 3.81C4.43 23.15 1.22 20 2.71 17.02m13.6-1.42l-3.73-8.28c-.42-.93.58-1.87 1.48-1.39l5.77 3.04c2.45 1.29 2.45 4.79 0 6.08l-2.04 1.07c-.55.28-1.22.05-1.48-.52"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.71 17.02l1.74-3.48c.48-.97.48-2.1 0-3.07L2.71 6.98C1.22 4 4.43.85 7.38 2.41l1.54.82c.22.11.39.29.48.51l5.69 12.65c.23.52.02 1.13-.48 1.39l-7.24 3.81C4.43 23.15 1.22 20 2.71 17.02m13.6-1.42l-3.73-8.28c-.42-.93.58-1.87 1.48-1.39l5.77 3.04c2.45 1.29 2.45 4.79 0 6.08l-2.04 1.07c-.55.28-1.22.05-1.48-.52"/></svg>
</template>

CSS

.icon-direct-right-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%22m2.71%2017.02l1.74-3.48c.48-.97.48-2.1%200-3.07L2.71%206.98C1.22%204%204.43.85%207.38%202.41l1.54.82c.22.11.39.29.48.51l5.69%2012.65c.23.52.02%201.13-.48%201.39l-7.24%203.81C4.43%2023.15%201.22%2020%202.71%2017.02m13.6-1.42l-3.73-8.28c-.42-.93.58-1.87%201.48-1.39l5.77%203.04c2.45%201.29%202.45%204.79%200%206.08l-2.04%201.07c-.55.28-1.22.05-1.48-.52%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%22m2.71%2017.02l1.74-3.48c.48-.97.48-2.1%200-3.07L2.71%206.98C1.22%204%204.43.85%207.38%202.41l1.54.82c.22.11.39.29.48.51l5.69%2012.65c.23.52.02%201.13-.48%201.39l-7.24%203.81C4.43%2023.15%201.22%2020%202.71%2017.02m13.6-1.42l-3.73-8.28c-.42-.93.58-1.87%201.48-1.39l5.77%203.04c2.45%201.29%202.45%204.79%200%206.08l-2.04%201.07c-.55.28-1.22.05-1.48-.52%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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