Duck Life 9 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Duck Life 9 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/339384.svg" alt="Duck Life 9 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339384.svg" alt="Duck Life 9 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339384.svg" alt="Duck Life 9 icon" :width="24" :height="24" />
CSS background
.icon-duck-life-9 {
background-image: url('https://proicons.com/icon/339384.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M12.4547,43.2388c-2.9387-1.8873-4.5406-4.1241-4.5406-6.4309,0-3.1659,2.796-5.7513,7.5813-7.8357-5.749-5.2219-6.1764-14.1156-.9545-19.8647,5.2219-5.749,14.1156-6.1764,19.8647-.9545,4.9004,4.4511,6.0328,11.7172,2.7192,17.4484,1.2184.0505,1.6708.1718,2.8349.2903M16.4556,43.5c-3.2562-3.6377-4.0164-6.8444-2.9543-11.5268M13.7779,39.4103c.8-.731,2.4573-.9635,3.1884-.3024,1.5312,1.3787,3.0838,2.7335,4.6571,4.0639.6608.5599,1.4805.2812,2.4591-.8359,1.054-1.1992,2.326-2.1875,3.7484-2.9125,1.398-.7204,2.9578-.5217,4.6795.5961.9404.6103,2.0546.4835,3.3426-.3806,1.1644-.7812,2.0067-1.9627,2.5271-3.5445.366-1.1136.2165-1.8194,1.6349-2.2261M37.2219,43.3864c.999-.7427,2.0417-1.732,2.864-3.0048M33.8803,16.163c0,1.464-.5243,2.8669-1.4592,3.9028-.934,1.0339-2.2009,1.6155-3.5222,1.6155-1.3203,0-2.5883-.5815-3.5222-1.6165s-1.4592-2.4388-1.4592-3.9018.5243-2.8669,1.4592-3.9028c.934-1.0339,2.2009-1.6155,3.5222-1.6155,1.3203,0,2.5883.5815,3.5222,1.6165.9339,1.0349,1.4592,2.4388,1.4592,3.9018M30.8745,16.2931c0,.7233-.2039,1.4174-.566,1.9281-.3621.5116-.8543.799-1.366.799-.5126,0-1.0039-.2874-1.366-.799s-.566-1.2048-.566-1.9281.2039-1.4174.566-1.9281c.3621-.5116.8543-.799,1.366-.799.5126,0,1.0039.2874,1.366.799s.566,1.2048.566,1.9281M20.0933,18.0533c0,2.8222-1.6533,5.1105-3.6921,5.1105s-3.6921-2.2883-3.6921-5.1105,1.6533-5.1105,3.6921-5.1105,3.6921,2.2883,3.6921,5.1105M17.8662,18.1746c0,.6699-.1505,1.3116-.4194,1.7863-.268.4728-.632.7388-1.0116.7388-.7903,0-1.431-1.131-1.431-2.5252s.6408-2.5252,1.431-2.5252c.3786,0,.7437.266,1.0116.7398.2689.4738.4194,1.1165.4194,1.7854M19.1846,26.519c.0259-2.0543.7022-3.3384,2.0291-3.8523,1.8796-.7281,3.5575-.3346,5.0338,1.1805.378.3877.2071.9016-.5126,1.5417-1.5255,1.3546-3.7089,1.7313-6.5503,1.1301M21.7787,29.8072c2.1494.6505,3.6203.3155,4.4329-1.1572.0369,1.5475-.6048,2.4067-1.1699,2.8271-.4621.343-1.0362.3003-1.7223-.1282-.6282-.3849-1.1562-.9132-1.5407-1.5417M21.3943,26.7963c.7272.7961.6505,2.1799.3845,3.011M26.4424,24.2944l-.2308,4.3556"/></svg>
Copied!