gift card icon
gift-card-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- gift-card-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
Related icons in Fluent UI System Icons
Use the gift card icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.25 4A3.25 3.25 0 0 0 2 7.25v8.5A3.25 3.25 0 0 0 5.25 19h13.5A3.25 3.25 0 0 0 22 15.75v-8.5A3.25 3.25 0 0 0 18.75 4zM3.5 7.25c0-.966.784-1.75 1.75-1.75H8v1.208A2.5 2.5 0 0 0 4.708 10H3.5zM9.5 9a1 1 0 1 1 1 1h-1zM8 10H7a1 1 0 1 1 1-1zm0 2.56v4.94H5.25a1.75 1.75 0 0 1-1.75-1.75V11.5h3.44l-1.72 1.72a.75.75 0 1 0 1.06 1.06zm1.5 4.94v-4.94l1.72 1.72a.75.75 0 1 0 1.06-1.06l-1.72-1.72h9.94v4.25a1.75 1.75 0 0 1-1.75 1.75zm0-10.792V5.5h9.25c.966 0 1.75.784 1.75 1.75V10h-7.708A2.5 2.5 0 0 0 9.5 6.708"/></svg>
React
import type { SVGProps } from "react";
export function FluentGiftCard24Regular(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="M5.25 4A3.25 3.25 0 0 0 2 7.25v8.5A3.25 3.25 0 0 0 5.25 19h13.5A3.25 3.25 0 0 0 22 15.75v-8.5A3.25 3.25 0 0 0 18.75 4zM3.5 7.25c0-.966.784-1.75 1.75-1.75H8v1.208A2.5 2.5 0 0 0 4.708 10H3.5zM9.5 9a1 1 0 1 1 1 1h-1zM8 10H7a1 1 0 1 1 1-1zm0 2.56v4.94H5.25a1.75 1.75 0 0 1-1.75-1.75V11.5h3.44l-1.72 1.72a.75.75 0 1 0 1.06 1.06zm1.5 4.94v-4.94l1.72 1.72a.75.75 0 1 0 1.06-1.06l-1.72-1.72h9.94v4.25a1.75 1.75 0 0 1-1.75 1.75zm0-10.792V5.5h9.25c.966 0 1.75.784 1.75 1.75V10h-7.708A2.5 2.5 0 0 0 9.5 6.708"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.25 4A3.25 3.25 0 0 0 2 7.25v8.5A3.25 3.25 0 0 0 5.25 19h13.5A3.25 3.25 0 0 0 22 15.75v-8.5A3.25 3.25 0 0 0 18.75 4zM3.5 7.25c0-.966.784-1.75 1.75-1.75H8v1.208A2.5 2.5 0 0 0 4.708 10H3.5zM9.5 9a1 1 0 1 1 1 1h-1zM8 10H7a1 1 0 1 1 1-1zm0 2.56v4.94H5.25a1.75 1.75 0 0 1-1.75-1.75V11.5h3.44l-1.72 1.72a.75.75 0 1 0 1.06 1.06zm1.5 4.94v-4.94l1.72 1.72a.75.75 0 1 0 1.06-1.06l-1.72-1.72h9.94v4.25a1.75 1.75 0 0 1-1.75 1.75zm0-10.792V5.5h9.25c.966 0 1.75.784 1.75 1.75V10h-7.708A2.5 2.5 0 0 0 9.5 6.708"/></svg> </template>
CSS
.icon-gift-card-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%22M5.25%204A3.25%203.25%200%200%200%202%207.25v8.5A3.25%203.25%200%200%200%205.25%2019h13.5A3.25%203.25%200%200%200%2022%2015.75v-8.5A3.25%203.25%200%200%200%2018.75%204zM3.5%207.25c0-.966.784-1.75%201.75-1.75H8v1.208A2.5%202.5%200%200%200%204.708%2010H3.5zM9.5%209a1%201%200%201%201%201%201h-1zM8%2010H7a1%201%200%201%201%201-1zm0%202.56v4.94H5.25a1.75%201.75%200%200%201-1.75-1.75V11.5h3.44l-1.72%201.72a.75.75%200%201%200%201.06%201.06zm1.5%204.94v-4.94l1.72%201.72a.75.75%200%201%200%201.06-1.06l-1.72-1.72h9.94v4.25a1.75%201.75%200%200%201-1.75%201.75zm0-10.792V5.5h9.25c.966%200%201.75.784%201.75%201.75V10h-7.708A2.5%202.5%200%200%200%209.5%206.708%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%22M5.25%204A3.25%203.25%200%200%200%202%207.25v8.5A3.25%203.25%200%200%200%205.25%2019h13.5A3.25%203.25%200%200%200%2022%2015.75v-8.5A3.25%203.25%200%200%200%2018.75%204zM3.5%207.25c0-.966.784-1.75%201.75-1.75H8v1.208A2.5%202.5%200%200%200%204.708%2010H3.5zM9.5%209a1%201%200%201%201%201%201h-1zM8%2010H7a1%201%200%201%201%201-1zm0%202.56v4.94H5.25a1.75%201.75%200%200%201-1.75-1.75V11.5h3.44l-1.72%201.72a.75.75%200%201%200%201.06%201.06zm1.5%204.94v-4.94l1.72%201.72a.75.75%200%201%200%201.06-1.06l-1.72-1.72h9.94v4.25a1.75%201.75%200%200%201-1.75%201.75zm0-10.792V5.5h9.25c.966%200%201.75.784%201.75%201.75V10h-7.708A2.5%202.5%200%200%200%209.5%206.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/gift-card-24-regular.svg?color=%231a73e8&size=48