gift icon
gift-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- gift-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
giftAkar Iconsgift-filledAnt Design IconsgiftBootstrap IconsgiftBoxIcons v2giftBoxIcons v2 SolidgiftCarbongiftCodiconsgift-fillEva IconsgiftFramework7 IconsgiftFont Awesome 6 SolidgiftFont Awesome SolidgiftFeather Iconsgift-16Fluent UI System Color Iconsgiftcss.gggiftHeroIconsgiftHuge IconsgiftHumbleiconsgiftIconParkgiftIconPark OutlinegiftIconPark SolidgiftIconPark TwoTonegiftIconoirgiftIonIconsgiftJam Icons
Related icons in Fluent UI System Icons
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="M14.5 2a3.25 3.25 0 0 1 2.739 5h2.511c.69 0 1.25.56 1.25 1.25v3.5a1.25 1.25 0 0 1-1 1.225v5.775a3.25 3.25 0 0 1-3.066 3.245L16.75 22h-9.5a3.25 3.25 0 0 1-3.245-3.066L4 18.75v-5.775c-.57-.116-1-.62-1-1.225v-3.5C3 7.56 3.56 7 4.25 7h2.511a3.25 3.25 0 0 1 5.24-3.827A3.24 3.24 0 0 1 14.5 2m-3.25 10.999H5.5v5.751a1.75 1.75 0 0 0 1.606 1.744l.144.006h4zm7.25 0h-5.75V20.5h4a1.75 1.75 0 0 0 1.744-1.607l.006-.143zM11.25 8.5H4.5v3l6.75-.001zm8.25 3v-3h-6.75v2.999zm-5-8a1.75 1.75 0 0 0-1.75 1.75v1.749h1.774l.12-.005A1.75 1.75 0 0 0 14.5 3.5m-5 0a1.75 1.75 0 0 0-.144 3.494l.12.005h1.774V5.25l-.006-.144A1.75 1.75 0 0 0 9.5 3.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentGift24Regular(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="M14.5 2a3.25 3.25 0 0 1 2.739 5h2.511c.69 0 1.25.56 1.25 1.25v3.5a1.25 1.25 0 0 1-1 1.225v5.775a3.25 3.25 0 0 1-3.066 3.245L16.75 22h-9.5a3.25 3.25 0 0 1-3.245-3.066L4 18.75v-5.775c-.57-.116-1-.62-1-1.225v-3.5C3 7.56 3.56 7 4.25 7h2.511a3.25 3.25 0 0 1 5.24-3.827A3.24 3.24 0 0 1 14.5 2m-3.25 10.999H5.5v5.751a1.75 1.75 0 0 0 1.606 1.744l.144.006h4zm7.25 0h-5.75V20.5h4a1.75 1.75 0 0 0 1.744-1.607l.006-.143zM11.25 8.5H4.5v3l6.75-.001zm8.25 3v-3h-6.75v2.999zm-5-8a1.75 1.75 0 0 0-1.75 1.75v1.749h1.774l.12-.005A1.75 1.75 0 0 0 14.5 3.5m-5 0a1.75 1.75 0 0 0-.144 3.494l.12.005h1.774V5.25l-.006-.144A1.75 1.75 0 0 0 9.5 3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 2a3.25 3.25 0 0 1 2.739 5h2.511c.69 0 1.25.56 1.25 1.25v3.5a1.25 1.25 0 0 1-1 1.225v5.775a3.25 3.25 0 0 1-3.066 3.245L16.75 22h-9.5a3.25 3.25 0 0 1-3.245-3.066L4 18.75v-5.775c-.57-.116-1-.62-1-1.225v-3.5C3 7.56 3.56 7 4.25 7h2.511a3.25 3.25 0 0 1 5.24-3.827A3.24 3.24 0 0 1 14.5 2m-3.25 10.999H5.5v5.751a1.75 1.75 0 0 0 1.606 1.744l.144.006h4zm7.25 0h-5.75V20.5h4a1.75 1.75 0 0 0 1.744-1.607l.006-.143zM11.25 8.5H4.5v3l6.75-.001zm8.25 3v-3h-6.75v2.999zm-5-8a1.75 1.75 0 0 0-1.75 1.75v1.749h1.774l.12-.005A1.75 1.75 0 0 0 14.5 3.5m-5 0a1.75 1.75 0 0 0-.144 3.494l.12.005h1.774V5.25l-.006-.144A1.75 1.75 0 0 0 9.5 3.5"/></svg> </template>
CSS
.icon-gift-24-regular {
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%22M14.5%202a3.25%203.25%200%200%201%202.739%205h2.511c.69%200%201.25.56%201.25%201.25v3.5a1.25%201.25%200%200%201-1%201.225v5.775a3.25%203.25%200%200%201-3.066%203.245L16.75%2022h-9.5a3.25%203.25%200%200%201-3.245-3.066L4%2018.75v-5.775c-.57-.116-1-.62-1-1.225v-3.5C3%207.56%203.56%207%204.25%207h2.511a3.25%203.25%200%200%201%205.24-3.827A3.24%203.24%200%200%201%2014.5%202m-3.25%2010.999H5.5v5.751a1.75%201.75%200%200%200%201.606%201.744l.144.006h4zm7.25%200h-5.75V20.5h4a1.75%201.75%200%200%200%201.744-1.607l.006-.143zM11.25%208.5H4.5v3l6.75-.001zm8.25%203v-3h-6.75v2.999zm-5-8a1.75%201.75%200%200%200-1.75%201.75v1.749h1.774l.12-.005A1.75%201.75%200%200%200%2014.5%203.5m-5%200a1.75%201.75%200%200%200-.144%203.494l.12.005h1.774V5.25l-.006-.144A1.75%201.75%200%200%200%209.5%203.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%202a3.25%203.25%200%200%201%202.739%205h2.511c.69%200%201.25.56%201.25%201.25v3.5a1.25%201.25%200%200%201-1%201.225v5.775a3.25%203.25%200%200%201-3.066%203.245L16.75%2022h-9.5a3.25%203.25%200%200%201-3.245-3.066L4%2018.75v-5.775c-.57-.116-1-.62-1-1.225v-3.5C3%207.56%203.56%207%204.25%207h2.511a3.25%203.25%200%200%201%205.24-3.827A3.24%203.24%200%200%201%2014.5%202m-3.25%2010.999H5.5v5.751a1.75%201.75%200%200%200%201.606%201.744l.144.006h4zm7.25%200h-5.75V20.5h4a1.75%201.75%200%200%200%201.744-1.607l.006-.143zM11.25%208.5H4.5v3l6.75-.001zm8.25%203v-3h-6.75v2.999zm-5-8a1.75%201.75%200%200%200-1.75%201.75v1.749h1.774l.12-.005A1.75%201.75%200%200%200%2014.5%203.5m-5%200a1.75%201.75%200%200%200-.144%203.494l.12.005h1.774V5.25l-.006-.144A1.75%201.75%200%200%200%209.5%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/gift-24-regular.svg?color=%231a73e8&size=48