rubber duck emoji
rubber-duck from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- rubber-duck
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More extras openmoji icons from OpenMoji
Use the rubber duck emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M59.987 45.4c0 7.68-6.033 13.96-13.664 14.46c-.323.03-.657.04-.99.04h-16.17c-4.468 0-8.369-2.39-10.481-5.94c1.9 1.23 4.174 1.94 6.62 1.94h16.17c.334 0 .667-.01.99-.04c7.631-.5 13.665-6.78 13.665-14.46c0-2.89-.85-5.57-2.315-7.83c3.74 2.63 6.175 6.94 6.175 11.83"/><path fill="#fcea2b" d="M56.127 41.4c0 7.68-6.034 13.96-13.664 14.46c-.324.03-.657.04-.99.04H25.301c-2.446 0-4.72-.71-6.62-1.94a11.87 11.87 0 0 1-1.647-6.06c0-3.58 1.586-6.8 4.103-9c-.536-.47-.632.606-1.138.1c-1-1-3-3-3-4c.202.02 1.53-.07 1.722-.06c1.132.06 1.93-1.08 1.516-2.12l-.788-1.95a1.575 1.575 0 0 0-1.455-.97h-.96c0-3.68 1.667-6.97 4.295-9.16a12.1 12.1 0 0 1 7.833-2.84c2.445 0 4.72.71 6.62 1.94c3.314 2.14 5.507 5.85 5.507 10.06c0 .21-.01.42-.02.63c-.02.33-.05.64-.09.96a11.8 11.8 0 0 1-2.76 6.16c2.052-.517 6.268-3.786 8.914-7.115c.68-.856 6.087 2.76 6.478 3.035a14.3 14.3 0 0 1 2.315 7.83Z"/><path fill="#f4aa41" d="m20.289 33.79l-.475-.06c.111-.31.192-.61.252-.83c-3.193-.38-6.003-.78-7.943-1.77a5 5 0 0 1-.142-1.23h6.014c.646 0 1.212.39 1.455.97l.788 1.95c.132.33.142.67.05.97"/><path fill="#a57939" d="M20.067 32.9c-.061.22-.142.52-.253.83c-.222.61-.566 1.24-1.092 1.21c-.192-.01-.384-.03-.586-.05c-2.334-.21-5.326-1.03-6.013-3.76c1.94.99 4.75 1.39 7.944 1.77"/><path fill="#f4aa41" d="M41.29 29.4c0 5.7-4.79 10.33-10.783 10.49c3.971-1.91 6.74-6.34 6.74-11.49c0-3.47-1.253-6.6-3.284-8.87c4.275 1.46 7.327 5.33 7.327 9.87"/><path fill="#3f3f3f" d="M46.343 59.9h-1.01c.333 0 .667-.01.99-.04z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.722 34.94c-.192-.01-.384-.03-.586-.05c-2.658-.24-6.155-1.27-6.155-4.99h6.014c.647 0 1.213.39 1.455.97l.788 1.95c.415 1.04-.384 2.18-1.516 2.12M33.205 47.9c.272.653 1.759 4.047 5.053 5c3.912 1.13 9.022-3.57 11.117-9"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M48.112 31.16c6.771 1.29 11.875 7.17 11.875 14.24c0 7.68-6.033 13.96-13.664 14.46c-.323.03-.657.04-.99.04h-16.17c-6.701 0-12.128-5.37-12.128-12c0-3.58 1.586-6.8 4.103-9a12 12 0 0 1-1.134-1.135"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.722 34.94c1.132.06 1.93-1.08 1.516-2.12l-.788-1.95a1.575 1.575 0 0 0-1.455-.97h-.96c0-3.68 1.667-6.97 4.295-9.16a12.1 12.1 0 0 1 7.833-2.84c6.7 0 12.127 5.37 12.127 12c0 .54-.04 1.07-.11 1.59a11.8 11.8 0 0 1-2.76 6.16a14.6 14.6 0 0 0 6.384-2.862"/><path d="M26.388 26.893c0 1.1-.91 2-2.02 2s-2.02-.9-2.02-2s.909-2 2.02-2s2.02.9 2.02 2"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiRubberDuck(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M59.987 45.4c0 7.68-6.033 13.96-13.664 14.46c-.323.03-.657.04-.99.04h-16.17c-4.468 0-8.369-2.39-10.481-5.94c1.9 1.23 4.174 1.94 6.62 1.94h16.17c.334 0 .667-.01.99-.04c7.631-.5 13.665-6.78 13.665-14.46c0-2.89-.85-5.57-2.315-7.83c3.74 2.63 6.175 6.94 6.175 11.83"/><path fill="#fcea2b" d="M56.127 41.4c0 7.68-6.034 13.96-13.664 14.46c-.324.03-.657.04-.99.04H25.301c-2.446 0-4.72-.71-6.62-1.94a11.87 11.87 0 0 1-1.647-6.06c0-3.58 1.586-6.8 4.103-9c-.536-.47-.632.606-1.138.1c-1-1-3-3-3-4c.202.02 1.53-.07 1.722-.06c1.132.06 1.93-1.08 1.516-2.12l-.788-1.95a1.575 1.575 0 0 0-1.455-.97h-.96c0-3.68 1.667-6.97 4.295-9.16a12.1 12.1 0 0 1 7.833-2.84c2.445 0 4.72.71 6.62 1.94c3.314 2.14 5.507 5.85 5.507 10.06c0 .21-.01.42-.02.63c-.02.33-.05.64-.09.96a11.8 11.8 0 0 1-2.76 6.16c2.052-.517 6.268-3.786 8.914-7.115c.68-.856 6.087 2.76 6.478 3.035a14.3 14.3 0 0 1 2.315 7.83Z"/><path fill="#f4aa41" d="m20.289 33.79l-.475-.06c.111-.31.192-.61.252-.83c-3.193-.38-6.003-.78-7.943-1.77a5 5 0 0 1-.142-1.23h6.014c.646 0 1.212.39 1.455.97l.788 1.95c.132.33.142.67.05.97"/><path fill="#a57939" d="M20.067 32.9c-.061.22-.142.52-.253.83c-.222.61-.566 1.24-1.092 1.21c-.192-.01-.384-.03-.586-.05c-2.334-.21-5.326-1.03-6.013-3.76c1.94.99 4.75 1.39 7.944 1.77"/><path fill="#f4aa41" d="M41.29 29.4c0 5.7-4.79 10.33-10.783 10.49c3.971-1.91 6.74-6.34 6.74-11.49c0-3.47-1.253-6.6-3.284-8.87c4.275 1.46 7.327 5.33 7.327 9.87"/><path fill="#3f3f3f" d="M46.343 59.9h-1.01c.333 0 .667-.01.99-.04z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M18.722 34.94c-.192-.01-.384-.03-.586-.05c-2.658-.24-6.155-1.27-6.155-4.99h6.014c.647 0 1.213.39 1.455.97l.788 1.95c.415 1.04-.384 2.18-1.516 2.12M33.205 47.9c.272.653 1.759 4.047 5.053 5c3.912 1.13 9.022-3.57 11.117-9"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M48.112 31.16c6.771 1.29 11.875 7.17 11.875 14.24c0 7.68-6.033 13.96-13.664 14.46c-.323.03-.657.04-.99.04h-16.17c-6.701 0-12.128-5.37-12.128-12c0-3.58 1.586-6.8 4.103-9a12 12 0 0 1-1.134-1.135"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M18.722 34.94c1.132.06 1.93-1.08 1.516-2.12l-.788-1.95a1.575 1.575 0 0 0-1.455-.97h-.96c0-3.68 1.667-6.97 4.295-9.16a12.1 12.1 0 0 1 7.833-2.84c6.7 0 12.127 5.37 12.127 12c0 .54-.04 1.07-.11 1.59a11.8 11.8 0 0 1-2.76 6.16a14.6 14.6 0 0 0 6.384-2.862"/><path d="M26.388 26.893c0 1.1-.91 2-2.02 2s-2.02-.9-2.02-2s.909-2 2.02-2s2.02.9 2.02 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M59.987 45.4c0 7.68-6.033 13.96-13.664 14.46c-.323.03-.657.04-.99.04h-16.17c-4.468 0-8.369-2.39-10.481-5.94c1.9 1.23 4.174 1.94 6.62 1.94h16.17c.334 0 .667-.01.99-.04c7.631-.5 13.665-6.78 13.665-14.46c0-2.89-.85-5.57-2.315-7.83c3.74 2.63 6.175 6.94 6.175 11.83"/><path fill="#fcea2b" d="M56.127 41.4c0 7.68-6.034 13.96-13.664 14.46c-.324.03-.657.04-.99.04H25.301c-2.446 0-4.72-.71-6.62-1.94a11.87 11.87 0 0 1-1.647-6.06c0-3.58 1.586-6.8 4.103-9c-.536-.47-.632.606-1.138.1c-1-1-3-3-3-4c.202.02 1.53-.07 1.722-.06c1.132.06 1.93-1.08 1.516-2.12l-.788-1.95a1.575 1.575 0 0 0-1.455-.97h-.96c0-3.68 1.667-6.97 4.295-9.16a12.1 12.1 0 0 1 7.833-2.84c2.445 0 4.72.71 6.62 1.94c3.314 2.14 5.507 5.85 5.507 10.06c0 .21-.01.42-.02.63c-.02.33-.05.64-.09.96a11.8 11.8 0 0 1-2.76 6.16c2.052-.517 6.268-3.786 8.914-7.115c.68-.856 6.087 2.76 6.478 3.035a14.3 14.3 0 0 1 2.315 7.83Z"/><path fill="#f4aa41" d="m20.289 33.79l-.475-.06c.111-.31.192-.61.252-.83c-3.193-.38-6.003-.78-7.943-1.77a5 5 0 0 1-.142-1.23h6.014c.646 0 1.212.39 1.455.97l.788 1.95c.132.33.142.67.05.97"/><path fill="#a57939" d="M20.067 32.9c-.061.22-.142.52-.253.83c-.222.61-.566 1.24-1.092 1.21c-.192-.01-.384-.03-.586-.05c-2.334-.21-5.326-1.03-6.013-3.76c1.94.99 4.75 1.39 7.944 1.77"/><path fill="#f4aa41" d="M41.29 29.4c0 5.7-4.79 10.33-10.783 10.49c3.971-1.91 6.74-6.34 6.74-11.49c0-3.47-1.253-6.6-3.284-8.87c4.275 1.46 7.327 5.33 7.327 9.87"/><path fill="#3f3f3f" d="M46.343 59.9h-1.01c.333 0 .667-.01.99-.04z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.722 34.94c-.192-.01-.384-.03-.586-.05c-2.658-.24-6.155-1.27-6.155-4.99h6.014c.647 0 1.213.39 1.455.97l.788 1.95c.415 1.04-.384 2.18-1.516 2.12M33.205 47.9c.272.653 1.759 4.047 5.053 5c3.912 1.13 9.022-3.57 11.117-9"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M48.112 31.16c6.771 1.29 11.875 7.17 11.875 14.24c0 7.68-6.033 13.96-13.664 14.46c-.323.03-.657.04-.99.04h-16.17c-6.701 0-12.128-5.37-12.128-12c0-3.58 1.586-6.8 4.103-9a12 12 0 0 1-1.134-1.135"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.722 34.94c1.132.06 1.93-1.08 1.516-2.12l-.788-1.95a1.575 1.575 0 0 0-1.455-.97h-.96c0-3.68 1.667-6.97 4.295-9.16a12.1 12.1 0 0 1 7.833-2.84c6.7 0 12.127 5.37 12.127 12c0 .54-.04 1.07-.11 1.59a11.8 11.8 0 0 1-2.76 6.16a14.6 14.6 0 0 0 6.384-2.862"/><path d="M26.388 26.893c0 1.1-.91 2-2.02 2s-2.02-.9-2.02-2s.909-2 2.02-2s2.02.9 2.02 2"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M59.987%2045.4c0%207.68-6.033%2013.96-13.664%2014.46c-.323.03-.657.04-.99.04h-16.17c-4.468%200-8.369-2.39-10.481-5.94c1.9%201.23%204.174%201.94%206.62%201.94h16.17c.334%200%20.667-.01.99-.04c7.631-.5%2013.665-6.78%2013.665-14.46c0-2.89-.85-5.57-2.315-7.83c3.74%202.63%206.175%206.94%206.175%2011.83%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M56.127%2041.4c0%207.68-6.034%2013.96-13.664%2014.46c-.324.03-.657.04-.99.04H25.301c-2.446%200-4.72-.71-6.62-1.94a11.87%2011.87%200%200%201-1.647-6.06c0-3.58%201.586-6.8%204.103-9c-.536-.47-.632.606-1.138.1c-1-1-3-3-3-4c.202.02%201.53-.07%201.722-.06c1.132.06%201.93-1.08%201.516-2.12l-.788-1.95a1.575%201.575%200%200%200-1.455-.97h-.96c0-3.68%201.667-6.97%204.295-9.16a12.1%2012.1%200%200%201%207.833-2.84c2.445%200%204.72.71%206.62%201.94c3.314%202.14%205.507%205.85%205.507%2010.06c0%20.21-.01.42-.02.63c-.02.33-.05.64-.09.96a11.8%2011.8%200%200%201-2.76%206.16c2.052-.517%206.268-3.786%208.914-7.115c.68-.856%206.087%202.76%206.478%203.035a14.3%2014.3%200%200%201%202.315%207.83Z%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22m20.289%2033.79l-.475-.06c.111-.31.192-.61.252-.83c-3.193-.38-6.003-.78-7.943-1.77a5%205%200%200%201-.142-1.23h6.014c.646%200%201.212.39%201.455.97l.788%201.95c.132.33.142.67.05.97%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M20.067%2032.9c-.061.22-.142.52-.253.83c-.222.61-.566%201.24-1.092%201.21c-.192-.01-.384-.03-.586-.05c-2.334-.21-5.326-1.03-6.013-3.76c1.94.99%204.75%201.39%207.944%201.77%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M41.29%2029.4c0%205.7-4.79%2010.33-10.783%2010.49c3.971-1.91%206.74-6.34%206.74-11.49c0-3.47-1.253-6.6-3.284-8.87c4.275%201.46%207.327%205.33%207.327%209.87%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M46.343%2059.9h-1.01c.333%200%20.667-.01.99-.04z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18.722%2034.94c-.192-.01-.384-.03-.586-.05c-2.658-.24-6.155-1.27-6.155-4.99h6.014c.647%200%201.213.39%201.455.97l.788%201.95c.415%201.04-.384%202.18-1.516%202.12M33.205%2047.9c.272.653%201.759%204.047%205.053%205c3.912%201.13%209.022-3.57%2011.117-9%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M48.112%2031.16c6.771%201.29%2011.875%207.17%2011.875%2014.24c0%207.68-6.033%2013.96-13.664%2014.46c-.323.03-.657.04-.99.04h-16.17c-6.701%200-12.128-5.37-12.128-12c0-3.58%201.586-6.8%204.103-9a12%2012%200%200%201-1.134-1.135%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18.722%2034.94c1.132.06%201.93-1.08%201.516-2.12l-.788-1.95a1.575%201.575%200%200%200-1.455-.97h-.96c0-3.68%201.667-6.97%204.295-9.16a12.1%2012.1%200%200%201%207.833-2.84c6.7%200%2012.127%205.37%2012.127%2012c0%20.54-.04%201.07-.11%201.59a11.8%2011.8%200%200%201-2.76%206.16a14.6%2014.6%200%200%200%206.384-2.862%22%2F%3E%3Cpath%20d%3D%22M26.388%2026.893c0%201.1-.91%202-2.02%202s-2.02-.9-2.02-2s.909-2%202.02-2s2.02.9%202.02%202%22%2F%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M59.987%2045.4c0%207.68-6.033%2013.96-13.664%2014.46c-.323.03-.657.04-.99.04h-16.17c-4.468%200-8.369-2.39-10.481-5.94c1.9%201.23%204.174%201.94%206.62%201.94h16.17c.334%200%20.667-.01.99-.04c7.631-.5%2013.665-6.78%2013.665-14.46c0-2.89-.85-5.57-2.315-7.83c3.74%202.63%206.175%206.94%206.175%2011.83%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M56.127%2041.4c0%207.68-6.034%2013.96-13.664%2014.46c-.324.03-.657.04-.99.04H25.301c-2.446%200-4.72-.71-6.62-1.94a11.87%2011.87%200%200%201-1.647-6.06c0-3.58%201.586-6.8%204.103-9c-.536-.47-.632.606-1.138.1c-1-1-3-3-3-4c.202.02%201.53-.07%201.722-.06c1.132.06%201.93-1.08%201.516-2.12l-.788-1.95a1.575%201.575%200%200%200-1.455-.97h-.96c0-3.68%201.667-6.97%204.295-9.16a12.1%2012.1%200%200%201%207.833-2.84c2.445%200%204.72.71%206.62%201.94c3.314%202.14%205.507%205.85%205.507%2010.06c0%20.21-.01.42-.02.63c-.02.33-.05.64-.09.96a11.8%2011.8%200%200%201-2.76%206.16c2.052-.517%206.268-3.786%208.914-7.115c.68-.856%206.087%202.76%206.478%203.035a14.3%2014.3%200%200%201%202.315%207.83Z%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22m20.289%2033.79l-.475-.06c.111-.31.192-.61.252-.83c-3.193-.38-6.003-.78-7.943-1.77a5%205%200%200%201-.142-1.23h6.014c.646%200%201.212.39%201.455.97l.788%201.95c.132.33.142.67.05.97%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M20.067%2032.9c-.061.22-.142.52-.253.83c-.222.61-.566%201.24-1.092%201.21c-.192-.01-.384-.03-.586-.05c-2.334-.21-5.326-1.03-6.013-3.76c1.94.99%204.75%201.39%207.944%201.77%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M41.29%2029.4c0%205.7-4.79%2010.33-10.783%2010.49c3.971-1.91%206.74-6.34%206.74-11.49c0-3.47-1.253-6.6-3.284-8.87c4.275%201.46%207.327%205.33%207.327%209.87%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M46.343%2059.9h-1.01c.333%200%20.667-.01.99-.04z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18.722%2034.94c-.192-.01-.384-.03-.586-.05c-2.658-.24-6.155-1.27-6.155-4.99h6.014c.647%200%201.213.39%201.455.97l.788%201.95c.415%201.04-.384%202.18-1.516%202.12M33.205%2047.9c.272.653%201.759%204.047%205.053%205c3.912%201.13%209.022-3.57%2011.117-9%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M48.112%2031.16c6.771%201.29%2011.875%207.17%2011.875%2014.24c0%207.68-6.033%2013.96-13.664%2014.46c-.323.03-.657.04-.99.04h-16.17c-6.701%200-12.128-5.37-12.128-12c0-3.58%201.586-6.8%204.103-9a12%2012%200%200%201-1.134-1.135%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18.722%2034.94c1.132.06%201.93-1.08%201.516-2.12l-.788-1.95a1.575%201.575%200%200%200-1.455-.97h-.96c0-3.68%201.667-6.97%204.295-9.16a12.1%2012.1%200%200%201%207.833-2.84c6.7%200%2012.127%205.37%2012.127%2012c0%20.54-.04%201.07-.11%201.59a11.8%2011.8%200%200%201-2.76%206.16a14.6%2014.6%200%200%200%206.384-2.862%22%2F%3E%3Cpath%20d%3D%22M26.388%2026.893c0%201.1-.91%202-2.02%202s-2.02-.9-2.02-2s.909-2%202.02-2s2.02.9%202.02%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/rubber-duck.svg?color=%231a73e8&size=48