gift from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
gift
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-gift

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 24 24"><path fill="currentColor" d="M20 7h-1.209A5 5 0 0 0 19 5.5C19 3.57 17.43 2 15.5 2c-1.622 0-2.705 1.482-3.404 3.085C11.407 3.57 10.269 2 8.5 2C6.57 2 5 3.57 5 5.5c0 .596.079 1.089.209 1.5H4c-1.103 0-2 .897-2 2v2c0 1.103.897 2 2 2v7c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-7c1.103 0 2-.897 2-2V9c0-1.103-.897-2-2-2m-4.5-3c.827 0 1.5.673 1.5 1.5C17 7 16.374 7 16 7h-2.478c.511-1.576 1.253-3 1.978-3M7 5.5C7 4.673 7.673 4 8.5 4c.888 0 1.714 1.525 2.198 3H8c-.374 0-1 0-1-1.5M4 9h7v2H4zm2 11v-7h5v7zm12 0h-5v-7h5zm-5-9V9.085L13.017 9H20l.001 2z"/></svg>

React

import type { SVGProps } from "react";

export function BxGift(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 7h-1.209A5 5 0 0 0 19 5.5C19 3.57 17.43 2 15.5 2c-1.622 0-2.705 1.482-3.404 3.085C11.407 3.57 10.269 2 8.5 2C6.57 2 5 3.57 5 5.5c0 .596.079 1.089.209 1.5H4c-1.103 0-2 .897-2 2v2c0 1.103.897 2 2 2v7c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-7c1.103 0 2-.897 2-2V9c0-1.103-.897-2-2-2m-4.5-3c.827 0 1.5.673 1.5 1.5C17 7 16.374 7 16 7h-2.478c.511-1.576 1.253-3 1.978-3M7 5.5C7 4.673 7.673 4 8.5 4c.888 0 1.714 1.525 2.198 3H8c-.374 0-1 0-1-1.5M4 9h7v2H4zm2 11v-7h5v7zm12 0h-5v-7h5zm-5-9V9.085L13.017 9H20l.001 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 7h-1.209A5 5 0 0 0 19 5.5C19 3.57 17.43 2 15.5 2c-1.622 0-2.705 1.482-3.404 3.085C11.407 3.57 10.269 2 8.5 2C6.57 2 5 3.57 5 5.5c0 .596.079 1.089.209 1.5H4c-1.103 0-2 .897-2 2v2c0 1.103.897 2 2 2v7c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-7c1.103 0 2-.897 2-2V9c0-1.103-.897-2-2-2m-4.5-3c.827 0 1.5.673 1.5 1.5C17 7 16.374 7 16 7h-2.478c.511-1.576 1.253-3 1.978-3M7 5.5C7 4.673 7.673 4 8.5 4c.888 0 1.714 1.525 2.198 3H8c-.374 0-1 0-1-1.5M4 9h7v2H4zm2 11v-7h5v7zm12 0h-5v-7h5zm-5-9V9.085L13.017 9H20l.001 2z"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%207h-1.209A5%205%200%200%200%2019%205.5C19%203.57%2017.43%202%2015.5%202c-1.622%200-2.705%201.482-3.404%203.085C11.407%203.57%2010.269%202%208.5%202C6.57%202%205%203.57%205%205.5c0%20.596.079%201.089.209%201.5H4c-1.103%200-2%20.897-2%202v2c0%201.103.897%202%202%202v7c0%201.103.897%202%202%202h12c1.103%200%202-.897%202-2v-7c1.103%200%202-.897%202-2V9c0-1.103-.897-2-2-2m-4.5-3c.827%200%201.5.673%201.5%201.5C17%207%2016.374%207%2016%207h-2.478c.511-1.576%201.253-3%201.978-3M7%205.5C7%204.673%207.673%204%208.5%204c.888%200%201.714%201.525%202.198%203H8c-.374%200-1%200-1-1.5M4%209h7v2H4zm2%2011v-7h5v7zm12%200h-5v-7h5zm-5-9V9.085L13.017%209H20l.001%202z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%207h-1.209A5%205%200%200%200%2019%205.5C19%203.57%2017.43%202%2015.5%202c-1.622%200-2.705%201.482-3.404%203.085C11.407%203.57%2010.269%202%208.5%202C6.57%202%205%203.57%205%205.5c0%20.596.079%201.089.209%201.5H4c-1.103%200-2%20.897-2%202v2c0%201.103.897%202%202%202v7c0%201.103.897%202%202%202h12c1.103%200%202-.897%202-2v-7c1.103%200%202-.897%202-2V9c0-1.103-.897-2-2-2m-4.5-3c.827%200%201.5.673%201.5%201.5C17%207%2016.374%207%2016%207h-2.478c.511-1.576%201.253-3%201.978-3M7%205.5C7%204.673%207.673%204%208.5%204c.888%200%201.714%201.525%202.198%203H8c-.374%200-1%200-1-1.5M4%209h7v2H4zm2%2011v-7h5v7zm12%200h-5v-7h5zm-5-9V9.085L13.017%209H20l.001%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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