gift open icon
gift-open-outline from Material Design Icons by Pictogrammers · Outline · Holiday · Apache-2.0 Free for personal and commercial use.
- Name
- gift-open-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Holiday
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- package-open-outline, present-open-outline
1 other variant in Material Design Icons
The same icon in other sets
More holiday icons from Material Design 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="m22 10.87l-2.74-1.59c.24-.21.47-.48.64-.78c.83-1.43.34-3.27-1.1-4.1c-.86-.5-1.87-.5-2.72-.14l.01-.01l-.88.39l-.11-.96l-.01.01c-.09-.91-.62-1.79-1.48-2.29A3.023 3.023 0 0 0 9.5 2.5c-.17.3-.28.63-.34.95L6.41 1.87c-.96-.55-2.18-.23-2.73.73l-1.5 2.6a.99.99 0 0 0 .37 1.36l1.73 1L8.5 10H2v10a2 2 0 0 0 2 2h16c1.11 0 2-.89 2-2v-5.13l.73-1.27c.55-.96.23-2.18-.73-2.73M16.44 6.5c.27-.5.89-.64 1.36-.37c.48.28.65.87.37 1.37s-.89.64-1.37.37c-.47-.28-.64-.87-.36-1.37m-2.37 2.1l6.93 4l-1 1.73l-6.93-4zM11 20H4v-8h7zm.34-10.67l-6.93-4l1-1.73l6.93 4zm.27-4.46c-.48-.28-.64-.87-.37-1.37c.26-.5.89-.64 1.37-.37c.48.28.64.87.36 1.37c-.27.5-.88.64-1.36.37M13 20v-7.4l7 4.04V20z"/></svg>
React
import type { SVGProps } from "react";
export function MdiGiftOpenOutline(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="m22 10.87l-2.74-1.59c.24-.21.47-.48.64-.78c.83-1.43.34-3.27-1.1-4.1c-.86-.5-1.87-.5-2.72-.14l.01-.01l-.88.39l-.11-.96l-.01.01c-.09-.91-.62-1.79-1.48-2.29A3.023 3.023 0 0 0 9.5 2.5c-.17.3-.28.63-.34.95L6.41 1.87c-.96-.55-2.18-.23-2.73.73l-1.5 2.6a.99.99 0 0 0 .37 1.36l1.73 1L8.5 10H2v10a2 2 0 0 0 2 2h16c1.11 0 2-.89 2-2v-5.13l.73-1.27c.55-.96.23-2.18-.73-2.73M16.44 6.5c.27-.5.89-.64 1.36-.37c.48.28.65.87.37 1.37s-.89.64-1.37.37c-.47-.28-.64-.87-.36-1.37m-2.37 2.1l6.93 4l-1 1.73l-6.93-4zM11 20H4v-8h7zm.34-10.67l-6.93-4l1-1.73l6.93 4zm.27-4.46c-.48-.28-.64-.87-.37-1.37c.26-.5.89-.64 1.37-.37c.48.28.64.87.36 1.37c-.27.5-.88.64-1.36.37M13 20v-7.4l7 4.04V20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22 10.87l-2.74-1.59c.24-.21.47-.48.64-.78c.83-1.43.34-3.27-1.1-4.1c-.86-.5-1.87-.5-2.72-.14l.01-.01l-.88.39l-.11-.96l-.01.01c-.09-.91-.62-1.79-1.48-2.29A3.023 3.023 0 0 0 9.5 2.5c-.17.3-.28.63-.34.95L6.41 1.87c-.96-.55-2.18-.23-2.73.73l-1.5 2.6a.99.99 0 0 0 .37 1.36l1.73 1L8.5 10H2v10a2 2 0 0 0 2 2h16c1.11 0 2-.89 2-2v-5.13l.73-1.27c.55-.96.23-2.18-.73-2.73M16.44 6.5c.27-.5.89-.64 1.36-.37c.48.28.65.87.37 1.37s-.89.64-1.37.37c-.47-.28-.64-.87-.36-1.37m-2.37 2.1l6.93 4l-1 1.73l-6.93-4zM11 20H4v-8h7zm.34-10.67l-6.93-4l1-1.73l6.93 4zm.27-4.46c-.48-.28-.64-.87-.37-1.37c.26-.5.89-.64 1.37-.37c.48.28.64.87.36 1.37c-.27.5-.88.64-1.36.37M13 20v-7.4l7 4.04V20z"/></svg> </template>
CSS
.icon-gift-open-outline {
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%22m22%2010.87l-2.74-1.59c.24-.21.47-.48.64-.78c.83-1.43.34-3.27-1.1-4.1c-.86-.5-1.87-.5-2.72-.14l.01-.01l-.88.39l-.11-.96l-.01.01c-.09-.91-.62-1.79-1.48-2.29A3.023%203.023%200%200%200%209.5%202.5c-.17.3-.28.63-.34.95L6.41%201.87c-.96-.55-2.18-.23-2.73.73l-1.5%202.6a.99.99%200%200%200%20.37%201.36l1.73%201L8.5%2010H2v10a2%202%200%200%200%202%202h16c1.11%200%202-.89%202-2v-5.13l.73-1.27c.55-.96.23-2.18-.73-2.73M16.44%206.5c.27-.5.89-.64%201.36-.37c.48.28.65.87.37%201.37s-.89.64-1.37.37c-.47-.28-.64-.87-.36-1.37m-2.37%202.1l6.93%204l-1%201.73l-6.93-4zM11%2020H4v-8h7zm.34-10.67l-6.93-4l1-1.73l6.93%204zm.27-4.46c-.48-.28-.64-.87-.37-1.37c.26-.5.89-.64%201.37-.37c.48.28.64.87.36%201.37c-.27.5-.88.64-1.36.37M13%2020v-7.4l7%204.04V20z%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%22m22%2010.87l-2.74-1.59c.24-.21.47-.48.64-.78c.83-1.43.34-3.27-1.1-4.1c-.86-.5-1.87-.5-2.72-.14l.01-.01l-.88.39l-.11-.96l-.01.01c-.09-.91-.62-1.79-1.48-2.29A3.023%203.023%200%200%200%209.5%202.5c-.17.3-.28.63-.34.95L6.41%201.87c-.96-.55-2.18-.23-2.73.73l-1.5%202.6a.99.99%200%200%200%20.37%201.36l1.73%201L8.5%2010H2v10a2%202%200%200%200%202%202h16c1.11%200%202-.89%202-2v-5.13l.73-1.27c.55-.96.23-2.18-.73-2.73M16.44%206.5c.27-.5.89-.64%201.36-.37c.48.28.65.87.37%201.37s-.89.64-1.37.37c-.47-.28-.64-.87-.36-1.37m-2.37%202.1l6.93%204l-1%201.73l-6.93-4zM11%2020H4v-8h7zm.34-10.67l-6.93-4l1-1.73l6.93%204zm.27-4.46c-.48-.28-.64-.87-.37-1.37c.26-.5.89-.64%201.37-.37c.48.28.64.87.36%201.37c-.27.5-.88.64-1.36.37M13%2020v-7.4l7%204.04V20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/gift-open-outline.svg?color=%231a73e8&size=48