gift icon
gift-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- gift-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M12 2a2.5 2.5 0 0 1 2 4.001L16 6a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1v4.5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 4 15.5V11a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1l2 .001a2.5 2.5 0 1 1 4-3A2.49 2.49 0 0 1 12 2m-2.5 9H5v4.5A1.5 1.5 0 0 0 6.5 17h3zm5.5 0h-4.5v6h3a1.5 1.5 0 0 0 1.5-1.5zM9.5 7H4v3h5.5zM16 7h-5.5v3H16zm-4-4a1.5 1.5 0 0 0-1.5 1.5V6H12a1.5 1.5 0 0 0 0-3M8 3a1.5 1.5 0 0 0-.144 2.993L8 6h1.5V4.5l-.007-.144A1.5 1.5 0 0 0 8 3"/></svg>
React
import type { SVGProps } from "react";
export function FluentGift20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12 2a2.5 2.5 0 0 1 2 4.001L16 6a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1v4.5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 4 15.5V11a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1l2 .001a2.5 2.5 0 1 1 4-3A2.49 2.49 0 0 1 12 2m-2.5 9H5v4.5A1.5 1.5 0 0 0 6.5 17h3zm5.5 0h-4.5v6h3a1.5 1.5 0 0 0 1.5-1.5zM9.5 7H4v3h5.5zM16 7h-5.5v3H16zm-4-4a1.5 1.5 0 0 0-1.5 1.5V6H12a1.5 1.5 0 0 0 0-3M8 3a1.5 1.5 0 0 0-.144 2.993L8 6h1.5V4.5l-.007-.144A1.5 1.5 0 0 0 8 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12 2a2.5 2.5 0 0 1 2 4.001L16 6a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1v4.5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 4 15.5V11a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1l2 .001a2.5 2.5 0 1 1 4-3A2.49 2.49 0 0 1 12 2m-2.5 9H5v4.5A1.5 1.5 0 0 0 6.5 17h3zm5.5 0h-4.5v6h3a1.5 1.5 0 0 0 1.5-1.5zM9.5 7H4v3h5.5zM16 7h-5.5v3H16zm-4-4a1.5 1.5 0 0 0-1.5 1.5V6H12a1.5 1.5 0 0 0 0-3M8 3a1.5 1.5 0 0 0-.144 2.993L8 6h1.5V4.5l-.007-.144A1.5 1.5 0 0 0 8 3"/></svg> </template>
CSS
.icon-gift-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a2.5%202.5%200%200%201%202%204.001L16%206a1%201%200%200%201%201%201v3a1%201%200%200%201-1%201v4.5a2.5%202.5%200%200%201-2.5%202.5h-7A2.5%202.5%200%200%201%204%2015.5V11a1%201%200%200%201-1-1V7a1%201%200%200%201%201-1l2%20.001a2.5%202.5%200%201%201%204-3A2.49%202.49%200%200%201%2012%202m-2.5%209H5v4.5A1.5%201.5%200%200%200%206.5%2017h3zm5.5%200h-4.5v6h3a1.5%201.5%200%200%200%201.5-1.5zM9.5%207H4v3h5.5zM16%207h-5.5v3H16zm-4-4a1.5%201.5%200%200%200-1.5%201.5V6H12a1.5%201.5%200%200%200%200-3M8%203a1.5%201.5%200%200%200-.144%202.993L8%206h1.5V4.5l-.007-.144A1.5%201.5%200%200%200%208%203%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a2.5%202.5%200%200%201%202%204.001L16%206a1%201%200%200%201%201%201v3a1%201%200%200%201-1%201v4.5a2.5%202.5%200%200%201-2.5%202.5h-7A2.5%202.5%200%200%201%204%2015.5V11a1%201%200%200%201-1-1V7a1%201%200%200%201%201-1l2%20.001a2.5%202.5%200%201%201%204-3A2.49%202.49%200%200%201%2012%202m-2.5%209H5v4.5A1.5%201.5%200%200%200%206.5%2017h3zm5.5%200h-4.5v6h3a1.5%201.5%200%200%200%201.5-1.5zM9.5%207H4v3h5.5zM16%207h-5.5v3H16zm-4-4a1.5%201.5%200%200%200-1.5%201.5V6H12a1.5%201.5%200%200%200%200-3M8%203a1.5%201.5%200%200%200-.144%202.993L8%206h1.5V4.5l-.007-.144A1.5%201.5%200%200%200%208%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/gift-20-regular.svg?color=%231a73e8&size=48