gift from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
gift
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the gift icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M4 11v4c0 3.3 0 4.95 1.025 5.975S7.7 22 11 22h2c3.3 0 4.95 0 5.975-1.025S20 18.3 20 15v-4"/><path d="M3 9c0-.748 0-1.122.201-1.4a1.4 1.4 0 0 1 .549-.44C4.098 7 4.565 7 5.5 7h13c.935 0 1.402 0 1.75.16c.228.106.417.258.549.44C21 7.878 21 8.252 21 9s0 1.121-.201 1.4a1.4 1.4 0 0 1-.549.44c-.348.16-.815.16-1.75.16h-13c-.935 0-1.402 0-1.75-.16a1.4 1.4 0 0 1-.549-.44C3 10.121 3 9.748 3 9Zm3-5.214C6 2.799 6.8 2 7.786 2h.357A3.857 3.857 0 0 1 12 5.857V7H9.214A3.214 3.214 0 0 1 6 3.786Zm12 0C18 2.799 17.2 2 16.214 2h-.357A3.857 3.857 0 0 0 12 5.857V7h2.786A3.214 3.214 0 0 0 18 3.786Z"/><path stroke-linecap="round" d="M12 11v11"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsGift(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M4 11v4c0 3.3 0 4.95 1.025 5.975S7.7 22 11 22h2c3.3 0 4.95 0 5.975-1.025S20 18.3 20 15v-4"/><path d="M3 9c0-.748 0-1.122.201-1.4a1.4 1.4 0 0 1 .549-.44C4.098 7 4.565 7 5.5 7h13c.935 0 1.402 0 1.75.16c.228.106.417.258.549.44C21 7.878 21 8.252 21 9s0 1.121-.201 1.4a1.4 1.4 0 0 1-.549.44c-.348.16-.815.16-1.75.16h-13c-.935 0-1.402 0-1.75-.16a1.4 1.4 0 0 1-.549-.44C3 10.121 3 9.748 3 9Zm3-5.214C6 2.799 6.8 2 7.786 2h.357A3.857 3.857 0 0 1 12 5.857V7H9.214A3.214 3.214 0 0 1 6 3.786Zm12 0C18 2.799 17.2 2 16.214 2h-.357A3.857 3.857 0 0 0 12 5.857V7h2.786A3.214 3.214 0 0 0 18 3.786Z"/><path strokeLinecap="round" d="M12 11v11"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M4 11v4c0 3.3 0 4.95 1.025 5.975S7.7 22 11 22h2c3.3 0 4.95 0 5.975-1.025S20 18.3 20 15v-4"/><path d="M3 9c0-.748 0-1.122.201-1.4a1.4 1.4 0 0 1 .549-.44C4.098 7 4.565 7 5.5 7h13c.935 0 1.402 0 1.75.16c.228.106.417.258.549.44C21 7.878 21 8.252 21 9s0 1.121-.201 1.4a1.4 1.4 0 0 1-.549.44c-.348.16-.815.16-1.75.16h-13c-.935 0-1.402 0-1.75-.16a1.4 1.4 0 0 1-.549-.44C3 10.121 3 9.748 3 9Zm3-5.214C6 2.799 6.8 2 7.786 2h.357A3.857 3.857 0 0 1 12 5.857V7H9.214A3.214 3.214 0 0 1 6 3.786Zm12 0C18 2.799 17.2 2 16.214 2h-.357A3.857 3.857 0 0 0 12 5.857V7h2.786A3.214 3.214 0 0 0 18 3.786Z"/><path stroke-linecap="round" d="M12 11v11"/></g></svg>
</template>

CSS

.icon-gift {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2011v4c0%203.3%200%204.95%201.025%205.975S7.7%2022%2011%2022h2c3.3%200%204.95%200%205.975-1.025S20%2018.3%2020%2015v-4%22%2F%3E%3Cpath%20d%3D%22M3%209c0-.748%200-1.122.201-1.4a1.4%201.4%200%200%201%20.549-.44C4.098%207%204.565%207%205.5%207h13c.935%200%201.402%200%201.75.16c.228.106.417.258.549.44C21%207.878%2021%208.252%2021%209s0%201.121-.201%201.4a1.4%201.4%200%200%201-.549.44c-.348.16-.815.16-1.75.16h-13c-.935%200-1.402%200-1.75-.16a1.4%201.4%200%200%201-.549-.44C3%2010.121%203%209.748%203%209Zm3-5.214C6%202.799%206.8%202%207.786%202h.357A3.857%203.857%200%200%201%2012%205.857V7H9.214A3.214%203.214%200%200%201%206%203.786Zm12%200C18%202.799%2017.2%202%2016.214%202h-.357A3.857%203.857%200%200%200%2012%205.857V7h2.786A3.214%203.214%200%200%200%2018%203.786Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2011v11%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2011v4c0%203.3%200%204.95%201.025%205.975S7.7%2022%2011%2022h2c3.3%200%204.95%200%205.975-1.025S20%2018.3%2020%2015v-4%22%2F%3E%3Cpath%20d%3D%22M3%209c0-.748%200-1.122.201-1.4a1.4%201.4%200%200%201%20.549-.44C4.098%207%204.565%207%205.5%207h13c.935%200%201.402%200%201.75.16c.228.106.417.258.549.44C21%207.878%2021%208.252%2021%209s0%201.121-.201%201.4a1.4%201.4%200%200%201-.549.44c-.348.16-.815.16-1.75.16h-13c-.935%200-1.402%200-1.75-.16a1.4%201.4%200%200%201-.549-.44C3%2010.121%203%209.748%203%209Zm3-5.214C6%202.799%206.8%202%207.786%202h.357A3.857%203.857%200%200%201%2012%205.857V7H9.214A3.214%203.214%200%200%201%206%203.786Zm12%200C18%202.799%2017.2%202%2016.214%202h-.357A3.857%203.857%200%200%200%2012%205.857V7h2.786A3.214%203.214%200%200%200%2018%203.786Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2011v11%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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