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

Name
gift-card-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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="M2 6.75A2.75 2.75 0 0 1 4.75 4h10.5A2.75 2.75 0 0 1 18 6.75v6.5A2.75 2.75 0 0 1 15.25 16H4.75A2.75 2.75 0 0 1 2 13.25zM3 10v3.25c0 .966.784 1.75 1.75 1.75H7v-4.293l-1.646 1.647a.5.5 0 0 1-.708-.708L6.293 10zm1.268-1A2 2 0 0 1 7 6.268V5H4.75A1.75 1.75 0 0 0 3 6.75V9zM6 9h1V8a1 1 0 1 0-1 1m2-1v1h1a1 1 0 1 0-1-1m2.732 1H17V6.75A1.75 1.75 0 0 0 15.25 5H8v1.268A2 2 0 0 1 10.732 9m-2.025 1l1.647 1.646a.5.5 0 0 1-.708.708L8 10.707V15h7.25A1.75 1.75 0 0 0 17 13.25V10z"/></svg>

React

import type { SVGProps } from "react";

export function FluentGiftCard20Regular(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="M2 6.75A2.75 2.75 0 0 1 4.75 4h10.5A2.75 2.75 0 0 1 18 6.75v6.5A2.75 2.75 0 0 1 15.25 16H4.75A2.75 2.75 0 0 1 2 13.25zM3 10v3.25c0 .966.784 1.75 1.75 1.75H7v-4.293l-1.646 1.647a.5.5 0 0 1-.708-.708L6.293 10zm1.268-1A2 2 0 0 1 7 6.268V5H4.75A1.75 1.75 0 0 0 3 6.75V9zM6 9h1V8a1 1 0 1 0-1 1m2-1v1h1a1 1 0 1 0-1-1m2.732 1H17V6.75A1.75 1.75 0 0 0 15.25 5H8v1.268A2 2 0 0 1 10.732 9m-2.025 1l1.647 1.646a.5.5 0 0 1-.708.708L8 10.707V15h7.25A1.75 1.75 0 0 0 17 13.25V10z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 6.75A2.75 2.75 0 0 1 4.75 4h10.5A2.75 2.75 0 0 1 18 6.75v6.5A2.75 2.75 0 0 1 15.25 16H4.75A2.75 2.75 0 0 1 2 13.25zM3 10v3.25c0 .966.784 1.75 1.75 1.75H7v-4.293l-1.646 1.647a.5.5 0 0 1-.708-.708L6.293 10zm1.268-1A2 2 0 0 1 7 6.268V5H4.75A1.75 1.75 0 0 0 3 6.75V9zM6 9h1V8a1 1 0 1 0-1 1m2-1v1h1a1 1 0 1 0-1-1m2.732 1H17V6.75A1.75 1.75 0 0 0 15.25 5H8v1.268A2 2 0 0 1 10.732 9m-2.025 1l1.647 1.646a.5.5 0 0 1-.708.708L8 10.707V15h7.25A1.75 1.75 0 0 0 17 13.25V10z"/></svg>
</template>

CSS

.icon-gift-card-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%206.75A2.75%202.75%200%200%201%204.75%204h10.5A2.75%202.75%200%200%201%2018%206.75v6.5A2.75%202.75%200%200%201%2015.25%2016H4.75A2.75%202.75%200%200%201%202%2013.25zM3%2010v3.25c0%20.966.784%201.75%201.75%201.75H7v-4.293l-1.646%201.647a.5.5%200%200%201-.708-.708L6.293%2010zm1.268-1A2%202%200%200%201%207%206.268V5H4.75A1.75%201.75%200%200%200%203%206.75V9zM6%209h1V8a1%201%200%201%200-1%201m2-1v1h1a1%201%200%201%200-1-1m2.732%201H17V6.75A1.75%201.75%200%200%200%2015.25%205H8v1.268A2%202%200%200%201%2010.732%209m-2.025%201l1.647%201.646a.5.5%200%200%201-.708.708L8%2010.707V15h7.25A1.75%201.75%200%200%200%2017%2013.25V10z%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%22M2%206.75A2.75%202.75%200%200%201%204.75%204h10.5A2.75%202.75%200%200%201%2018%206.75v6.5A2.75%202.75%200%200%201%2015.25%2016H4.75A2.75%202.75%200%200%201%202%2013.25zM3%2010v3.25c0%20.966.784%201.75%201.75%201.75H7v-4.293l-1.646%201.647a.5.5%200%200%201-.708-.708L6.293%2010zm1.268-1A2%202%200%200%201%207%206.268V5H4.75A1.75%201.75%200%200%200%203%206.75V9zM6%209h1V8a1%201%200%201%200-1%201m2-1v1h1a1%201%200%201%200-1-1m2.732%201H17V6.75A1.75%201.75%200%200%200%2015.25%205H8v1.268A2%202%200%200%201%2010.732%209m-2.025%201l1.647%201.646a.5.5%200%200%201-.708.708L8%2010.707V15h7.25A1.75%201.75%200%200%200%2017%2013.25V10z%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-regular.svg?color=%231a73e8&size=48