gifts from Font Awesome Solid by Dave Gandy · Solid · Holiday · CC-BY-4.0 Attribution required.

Name
gifts
Set
Font Awesome Solid
Style
Solid
Category
Holiday
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More holiday icons from Font Awesome Solid

Use the gifts icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M234 33.4c12.5 4.4 19 18.1 14.6 30.6l-8.2 23.1l25.4-18.5c10.7-7.8 25.7-5.4 33.5 5.3s5.4 25.7-5.3 33.5L265.8 128H304c26.5 0 48 21.5 48 48v2.1c-54.7 10.4-96 58.4-96 116v1.9c0 8.9 1 17.5 2.8 25.9C246.9 339.7 240 361 240 384v128c0 23.8 7.4 45.9 20.1 64H80c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h38.2l-28.3-20.6c-10.7-7.8-13.1-22.8-5.3-33.5s22.8-13.1 33.5-5.3l27.4 20l-8.3-25c-4.2-12.6 2.6-26.2 15.2-30.4s26.2 2.6 30.4 15.2l9.9 29.8L203.4 48c4.4-12.5 18.1-19 30.6-14.6M521.9 272c-7.5 0-14.5 3.8-18.6 10.1L478.9 320H520c13.3 0 24-10.7 24-24v-1.9c0-12.2-9.9-22.1-22.1-22.1m-104.8 48l-24.4-37.9a22.2 22.2 0 0 0-18.6-10.1c-12.2 0-22.1 9.9-22.1 22.1v1.9c0 13.3 10.7 24 24 24zm-103.2 12.5c-6.3-10.7-9.9-23.2-9.9-36.5v-1.9c0-38.7 31.4-70.1 70.1-70.1c23.8 0 46 12.1 58.9 32.1l15 23.2l15-23.2c12.9-20 35.1-32.1 58.9-32.1c38.7 0 70.1 31.4 70.1 70.1v1.9c0 13.3-3.6 25.8-9.9 36.5c15.7 11.7 25.9 30.4 25.9 51.5v128c0 35.3-28.7 64-64 64h-72V368h-48v208h-72c-35.3 0-64-28.7-64-64V384c0-21.1 10.2-39.8 25.9-51.5"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidGifts(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M234 33.4c12.5 4.4 19 18.1 14.6 30.6l-8.2 23.1l25.4-18.5c10.7-7.8 25.7-5.4 33.5 5.3s5.4 25.7-5.3 33.5L265.8 128H304c26.5 0 48 21.5 48 48v2.1c-54.7 10.4-96 58.4-96 116v1.9c0 8.9 1 17.5 2.8 25.9C246.9 339.7 240 361 240 384v128c0 23.8 7.4 45.9 20.1 64H80c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h38.2l-28.3-20.6c-10.7-7.8-13.1-22.8-5.3-33.5s22.8-13.1 33.5-5.3l27.4 20l-8.3-25c-4.2-12.6 2.6-26.2 15.2-30.4s26.2 2.6 30.4 15.2l9.9 29.8L203.4 48c4.4-12.5 18.1-19 30.6-14.6M521.9 272c-7.5 0-14.5 3.8-18.6 10.1L478.9 320H520c13.3 0 24-10.7 24-24v-1.9c0-12.2-9.9-22.1-22.1-22.1m-104.8 48l-24.4-37.9a22.2 22.2 0 0 0-18.6-10.1c-12.2 0-22.1 9.9-22.1 22.1v1.9c0 13.3 10.7 24 24 24zm-103.2 12.5c-6.3-10.7-9.9-23.2-9.9-36.5v-1.9c0-38.7 31.4-70.1 70.1-70.1c23.8 0 46 12.1 58.9 32.1l15 23.2l15-23.2c12.9-20 35.1-32.1 58.9-32.1c38.7 0 70.1 31.4 70.1 70.1v1.9c0 13.3-3.6 25.8-9.9 36.5c15.7 11.7 25.9 30.4 25.9 51.5v128c0 35.3-28.7 64-64 64h-72V368h-48v208h-72c-35.3 0-64-28.7-64-64V384c0-21.1 10.2-39.8 25.9-51.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M234 33.4c12.5 4.4 19 18.1 14.6 30.6l-8.2 23.1l25.4-18.5c10.7-7.8 25.7-5.4 33.5 5.3s5.4 25.7-5.3 33.5L265.8 128H304c26.5 0 48 21.5 48 48v2.1c-54.7 10.4-96 58.4-96 116v1.9c0 8.9 1 17.5 2.8 25.9C246.9 339.7 240 361 240 384v128c0 23.8 7.4 45.9 20.1 64H80c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h38.2l-28.3-20.6c-10.7-7.8-13.1-22.8-5.3-33.5s22.8-13.1 33.5-5.3l27.4 20l-8.3-25c-4.2-12.6 2.6-26.2 15.2-30.4s26.2 2.6 30.4 15.2l9.9 29.8L203.4 48c4.4-12.5 18.1-19 30.6-14.6M521.9 272c-7.5 0-14.5 3.8-18.6 10.1L478.9 320H520c13.3 0 24-10.7 24-24v-1.9c0-12.2-9.9-22.1-22.1-22.1m-104.8 48l-24.4-37.9a22.2 22.2 0 0 0-18.6-10.1c-12.2 0-22.1 9.9-22.1 22.1v1.9c0 13.3 10.7 24 24 24zm-103.2 12.5c-6.3-10.7-9.9-23.2-9.9-36.5v-1.9c0-38.7 31.4-70.1 70.1-70.1c23.8 0 46 12.1 58.9 32.1l15 23.2l15-23.2c12.9-20 35.1-32.1 58.9-32.1c38.7 0 70.1 31.4 70.1 70.1v1.9c0 13.3-3.6 25.8-9.9 36.5c15.7 11.7 25.9 30.4 25.9 51.5v128c0 35.3-28.7 64-64 64h-72V368h-48v208h-72c-35.3 0-64-28.7-64-64V384c0-21.1 10.2-39.8 25.9-51.5"/></svg>
</template>

CSS

.icon-gifts {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M234%2033.4c12.5%204.4%2019%2018.1%2014.6%2030.6l-8.2%2023.1l25.4-18.5c10.7-7.8%2025.7-5.4%2033.5%205.3s5.4%2025.7-5.3%2033.5L265.8%20128H304c26.5%200%2048%2021.5%2048%2048v2.1c-54.7%2010.4-96%2058.4-96%20116v1.9c0%208.9%201%2017.5%202.8%2025.9C246.9%20339.7%20240%20361%20240%20384v128c0%2023.8%207.4%2045.9%2020.1%2064H80c-26.5%200-48-21.5-48-48V176c0-26.5%2021.5-48%2048-48h38.2l-28.3-20.6c-10.7-7.8-13.1-22.8-5.3-33.5s22.8-13.1%2033.5-5.3l27.4%2020l-8.3-25c-4.2-12.6%202.6-26.2%2015.2-30.4s26.2%202.6%2030.4%2015.2l9.9%2029.8L203.4%2048c4.4-12.5%2018.1-19%2030.6-14.6M521.9%20272c-7.5%200-14.5%203.8-18.6%2010.1L478.9%20320H520c13.3%200%2024-10.7%2024-24v-1.9c0-12.2-9.9-22.1-22.1-22.1m-104.8%2048l-24.4-37.9a22.2%2022.2%200%200%200-18.6-10.1c-12.2%200-22.1%209.9-22.1%2022.1v1.9c0%2013.3%2010.7%2024%2024%2024zm-103.2%2012.5c-6.3-10.7-9.9-23.2-9.9-36.5v-1.9c0-38.7%2031.4-70.1%2070.1-70.1c23.8%200%2046%2012.1%2058.9%2032.1l15%2023.2l15-23.2c12.9-20%2035.1-32.1%2058.9-32.1c38.7%200%2070.1%2031.4%2070.1%2070.1v1.9c0%2013.3-3.6%2025.8-9.9%2036.5c15.7%2011.7%2025.9%2030.4%2025.9%2051.5v128c0%2035.3-28.7%2064-64%2064h-72V368h-48v208h-72c-35.3%200-64-28.7-64-64V384c0-21.1%2010.2-39.8%2025.9-51.5%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M234%2033.4c12.5%204.4%2019%2018.1%2014.6%2030.6l-8.2%2023.1l25.4-18.5c10.7-7.8%2025.7-5.4%2033.5%205.3s5.4%2025.7-5.3%2033.5L265.8%20128H304c26.5%200%2048%2021.5%2048%2048v2.1c-54.7%2010.4-96%2058.4-96%20116v1.9c0%208.9%201%2017.5%202.8%2025.9C246.9%20339.7%20240%20361%20240%20384v128c0%2023.8%207.4%2045.9%2020.1%2064H80c-26.5%200-48-21.5-48-48V176c0-26.5%2021.5-48%2048-48h38.2l-28.3-20.6c-10.7-7.8-13.1-22.8-5.3-33.5s22.8-13.1%2033.5-5.3l27.4%2020l-8.3-25c-4.2-12.6%202.6-26.2%2015.2-30.4s26.2%202.6%2030.4%2015.2l9.9%2029.8L203.4%2048c4.4-12.5%2018.1-19%2030.6-14.6M521.9%20272c-7.5%200-14.5%203.8-18.6%2010.1L478.9%20320H520c13.3%200%2024-10.7%2024-24v-1.9c0-12.2-9.9-22.1-22.1-22.1m-104.8%2048l-24.4-37.9a22.2%2022.2%200%200%200-18.6-10.1c-12.2%200-22.1%209.9-22.1%2022.1v1.9c0%2013.3%2010.7%2024%2024%2024zm-103.2%2012.5c-6.3-10.7-9.9-23.2-9.9-36.5v-1.9c0-38.7%2031.4-70.1%2070.1-70.1c23.8%200%2046%2012.1%2058.9%2032.1l15%2023.2l15-23.2c12.9-20%2035.1-32.1%2058.9-32.1c38.7%200%2070.1%2031.4%2070.1%2070.1v1.9c0%2013.3-3.6%2025.8-9.9%2036.5c15.7%2011.7%2025.9%2030.4%2025.9%2051.5v128c0%2035.3-28.7%2064-64%2064h-72V368h-48v208h-72c-35.3%200-64-28.7-64-64V384c0-21.1%2010.2-39.8%2025.9-51.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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