gift-open-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
gift-open-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M13.5 4.25a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M5 10.5a.5.5 0 0 0-.757-.429l-2.5 1.5a.5.5 0 1 0 .514.858L4 11.383V15.5A2.5 2.5 0 0 0 6.5 18h7a2.5 2.5 0 0 0 2.5-2.5v-4.117l1.743 1.046a.5.5 0 0 0 .514-.858l-2.5-1.5A.5.5 0 0 0 15 10.5v5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 5 15.5zM16.5 5a.5.5 0 0 1 .5.5V6h.5a.5.5 0 0 1 0 1H17v.5a.5.5 0 0 1-1 0V7h-.5a.5.5 0 1 1 0-1h.5v-.5a.5.5 0 0 1 .5-.5m-7 0a3 3 0 0 0-3 3A2.5 2.5 0 0 0 9 10.5a2 2 0 0 0 2-2A1.5 1.5 0 0 0 9.5 7a1 1 0 0 0-1 1a.5.5 0 0 0 1 0a.5.5 0 0 1 .5.5a1 1 0 0 1-1 1A1.5 1.5 0 0 1 7.5 8a2 2 0 0 1 2-2A2.5 2.5 0 0 1 12 8.5a3 3 0 0 1-3 3a.5.5 0 0 0 0 1a4 4 0 0 0 4-4A3.5 3.5 0 0 0 9.5 5"/></svg>

React

import type { SVGProps } from "react";

export function FluentGiftOpen20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.5 4.25a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M5 10.5a.5.5 0 0 0-.757-.429l-2.5 1.5a.5.5 0 1 0 .514.858L4 11.383V15.5A2.5 2.5 0 0 0 6.5 18h7a2.5 2.5 0 0 0 2.5-2.5v-4.117l1.743 1.046a.5.5 0 0 0 .514-.858l-2.5-1.5A.5.5 0 0 0 15 10.5v5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 5 15.5zM16.5 5a.5.5 0 0 1 .5.5V6h.5a.5.5 0 0 1 0 1H17v.5a.5.5 0 0 1-1 0V7h-.5a.5.5 0 1 1 0-1h.5v-.5a.5.5 0 0 1 .5-.5m-7 0a3 3 0 0 0-3 3A2.5 2.5 0 0 0 9 10.5a2 2 0 0 0 2-2A1.5 1.5 0 0 0 9.5 7a1 1 0 0 0-1 1a.5.5 0 0 0 1 0a.5.5 0 0 1 .5.5a1 1 0 0 1-1 1A1.5 1.5 0 0 1 7.5 8a2 2 0 0 1 2-2A2.5 2.5 0 0 1 12 8.5a3 3 0 0 1-3 3a.5.5 0 0 0 0 1a4 4 0 0 0 4-4A3.5 3.5 0 0 0 9.5 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.5 4.25a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M5 10.5a.5.5 0 0 0-.757-.429l-2.5 1.5a.5.5 0 1 0 .514.858L4 11.383V15.5A2.5 2.5 0 0 0 6.5 18h7a2.5 2.5 0 0 0 2.5-2.5v-4.117l1.743 1.046a.5.5 0 0 0 .514-.858l-2.5-1.5A.5.5 0 0 0 15 10.5v5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 5 15.5zM16.5 5a.5.5 0 0 1 .5.5V6h.5a.5.5 0 0 1 0 1H17v.5a.5.5 0 0 1-1 0V7h-.5a.5.5 0 1 1 0-1h.5v-.5a.5.5 0 0 1 .5-.5m-7 0a3 3 0 0 0-3 3A2.5 2.5 0 0 0 9 10.5a2 2 0 0 0 2-2A1.5 1.5 0 0 0 9.5 7a1 1 0 0 0-1 1a.5.5 0 0 0 1 0a.5.5 0 0 1 .5.5a1 1 0 0 1-1 1A1.5 1.5 0 0 1 7.5 8a2 2 0 0 1 2-2A2.5 2.5 0 0 1 12 8.5a3 3 0 0 1-3 3a.5.5 0 0 0 0 1a4 4 0 0 0 4-4A3.5 3.5 0 0 0 9.5 5"/></svg>
</template>

CSS

.icon-gift-open-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%204.25a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M5%2010.5a.5.5%200%200%200-.757-.429l-2.5%201.5a.5.5%200%201%200%20.514.858L4%2011.383V15.5A2.5%202.5%200%200%200%206.5%2018h7a2.5%202.5%200%200%200%202.5-2.5v-4.117l1.743%201.046a.5.5%200%200%200%20.514-.858l-2.5-1.5A.5.5%200%200%200%2015%2010.5v5a1.5%201.5%200%200%201-1.5%201.5h-7A1.5%201.5%200%200%201%205%2015.5zM16.5%205a.5.5%200%200%201%20.5.5V6h.5a.5.5%200%200%201%200%201H17v.5a.5.5%200%200%201-1%200V7h-.5a.5.5%200%201%201%200-1h.5v-.5a.5.5%200%200%201%20.5-.5m-7%200a3%203%200%200%200-3%203A2.5%202.5%200%200%200%209%2010.5a2%202%200%200%200%202-2A1.5%201.5%200%200%200%209.5%207a1%201%200%200%200-1%201a.5.5%200%200%200%201%200a.5.5%200%200%201%20.5.5a1%201%200%200%201-1%201A1.5%201.5%200%200%201%207.5%208a2%202%200%200%201%202-2A2.5%202.5%200%200%201%2012%208.5a3%203%200%200%201-3%203a.5.5%200%200%200%200%201a4%204%200%200%200%204-4A3.5%203.5%200%200%200%209.5%205%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%204.25a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M5%2010.5a.5.5%200%200%200-.757-.429l-2.5%201.5a.5.5%200%201%200%20.514.858L4%2011.383V15.5A2.5%202.5%200%200%200%206.5%2018h7a2.5%202.5%200%200%200%202.5-2.5v-4.117l1.743%201.046a.5.5%200%200%200%20.514-.858l-2.5-1.5A.5.5%200%200%200%2015%2010.5v5a1.5%201.5%200%200%201-1.5%201.5h-7A1.5%201.5%200%200%201%205%2015.5zM16.5%205a.5.5%200%200%201%20.5.5V6h.5a.5.5%200%200%201%200%201H17v.5a.5.5%200%200%201-1%200V7h-.5a.5.5%200%201%201%200-1h.5v-.5a.5.5%200%200%201%20.5-.5m-7%200a3%203%200%200%200-3%203A2.5%202.5%200%200%200%209%2010.5a2%202%200%200%200%202-2A1.5%201.5%200%200%200%209.5%207a1%201%200%200%200-1%201a.5.5%200%200%200%201%200a.5.5%200%200%201%20.5.5a1%201%200%200%201-1%201A1.5%201.5%200%200%201%207.5%208a2%202%200%200%201%202-2A2.5%202.5%200%200%201%2012%208.5a3%203%200%200%201-3%203a.5.5%200%200%200%200%201a4%204%200%200%200%204-4A3.5%203.5%200%200%200%209.5%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/gift-open-20-regular.svg?color=%231a73e8&size=48