Gift Icon
Free SVG icon from the Skware 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/312493.svg" alt="Gift icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312493.svg" alt="Gift icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312493.svg" alt="Gift icon" :width="24" :height="24" />
CSS background
.icon-gift {
background-image: url('https://proicons.com/icon/312493.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"> <path d="M18,6V3h-1V2h-4v1h-1h-1V2H7v1H6v3H2v6h1v10h18V12h1V6H18z M20,10h-7V8h7V10z M19,20h-6v-8h6V20z M5,12h6v8H5V12z M4,8h7v2 H4V8z M8,4h2v1h1v1H8V4z M14,4h2v2h-3V5h1V4z"/> </svg>
Gift in other icon packs
Copied!