gift 2 icon
gift-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- gift-2-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 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 21H6a3 3 0 0 1-3-3v-4h8zm10-3a3 3 0 0 1-3 3h-5v-7h8zM8.667 2c1.34 0 2.538.609 3.333 1.564A4.32 4.32 0 0 1 15.333 2h.067A2.6 2.6 0 0 1 18 4.6c0 .499-.108.973-.3 1.4h.3a3 3 0 0 1 3 3v3h-8V7h-2v5H3V9a3 3 0 0 1 3-3h.3A3.4 3.4 0 0 1 6 4.6A2.6 2.6 0 0 1 8.6 2zM8.6 4a.6.6 0 0 0-.6.6A1.4 1.4 0 0 0 9.4 6h1.577a2.334 2.334 0 0 0-2.31-2zm6.733 0c-1.175 0-2.148.87-2.31 2H14.6A1.4 1.4 0 0 0 16 4.6a.6.6 0 0 0-.6-.6z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteGift2Fill(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 21H6a3 3 0 0 1-3-3v-4h8zm10-3a3 3 0 0 1-3 3h-5v-7h8zM8.667 2c1.34 0 2.538.609 3.333 1.564A4.32 4.32 0 0 1 15.333 2h.067A2.6 2.6 0 0 1 18 4.6c0 .499-.108.973-.3 1.4h.3a3 3 0 0 1 3 3v3h-8V7h-2v5H3V9a3 3 0 0 1 3-3h.3A3.4 3.4 0 0 1 6 4.6A2.6 2.6 0 0 1 8.6 2zM8.6 4a.6.6 0 0 0-.6.6A1.4 1.4 0 0 0 9.4 6h1.577a2.334 2.334 0 0 0-2.31-2zm6.733 0c-1.175 0-2.148.87-2.31 2H14.6A1.4 1.4 0 0 0 16 4.6a.6.6 0 0 0-.6-.6z"/></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 21H6a3 3 0 0 1-3-3v-4h8zm10-3a3 3 0 0 1-3 3h-5v-7h8zM8.667 2c1.34 0 2.538.609 3.333 1.564A4.32 4.32 0 0 1 15.333 2h.067A2.6 2.6 0 0 1 18 4.6c0 .499-.108.973-.3 1.4h.3a3 3 0 0 1 3 3v3h-8V7h-2v5H3V9a3 3 0 0 1 3-3h.3A3.4 3.4 0 0 1 6 4.6A2.6 2.6 0 0 1 8.6 2zM8.6 4a.6.6 0 0 0-.6.6A1.4 1.4 0 0 0 9.4 6h1.577a2.334 2.334 0 0 0-2.31-2zm6.733 0c-1.175 0-2.148.87-2.31 2H14.6A1.4 1.4 0 0 0 16 4.6a.6.6 0 0 0-.6-.6z"/></svg> </template>
CSS
.icon-gift-2-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%2021H6a3%203%200%200%201-3-3v-4h8zm10-3a3%203%200%200%201-3%203h-5v-7h8zM8.667%202c1.34%200%202.538.609%203.333%201.564A4.32%204.32%200%200%201%2015.333%202h.067A2.6%202.6%200%200%201%2018%204.6c0%20.499-.108.973-.3%201.4h.3a3%203%200%200%201%203%203v3h-8V7h-2v5H3V9a3%203%200%200%201%203-3h.3A3.4%203.4%200%200%201%206%204.6A2.6%202.6%200%200%201%208.6%202zM8.6%204a.6.6%200%200%200-.6.6A1.4%201.4%200%200%200%209.4%206h1.577a2.334%202.334%200%200%200-2.31-2zm6.733%200c-1.175%200-2.148.87-2.31%202H14.6A1.4%201.4%200%200%200%2016%204.6a.6.6%200%200%200-.6-.6z%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%2021H6a3%203%200%200%201-3-3v-4h8zm10-3a3%203%200%200%201-3%203h-5v-7h8zM8.667%202c1.34%200%202.538.609%203.333%201.564A4.32%204.32%200%200%201%2015.333%202h.067A2.6%202.6%200%200%201%2018%204.6c0%20.499-.108.973-.3%201.4h.3a3%203%200%200%201%203%203v3h-8V7h-2v5H3V9a3%203%200%200%201%203-3h.3A3.4%203.4%200%200%201%206%204.6A2.6%202.6%200%200%201%208.6%202zM8.6%204a.6.6%200%200%200-.6.6A1.4%201.4%200%200%200%209.4%206h1.577a2.334%202.334%200%200%200-2.31-2zm6.733%200c-1.175%200-2.148.87-2.31%202H14.6A1.4%201.4%200%200%200%2016%204.6a.6.6%200%200%200-.6-.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/gift-2-fill.svg?color=%231a73e8&size=48