gift card icon
gift-card-20 from Fluent UI System Color Icons by Microsoft Corporation · 20 · MIT Free for personal and commercial use.
- Name
- gift-card-20
- Set
- Fluent UI System Color Icons
- Style
- 20
- Viewbox
- 20×20
- License
- MIT
2 other variants in Fluent UI System Color Icons
The same icon in other sets
Use the gift card icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGEKAq1bFO1)" d="M2 6.75A2.75 2.75 0 0 1 4.75 4h10.5A2.75 2.75 0 0 1 18 6.75v6.5A2.75 2.75 0 0 1 15.25 16H4.75A2.75 2.75 0 0 1 2 13.25z"/><path fill="url(#SVG5TqwxVLi1)" d="M7 9V4h1.5v5H18v1.5H8.5V16H7v-5.5H2V9z"/><path fill="url(#SVGOJ7y3dtf1)" fill-rule="evenodd" d="M9.542 10.481A2.25 2.25 0 1 0 7.75 6.573a2.25 2.25 0 1 0-1.792 3.908L4.72 11.72a.75.75 0 1 0 1.06 1.06l1.97-1.97l1.97 1.97a.75.75 0 1 0 1.06-1.06zM9.78 7.72a.75.75 0 0 0-1.28.53V9h.75a.75.75 0 0 0 .53-1.28M7 8.25a.75.75 0 1 0-.75.75H7z" clip-rule="evenodd"/><defs><linearGradient id="SVGEKAq1bFO1" x1="2" x2="11.928" y1=".25" y2="20.293" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#bb45ea"/><stop offset=".468" stop-color="#8b57ed"/><stop offset="1" stop-color="#5b2ab5"/></linearGradient><linearGradient id="SVGOJ7y3dtf1" x1="8" x2="7.5" y1="-14.5" y2="20.5" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset=".804" stop-color="#ffcd0f"/></linearGradient><radialGradient id="SVG5TqwxVLi1" cx="0" cy="0" r="1" gradientTransform="matrix(20.5 0 0 13.6667 8 10)" gradientUnits="userSpaceOnUse"><stop stop-color="#fb5937"/><stop offset=".378" stop-color="#ffcd0f"/></radialGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorGiftCard20(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGEKAq1bFO1)" d="M2 6.75A2.75 2.75 0 0 1 4.75 4h10.5A2.75 2.75 0 0 1 18 6.75v6.5A2.75 2.75 0 0 1 15.25 16H4.75A2.75 2.75 0 0 1 2 13.25z"/><path fill="url(#SVG5TqwxVLi1)" d="M7 9V4h1.5v5H18v1.5H8.5V16H7v-5.5H2V9z"/><path fill="url(#SVGOJ7y3dtf1)" fillRule="evenodd" d="M9.542 10.481A2.25 2.25 0 1 0 7.75 6.573a2.25 2.25 0 1 0-1.792 3.908L4.72 11.72a.75.75 0 1 0 1.06 1.06l1.97-1.97l1.97 1.97a.75.75 0 1 0 1.06-1.06zM9.78 7.72a.75.75 0 0 0-1.28.53V9h.75a.75.75 0 0 0 .53-1.28M7 8.25a.75.75 0 1 0-.75.75H7z" clipRule="evenodd"/><defs><linearGradient id="SVGEKAq1bFO1" x1="2" x2="11.928" y1=".25" y2="20.293" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#bb45ea"/><stop offset=".468" stopColor="#8b57ed"/><stop offset="1" stopColor="#5b2ab5"/></linearGradient><linearGradient id="SVGOJ7y3dtf1" x1="8" x2="7.5" y1="-14.5" y2="20.5" gradientUnits="userSpaceOnUse"><stop stopColor="#ff6f47"/><stop offset=".804" stopColor="#ffcd0f"/></linearGradient><radialGradient id="SVG5TqwxVLi1" cx="0" cy="0" r="1" gradientTransform="matrix(20.5 0 0 13.6667 8 10)" gradientUnits="userSpaceOnUse"><stop stopColor="#fb5937"/><stop offset=".378" stopColor="#ffcd0f"/></radialGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGEKAq1bFO1)" d="M2 6.75A2.75 2.75 0 0 1 4.75 4h10.5A2.75 2.75 0 0 1 18 6.75v6.5A2.75 2.75 0 0 1 15.25 16H4.75A2.75 2.75 0 0 1 2 13.25z"/><path fill="url(#SVG5TqwxVLi1)" d="M7 9V4h1.5v5H18v1.5H8.5V16H7v-5.5H2V9z"/><path fill="url(#SVGOJ7y3dtf1)" fill-rule="evenodd" d="M9.542 10.481A2.25 2.25 0 1 0 7.75 6.573a2.25 2.25 0 1 0-1.792 3.908L4.72 11.72a.75.75 0 1 0 1.06 1.06l1.97-1.97l1.97 1.97a.75.75 0 1 0 1.06-1.06zM9.78 7.72a.75.75 0 0 0-1.28.53V9h.75a.75.75 0 0 0 .53-1.28M7 8.25a.75.75 0 1 0-.75.75H7z" clip-rule="evenodd"/><defs><linearGradient id="SVGEKAq1bFO1" x1="2" x2="11.928" y1=".25" y2="20.293" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#bb45ea"/><stop offset=".468" stop-color="#8b57ed"/><stop offset="1" stop-color="#5b2ab5"/></linearGradient><linearGradient id="SVGOJ7y3dtf1" x1="8" x2="7.5" y1="-14.5" y2="20.5" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset=".804" stop-color="#ffcd0f"/></linearGradient><radialGradient id="SVG5TqwxVLi1" cx="0" cy="0" r="1" gradientTransform="matrix(20.5 0 0 13.6667 8 10)" gradientUnits="userSpaceOnUse"><stop stop-color="#fb5937"/><stop offset=".378" stop-color="#ffcd0f"/></radialGradient></defs></g></svg> </template>
CSS
.icon-gift-card-20 {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGEKAq1bFO1)%22%20d%3D%22M2%206.75A2.75%202.75%200%200%201%204.75%204h10.5A2.75%202.75%200%200%201%2018%206.75v6.5A2.75%202.75%200%200%201%2015.25%2016H4.75A2.75%202.75%200%200%201%202%2013.25z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG5TqwxVLi1)%22%20d%3D%22M7%209V4h1.5v5H18v1.5H8.5V16H7v-5.5H2V9z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOJ7y3dtf1)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.542%2010.481A2.25%202.25%200%201%200%207.75%206.573a2.25%202.25%200%201%200-1.792%203.908L4.72%2011.72a.75.75%200%201%200%201.06%201.06l1.97-1.97l1.97%201.97a.75.75%200%201%200%201.06-1.06zM9.78%207.72a.75.75%200%200%200-1.28.53V9h.75a.75.75%200%200%200%20.53-1.28M7%208.25a.75.75%200%201%200-.75.75H7z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGEKAq1bFO1%22%20x1%3D%222%22%20x2%3D%2211.928%22%20y1%3D%22.25%22%20y2%3D%2220.293%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%23bb45ea%22%2F%3E%3Cstop%20offset%3D%22.468%22%20stop-color%3D%22%238b57ed%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235b2ab5%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGOJ7y3dtf1%22%20x1%3D%228%22%20x2%3D%227.5%22%20y1%3D%22-14.5%22%20y2%3D%2220.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff6f47%22%2F%3E%3Cstop%20offset%3D%22.804%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVG5TqwxVLi1%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(20.5%200%200%2013.6667%208%2010)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fb5937%22%2F%3E%3Cstop%20offset%3D%22.378%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGEKAq1bFO1)%22%20d%3D%22M2%206.75A2.75%202.75%200%200%201%204.75%204h10.5A2.75%202.75%200%200%201%2018%206.75v6.5A2.75%202.75%200%200%201%2015.25%2016H4.75A2.75%202.75%200%200%201%202%2013.25z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG5TqwxVLi1)%22%20d%3D%22M7%209V4h1.5v5H18v1.5H8.5V16H7v-5.5H2V9z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOJ7y3dtf1)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.542%2010.481A2.25%202.25%200%201%200%207.75%206.573a2.25%202.25%200%201%200-1.792%203.908L4.72%2011.72a.75.75%200%201%200%201.06%201.06l1.97-1.97l1.97%201.97a.75.75%200%201%200%201.06-1.06zM9.78%207.72a.75.75%200%200%200-1.28.53V9h.75a.75.75%200%200%200%20.53-1.28M7%208.25a.75.75%200%201%200-.75.75H7z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGEKAq1bFO1%22%20x1%3D%222%22%20x2%3D%2211.928%22%20y1%3D%22.25%22%20y2%3D%2220.293%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%23bb45ea%22%2F%3E%3Cstop%20offset%3D%22.468%22%20stop-color%3D%22%238b57ed%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235b2ab5%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGOJ7y3dtf1%22%20x1%3D%228%22%20x2%3D%227.5%22%20y1%3D%22-14.5%22%20y2%3D%2220.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff6f47%22%2F%3E%3Cstop%20offset%3D%22.804%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVG5TqwxVLi1%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(20.5%200%200%2013.6667%208%2010)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fb5937%22%2F%3E%3Cstop%20offset%3D%22.378%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/gift-card-20.svg?color=%231a73e8&size=48