Emoji Red Gift Envelope Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Red Gift Envelope 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/339933.svg" alt="Emoji Red Gift Envelope icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339933.svg" alt="Emoji Red Gift Envelope icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339933.svg" alt="Emoji Red Gift Envelope icon" :width="24" :height="24" />
CSS background
.icon-emoji-red-gift-envelope {
background-image: url('https://proicons.com/icon/339933.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.o{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="o" d="M20.3805,16.7593h2.2931c-.5238,1.194-1.3628,2.2222-2.4267,2.9738"/><path id="c" class="o" d="M22.5624,19.3832c-.3959-.2124-.7413-.5078-1.0127-.8662v3.446"/><path id="d" class="o" d="M35.3189,13.2581c-1.5196,1.7271-3.412,3.0847-5.5335,3.9699"/><path id="e" class="o" d="M18.2146,17.2279c-2.1215-.8852-4.0139-2.2428-5.5335-3.9699"/><path id="f" class="o" d="M23.6247,21.9334v-2.9373h3.4529v2.9373"/><path id="g" class="o" d="M21.5498,15.295v1.4642"/><path id="h" class="o" d="M23.2923,15.7335h4.1033"/><path id="i" class="o" d="M23.6245,20.2204h3.4533"/><path id="j" class="o" d="M23.6245,21.4437h3.4533"/><path id="k" class="o" d="M25.3281,21.4437v-2.4477"/><path id="l" class="o" d="M18.0427,18.629c-.0013,3.2959,2.6649,5.9688,5.955,5.97,3.2901.0013,5.9583-2.6696,5.9596-5.9655v-.0046c0-3.2959-2.6672-5.9677-5.9573-5.9677s-5.9573,2.6718-5.9573,5.9677"/><path id="m" class="o" d="M23.9884,16.7433h2.6736v1.1994h-2.6736v-1.1994"/><path id="n" class="o" d="M12.6811,5.5h22.6378v37H12.6811V5.5"/></svg>
Copied!