gift card multiple icon

gift-card-multiple-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
gift-card-multiple-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 multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 4h3v2.708A2.5 2.5 0 0 0 4.708 10H2V7a3 3 0 0 1 3-3M2 14.5v-3h4.94l-1.72 1.72a.75.75 0 1 0 1.06 1.06L8 12.56v4.94H5a3 3 0 0 1-3-3m7.5 3h7a3 3 0 0 0 3-3v-3h-8.94l1.72 1.72a.75.75 0 1 1-1.06 1.06L9.5 12.56zm3.292-7.5H19.5V7a3 3 0 0 0-3-3h-7v2.708A2.5 2.5 0 0 1 12.792 10M10.5 10h-1V9a1 1 0 1 1 1 1M7 10h1V8.992A1 1 0 1 0 7 10m.5 10a3 3 0 0 1-2.599-1.5H16.5a4 4 0 0 0 4-4V6.901A3 3 0 0 1 22 9.5v5a5.5 5.5 0 0 1-5.5 5.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentGiftCardMultiple24Filled(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="M5 4h3v2.708A2.5 2.5 0 0 0 4.708 10H2V7a3 3 0 0 1 3-3M2 14.5v-3h4.94l-1.72 1.72a.75.75 0 1 0 1.06 1.06L8 12.56v4.94H5a3 3 0 0 1-3-3m7.5 3h7a3 3 0 0 0 3-3v-3h-8.94l1.72 1.72a.75.75 0 1 1-1.06 1.06L9.5 12.56zm3.292-7.5H19.5V7a3 3 0 0 0-3-3h-7v2.708A2.5 2.5 0 0 1 12.792 10M10.5 10h-1V9a1 1 0 1 1 1 1M7 10h1V8.992A1 1 0 1 0 7 10m.5 10a3 3 0 0 1-2.599-1.5H16.5a4 4 0 0 0 4-4V6.901A3 3 0 0 1 22 9.5v5a5.5 5.5 0 0 1-5.5 5.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 4h3v2.708A2.5 2.5 0 0 0 4.708 10H2V7a3 3 0 0 1 3-3M2 14.5v-3h4.94l-1.72 1.72a.75.75 0 1 0 1.06 1.06L8 12.56v4.94H5a3 3 0 0 1-3-3m7.5 3h7a3 3 0 0 0 3-3v-3h-8.94l1.72 1.72a.75.75 0 1 1-1.06 1.06L9.5 12.56zm3.292-7.5H19.5V7a3 3 0 0 0-3-3h-7v2.708A2.5 2.5 0 0 1 12.792 10M10.5 10h-1V9a1 1 0 1 1 1 1M7 10h1V8.992A1 1 0 1 0 7 10m.5 10a3 3 0 0 1-2.599-1.5H16.5a4 4 0 0 0 4-4V6.901A3 3 0 0 1 22 9.5v5a5.5 5.5 0 0 1-5.5 5.5z"/></svg>
</template>

CSS

.icon-gift-card-multiple-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%22M5%204h3v2.708A2.5%202.5%200%200%200%204.708%2010H2V7a3%203%200%200%201%203-3M2%2014.5v-3h4.94l-1.72%201.72a.75.75%200%201%200%201.06%201.06L8%2012.56v4.94H5a3%203%200%200%201-3-3m7.5%203h7a3%203%200%200%200%203-3v-3h-8.94l1.72%201.72a.75.75%200%201%201-1.06%201.06L9.5%2012.56zm3.292-7.5H19.5V7a3%203%200%200%200-3-3h-7v2.708A2.5%202.5%200%200%201%2012.792%2010M10.5%2010h-1V9a1%201%200%201%201%201%201M7%2010h1V8.992A1%201%200%201%200%207%2010m.5%2010a3%203%200%200%201-2.599-1.5H16.5a4%204%200%200%200%204-4V6.901A3%203%200%200%201%2022%209.5v5a5.5%205.5%200%200%201-5.5%205.5z%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%22M5%204h3v2.708A2.5%202.5%200%200%200%204.708%2010H2V7a3%203%200%200%201%203-3M2%2014.5v-3h4.94l-1.72%201.72a.75.75%200%201%200%201.06%201.06L8%2012.56v4.94H5a3%203%200%200%201-3-3m7.5%203h7a3%203%200%200%200%203-3v-3h-8.94l1.72%201.72a.75.75%200%201%201-1.06%201.06L9.5%2012.56zm3.292-7.5H19.5V7a3%203%200%200%200-3-3h-7v2.708A2.5%202.5%200%200%201%2012.792%2010M10.5%2010h-1V9a1%201%200%201%201%201%201M7%2010h1V8.992A1%201%200%201%200%207%2010m.5%2010a3%203%200%200%201-2.599-1.5H16.5a4%204%200%200%200%204-4V6.901A3%203%200%200%201%2022%209.5v5a5.5%205.5%200%200%201-5.5%205.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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