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

Name
gift-card-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the gift card icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 4H4.75A2.75 2.75 0 0 0 2 6.75V9h2.268A2 2 0 0 1 7 6.268zm1 4v1h1a1 1 0 1 0-1-1m2.732 1A2 2 0 0 0 8 6.268V4h7.25A2.75 2.75 0 0 1 18 6.75V9zm-2.025 1l1.647 1.646a.5.5 0 0 1-.708.708L8 10.707V16h7.25A2.75 2.75 0 0 0 18 13.25V10zM7 16v-5.293l-1.646 1.647a.5.5 0 0 1-.708-.708L6.293 10H2v3.25A2.75 2.75 0 0 0 4.75 16zm0-8a1 1 0 1 0-1 1h1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentGiftCard20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 4H4.75A2.75 2.75 0 0 0 2 6.75V9h2.268A2 2 0 0 1 7 6.268zm1 4v1h1a1 1 0 1 0-1-1m2.732 1A2 2 0 0 0 8 6.268V4h7.25A2.75 2.75 0 0 1 18 6.75V9zm-2.025 1l1.647 1.646a.5.5 0 0 1-.708.708L8 10.707V16h7.25A2.75 2.75 0 0 0 18 13.25V10zM7 16v-5.293l-1.646 1.647a.5.5 0 0 1-.708-.708L6.293 10H2v3.25A2.75 2.75 0 0 0 4.75 16zm0-8a1 1 0 1 0-1 1h1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 4H4.75A2.75 2.75 0 0 0 2 6.75V9h2.268A2 2 0 0 1 7 6.268zm1 4v1h1a1 1 0 1 0-1-1m2.732 1A2 2 0 0 0 8 6.268V4h7.25A2.75 2.75 0 0 1 18 6.75V9zm-2.025 1l1.647 1.646a.5.5 0 0 1-.708.708L8 10.707V16h7.25A2.75 2.75 0 0 0 18 13.25V10zM7 16v-5.293l-1.646 1.647a.5.5 0 0 1-.708-.708L6.293 10H2v3.25A2.75 2.75 0 0 0 4.75 16zm0-8a1 1 0 1 0-1 1h1z"/></svg>
</template>

CSS

.icon-gift-card-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%204H4.75A2.75%202.75%200%200%200%202%206.75V9h2.268A2%202%200%200%201%207%206.268zm1%204v1h1a1%201%200%201%200-1-1m2.732%201A2%202%200%200%200%208%206.268V4h7.25A2.75%202.75%200%200%201%2018%206.75V9zm-2.025%201l1.647%201.646a.5.5%200%200%201-.708.708L8%2010.707V16h7.25A2.75%202.75%200%200%200%2018%2013.25V10zM7%2016v-5.293l-1.646%201.647a.5.5%200%200%201-.708-.708L6.293%2010H2v3.25A2.75%202.75%200%200%200%204.75%2016zm0-8a1%201%200%201%200-1%201h1z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%204H4.75A2.75%202.75%200%200%200%202%206.75V9h2.268A2%202%200%200%201%207%206.268zm1%204v1h1a1%201%200%201%200-1-1m2.732%201A2%202%200%200%200%208%206.268V4h7.25A2.75%202.75%200%200%201%2018%206.75V9zm-2.025%201l1.647%201.646a.5.5%200%200%201-.708.708L8%2010.707V16h7.25A2.75%202.75%200%200%200%2018%2013.25V10zM7%2016v-5.293l-1.646%201.647a.5.5%200%200%201-.708-.708L6.293%2010H2v3.25A2.75%202.75%200%200%200%204.75%2016zm0-8a1%201%200%201%200-1%201h1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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