Emoji Duck Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Duck 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/325244.svg" alt="Emoji Duck icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325244.svg" alt="Emoji Duck icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325244.svg" alt="Emoji Duck icon" :width="24" :height="24" />
CSS background
.icon-emoji-duck {
background-image: url('https://proicons.com/icon/325244.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M32.1406,30.7232c4.6183,3.7788,0,4.1986,0,4.1986-11.336,1.2596-14.2749-10.9164-14.2749-10.9164"/><path id="c" class="f" d="M22.9178,36.1835c7.1474,1.9259,19.3922,2.1902,16.7801-.422-2.939-2.939-3.3588-4.1986-3.7787-6.7178-.4199-2.5191-3.7787-7.5575-9.6566-8.8171-5.8779-1.2596,0-9.2369-4.1985-13.0157-4.1985-3.7788-9.2367-.4199-9.2367,1.6794s-2.0993,3.3589-2.0993,3.3589c-.8397.4199-6.2977,2.5191.8397,2.5191s6.7176,1.6794,4.6183,2.939c0,0-7.1554,3.0357-5.1967,9.5647,1.9862,6.6208,11.9143,8.9092,11.9143,8.9092,0,0-.4199.8397,0,1.6794s-.2422,1.082-1.0819,2.3415c-.8397,1.2596-2.6967.1776-4.3762.5975-1.288.322-2.0993,1.6794.4199,1.6794h7.1374s2.5191.4199-.4199-2.5191c0,0,.4199-.8397.4199-1.2596s.9097-.8397.6648-1.6794"/><path id="d" class="f" d="M23.3055,42.454h5.6814s2.0052.3342-.3342-2.0052c0,0,.3342-.6684.3342-1.0026s.7241-.6684.5291-1.3368"/><path id="e" class="f" d="M27.3158,37.441s-.3342.6684,0,1.3368c.3342.6684.3342.3342-.3342,1.3368-.2701.4052-.8112.5844-1.5586.6853"/></svg>
Copied!