gift-card-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
gift-card-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the gift card icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zm-3.095 4.04a2.6 2.6 0 0 0-3.55.951L12 9.604l-.354-.613a2.6 2.6 0 0 0-3.551-.951l-.595.343a2.715 2.715 0 0 0-.993 3.707a3.29 3.29 0 0 0 3.116 1.632L8.654 15.4a1 1 0 0 0 1.732 1L12 13.605l1.614 2.795a1 1 0 0 0 1.733-1l-.97-1.678c1.227.1 2.46-.496 3.116-1.632a2.715 2.715 0 0 0-.993-3.707zm-6.81 1.731a.6.6 0 0 1 .82.22l.7 1.213l-.619.357a1.287 1.287 0 0 1-1.757-.471a.714.714 0 0 1 .261-.975zm4.99.22a.6.6 0 0 1 .82-.22l.595.344a.714.714 0 0 1 .26.975a1.287 1.287 0 0 1-1.756.472l-.618-.358z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteGiftCardFill(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="M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zm-3.095 4.04a2.6 2.6 0 0 0-3.55.951L12 9.604l-.354-.613a2.6 2.6 0 0 0-3.551-.951l-.595.343a2.715 2.715 0 0 0-.993 3.707a3.29 3.29 0 0 0 3.116 1.632L8.654 15.4a1 1 0 0 0 1.732 1L12 13.605l1.614 2.795a1 1 0 0 0 1.733-1l-.97-1.678c1.227.1 2.46-.496 3.116-1.632a2.715 2.715 0 0 0-.993-3.707zm-6.81 1.731a.6.6 0 0 1 .82.22l.7 1.213l-.619.357a1.287 1.287 0 0 1-1.757-.471a.714.714 0 0 1 .261-.975zm4.99.22a.6.6 0 0 1 .82-.22l.595.344a.714.714 0 0 1 .26.975a1.287 1.287 0 0 1-1.756.472l-.618-.358z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zm-3.095 4.04a2.6 2.6 0 0 0-3.55.951L12 9.604l-.354-.613a2.6 2.6 0 0 0-3.551-.951l-.595.343a2.715 2.715 0 0 0-.993 3.707a3.29 3.29 0 0 0 3.116 1.632L8.654 15.4a1 1 0 0 0 1.732 1L12 13.605l1.614 2.795a1 1 0 0 0 1.733-1l-.97-1.678c1.227.1 2.46-.496 3.116-1.632a2.715 2.715 0 0 0-.993-3.707zm-6.81 1.731a.6.6 0 0 1 .82.22l.7 1.213l-.619.357a1.287 1.287 0 0 1-1.757-.471a.714.714 0 0 1 .261-.975zm4.99.22a.6.6 0 0 1 .82-.22l.595.344a.714.714 0 0 1 .26.975a1.287 1.287 0 0 1-1.756.472l-.618-.358z"/></svg>
</template>

CSS

.icon-gift-card-fill {
  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%22M19%204a3%203%200%200%201%203%203v10a3%203%200%200%201-3%203H5a3%203%200%200%201-3-3V7a3%203%200%200%201%203-3zm-3.095%204.04a2.6%202.6%200%200%200-3.55.951L12%209.604l-.354-.613a2.6%202.6%200%200%200-3.551-.951l-.595.343a2.715%202.715%200%200%200-.993%203.707a3.29%203.29%200%200%200%203.116%201.632L8.654%2015.4a1%201%200%200%200%201.732%201L12%2013.605l1.614%202.795a1%201%200%200%200%201.733-1l-.97-1.678c1.227.1%202.46-.496%203.116-1.632a2.715%202.715%200%200%200-.993-3.707zm-6.81%201.731a.6.6%200%200%201%20.82.22l.7%201.213l-.619.357a1.287%201.287%200%200%201-1.757-.471a.714.714%200%200%201%20.261-.975zm4.99.22a.6.6%200%200%201%20.82-.22l.595.344a.714.714%200%200%201%20.26.975a1.287%201.287%200%200%201-1.756.472l-.618-.358z%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%22M19%204a3%203%200%200%201%203%203v10a3%203%200%200%201-3%203H5a3%203%200%200%201-3-3V7a3%203%200%200%201%203-3zm-3.095%204.04a2.6%202.6%200%200%200-3.55.951L12%209.604l-.354-.613a2.6%202.6%200%200%200-3.551-.951l-.595.343a2.715%202.715%200%200%200-.993%203.707a3.29%203.29%200%200%200%203.116%201.632L8.654%2015.4a1%201%200%200%200%201.732%201L12%2013.605l1.614%202.795a1%201%200%200%200%201.733-1l-.97-1.678c1.227.1%202.46-.496%203.116-1.632a2.715%202.715%200%200%200-.993-3.707zm-6.81%201.731a.6.6%200%200%201%20.82.22l.7%201.213l-.619.357a1.287%201.287%200%200%201-1.757-.471a.714.714%200%200%201%20.261-.975zm4.99.22a.6.6%200%200%201%20.82-.22l.595.344a.714.714%200%200%201%20.26.975a1.287%201.287%200%200%201-1.756.472l-.618-.358z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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