Emoji Penguin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Penguin 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/325364.svg" alt="Emoji Penguin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325364.svg" alt="Emoji Penguin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325364.svg" alt="Emoji Penguin icon" :width="24" :height="24" />
CSS background
.icon-emoji-penguin {
background-image: url('https://proicons.com/icon/325364.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M22.5369,7.9565c.6193,0,1.1218.5025,1.1218,1.1218s-.5025,1.1218-1.1218,1.1218c-.631,0-1.1335-.5025-1.1335-1.1218s.5025-1.1218,1.1335-1.1218Z"/><path class="c" d="M25.0026,18.0881c-1.414,3.4824-.6193,11.0197,1.636,14.6189.7245.7596,2.1151.8531,1.8464-.6077.1753,1.2036,1.6711,3.2019,2.1151,3.6109-1.4374.7011-8.8461,2.6527-12.2-2.7345-1.7412-.7128-4.7912-12.9829-.9816-16.4069,2.5358,1.4958,5.7845,1.4958,7.1283-.1519-.1753-2.828.9232-3.272,2.2086-3.272,1.5659-.0701,2.4073,2.6293,2.0216,4.1368-.222,1.2738-1.823,1.9282-3.7745.8063Z"/><path class="c" d="M23.1445,40.1859c-.7479,1.04-1.6477,1.7178-2.045,1.9632-.3272.2921-1.3906.2103-1.227-.4908-.7245.631-2.3255.631-1.9048-.3506-.9349.2805-2.3255-.1285-.4557-1.3556l1.9632-1.2621c-1.2036-.6778-2.9682-2.8163-3.6226-4.0433-.3973-1.6828-.3973.1636-1.0283.187-1.1335.1636-2.1268-1.1569-2.267-2.9799-.6193-3.0967-.187-6.1117-.187-7.8762-.0117-1.8113.7829-6.4155,2.5709-9.1733.5259-.8063.7362-1.7178.8647-3.3538-.5843-.3856-2.676-.2805-3.3889-.2337-.6778.0351-1.7646-.3623-.0351-1.7762,2.1034-1.6126,4.0783-1.8814,4.9314-1.8814,1.5776-1.858,4.1368-2.5592,5.7845-2.5592,2.641,0,5.2937,1.4374,6.1818,3.0149,1.9398,2.863,1.8347,5.8896,1.8347,7.6191,4.4172,6.918,4.499,12.1649,4.5808,14.245l.1519,6.9414c1.3789,1.3789.6895,3.0617-1.7646,1.9515-1.0751.4557-2.6293.6544-3.646.9816-.0935.9816-1.1686,2.1619-2.5124,2.9682-.5375.4324-1.3322.3389-1.3556-.1285-.4207.4207-2.2086.3389-1.9398-.3389-.7011.2571-1.9749-.1987-.6895-1.04l1.0167-.8531"/><path class="c" d="M17.1497,7.641c1.3439.0351,1.4958.9816,1.7529,1.5659-.2571.1987-2.0918.3389-3.3188.4908-1.4607.1636-3.1902.6661-3.8446.7362"/><path class="c" d="M15.6539,11.3688c1.414.3272,2.7695.7596,3.2603-.7011.0935-.4791.2921-.8881.0351-1.3672"/><path class="c" d="M19.4752,38.6901c3.4905,1.474,4.6492,2.1286,10.9613,1.0634"/></svg>
Copied!