gift card arrow right icon

gift-card-arrow-right-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
gift-card-arrow-right-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the gift card arrow 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 5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v7.81a6.5 6.5 0 0 0-1.5-1.078V9.5h-9.94l1.72 1.72a.75.75 0 1 1-1.06 1.06L9.5 10.56v4.94h1.813c-.154.478-.255.98-.294 1.5H5a3 3 0 0 1-3-3zm3-1.5A1.5 1.5 0 0 0 3.5 5v3h1.208A2.5 2.5 0 0 1 8 4.708V3.5zm4.5 0v1.208A2.5 2.5 0 0 1 12.792 8H20.5V5A1.5 1.5 0 0 0 19 3.5zM8 15.5v-4.94l-1.72 1.72a.75.75 0 0 1-1.06-1.06L6.94 9.5H3.5V14A1.5 1.5 0 0 0 5 15.5zM10.5 8a1 1 0 1 0-1-1v1zM8 6.996A1 1 0 1 0 7 8h1zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-8.5-.5a.5.5 0 0 0 0 1h4.793l-1.647 1.646a.5.5 0 0 0 .708.708l2.5-2.5a.5.5 0 0 0 0-.708l-2.5-2.5a.5.5 0 0 0-.708.708L19.293 17z"/></svg>

React

import type { SVGProps } from "react";

export function FluentGiftCardArrowRight24Regular(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 5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v7.81a6.5 6.5 0 0 0-1.5-1.078V9.5h-9.94l1.72 1.72a.75.75 0 1 1-1.06 1.06L9.5 10.56v4.94h1.813c-.154.478-.255.98-.294 1.5H5a3 3 0 0 1-3-3zm3-1.5A1.5 1.5 0 0 0 3.5 5v3h1.208A2.5 2.5 0 0 1 8 4.708V3.5zm4.5 0v1.208A2.5 2.5 0 0 1 12.792 8H20.5V5A1.5 1.5 0 0 0 19 3.5zM8 15.5v-4.94l-1.72 1.72a.75.75 0 0 1-1.06-1.06L6.94 9.5H3.5V14A1.5 1.5 0 0 0 5 15.5zM10.5 8a1 1 0 1 0-1-1v1zM8 6.996A1 1 0 1 0 7 8h1zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-8.5-.5a.5.5 0 0 0 0 1h4.793l-1.647 1.646a.5.5 0 0 0 .708.708l2.5-2.5a.5.5 0 0 0 0-.708l-2.5-2.5a.5.5 0 0 0-.708.708L19.293 17z"/></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 5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v7.81a6.5 6.5 0 0 0-1.5-1.078V9.5h-9.94l1.72 1.72a.75.75 0 1 1-1.06 1.06L9.5 10.56v4.94h1.813c-.154.478-.255.98-.294 1.5H5a3 3 0 0 1-3-3zm3-1.5A1.5 1.5 0 0 0 3.5 5v3h1.208A2.5 2.5 0 0 1 8 4.708V3.5zm4.5 0v1.208A2.5 2.5 0 0 1 12.792 8H20.5V5A1.5 1.5 0 0 0 19 3.5zM8 15.5v-4.94l-1.72 1.72a.75.75 0 0 1-1.06-1.06L6.94 9.5H3.5V14A1.5 1.5 0 0 0 5 15.5zM10.5 8a1 1 0 1 0-1-1v1zM8 6.996A1 1 0 1 0 7 8h1zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-8.5-.5a.5.5 0 0 0 0 1h4.793l-1.647 1.646a.5.5 0 0 0 .708.708l2.5-2.5a.5.5 0 0 0 0-.708l-2.5-2.5a.5.5 0 0 0-.708.708L19.293 17z"/></svg>
</template>

CSS

.icon-gift-card-arrow-right-24-regular {
  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%205a3%203%200%200%201%203-3h14a3%203%200%200%201%203%203v7.81a6.5%206.5%200%200%200-1.5-1.078V9.5h-9.94l1.72%201.72a.75.75%200%201%201-1.06%201.06L9.5%2010.56v4.94h1.813c-.154.478-.255.98-.294%201.5H5a3%203%200%200%201-3-3zm3-1.5A1.5%201.5%200%200%200%203.5%205v3h1.208A2.5%202.5%200%200%201%208%204.708V3.5zm4.5%200v1.208A2.5%202.5%200%200%201%2012.792%208H20.5V5A1.5%201.5%200%200%200%2019%203.5zM8%2015.5v-4.94l-1.72%201.72a.75.75%200%200%201-1.06-1.06L6.94%209.5H3.5V14A1.5%201.5%200%200%200%205%2015.5zM10.5%208a1%201%200%201%200-1-1v1zM8%206.996A1%201%200%201%200%207%208h1zM23%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-8.5-.5a.5.5%200%200%200%200%201h4.793l-1.647%201.646a.5.5%200%200%200%20.708.708l2.5-2.5a.5.5%200%200%200%200-.708l-2.5-2.5a.5.5%200%200%200-.708.708L19.293%2017z%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%205a3%203%200%200%201%203-3h14a3%203%200%200%201%203%203v7.81a6.5%206.5%200%200%200-1.5-1.078V9.5h-9.94l1.72%201.72a.75.75%200%201%201-1.06%201.06L9.5%2010.56v4.94h1.813c-.154.478-.255.98-.294%201.5H5a3%203%200%200%201-3-3zm3-1.5A1.5%201.5%200%200%200%203.5%205v3h1.208A2.5%202.5%200%200%201%208%204.708V3.5zm4.5%200v1.208A2.5%202.5%200%200%201%2012.792%208H20.5V5A1.5%201.5%200%200%200%2019%203.5zM8%2015.5v-4.94l-1.72%201.72a.75.75%200%200%201-1.06-1.06L6.94%209.5H3.5V14A1.5%201.5%200%200%200%205%2015.5zM10.5%208a1%201%200%201%200-1-1v1zM8%206.996A1%201%200%201%200%207%208h1zM23%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-8.5-.5a.5.5%200%200%200%200%201h4.793l-1.647%201.646a.5.5%200%200%200%20.708.708l2.5-2.5a.5.5%200%200%200%200-.708l-2.5-2.5a.5.5%200%200%200-.708.708L19.293%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/gift-card-arrow-right-24-regular.svg?color=%231a73e8&size=48