Duck Life 3 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Duck Life 3 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/339378.svg" alt="Duck Life 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339378.svg" alt="Duck Life 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339378.svg" alt="Duck Life 3 icon" :width="24" :height="24" />
CSS background
.icon-duck-life-3 {
background-image: url('https://proicons.com/icon/339378.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="M18.4219,42.5c.1794-2.1761,1.0082-3.8195,2.2777-5.3078-2.1349-2.9968-1.4362-7.1568,1.5605-9.2917,2.9968-2.1349,7.1568-1.4362,9.2917,1.5605,1.4718,2.0659,1.6427,4.7883.4409,7.0221,1.6181,1.5205,2.6696,3.4991,2.9042,5.9909"/><path class="d" d="M32.3524,30.9568l2.3005.8167-1.8739,1.208"/><circle class="d" cx="27.9489" cy="31.284" r="2.2202"/><path class="d" d="M27.5062,29.1079c-.4297,2.0549.3144,3.285,2.3214,3.3566"/><path class="d" d="M5.5303,10.6118l6.1003,3.677c2.6943-.372,4.9533.399,6.7771,2.3131.7283.765,1.9345.8285,3.6188.1905l-2.5579,6.504c-1.7052,2.9446-4.0637,4.383-7.0754,4.3153-1.5919-.4177-2.9981-1.2388-4.2185-2.4634l-2.6641-.0173M7.091,22.2213c.0362.0126-1.482-.403-1.5804-.436"/><path class="d" d="M12.3074,27.6117l-1.3765,1.5953-.3644-2.2257"/><circle class="d" cx="13.9883" cy="23.3243" r="2.2808"/><path class="d" d="M16.2259,22.8798c-2.066-.617-3.4568.146-3.7023,2.193"/><path class="d" d="M42.4894,15.0845l-3.9785,2.3926c-1.1499,2.4319-2.6326,3.5708-5.2031,4.0453-1.0279.1899-1.7333,1.1548-2.1163,2.8947l-4.0029-5.6375c-1.5164-3.0049-1.4319-5.7362.2534-8.1938,1.2065-1.0932,1.8747-2.1399,3.5495-2.4886l.9255-1.8503,1.2089-.7469"/><path class="d" d="M27.074,11.1711l-.9533-2.6914,2.4242,1.0347"/><circle class="d" cx="30.3698" cy="13.8225" r="2.2556"/><path class="d" d="M30.1084,16.0632c1.0003-1.8826.6406-3.2344-1.2963-3.8726"/><path class="d" d="M34.1122,9.4415l2.3076-3.4881c1.1039-.6065,2.1559-.4956,3.156.3329,1.1281-.7005,2.0856-.7175,2.8727-.0512-1.052,3.7883-2.8561,6.5841-5.4124,8.3874"/></svg>
Copied!