Emoji Package Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Package 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/339917.svg" alt="Emoji Package icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339917.svg" alt="Emoji Package icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339917.svg" alt="Emoji Package icon" :width="24" :height="24" />
CSS background
.icon-emoji-package {
background-image: url('https://proicons.com/icon/339917.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.l{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="l" d="m18.583,8.6934l15.9846,9.2311v3.7574c0,.508-.271.9774-.7108,1.2314l-3.0825,1.7801c-.4463.2578-1.017.1048-1.2748-.3416-.0819-.1419-.1251-.3029-.1251-.4668v-2.9615l-15.9418-9.2414"/><path id="d" class="l" d="m35.5934,35.6412v-1.8749c0-.2918-.2365-.5284-.5282-.5284-.0927,0-.1838.0244-.2641.0708l-3.7864,2.1866c-.3802.2195-.6144.6252-.6143,1.0643v2.0806"/><path id="e" class="l" d="m29.5211,30.203v.5415c0,.5155.4177.9334.9332.9334.1639,0,.3248-.0431.4667-.1251l4.2427-2.3449c.4398-.254.7108-.7234.7108-1.2314v-.6975c0-.4974-.4031-.9007-.9004-.9007-.1581,0-.3133.0416-.4502.1207l-4.2057,2.3232c-.4931.2848-.7969.8111-.7969,1.3807h0"/><path id="f" class="l" d="m40.0172,14.75L23.9999,5.5,7.9825,14.75v18.4999l16.0173,9.25,16.0173-9.25V14.75h0"/><path id="g" class="l" d="m21.2011,25.8191l-5.1737-2.9018v4.6412l5.1737,2.9018v-4.6412h0"/><path id="h" class="l" d="m24.0001,24.0207v18.4793"/><path id="i" class="l" d="m24.0361,24.0207L8.0188,14.7707"/><path id="j" class="l" d="m34.5648,17.9196l5.4527-3.1489"/><path id="k" class="l" d="m24.0001,24.0207l5.3716-3.1022"/></svg>
Copied!