Duck Detector Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Duck Detector 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/339375.svg" alt="Duck Detector icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339375.svg" alt="Duck Detector icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339375.svg" alt="Duck Detector icon" :width="24" :height="24" />
CSS background
.icon-duck-detector {
background-image: url('https://proicons.com/icon/339375.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M37.045,8.2285c2.003,1.835,4.5165,3.5118,6.455,3.9641-1.2535,1.4667-3.489,2.1367-5.7699,1.9816"/><path class="c" d="M25.8955,20.0377c-5.6505,2.5393-14.5178,5.12-16.2598.2672-1.3821-3.8502-2.8624-3.7412-4.2452.0388-.588,1.5055-1.0723,4.2206-.8238,8.122,1.4319,22.4884,36.1905,15.4105,34.9402.5525-.7624-6.1642-1.583-13.0941-2.4618-20.7897-1.9384-2.604-4.5812-3.557-7.9282-2.8592-4.4778,1.4151-7.9758,5.0022-5.573,8.9168,3.0659,4.9948,3.0886,8.2448.6203,9.5177"/><path class="c" d="M22.1676,27.6515c6.9493,0,12.3478,9.8472-.7075,11.0394"/><path class="c" d="M31.9179,9.1977c.7851,0,1.4247.6494,1.4247,1.4344,0,.7948-.6397,1.4344-1.4247,1.4344-.7948,0-1.4344-.6397-1.4344-1.4344,0-.7851.6397-1.4344,1.4344-1.4344Z"/></svg>
Copied!