gift card arrow right icon
gift-card-arrow-right-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- gift-card-arrow-right-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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="M8 2H5a3 3 0 0 0-3 3v3h2.708A2.5 2.5 0 0 1 8 4.708zM2 9.5V14a3 3 0 0 0 3 3h3v-6.44l-1.72 1.72a.75.75 0 0 1-1.06-1.06L6.94 9.5zM9.5 17h1.519A6.5 6.5 0 0 1 22 12.81V9.5H10.56l1.72 1.72a.75.75 0 1 1-1.06 1.06L9.5 10.56zM22 8h-9.208A2.5 2.5 0 0 0 9.5 4.708V2H19a3 3 0 0 1 3 3zM10.5 8h-1V7a1 1 0 1 1 1 1M8 8H7a1 1 0 1 1 1-1.008zm15 9.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 FluentGiftCardArrowRight24Filled(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="M8 2H5a3 3 0 0 0-3 3v3h2.708A2.5 2.5 0 0 1 8 4.708zM2 9.5V14a3 3 0 0 0 3 3h3v-6.44l-1.72 1.72a.75.75 0 0 1-1.06-1.06L6.94 9.5zM9.5 17h1.519A6.5 6.5 0 0 1 22 12.81V9.5H10.56l1.72 1.72a.75.75 0 1 1-1.06 1.06L9.5 10.56zM22 8h-9.208A2.5 2.5 0 0 0 9.5 4.708V2H19a3 3 0 0 1 3 3zM10.5 8h-1V7a1 1 0 1 1 1 1M8 8H7a1 1 0 1 1 1-1.008zm15 9.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="M8 2H5a3 3 0 0 0-3 3v3h2.708A2.5 2.5 0 0 1 8 4.708zM2 9.5V14a3 3 0 0 0 3 3h3v-6.44l-1.72 1.72a.75.75 0 0 1-1.06-1.06L6.94 9.5zM9.5 17h1.519A6.5 6.5 0 0 1 22 12.81V9.5H10.56l1.72 1.72a.75.75 0 1 1-1.06 1.06L9.5 10.56zM22 8h-9.208A2.5 2.5 0 0 0 9.5 4.708V2H19a3 3 0 0 1 3 3zM10.5 8h-1V7a1 1 0 1 1 1 1M8 8H7a1 1 0 1 1 1-1.008zm15 9.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-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%22M8%202H5a3%203%200%200%200-3%203v3h2.708A2.5%202.5%200%200%201%208%204.708zM2%209.5V14a3%203%200%200%200%203%203h3v-6.44l-1.72%201.72a.75.75%200%200%201-1.06-1.06L6.94%209.5zM9.5%2017h1.519A6.5%206.5%200%200%201%2022%2012.81V9.5H10.56l1.72%201.72a.75.75%200%201%201-1.06%201.06L9.5%2010.56zM22%208h-9.208A2.5%202.5%200%200%200%209.5%204.708V2H19a3%203%200%200%201%203%203zM10.5%208h-1V7a1%201%200%201%201%201%201M8%208H7a1%201%200%201%201%201-1.008zm15%209.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%22M8%202H5a3%203%200%200%200-3%203v3h2.708A2.5%202.5%200%200%201%208%204.708zM2%209.5V14a3%203%200%200%200%203%203h3v-6.44l-1.72%201.72a.75.75%200%200%201-1.06-1.06L6.94%209.5zM9.5%2017h1.519A6.5%206.5%200%200%201%2022%2012.81V9.5H10.56l1.72%201.72a.75.75%200%201%201-1.06%201.06L9.5%2010.56zM22%208h-9.208A2.5%202.5%200%200%200%209.5%204.708V2H19a3%203%200%200%201%203%203zM10.5%208h-1V7a1%201%200%201%201%201%201M8%208H7a1%201%200%201%201%201-1.008zm15%209.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-filled.svg?color=%231a73e8&size=48