Duck Life 5 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Duck Life 5 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/324821.svg" alt="Duck Life 5 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324821.svg" alt="Duck Life 5 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324821.svg" alt="Duck Life 5 icon" :width="24" :height="24" />
CSS background
.icon-duck-life-5 {
background-image: url('https://proicons.com/icon/324821.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M36.0136,41.011c1.4679-3.4319,1.3682-6.4796-.2237-9.4753-.9139-1.7226-2.1619-3.2206-3.744-4.494,1.4301-3.6209,1.7732-6.2886,1.0292-8.003-1.481-3.4145-3.6495-5.8172-6.5056-7.2079-.2847-.1385-.5799-.2544-.8827-.3468l.1725-1.1541-1.1705.3616-.241-2.5396-4.0119,2.3073-.4812-1.0847c-.8549.0688-1.561.3786-2.1182.9295-2.5255,2.5012-4.633,5.3637-6.3227,8.5874-1.2717,2.4261-.9191,5.2391,1.0578,8.4392-3.2186-.5124-5.1408-.2636-6.7319.7795-.5636.3685-.3737,1.2659.189,2.2422l7.6553,5.7062M12.7154,41.0006c-1.0023-2.224-1.3742-4.1717-.7872-6.251"/><path class="d" d="M16.4777,29.0541c-1.1499-.7646-2.5492-1.4675-3.9061-1.7237M35.7287,31.4217c1.7318-1.9954,3.7343-3.7266,5.8818-5.0538,1.3289-1.126,1.1688-1.9324-.4804-2.4191-2.6313-.7775-5.4633-.4702-8.2963.835"/><path class="d" d="M17.0346,11.1248l-1.2723-2.9731-1.1237,1.0856-3.8012-2.2483-.959,4.2322-2.8422-.3642.926,3.2394-1.9839.5289,5.4486,4.4373"/><ellipse class="d" cx="18.2413" cy="20.1788" rx="3.4041" ry="3.9001"/><ellipse class="d" cx="18.093" cy="20.0427" rx="1.6145" ry="1.8495"/><path class="d" d="M30.5256,14.8882c-1.4937-.3844-2.2221.0824-2.2307,1.3888-.0092,1.6983.6107,3.2787,1.8599,4.7411.3642.426.911.5497,1.6405.3711.7491-.1838,1.2127-1.0617,1.2225-2.4814"/><path class="d" d="M28.3311,17.0129c.8596-.5902,1.6482-.3543,2.1297.8336.2835.7015-.1556,1.6189-.9351,2.3472M23.9951,21.7222c-.0468-.7977.2448-1.3783.8749-1.7419.6728-.3861,1.4353-.2405,2.2873.437.7387.5873.7387.9272,0,1.0197-1.0507.1295-2.1053.2247-3.1622.2853ZM24.661,25.0058c-.0653.4486.1566.8795.6659,1.2928.7301.1827,1.444-.1046,2.1417-.8619-1.1098-.004-2.0457-.1477-2.8076-.4309Z"/><path class="d" d="M24.009,21.6789c-.209.9408.1127,2.387.652,3.3269M27.1573,21.4369c-.0061,1.1879-.0408,2.8039-.4457,3.9735"/></svg>
Copied!