Samsung Galaxy Gift Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Galaxy 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/332365.svg" alt="Samsung Galaxy Gift icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332365.svg" alt="Samsung Galaxy Gift icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332365.svg" alt="Samsung Galaxy Gift icon" :width="24" :height="24" />
CSS background
.icon-samsung-galaxy-gift {
background-image: url('https://proicons.com/icon/332365.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M8.9925,13.5974v29.9026h30.0151V13.5971l-15.5709.0003c-6.9624.0001-9.2063-4.4872-7.3317-6.1685,3.0873-2.7688,8.0336,6.7299,10.4421,5.9747,2.0077-.6296,6.2234-1.4883,7.1332-5.341.843-3.5695-4.9003-5.6991-8.2127-.2413-2.2444,3.6981-2.8761,8.9448-7.1721,9.7054"/></svg>
Copied!