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

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

The same icon in other sets

More holiday icons from Font Awesome 6 Solid

Use the gifts icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M200.6 32C205 19.5 198.5 5.8 186 1.4S159.8 3.5 155.4 16l-10.7 30.2l-9.9-29.8C130.6 3.8 117-3 104.4 1.2S85 19 89.2 31.6l8.3 25l-27.4-20c-10.7-7.8-25.7-5.4-33.5 5.3s-5.4 25.7 5.3 33.5L70.2 96H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h152.6c-5.4-9.4-8.6-20.3-8.6-32V256c0-29.9 20.5-55 48.2-62c1.8-31 17.1-58.2 40.1-76.1C271.7 104.7 256.9 96 240 96h-22.2l28.3-20.6c10.7-7.8 13.1-22.8 5.3-33.5s-22.8-13.1-33.5-5.3l-25.4 18.5zm162.9 153.5l29.6 38.5H344c-13.3 0-24-10.7-24-24c0-13.1 10.8-24 24.2-24c7.6 0 14.7 3.5 19.3 9.5M272 200c0 8.4 1.4 16.5 4.1 24H272c-26.5 0-48 21.5-48 48v80h192v-96h32v96h192v-80c0-26.5-21.5-48-48-48h-4.1c2.7-7.5 4.1-15.6 4.1-24c0-39.9-32.5-72-72.2-72c-22.4 0-43.6 10.4-57.3 28.2L432 195.8l-30.5-39.6c-13.7-17.8-35-28.2-57.3-28.2c-39.7 0-72.2 32.1-72.2 72m-48 264c0 26.5 21.5 48 48 48h144V384H224zm224 48h144c26.5 0 48-21.5 48-48v-80H448zm96-312c0 13.3-10.7 24-24 24h-49.1l29.6-38.5c4.6-5.9 11.7-9.5 19.3-9.5c13.4 0 24.2 10.9 24.2 24"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidGifts(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M200.6 32C205 19.5 198.5 5.8 186 1.4S159.8 3.5 155.4 16l-10.7 30.2l-9.9-29.8C130.6 3.8 117-3 104.4 1.2S85 19 89.2 31.6l8.3 25l-27.4-20c-10.7-7.8-25.7-5.4-33.5 5.3s-5.4 25.7 5.3 33.5L70.2 96H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h152.6c-5.4-9.4-8.6-20.3-8.6-32V256c0-29.9 20.5-55 48.2-62c1.8-31 17.1-58.2 40.1-76.1C271.7 104.7 256.9 96 240 96h-22.2l28.3-20.6c10.7-7.8 13.1-22.8 5.3-33.5s-22.8-13.1-33.5-5.3l-25.4 18.5zm162.9 153.5l29.6 38.5H344c-13.3 0-24-10.7-24-24c0-13.1 10.8-24 24.2-24c7.6 0 14.7 3.5 19.3 9.5M272 200c0 8.4 1.4 16.5 4.1 24H272c-26.5 0-48 21.5-48 48v80h192v-96h32v96h192v-80c0-26.5-21.5-48-48-48h-4.1c2.7-7.5 4.1-15.6 4.1-24c0-39.9-32.5-72-72.2-72c-22.4 0-43.6 10.4-57.3 28.2L432 195.8l-30.5-39.6c-13.7-17.8-35-28.2-57.3-28.2c-39.7 0-72.2 32.1-72.2 72m-48 264c0 26.5 21.5 48 48 48h144V384H224zm224 48h144c26.5 0 48-21.5 48-48v-80H448zm96-312c0 13.3-10.7 24-24 24h-49.1l29.6-38.5c4.6-5.9 11.7-9.5 19.3-9.5c13.4 0 24.2 10.9 24.2 24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M200.6 32C205 19.5 198.5 5.8 186 1.4S159.8 3.5 155.4 16l-10.7 30.2l-9.9-29.8C130.6 3.8 117-3 104.4 1.2S85 19 89.2 31.6l8.3 25l-27.4-20c-10.7-7.8-25.7-5.4-33.5 5.3s-5.4 25.7 5.3 33.5L70.2 96H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h152.6c-5.4-9.4-8.6-20.3-8.6-32V256c0-29.9 20.5-55 48.2-62c1.8-31 17.1-58.2 40.1-76.1C271.7 104.7 256.9 96 240 96h-22.2l28.3-20.6c10.7-7.8 13.1-22.8 5.3-33.5s-22.8-13.1-33.5-5.3l-25.4 18.5zm162.9 153.5l29.6 38.5H344c-13.3 0-24-10.7-24-24c0-13.1 10.8-24 24.2-24c7.6 0 14.7 3.5 19.3 9.5M272 200c0 8.4 1.4 16.5 4.1 24H272c-26.5 0-48 21.5-48 48v80h192v-96h32v96h192v-80c0-26.5-21.5-48-48-48h-4.1c2.7-7.5 4.1-15.6 4.1-24c0-39.9-32.5-72-72.2-72c-22.4 0-43.6 10.4-57.3 28.2L432 195.8l-30.5-39.6c-13.7-17.8-35-28.2-57.3-28.2c-39.7 0-72.2 32.1-72.2 72m-48 264c0 26.5 21.5 48 48 48h144V384H224zm224 48h144c26.5 0 48-21.5 48-48v-80H448zm96-312c0 13.3-10.7 24-24 24h-49.1l29.6-38.5c4.6-5.9 11.7-9.5 19.3-9.5c13.4 0 24.2 10.9 24.2 24"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200.6%2032C205%2019.5%20198.5%205.8%20186%201.4S159.8%203.5%20155.4%2016l-10.7%2030.2l-9.9-29.8C130.6%203.8%20117-3%20104.4%201.2S85%2019%2089.2%2031.6l8.3%2025l-27.4-20c-10.7-7.8-25.7-5.4-33.5%205.3s-5.4%2025.7%205.3%2033.5L70.2%2096H48c-26.5%200-48%2021.5-48%2048v320c0%2026.5%2021.5%2048%2048%2048h152.6c-5.4-9.4-8.6-20.3-8.6-32V256c0-29.9%2020.5-55%2048.2-62c1.8-31%2017.1-58.2%2040.1-76.1C271.7%20104.7%20256.9%2096%20240%2096h-22.2l28.3-20.6c10.7-7.8%2013.1-22.8%205.3-33.5s-22.8-13.1-33.5-5.3l-25.4%2018.5zm162.9%20153.5l29.6%2038.5H344c-13.3%200-24-10.7-24-24c0-13.1%2010.8-24%2024.2-24c7.6%200%2014.7%203.5%2019.3%209.5M272%20200c0%208.4%201.4%2016.5%204.1%2024H272c-26.5%200-48%2021.5-48%2048v80h192v-96h32v96h192v-80c0-26.5-21.5-48-48-48h-4.1c2.7-7.5%204.1-15.6%204.1-24c0-39.9-32.5-72-72.2-72c-22.4%200-43.6%2010.4-57.3%2028.2L432%20195.8l-30.5-39.6c-13.7-17.8-35-28.2-57.3-28.2c-39.7%200-72.2%2032.1-72.2%2072m-48%20264c0%2026.5%2021.5%2048%2048%2048h144V384H224zm224%2048h144c26.5%200%2048-21.5%2048-48v-80H448zm96-312c0%2013.3-10.7%2024-24%2024h-49.1l29.6-38.5c4.6-5.9%2011.7-9.5%2019.3-9.5c13.4%200%2024.2%2010.9%2024.2%2024%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200.6%2032C205%2019.5%20198.5%205.8%20186%201.4S159.8%203.5%20155.4%2016l-10.7%2030.2l-9.9-29.8C130.6%203.8%20117-3%20104.4%201.2S85%2019%2089.2%2031.6l8.3%2025l-27.4-20c-10.7-7.8-25.7-5.4-33.5%205.3s-5.4%2025.7%205.3%2033.5L70.2%2096H48c-26.5%200-48%2021.5-48%2048v320c0%2026.5%2021.5%2048%2048%2048h152.6c-5.4-9.4-8.6-20.3-8.6-32V256c0-29.9%2020.5-55%2048.2-62c1.8-31%2017.1-58.2%2040.1-76.1C271.7%20104.7%20256.9%2096%20240%2096h-22.2l28.3-20.6c10.7-7.8%2013.1-22.8%205.3-33.5s-22.8-13.1-33.5-5.3l-25.4%2018.5zm162.9%20153.5l29.6%2038.5H344c-13.3%200-24-10.7-24-24c0-13.1%2010.8-24%2024.2-24c7.6%200%2014.7%203.5%2019.3%209.5M272%20200c0%208.4%201.4%2016.5%204.1%2024H272c-26.5%200-48%2021.5-48%2048v80h192v-96h32v96h192v-80c0-26.5-21.5-48-48-48h-4.1c2.7-7.5%204.1-15.6%204.1-24c0-39.9-32.5-72-72.2-72c-22.4%200-43.6%2010.4-57.3%2028.2L432%20195.8l-30.5-39.6c-13.7-17.8-35-28.2-57.3-28.2c-39.7%200-72.2%2032.1-72.2%2072m-48%20264c0%2026.5%2021.5%2048%2048%2048h144V384H224zm224%2048h144c26.5%200%2048-21.5%2048-48v-80H448zm96-312c0%2013.3-10.7%2024-24%2024h-49.1l29.6-38.5c4.6-5.9%2011.7-9.5%2019.3-9.5c13.4%200%2024.2%2010.9%2024.2%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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