gift open icon
gift-open-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- gift-open-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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="M17 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0M8 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 0 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.5m1.166 4.626a1.75 1.75 0 0 0 1.084 3.124A7 7 0 0 0 17.03 12h1.463c.642 0 1.269.19 1.803.546l2.37 1.58a.75.75 0 1 1-.832 1.248L20 14.151v4.599A3.25 3.25 0 0 1 16.75 22h-9.5A3.25 3.25 0 0 1 4 18.75v-4.599l-1.834 1.223a.75.75 0 1 1-.832-1.248l2.37-1.58A3.25 3.25 0 0 1 5.507 12h.703a4.76 4.76 0 0 0 2.956 2.126M20.25 5a.75.75 0 0 0-1.5 0v.75H18a.75.75 0 0 0 0 1.5h.75V8a.75.75 0 0 0 1.5 0v-.75H21a.75.75 0 0 0 0-1.5h-.75z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGiftOpen24Filled(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="M17 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0M8 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 0 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.5m1.166 4.626a1.75 1.75 0 0 0 1.084 3.124A7 7 0 0 0 17.03 12h1.463c.642 0 1.269.19 1.803.546l2.37 1.58a.75.75 0 1 1-.832 1.248L20 14.151v4.599A3.25 3.25 0 0 1 16.75 22h-9.5A3.25 3.25 0 0 1 4 18.75v-4.599l-1.834 1.223a.75.75 0 1 1-.832-1.248l2.37-1.58A3.25 3.25 0 0 1 5.507 12h.703a4.76 4.76 0 0 0 2.956 2.126M20.25 5a.75.75 0 0 0-1.5 0v.75H18a.75.75 0 0 0 0 1.5h.75V8a.75.75 0 0 0 1.5 0v-.75H21a.75.75 0 0 0 0-1.5h-.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="M17 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0M8 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 0 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.5m1.166 4.626a1.75 1.75 0 0 0 1.084 3.124A7 7 0 0 0 17.03 12h1.463c.642 0 1.269.19 1.803.546l2.37 1.58a.75.75 0 1 1-.832 1.248L20 14.151v4.599A3.25 3.25 0 0 1 16.75 22h-9.5A3.25 3.25 0 0 1 4 18.75v-4.599l-1.834 1.223a.75.75 0 1 1-.832-1.248l2.37-1.58A3.25 3.25 0 0 1 5.507 12h.703a4.76 4.76 0 0 0 2.956 2.126M20.25 5a.75.75 0 0 0-1.5 0v.75H18a.75.75 0 0 0 0 1.5h.75V8a.75.75 0 0 0 1.5 0v-.75H21a.75.75 0 0 0 0-1.5h-.75z"/></svg> </template>
CSS
.icon-gift-open-24-filled {
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%22M17%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200M8%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%200%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.5m1.166%204.626a1.75%201.75%200%200%200%201.084%203.124A7%207%200%200%200%2017.03%2012h1.463c.642%200%201.269.19%201.803.546l2.37%201.58a.75.75%200%201%201-.832%201.248L20%2014.151v4.599A3.25%203.25%200%200%201%2016.75%2022h-9.5A3.25%203.25%200%200%201%204%2018.75v-4.599l-1.834%201.223a.75.75%200%201%201-.832-1.248l2.37-1.58A3.25%203.25%200%200%201%205.507%2012h.703a4.76%204.76%200%200%200%202.956%202.126M20.25%205a.75.75%200%200%200-1.5%200v.75H18a.75.75%200%200%200%200%201.5h.75V8a.75.75%200%200%200%201.5%200v-.75H21a.75.75%200%200%200%200-1.5h-.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%22M17%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200M8%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%200%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.5m1.166%204.626a1.75%201.75%200%200%200%201.084%203.124A7%207%200%200%200%2017.03%2012h1.463c.642%200%201.269.19%201.803.546l2.37%201.58a.75.75%200%201%201-.832%201.248L20%2014.151v4.599A3.25%203.25%200%200%201%2016.75%2022h-9.5A3.25%203.25%200%200%201%204%2018.75v-4.599l-1.834%201.223a.75.75%200%201%201-.832-1.248l2.37-1.58A3.25%203.25%200%200%201%205.507%2012h.703a4.76%204.76%200%200%200%202.956%202.126M20.25%205a.75.75%200%200%200-1.5%200v.75H18a.75.75%200%200%200%200%201.5h.75V8a.75.75%200%200%200%201.5%200v-.75H21a.75.75%200%200%200%200-1.5h-.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-filled.svg?color=%231a73e8&size=48