Gift Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Gift icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307182.svg" alt="Gift icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307182.svg" alt="Gift icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307182.svg" alt="Gift icon" :width="24" :height="24" />
CSS background
.icon-gift {
background-image: url('https://proicons.com/icon/307182.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M6 1C6.59735 1 7.13353 1.26188 7.5 1.67709C7.86647 1.26188 8.40265 1 9 1C10.1046 1 11 1.89543 11 3C11 3.36429 10.9026 3.70583 10.7324 4H13C13.5523 4 14 4.44772 14 5V7C14 7.55229 13.5523 8 13 8L12.9998 12C12.9998 13.1046 12.1044 14 10.9998 14H3.99978C2.89521 14 1.99978 13.1046 1.99978 12V8C1.4476 7.99988 1 7.55221 1 7V5C1 4.44772 1.44772 4 2 4H4.26756C4.09739 3.70583 4 3.36429 4 3C4 1.89543 4.89543 1 6 1ZM5 3C5 3.55228 5.44772 4 6 4H7V3C7 2.44772 6.55228 2 6 2C5.44772 2 5 2.44772 5 3ZM8 5L7.99961 7H13V5H8ZM6.99961 5H2V7H2.49978H6.99961V5ZM2.99978 8V12C2.99978 12.5523 3.4475 13 3.99978 13H6.99961V8H2.99978ZM7.99961 13H10.9998C11.5521 13 11.9998 12.5523 11.9998 12V8H7.99961V13ZM10 3C10 2.44772 9.55228 2 9 2C8.44772 2 8 2.44772 8 3V4H9C9.55228 4 10 3.55228 10 3Z"/></svg>
Gift in other icon packs
Copied!