gift card multiple icon
gift-card-multiple-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- gift-card-multiple-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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 4H7v2.268A2 2 0 0 0 4.268 9H2V6.75A2.75 2.75 0 0 1 4.75 4M2 12.25V10h4.293l-1.647 1.646a.5.5 0 0 0 .708.708L7 10.707V15H4.75A2.75 2.75 0 0 1 2 12.25M8 15h5.25A2.75 2.75 0 0 0 16 12.25V10H8.707l1.647 1.646a.5.5 0 0 1-.708.708L8 10.707zm2.732-6H16V6.75A2.75 2.75 0 0 0 13.25 4H8v2.268A2 2 0 0 1 10.732 9M8 9V8a1 1 0 1 1 1 1zM6 9h1V8a1 1 0 1 0-1 1m.75 8c-.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 FluentGiftCardMultiple20Filled(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 4H7v2.268A2 2 0 0 0 4.268 9H2V6.75A2.75 2.75 0 0 1 4.75 4M2 12.25V10h4.293l-1.647 1.646a.5.5 0 0 0 .708.708L7 10.707V15H4.75A2.75 2.75 0 0 1 2 12.25M8 15h5.25A2.75 2.75 0 0 0 16 12.25V10H8.707l1.647 1.646a.5.5 0 0 1-.708.708L8 10.707zm2.732-6H16V6.75A2.75 2.75 0 0 0 13.25 4H8v2.268A2 2 0 0 1 10.732 9M8 9V8a1 1 0 1 1 1 1zM6 9h1V8a1 1 0 1 0-1 1m.75 8c-.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 4H7v2.268A2 2 0 0 0 4.268 9H2V6.75A2.75 2.75 0 0 1 4.75 4M2 12.25V10h4.293l-1.647 1.646a.5.5 0 0 0 .708.708L7 10.707V15H4.75A2.75 2.75 0 0 1 2 12.25M8 15h5.25A2.75 2.75 0 0 0 16 12.25V10H8.707l1.647 1.646a.5.5 0 0 1-.708.708L8 10.707zm2.732-6H16V6.75A2.75 2.75 0 0 0 13.25 4H8v2.268A2 2 0 0 1 10.732 9M8 9V8a1 1 0 1 1 1 1zM6 9h1V8a1 1 0 1 0-1 1m.75 8c-.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-filled {
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%204H7v2.268A2%202%200%200%200%204.268%209H2V6.75A2.75%202.75%200%200%201%204.75%204M2%2012.25V10h4.293l-1.647%201.646a.5.5%200%200%200%20.708.708L7%2010.707V15H4.75A2.75%202.75%200%200%201%202%2012.25M8%2015h5.25A2.75%202.75%200%200%200%2016%2012.25V10H8.707l1.647%201.646a.5.5%200%200%201-.708.708L8%2010.707zm2.732-6H16V6.75A2.75%202.75%200%200%200%2013.25%204H8v2.268A2%202%200%200%201%2010.732%209M8%209V8a1%201%200%201%201%201%201zM6%209h1V8a1%201%200%201%200-1%201m.75%208c-.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%204H7v2.268A2%202%200%200%200%204.268%209H2V6.75A2.75%202.75%200%200%201%204.75%204M2%2012.25V10h4.293l-1.647%201.646a.5.5%200%200%200%20.708.708L7%2010.707V15H4.75A2.75%202.75%200%200%201%202%2012.25M8%2015h5.25A2.75%202.75%200%200%200%2016%2012.25V10H8.707l1.647%201.646a.5.5%200%200%201-.708.708L8%2010.707zm2.732-6H16V6.75A2.75%202.75%200%200%200%2013.25%204H8v2.268A2%202%200%200%201%2010.732%209M8%209V8a1%201%200%201%201%201%201zM6%209h1V8a1%201%200%201%200-1%201m.75%208c-.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-filled.svg?color=%231a73e8&size=48