rubber duck icon

rubber-duck from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
rubber-duck
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the rubber duck icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M4.627 6a4.002 4.002 0 0 1 7.874 1a4 4 0 0 1-1.354 3h5.832C18.357 10 19 8.88 19 7.5c3.5 3.5 2.969 7.5 2.969 7.5c0 3.5-3.469 6-8.969 6H8.99a5.495 5.495 0 0 1-5.49-5.5a5.5 5.5 0 0 1 3.126-4.965A4 4 0 0 1 5.037 9m-.41-3L2.001 7c.19 1 1.063 2 3.035 2m-.409-3l.587.855A1.7 1.7 0 0 1 5.036 9"/><path stroke-linejoin="round" d="M11.001 18h1.5c2.21 0 5-2.79 5-5h-6.5a2.5 2.5 0 0 0 0 5"/><path d="M8.25 6.25h.124m.125 0a.25.25 0 1 0-.5 0a.25.25 0 0 0 .5 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRubberDuck(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M4.627 6a4.002 4.002 0 0 1 7.874 1a4 4 0 0 1-1.354 3h5.832C18.357 10 19 8.88 19 7.5c3.5 3.5 2.969 7.5 2.969 7.5c0 3.5-3.469 6-8.969 6H8.99a5.495 5.495 0 0 1-5.49-5.5a5.5 5.5 0 0 1 3.126-4.965A4 4 0 0 1 5.037 9m-.41-3L2.001 7c.19 1 1.063 2 3.035 2m-.409-3l.587.855A1.7 1.7 0 0 1 5.036 9"/><path strokeLinejoin="round" d="M11.001 18h1.5c2.21 0 5-2.79 5-5h-6.5a2.5 2.5 0 0 0 0 5"/><path d="M8.25 6.25h.124m.125 0a.25.25 0 1 0-.5 0a.25.25 0 0 0 .5 0Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M4.627 6a4.002 4.002 0 0 1 7.874 1a4 4 0 0 1-1.354 3h5.832C18.357 10 19 8.88 19 7.5c3.5 3.5 2.969 7.5 2.969 7.5c0 3.5-3.469 6-8.969 6H8.99a5.495 5.495 0 0 1-5.49-5.5a5.5 5.5 0 0 1 3.126-4.965A4 4 0 0 1 5.037 9m-.41-3L2.001 7c.19 1 1.063 2 3.035 2m-.409-3l.587.855A1.7 1.7 0 0 1 5.036 9"/><path stroke-linejoin="round" d="M11.001 18h1.5c2.21 0 5-2.79 5-5h-6.5a2.5 2.5 0 0 0 0 5"/><path d="M8.25 6.25h.124m.125 0a.25.25 0 1 0-.5 0a.25.25 0 0 0 .5 0Z"/></g></svg>
</template>

CSS

.icon-rubber-duck {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4.627%206a4.002%204.002%200%200%201%207.874%201a4%204%200%200%201-1.354%203h5.832C18.357%2010%2019%208.88%2019%207.5c3.5%203.5%202.969%207.5%202.969%207.5c0%203.5-3.469%206-8.969%206H8.99a5.495%205.495%200%200%201-5.49-5.5a5.5%205.5%200%200%201%203.126-4.965A4%204%200%200%201%205.037%209m-.41-3L2.001%207c.19%201%201.063%202%203.035%202m-.409-3l.587.855A1.7%201.7%200%200%201%205.036%209%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11.001%2018h1.5c2.21%200%205-2.79%205-5h-6.5a2.5%202.5%200%200%200%200%205%22%2F%3E%3Cpath%20d%3D%22M8.25%206.25h.124m.125%200a.25.25%200%201%200-.5%200a.25.25%200%200%200%20.5%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4.627%206a4.002%204.002%200%200%201%207.874%201a4%204%200%200%201-1.354%203h5.832C18.357%2010%2019%208.88%2019%207.5c3.5%203.5%202.969%207.5%202.969%207.5c0%203.5-3.469%206-8.969%206H8.99a5.495%205.495%200%200%201-5.49-5.5a5.5%205.5%200%200%201%203.126-4.965A4%204%200%200%201%205.037%209m-.41-3L2.001%207c.19%201%201.063%202%203.035%202m-.409-3l.587.855A1.7%201.7%200%200%201%205.036%209%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11.001%2018h1.5c2.21%200%205-2.79%205-5h-6.5a2.5%202.5%200%200%200%200%205%22%2F%3E%3Cpath%20d%3D%22M8.25%206.25h.124m.125%200a.25.25%200%201%200-.5%200a.25.25%200%200%200%20.5%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/rubber-duck.svg?color=%231a73e8&size=48