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

Name
gift-open-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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="M14.25 3.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M9.5 5a3 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 5m-4.446 5h1.073c.389.557.934.995 1.573 1.25A1.5 1.5 0 0 0 9 13.5a5 5 0 0 0 4.771-3.5h1.175a2.5 2.5 0 0 1 1.286.356l2.025 1.215a.5.5 0 1 1-.514.858L16 11.383V15.5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 4 15.5v-4.117L2.257 12.43a.5.5 0 1 1-.514-.858l2.025-1.215A2.5 2.5 0 0 1 5.054 10M17 5.5a.5.5 0 0 0-1 0V6h-.5a.5.5 0 0 0 0 1h.5v.5a.5.5 0 0 0 1 0V7h.5a.5.5 0 0 0 0-1H17z"/></svg>

React

import type { SVGProps } from "react";

export function FluentGiftOpen20Filled(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="M14.25 3.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M9.5 5a3 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 5m-4.446 5h1.073c.389.557.934.995 1.573 1.25A1.5 1.5 0 0 0 9 13.5a5 5 0 0 0 4.771-3.5h1.175a2.5 2.5 0 0 1 1.286.356l2.025 1.215a.5.5 0 1 1-.514.858L16 11.383V15.5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 4 15.5v-4.117L2.257 12.43a.5.5 0 1 1-.514-.858l2.025-1.215A2.5 2.5 0 0 1 5.054 10M17 5.5a.5.5 0 0 0-1 0V6h-.5a.5.5 0 0 0 0 1h.5v.5a.5.5 0 0 0 1 0V7h.5a.5.5 0 0 0 0-1H17z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.25 3.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M9.5 5a3 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 5m-4.446 5h1.073c.389.557.934.995 1.573 1.25A1.5 1.5 0 0 0 9 13.5a5 5 0 0 0 4.771-3.5h1.175a2.5 2.5 0 0 1 1.286.356l2.025 1.215a.5.5 0 1 1-.514.858L16 11.383V15.5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 4 15.5v-4.117L2.257 12.43a.5.5 0 1 1-.514-.858l2.025-1.215A2.5 2.5 0 0 1 5.054 10M17 5.5a.5.5 0 0 0-1 0V6h-.5a.5.5 0 0 0 0 1h.5v.5a.5.5 0 0 0 1 0V7h.5a.5.5 0 0 0 0-1H17z"/></svg>
</template>

CSS

.icon-gift-open-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.25%203.5a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M9.5%205a3%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%205m-4.446%205h1.073c.389.557.934.995%201.573%201.25A1.5%201.5%200%200%200%209%2013.5a5%205%200%200%200%204.771-3.5h1.175a2.5%202.5%200%200%201%201.286.356l2.025%201.215a.5.5%200%201%201-.514.858L16%2011.383V15.5a2.5%202.5%200%200%201-2.5%202.5h-7A2.5%202.5%200%200%201%204%2015.5v-4.117L2.257%2012.43a.5.5%200%201%201-.514-.858l2.025-1.215A2.5%202.5%200%200%201%205.054%2010M17%205.5a.5.5%200%200%200-1%200V6h-.5a.5.5%200%200%200%200%201h.5v.5a.5.5%200%200%200%201%200V7h.5a.5.5%200%200%200%200-1H17z%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%22M14.25%203.5a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M9.5%205a3%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%205m-4.446%205h1.073c.389.557.934.995%201.573%201.25A1.5%201.5%200%200%200%209%2013.5a5%205%200%200%200%204.771-3.5h1.175a2.5%202.5%200%200%201%201.286.356l2.025%201.215a.5.5%200%201%201-.514.858L16%2011.383V15.5a2.5%202.5%200%200%201-2.5%202.5h-7A2.5%202.5%200%200%201%204%2015.5v-4.117L2.257%2012.43a.5.5%200%201%201-.514-.858l2.025-1.215A2.5%202.5%200%200%201%205.054%2010M17%205.5a.5.5%200%200%200-1%200V6h-.5a.5.5%200%200%200%200%201h.5v.5a.5.5%200%200%200%201%200V7h.5a.5.5%200%200%200%200-1H17z%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-filled.svg?color=%231a73e8&size=48