gift card multiple icon
gift-card-multiple-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- gift-card-multiple-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the gift card multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.75 4A2.75 2.75 0 0 0 2 6.75v5.5A2.75 2.75 0 0 0 4.75 15h8.5A2.75 2.75 0 0 0 16 12.25v-5.5A2.75 2.75 0 0 0 13.25 4zM3 12.25V10h3.293l-1.647 1.646a.5.5 0 0 0 .708.708L7 10.707V14H4.75A1.75 1.75 0 0 1 3 12.25M3 9V6.75C3 5.784 3.784 5 4.75 5H7v1.268A2 2 0 0 0 4.268 9zm4 0H6a1 1 0 1 1 1-1zm1 0V8a1 1 0 1 1 1 1zm3-1a2 2 0 0 0-3-1.732V5h5.25c.966 0 1.75.784 1.75 1.75V9h-4.268A2 2 0 0 0 11 8m-.646 3.646L8.707 10H15v2.25A1.75 1.75 0 0 1 13.25 14H8v-3.293l1.646 1.647a.5.5 0 0 0 .708-.708M6.75 17c-.855 0-1.619-.39-2.123-1.002L4.75 16h8.5A3.75 3.75 0 0 0 17 12.25v-5.5l-.002-.123A2.74 2.74 0 0 1 18 8.75v3.5A4.75 4.75 0 0 1 13.25 17z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGiftCardMultiple20Regular(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="M4.75 4A2.75 2.75 0 0 0 2 6.75v5.5A2.75 2.75 0 0 0 4.75 15h8.5A2.75 2.75 0 0 0 16 12.25v-5.5A2.75 2.75 0 0 0 13.25 4zM3 12.25V10h3.293l-1.647 1.646a.5.5 0 0 0 .708.708L7 10.707V14H4.75A1.75 1.75 0 0 1 3 12.25M3 9V6.75C3 5.784 3.784 5 4.75 5H7v1.268A2 2 0 0 0 4.268 9zm4 0H6a1 1 0 1 1 1-1zm1 0V8a1 1 0 1 1 1 1zm3-1a2 2 0 0 0-3-1.732V5h5.25c.966 0 1.75.784 1.75 1.75V9h-4.268A2 2 0 0 0 11 8m-.646 3.646L8.707 10H15v2.25A1.75 1.75 0 0 1 13.25 14H8v-3.293l1.646 1.647a.5.5 0 0 0 .708-.708M6.75 17c-.855 0-1.619-.39-2.123-1.002L4.75 16h8.5A3.75 3.75 0 0 0 17 12.25v-5.5l-.002-.123A2.74 2.74 0 0 1 18 8.75v3.5A4.75 4.75 0 0 1 13.25 17z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.75 4A2.75 2.75 0 0 0 2 6.75v5.5A2.75 2.75 0 0 0 4.75 15h8.5A2.75 2.75 0 0 0 16 12.25v-5.5A2.75 2.75 0 0 0 13.25 4zM3 12.25V10h3.293l-1.647 1.646a.5.5 0 0 0 .708.708L7 10.707V14H4.75A1.75 1.75 0 0 1 3 12.25M3 9V6.75C3 5.784 3.784 5 4.75 5H7v1.268A2 2 0 0 0 4.268 9zm4 0H6a1 1 0 1 1 1-1zm1 0V8a1 1 0 1 1 1 1zm3-1a2 2 0 0 0-3-1.732V5h5.25c.966 0 1.75.784 1.75 1.75V9h-4.268A2 2 0 0 0 11 8m-.646 3.646L8.707 10H15v2.25A1.75 1.75 0 0 1 13.25 14H8v-3.293l1.646 1.647a.5.5 0 0 0 .708-.708M6.75 17c-.855 0-1.619-.39-2.123-1.002L4.75 16h8.5A3.75 3.75 0 0 0 17 12.25v-5.5l-.002-.123A2.74 2.74 0 0 1 18 8.75v3.5A4.75 4.75 0 0 1 13.25 17z"/></svg> </template>
CSS
.icon-gift-card-multiple-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%22M4.75%204A2.75%202.75%200%200%200%202%206.75v5.5A2.75%202.75%200%200%200%204.75%2015h8.5A2.75%202.75%200%200%200%2016%2012.25v-5.5A2.75%202.75%200%200%200%2013.25%204zM3%2012.25V10h3.293l-1.647%201.646a.5.5%200%200%200%20.708.708L7%2010.707V14H4.75A1.75%201.75%200%200%201%203%2012.25M3%209V6.75C3%205.784%203.784%205%204.75%205H7v1.268A2%202%200%200%200%204.268%209zm4%200H6a1%201%200%201%201%201-1zm1%200V8a1%201%200%201%201%201%201zm3-1a2%202%200%200%200-3-1.732V5h5.25c.966%200%201.75.784%201.75%201.75V9h-4.268A2%202%200%200%200%2011%208m-.646%203.646L8.707%2010H15v2.25A1.75%201.75%200%200%201%2013.25%2014H8v-3.293l1.646%201.647a.5.5%200%200%200%20.708-.708M6.75%2017c-.855%200-1.619-.39-2.123-1.002L4.75%2016h8.5A3.75%203.75%200%200%200%2017%2012.25v-5.5l-.002-.123A2.74%202.74%200%200%201%2018%208.75v3.5A4.75%204.75%200%200%201%2013.25%2017z%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%22M4.75%204A2.75%202.75%200%200%200%202%206.75v5.5A2.75%202.75%200%200%200%204.75%2015h8.5A2.75%202.75%200%200%200%2016%2012.25v-5.5A2.75%202.75%200%200%200%2013.25%204zM3%2012.25V10h3.293l-1.647%201.646a.5.5%200%200%200%20.708.708L7%2010.707V14H4.75A1.75%201.75%200%200%201%203%2012.25M3%209V6.75C3%205.784%203.784%205%204.75%205H7v1.268A2%202%200%200%200%204.268%209zm4%200H6a1%201%200%201%201%201-1zm1%200V8a1%201%200%201%201%201%201zm3-1a2%202%200%200%200-3-1.732V5h5.25c.966%200%201.75.784%201.75%201.75V9h-4.268A2%202%200%200%200%2011%208m-.646%203.646L8.707%2010H15v2.25A1.75%201.75%200%200%201%2013.25%2014H8v-3.293l1.646%201.647a.5.5%200%200%200%20.708-.708M6.75%2017c-.855%200-1.619-.39-2.123-1.002L4.75%2016h8.5A3.75%203.75%200%200%200%2017%2012.25v-5.5l-.002-.123A2.74%202.74%200%200%201%2018%208.75v3.5A4.75%204.75%200%200%201%2013.25%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/gift-card-multiple-20-regular.svg?color=%231a73e8&size=48