gift-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
gift-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the gift icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 72h-35.08c.39-.33.79-.65 1.17-1A29.53 29.53 0 0 0 192 49.57A32.62 32.62 0 0 0 158.44 16A29.53 29.53 0 0 0 137 25.91a55 55 0 0 0-9 14.48a55 55 0 0 0-9-14.48A29.53 29.53 0 0 0 97.56 16A32.62 32.62 0 0 0 64 49.57A29.53 29.53 0 0 0 73.91 71c.38.33.78.65 1.17 1H40a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16v64a16 16 0 0 0 16 16h60a4 4 0 0 0 4-4v-92H40V88h80v32h16V88h80v32h-80v92a4 4 0 0 0 4 4h60a16 16 0 0 0 16-16v-64a16 16 0 0 0 16-16V88a16 16 0 0 0-16-16M84.51 59a13.7 13.7 0 0 1-4.5-10a16.62 16.62 0 0 1 16.58-17h.49a13.7 13.7 0 0 1 10 4.5c8.39 9.48 11.35 25.2 12.39 34.92C109.71 70.39 94 67.43 84.51 59m87 0c-9.49 8.4-25.24 11.36-35 12.4C137.7 60.89 141 45.5 149 36.51a13.7 13.7 0 0 1 10-4.5h.49A16.62 16.62 0 0 1 176 49.08a13.7 13.7 0 0 1-4.51 9.92Z"/></svg>

React

import type { SVGProps } from "react";

export function PhGiftFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 72h-35.08c.39-.33.79-.65 1.17-1A29.53 29.53 0 0 0 192 49.57A32.62 32.62 0 0 0 158.44 16A29.53 29.53 0 0 0 137 25.91a55 55 0 0 0-9 14.48a55 55 0 0 0-9-14.48A29.53 29.53 0 0 0 97.56 16A32.62 32.62 0 0 0 64 49.57A29.53 29.53 0 0 0 73.91 71c.38.33.78.65 1.17 1H40a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16v64a16 16 0 0 0 16 16h60a4 4 0 0 0 4-4v-92H40V88h80v32h16V88h80v32h-80v92a4 4 0 0 0 4 4h60a16 16 0 0 0 16-16v-64a16 16 0 0 0 16-16V88a16 16 0 0 0-16-16M84.51 59a13.7 13.7 0 0 1-4.5-10a16.62 16.62 0 0 1 16.58-17h.49a13.7 13.7 0 0 1 10 4.5c8.39 9.48 11.35 25.2 12.39 34.92C109.71 70.39 94 67.43 84.51 59m87 0c-9.49 8.4-25.24 11.36-35 12.4C137.7 60.89 141 45.5 149 36.51a13.7 13.7 0 0 1 10-4.5h.49A16.62 16.62 0 0 1 176 49.08a13.7 13.7 0 0 1-4.51 9.92Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 72h-35.08c.39-.33.79-.65 1.17-1A29.53 29.53 0 0 0 192 49.57A32.62 32.62 0 0 0 158.44 16A29.53 29.53 0 0 0 137 25.91a55 55 0 0 0-9 14.48a55 55 0 0 0-9-14.48A29.53 29.53 0 0 0 97.56 16A32.62 32.62 0 0 0 64 49.57A29.53 29.53 0 0 0 73.91 71c.38.33.78.65 1.17 1H40a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16v64a16 16 0 0 0 16 16h60a4 4 0 0 0 4-4v-92H40V88h80v32h16V88h80v32h-80v92a4 4 0 0 0 4 4h60a16 16 0 0 0 16-16v-64a16 16 0 0 0 16-16V88a16 16 0 0 0-16-16M84.51 59a13.7 13.7 0 0 1-4.5-10a16.62 16.62 0 0 1 16.58-17h.49a13.7 13.7 0 0 1 10 4.5c8.39 9.48 11.35 25.2 12.39 34.92C109.71 70.39 94 67.43 84.51 59m87 0c-9.49 8.4-25.24 11.36-35 12.4C137.7 60.89 141 45.5 149 36.51a13.7 13.7 0 0 1 10-4.5h.49A16.62 16.62 0 0 1 176 49.08a13.7 13.7 0 0 1-4.51 9.92Z"/></svg>
</template>

CSS

.icon-gift-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%2072h-35.08c.39-.33.79-.65%201.17-1A29.53%2029.53%200%200%200%20192%2049.57A32.62%2032.62%200%200%200%20158.44%2016A29.53%2029.53%200%200%200%20137%2025.91a55%2055%200%200%200-9%2014.48a55%2055%200%200%200-9-14.48A29.53%2029.53%200%200%200%2097.56%2016A32.62%2032.62%200%200%200%2064%2049.57A29.53%2029.53%200%200%200%2073.91%2071c.38.33.78.65%201.17%201H40a16%2016%200%200%200-16%2016v32a16%2016%200%200%200%2016%2016v64a16%2016%200%200%200%2016%2016h60a4%204%200%200%200%204-4v-92H40V88h80v32h16V88h80v32h-80v92a4%204%200%200%200%204%204h60a16%2016%200%200%200%2016-16v-64a16%2016%200%200%200%2016-16V88a16%2016%200%200%200-16-16M84.51%2059a13.7%2013.7%200%200%201-4.5-10a16.62%2016.62%200%200%201%2016.58-17h.49a13.7%2013.7%200%200%201%2010%204.5c8.39%209.48%2011.35%2025.2%2012.39%2034.92C109.71%2070.39%2094%2067.43%2084.51%2059m87%200c-9.49%208.4-25.24%2011.36-35%2012.4C137.7%2060.89%20141%2045.5%20149%2036.51a13.7%2013.7%200%200%201%2010-4.5h.49A16.62%2016.62%200%200%201%20176%2049.08a13.7%2013.7%200%200%201-4.51%209.92Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%2072h-35.08c.39-.33.79-.65%201.17-1A29.53%2029.53%200%200%200%20192%2049.57A32.62%2032.62%200%200%200%20158.44%2016A29.53%2029.53%200%200%200%20137%2025.91a55%2055%200%200%200-9%2014.48a55%2055%200%200%200-9-14.48A29.53%2029.53%200%200%200%2097.56%2016A32.62%2032.62%200%200%200%2064%2049.57A29.53%2029.53%200%200%200%2073.91%2071c.38.33.78.65%201.17%201H40a16%2016%200%200%200-16%2016v32a16%2016%200%200%200%2016%2016v64a16%2016%200%200%200%2016%2016h60a4%204%200%200%200%204-4v-92H40V88h80v32h16V88h80v32h-80v92a4%204%200%200%200%204%204h60a16%2016%200%200%200%2016-16v-64a16%2016%200%200%200%2016-16V88a16%2016%200%200%200-16-16M84.51%2059a13.7%2013.7%200%200%201-4.5-10a16.62%2016.62%200%200%201%2016.58-17h.49a13.7%2013.7%200%200%201%2010%204.5c8.39%209.48%2011.35%2025.2%2012.39%2034.92C109.71%2070.39%2094%2067.43%2084.51%2059m87%200c-9.49%208.4-25.24%2011.36-35%2012.4C137.7%2060.89%20141%2045.5%20149%2036.51a13.7%2013.7%200%200%201%2010-4.5h.49A16.62%2016.62%200%200%201%20176%2049.08a13.7%2013.7%200%200%201-4.51%209.92Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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