gift icon
gift-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- gift-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
giftAkar Iconsgift-filledAnt Design IconsgiftBootstrap IconsgiftBoxIcons v2giftBoxIcons v2 SolidgiftCarbongiftCodiconsgift-fillEva IconsgiftFramework7 IconsgiftFont Awesome 6 SolidgiftFont Awesome SolidgiftFeather Iconsgift-16-filledFluent UI System Iconsgift-16Fluent UI System Color Iconsgiftcss.gggiftHeroIconsgiftHuge IconsgiftHumbleiconsgiftIconParkgiftIconPark OutlinegiftIconPark SolidgiftIconPark TwoTonegiftIconoirgiftIonIcons
Related icons in MingCute Icon
Use the gift icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 21H7a3 3 0 0 1-3-3v-5h7zm9-3a3 3 0 0 1-3 3h-4v-8h7zM9 2a4 4 0 0 1 3 1.355A4 4 0 0 1 15 2h.5A1.5 1.5 0 0 1 17 3.5V4a4 4 0 0 1-.536 2H19a2 2 0 0 1 2 2v2c0 .365-.1.706-.27 1H13V8a1 1 0 1 0-2 0v3H3.27A2 2 0 0 1 3 10V8a2 2 0 0 1 2-2h2.536A4 4 0 0 1 7 4v-.5A1.5 1.5 0 0 1 8.5 2zm0 2a2 2 0 0 0 2 2a2 2 0 0 0-2-2m6 0a2 2 0 0 0-2 2a2 2 0 0 0 2-2"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteGiftFill(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="M11 21H7a3 3 0 0 1-3-3v-5h7zm9-3a3 3 0 0 1-3 3h-4v-8h7zM9 2a4 4 0 0 1 3 1.355A4 4 0 0 1 15 2h.5A1.5 1.5 0 0 1 17 3.5V4a4 4 0 0 1-.536 2H19a2 2 0 0 1 2 2v2c0 .365-.1.706-.27 1H13V8a1 1 0 1 0-2 0v3H3.27A2 2 0 0 1 3 10V8a2 2 0 0 1 2-2h2.536A4 4 0 0 1 7 4v-.5A1.5 1.5 0 0 1 8.5 2zm0 2a2 2 0 0 0 2 2a2 2 0 0 0-2-2m6 0a2 2 0 0 0-2 2a2 2 0 0 0 2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 21H7a3 3 0 0 1-3-3v-5h7zm9-3a3 3 0 0 1-3 3h-4v-8h7zM9 2a4 4 0 0 1 3 1.355A4 4 0 0 1 15 2h.5A1.5 1.5 0 0 1 17 3.5V4a4 4 0 0 1-.536 2H19a2 2 0 0 1 2 2v2c0 .365-.1.706-.27 1H13V8a1 1 0 1 0-2 0v3H3.27A2 2 0 0 1 3 10V8a2 2 0 0 1 2-2h2.536A4 4 0 0 1 7 4v-.5A1.5 1.5 0 0 1 8.5 2zm0 2a2 2 0 0 0 2 2a2 2 0 0 0-2-2m6 0a2 2 0 0 0-2 2a2 2 0 0 0 2-2"/></svg> </template>
CSS
.icon-gift-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%22M11%2021H7a3%203%200%200%201-3-3v-5h7zm9-3a3%203%200%200%201-3%203h-4v-8h7zM9%202a4%204%200%200%201%203%201.355A4%204%200%200%201%2015%202h.5A1.5%201.5%200%200%201%2017%203.5V4a4%204%200%200%201-.536%202H19a2%202%200%200%201%202%202v2c0%20.365-.1.706-.27%201H13V8a1%201%200%201%200-2%200v3H3.27A2%202%200%200%201%203%2010V8a2%202%200%200%201%202-2h2.536A4%204%200%200%201%207%204v-.5A1.5%201.5%200%200%201%208.5%202zm0%202a2%202%200%200%200%202%202a2%202%200%200%200-2-2m6%200a2%202%200%200%200-2%202a2%202%200%200%200%202-2%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%22M11%2021H7a3%203%200%200%201-3-3v-5h7zm9-3a3%203%200%200%201-3%203h-4v-8h7zM9%202a4%204%200%200%201%203%201.355A4%204%200%200%201%2015%202h.5A1.5%201.5%200%200%201%2017%203.5V4a4%204%200%200%201-.536%202H19a2%202%200%200%201%202%202v2c0%20.365-.1.706-.27%201H13V8a1%201%200%201%200-2%200v3H3.27A2%202%200%200%201%203%2010V8a2%202%200%200%201%202-2h2.536A4%204%200%200%201%207%204v-.5A1.5%201.5%200%200%201%208.5%202zm0%202a2%202%200%200%200%202%202a2%202%200%200%200-2-2m6%200a2%202%200%200%200-2%202a2%202%200%200%200%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/gift-fill.svg?color=%231a73e8&size=48