gift open icon
gift-open-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- gift-open-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the gift open icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2M8 9.5a3 3 0 0 1 3-3a3.75 3.75 0 0 1 3.75 3.75a4.5 4.5 0 0 1-4.5 4.5a.75.75 0 1 0 0 1.5a6 6 0 0 0 6-6C16.25 7.35 13.9 5 11 5a4.5 4.5 0 0 0-4.5 4.5a3.75 3.75 0 0 0 3.75 3.75a3 3 0 0 0 3-3A2.25 2.25 0 0 0 11 8a1.5 1.5 0 0 0-1.5 1.5a.75.75 0 0 0 1.5 0a.75.75 0 0 1 .75.75a1.5 1.5 0 0 1-1.5 1.5A2.25 2.25 0 0 1 8 9.5m11.5-5.25a.75.75 0 0 1 .75.75v.75H21a.75.75 0 0 1 0 1.5h-.75V8a.75.75 0 0 1-1.5 0v-.75H18a.75.75 0 0 1 0-1.5h.75V5a.75.75 0 0 1 .75-.75m-14 8.5a.75.75 0 0 0-1.166-.624l-3 2a.75.75 0 1 0 .832 1.248L4 14.151v4.599A3.25 3.25 0 0 0 7.25 22h9.5A3.25 3.25 0 0 0 20 18.75v-4.599l1.834 1.223a.75.75 0 1 0 .832-1.248l-3-2a.75.75 0 0 0-1.166.624v6a1.75 1.75 0 0 1-1.75 1.75h-9.5a1.75 1.75 0 0 1-1.75-1.75z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGiftOpen24Regular(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="M16 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2M8 9.5a3 3 0 0 1 3-3a3.75 3.75 0 0 1 3.75 3.75a4.5 4.5 0 0 1-4.5 4.5a.75.75 0 1 0 0 1.5a6 6 0 0 0 6-6C16.25 7.35 13.9 5 11 5a4.5 4.5 0 0 0-4.5 4.5a3.75 3.75 0 0 0 3.75 3.75a3 3 0 0 0 3-3A2.25 2.25 0 0 0 11 8a1.5 1.5 0 0 0-1.5 1.5a.75.75 0 0 0 1.5 0a.75.75 0 0 1 .75.75a1.5 1.5 0 0 1-1.5 1.5A2.25 2.25 0 0 1 8 9.5m11.5-5.25a.75.75 0 0 1 .75.75v.75H21a.75.75 0 0 1 0 1.5h-.75V8a.75.75 0 0 1-1.5 0v-.75H18a.75.75 0 0 1 0-1.5h.75V5a.75.75 0 0 1 .75-.75m-14 8.5a.75.75 0 0 0-1.166-.624l-3 2a.75.75 0 1 0 .832 1.248L4 14.151v4.599A3.25 3.25 0 0 0 7.25 22h9.5A3.25 3.25 0 0 0 20 18.75v-4.599l1.834 1.223a.75.75 0 1 0 .832-1.248l-3-2a.75.75 0 0 0-1.166.624v6a1.75 1.75 0 0 1-1.75 1.75h-9.5a1.75 1.75 0 0 1-1.75-1.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2M8 9.5a3 3 0 0 1 3-3a3.75 3.75 0 0 1 3.75 3.75a4.5 4.5 0 0 1-4.5 4.5a.75.75 0 1 0 0 1.5a6 6 0 0 0 6-6C16.25 7.35 13.9 5 11 5a4.5 4.5 0 0 0-4.5 4.5a3.75 3.75 0 0 0 3.75 3.75a3 3 0 0 0 3-3A2.25 2.25 0 0 0 11 8a1.5 1.5 0 0 0-1.5 1.5a.75.75 0 0 0 1.5 0a.75.75 0 0 1 .75.75a1.5 1.5 0 0 1-1.5 1.5A2.25 2.25 0 0 1 8 9.5m11.5-5.25a.75.75 0 0 1 .75.75v.75H21a.75.75 0 0 1 0 1.5h-.75V8a.75.75 0 0 1-1.5 0v-.75H18a.75.75 0 0 1 0-1.5h.75V5a.75.75 0 0 1 .75-.75m-14 8.5a.75.75 0 0 0-1.166-.624l-3 2a.75.75 0 1 0 .832 1.248L4 14.151v4.599A3.25 3.25 0 0 0 7.25 22h9.5A3.25 3.25 0 0 0 20 18.75v-4.599l1.834 1.223a.75.75 0 1 0 .832-1.248l-3-2a.75.75 0 0 0-1.166.624v6a1.75 1.75 0 0 1-1.75 1.75h-9.5a1.75 1.75 0 0 1-1.75-1.75z"/></svg> </template>
CSS
.icon-gift-open-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202M8%209.5a3%203%200%200%201%203-3a3.75%203.75%200%200%201%203.75%203.75a4.5%204.5%200%200%201-4.5%204.5a.75.75%200%201%200%200%201.5a6%206%200%200%200%206-6C16.25%207.35%2013.9%205%2011%205a4.5%204.5%200%200%200-4.5%204.5a3.75%203.75%200%200%200%203.75%203.75a3%203%200%200%200%203-3A2.25%202.25%200%200%200%2011%208a1.5%201.5%200%200%200-1.5%201.5a.75.75%200%200%200%201.5%200a.75.75%200%200%201%20.75.75a1.5%201.5%200%200%201-1.5%201.5A2.25%202.25%200%200%201%208%209.5m11.5-5.25a.75.75%200%200%201%20.75.75v.75H21a.75.75%200%200%201%200%201.5h-.75V8a.75.75%200%200%201-1.5%200v-.75H18a.75.75%200%200%201%200-1.5h.75V5a.75.75%200%200%201%20.75-.75m-14%208.5a.75.75%200%200%200-1.166-.624l-3%202a.75.75%200%201%200%20.832%201.248L4%2014.151v4.599A3.25%203.25%200%200%200%207.25%2022h9.5A3.25%203.25%200%200%200%2020%2018.75v-4.599l1.834%201.223a.75.75%200%201%200%20.832-1.248l-3-2a.75.75%200%200%200-1.166.624v6a1.75%201.75%200%200%201-1.75%201.75h-9.5a1.75%201.75%200%200%201-1.75-1.75z%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%22M16%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202M8%209.5a3%203%200%200%201%203-3a3.75%203.75%200%200%201%203.75%203.75a4.5%204.5%200%200%201-4.5%204.5a.75.75%200%201%200%200%201.5a6%206%200%200%200%206-6C16.25%207.35%2013.9%205%2011%205a4.5%204.5%200%200%200-4.5%204.5a3.75%203.75%200%200%200%203.75%203.75a3%203%200%200%200%203-3A2.25%202.25%200%200%200%2011%208a1.5%201.5%200%200%200-1.5%201.5a.75.75%200%200%200%201.5%200a.75.75%200%200%201%20.75.75a1.5%201.5%200%200%201-1.5%201.5A2.25%202.25%200%200%201%208%209.5m11.5-5.25a.75.75%200%200%201%20.75.75v.75H21a.75.75%200%200%201%200%201.5h-.75V8a.75.75%200%200%201-1.5%200v-.75H18a.75.75%200%200%201%200-1.5h.75V5a.75.75%200%200%201%20.75-.75m-14%208.5a.75.75%200%200%200-1.166-.624l-3%202a.75.75%200%201%200%20.832%201.248L4%2014.151v4.599A3.25%203.25%200%200%200%207.25%2022h9.5A3.25%203.25%200%200%200%2020%2018.75v-4.599l1.834%201.223a.75.75%200%201%200%20.832-1.248l-3-2a.75.75%200%200%200-1.166.624v6a1.75%201.75%200%200%201-1.75%201.75h-9.5a1.75%201.75%200%200%201-1.75-1.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/gift-open-24-regular.svg?color=%231a73e8&size=48