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

Name
gift-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the gift icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.5 11v7h-3a2.5 2.5 0 0 1-2.495-2.336L4 15.5V11zm6.5 0v4.5a2.5 2.5 0 0 1-2.336 2.495L13.5 18h-3v-7zm-4-9a2.5 2.5 0 0 1 2 4.001L16 6a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5.5V6h-1v4H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1l2 .001a2.5 2.5 0 1 1 4-3A2.49 2.49 0 0 1 12 2m0 1a1.5 1.5 0 0 0-1.5 1.5V6H12a1.5 1.5 0 0 0 0-3M8 3a1.5 1.5 0 0 0-.144 2.993L8 6h1.5V4.5l-.007-.144A1.5 1.5 0 0 0 8 3"/></svg>

React

import type { SVGProps } from "react";

export function FluentGift20Filled(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="M9.5 11v7h-3a2.5 2.5 0 0 1-2.495-2.336L4 15.5V11zm6.5 0v4.5a2.5 2.5 0 0 1-2.336 2.495L13.5 18h-3v-7zm-4-9a2.5 2.5 0 0 1 2 4.001L16 6a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5.5V6h-1v4H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1l2 .001a2.5 2.5 0 1 1 4-3A2.49 2.49 0 0 1 12 2m0 1a1.5 1.5 0 0 0-1.5 1.5V6H12a1.5 1.5 0 0 0 0-3M8 3a1.5 1.5 0 0 0-.144 2.993L8 6h1.5V4.5l-.007-.144A1.5 1.5 0 0 0 8 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.5 11v7h-3a2.5 2.5 0 0 1-2.495-2.336L4 15.5V11zm6.5 0v4.5a2.5 2.5 0 0 1-2.336 2.495L13.5 18h-3v-7zm-4-9a2.5 2.5 0 0 1 2 4.001L16 6a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5.5V6h-1v4H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1l2 .001a2.5 2.5 0 1 1 4-3A2.49 2.49 0 0 1 12 2m0 1a1.5 1.5 0 0 0-1.5 1.5V6H12a1.5 1.5 0 0 0 0-3M8 3a1.5 1.5 0 0 0-.144 2.993L8 6h1.5V4.5l-.007-.144A1.5 1.5 0 0 0 8 3"/></svg>
</template>

CSS

.icon-gift-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%22M9.5%2011v7h-3a2.5%202.5%200%200%201-2.495-2.336L4%2015.5V11zm6.5%200v4.5a2.5%202.5%200%200%201-2.336%202.495L13.5%2018h-3v-7zm-4-9a2.5%202.5%200%200%201%202%204.001L16%206a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201h-5.5V6h-1v4H4a1%201%200%200%201-1-1V7a1%201%200%200%201%201-1l2%20.001a2.5%202.5%200%201%201%204-3A2.49%202.49%200%200%201%2012%202m0%201a1.5%201.5%200%200%200-1.5%201.5V6H12a1.5%201.5%200%200%200%200-3M8%203a1.5%201.5%200%200%200-.144%202.993L8%206h1.5V4.5l-.007-.144A1.5%201.5%200%200%200%208%203%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%22M9.5%2011v7h-3a2.5%202.5%200%200%201-2.495-2.336L4%2015.5V11zm6.5%200v4.5a2.5%202.5%200%200%201-2.336%202.495L13.5%2018h-3v-7zm-4-9a2.5%202.5%200%200%201%202%204.001L16%206a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201h-5.5V6h-1v4H4a1%201%200%200%201-1-1V7a1%201%200%200%201%201-1l2%20.001a2.5%202.5%200%201%201%204-3A2.49%202.49%200%200%201%2012%202m0%201a1.5%201.5%200%200%200-1.5%201.5V6H12a1.5%201.5%200%200%200%200-3M8%203a1.5%201.5%200%200%200-.144%202.993L8%206h1.5V4.5l-.007-.144A1.5%201.5%200%200%200%208%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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