sponge emoji
sponge from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- sponge
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More objects icons from OpenMoji
Use the sponge emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" d="M38.563 46.754a4.56 4.56 0 0 1-4.56 4.56a4.3 4.3 0 0 1-1.71-.342a4.546 4.546 0 0 1 0-8.436a4.3 4.3 0 0 1 1.71-.342a4.56 4.56 0 0 1 4.56 4.56"/><ellipse cx="33.433" cy="46.754" fill="#92d3f5" rx="2.85" ry="4.218"/><path fill="#f1b31c" d="M58.854 37.773a8.863 8.863 0 0 1-9.436 7.45c-2.716-.221-5.425-.574-8.145-.703c-4.359-.481-7.84-4.505-11.278.053c-1.874.205-5.614.548-7.495.667a8.96 8.96 0 0 1-9.332-8.57q-.099-3.717 0-7.44a8.985 8.985 0 0 1 9.863-8.56a112 112 0 0 0 16.93.79c2.638-.111 5.273-.39 7.898-.694a9.98 9.98 0 0 1 7.132 1.36a8.77 8.77 0 0 1 4.013 7.296c.038 1.188.064 6.784-.15 8.35"/><ellipse cx="14.506" cy="39.009" fill="#92d3f5" rx="3.691" ry="5.13" transform="rotate(-9.084 14.506 39.009)"/><path fill="#61b2e4" d="M27.35 42.605a5.7 5.7 0 0 1-4.088 6.948a6 6 0 0 1-1.718.187a5.716 5.716 0 0 1-2.735-10.55a6 6 0 0 1 1.592-.672a5.7 5.7 0 0 1 6.948 4.087"/><ellipse cx="19.528" cy="44.741" fill="#92d3f5" rx="4.042" ry="5.645" transform="rotate(-34.105 19.528 44.74)"/><circle cx="34.003" cy="46.754" r="4.56" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="m26.472 44.915l1.664-.171a49 49 0 0 1 1.859-.171m-16.872-9.93c-.023-1.8 0-3.602.046-5.414a8.994 8.994 0 0 1 9.86-8.562a112 112 0 0 0 16.93.798c2.644-.114 5.277-.399 7.9-.695a9.97 9.97 0 0 1 7.135 1.357a8.79 8.79 0 0 1 4.013 7.295c.034 1.186.057 6.783-.148 8.345a8.88 8.88 0 0 1-9.439 7.455c-2.713-.216-5.426-.57-8.15-.706a110 110 0 0 0-3.352-.114"/><circle cx="53.124" cy="33.26" r="1.432"/><circle cx="26.606" cy="34.37" r="1.432"/><circle cx="33.48" cy="27.692" r="1.432"/><circle cx="46.523" cy="39.304" r="1.432"/><circle cx="44.387" cy="28.94" r="1.946" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><circle cx="21.587" cy="27.692" r="1.946" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><circle cx="35.425" cy="37.452" r="1.946" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.403 38.678a6 6 0 0 0-.628.232a5 5 0 0 0-.033-.579a4.56 4.56 0 1 0-3.783 5.223c.08-.013.15-.044.228-.06a5.694 5.694 0 1 0 4.216-4.816"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiSponge(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" d="M38.563 46.754a4.56 4.56 0 0 1-4.56 4.56a4.3 4.3 0 0 1-1.71-.342a4.546 4.546 0 0 1 0-8.436a4.3 4.3 0 0 1 1.71-.342a4.56 4.56 0 0 1 4.56 4.56"/><ellipse cx="33.433" cy="46.754" fill="#92d3f5" rx="2.85" ry="4.218"/><path fill="#f1b31c" d="M58.854 37.773a8.863 8.863 0 0 1-9.436 7.45c-2.716-.221-5.425-.574-8.145-.703c-4.359-.481-7.84-4.505-11.278.053c-1.874.205-5.614.548-7.495.667a8.96 8.96 0 0 1-9.332-8.57q-.099-3.717 0-7.44a8.985 8.985 0 0 1 9.863-8.56a112 112 0 0 0 16.93.79c2.638-.111 5.273-.39 7.898-.694a9.98 9.98 0 0 1 7.132 1.36a8.77 8.77 0 0 1 4.013 7.296c.038 1.188.064 6.784-.15 8.35"/><ellipse cx="14.506" cy="39.009" fill="#92d3f5" rx="3.691" ry="5.13" transform="rotate(-9.084 14.506 39.009)"/><path fill="#61b2e4" d="M27.35 42.605a5.7 5.7 0 0 1-4.088 6.948a6 6 0 0 1-1.718.187a5.716 5.716 0 0 1-2.735-10.55a6 6 0 0 1 1.592-.672a5.7 5.7 0 0 1 6.948 4.087"/><ellipse cx="19.528" cy="44.741" fill="#92d3f5" rx="4.042" ry="5.645" transform="rotate(-34.105 19.528 44.74)"/><circle cx="34.003" cy="46.754" r="4.56" fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"/><path fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2" d="m26.472 44.915l1.664-.171a49 49 0 0 1 1.859-.171m-16.872-9.93c-.023-1.8 0-3.602.046-5.414a8.994 8.994 0 0 1 9.86-8.562a112 112 0 0 0 16.93.798c2.644-.114 5.277-.399 7.9-.695a9.97 9.97 0 0 1 7.135 1.357a8.79 8.79 0 0 1 4.013 7.295c.034 1.186.057 6.783-.148 8.345a8.88 8.88 0 0 1-9.439 7.455c-2.713-.216-5.426-.57-8.15-.706a110 110 0 0 0-3.352-.114"/><circle cx="53.124" cy="33.26" r="1.432"/><circle cx="26.606" cy="34.37" r="1.432"/><circle cx="33.48" cy="27.692" r="1.432"/><circle cx="46.523" cy="39.304" r="1.432"/><circle cx="44.387" cy="28.94" r="1.946" fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"/><circle cx="21.587" cy="27.692" r="1.946" fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"/><circle cx="35.425" cy="37.452" r="1.946" fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M19.403 38.678a6 6 0 0 0-.628.232a5 5 0 0 0-.033-.579a4.56 4.56 0 1 0-3.783 5.223c.08-.013.15-.044.228-.06a5.694 5.694 0 1 0 4.216-4.816"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" d="M38.563 46.754a4.56 4.56 0 0 1-4.56 4.56a4.3 4.3 0 0 1-1.71-.342a4.546 4.546 0 0 1 0-8.436a4.3 4.3 0 0 1 1.71-.342a4.56 4.56 0 0 1 4.56 4.56"/><ellipse cx="33.433" cy="46.754" fill="#92d3f5" rx="2.85" ry="4.218"/><path fill="#f1b31c" d="M58.854 37.773a8.863 8.863 0 0 1-9.436 7.45c-2.716-.221-5.425-.574-8.145-.703c-4.359-.481-7.84-4.505-11.278.053c-1.874.205-5.614.548-7.495.667a8.96 8.96 0 0 1-9.332-8.57q-.099-3.717 0-7.44a8.985 8.985 0 0 1 9.863-8.56a112 112 0 0 0 16.93.79c2.638-.111 5.273-.39 7.898-.694a9.98 9.98 0 0 1 7.132 1.36a8.77 8.77 0 0 1 4.013 7.296c.038 1.188.064 6.784-.15 8.35"/><ellipse cx="14.506" cy="39.009" fill="#92d3f5" rx="3.691" ry="5.13" transform="rotate(-9.084 14.506 39.009)"/><path fill="#61b2e4" d="M27.35 42.605a5.7 5.7 0 0 1-4.088 6.948a6 6 0 0 1-1.718.187a5.716 5.716 0 0 1-2.735-10.55a6 6 0 0 1 1.592-.672a5.7 5.7 0 0 1 6.948 4.087"/><ellipse cx="19.528" cy="44.741" fill="#92d3f5" rx="4.042" ry="5.645" transform="rotate(-34.105 19.528 44.74)"/><circle cx="34.003" cy="46.754" r="4.56" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="m26.472 44.915l1.664-.171a49 49 0 0 1 1.859-.171m-16.872-9.93c-.023-1.8 0-3.602.046-5.414a8.994 8.994 0 0 1 9.86-8.562a112 112 0 0 0 16.93.798c2.644-.114 5.277-.399 7.9-.695a9.97 9.97 0 0 1 7.135 1.357a8.79 8.79 0 0 1 4.013 7.295c.034 1.186.057 6.783-.148 8.345a8.88 8.88 0 0 1-9.439 7.455c-2.713-.216-5.426-.57-8.15-.706a110 110 0 0 0-3.352-.114"/><circle cx="53.124" cy="33.26" r="1.432"/><circle cx="26.606" cy="34.37" r="1.432"/><circle cx="33.48" cy="27.692" r="1.432"/><circle cx="46.523" cy="39.304" r="1.432"/><circle cx="44.387" cy="28.94" r="1.946" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><circle cx="21.587" cy="27.692" r="1.946" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><circle cx="35.425" cy="37.452" r="1.946" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.403 38.678a6 6 0 0 0-.628.232a5 5 0 0 0-.033-.579a4.56 4.56 0 1 0-3.783 5.223c.08-.013.15-.044.228-.06a5.694 5.694 0 1 0 4.216-4.816"/></svg> </template>
CSS
.icon-sponge {
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%2361b2e4%22%20d%3D%22M38.563%2046.754a4.56%204.56%200%200%201-4.56%204.56a4.3%204.3%200%200%201-1.71-.342a4.546%204.546%200%200%201%200-8.436a4.3%204.3%200%200%201%201.71-.342a4.56%204.56%200%200%201%204.56%204.56%22%2F%3E%3Cellipse%20cx%3D%2233.433%22%20cy%3D%2246.754%22%20fill%3D%22%2392d3f5%22%20rx%3D%222.85%22%20ry%3D%224.218%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M58.854%2037.773a8.863%208.863%200%200%201-9.436%207.45c-2.716-.221-5.425-.574-8.145-.703c-4.359-.481-7.84-4.505-11.278.053c-1.874.205-5.614.548-7.495.667a8.96%208.96%200%200%201-9.332-8.57q-.099-3.717%200-7.44a8.985%208.985%200%200%201%209.863-8.56a112%20112%200%200%200%2016.93.79c2.638-.111%205.273-.39%207.898-.694a9.98%209.98%200%200%201%207.132%201.36a8.77%208.77%200%200%201%204.013%207.296c.038%201.188.064%206.784-.15%208.35%22%2F%3E%3Cellipse%20cx%3D%2214.506%22%20cy%3D%2239.009%22%20fill%3D%22%2392d3f5%22%20rx%3D%223.691%22%20ry%3D%225.13%22%20transform%3D%22rotate(-9.084%2014.506%2039.009)%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M27.35%2042.605a5.7%205.7%200%200%201-4.088%206.948a6%206%200%200%201-1.718.187a5.716%205.716%200%200%201-2.735-10.55a6%206%200%200%201%201.592-.672a5.7%205.7%200%200%201%206.948%204.087%22%2F%3E%3Cellipse%20cx%3D%2219.528%22%20cy%3D%2244.741%22%20fill%3D%22%2392d3f5%22%20rx%3D%224.042%22%20ry%3D%225.645%22%20transform%3D%22rotate(-34.105%2019.528%2044.74)%22%2F%3E%3Ccircle%20cx%3D%2234.003%22%20cy%3D%2246.754%22%20r%3D%224.56%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m26.472%2044.915l1.664-.171a49%2049%200%200%201%201.859-.171m-16.872-9.93c-.023-1.8%200-3.602.046-5.414a8.994%208.994%200%200%201%209.86-8.562a112%20112%200%200%200%2016.93.798c2.644-.114%205.277-.399%207.9-.695a9.97%209.97%200%200%201%207.135%201.357a8.79%208.79%200%200%201%204.013%207.295c.034%201.186.057%206.783-.148%208.345a8.88%208.88%200%200%201-9.439%207.455c-2.713-.216-5.426-.57-8.15-.706a110%20110%200%200%200-3.352-.114%22%2F%3E%3Ccircle%20cx%3D%2253.124%22%20cy%3D%2233.26%22%20r%3D%221.432%22%2F%3E%3Ccircle%20cx%3D%2226.606%22%20cy%3D%2234.37%22%20r%3D%221.432%22%2F%3E%3Ccircle%20cx%3D%2233.48%22%20cy%3D%2227.692%22%20r%3D%221.432%22%2F%3E%3Ccircle%20cx%3D%2246.523%22%20cy%3D%2239.304%22%20r%3D%221.432%22%2F%3E%3Ccircle%20cx%3D%2244.387%22%20cy%3D%2228.94%22%20r%3D%221.946%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2221.587%22%20cy%3D%2227.692%22%20r%3D%221.946%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2235.425%22%20cy%3D%2237.452%22%20r%3D%221.946%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%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%22M19.403%2038.678a6%206%200%200%200-.628.232a5%205%200%200%200-.033-.579a4.56%204.56%200%201%200-3.783%205.223c.08-.013.15-.044.228-.06a5.694%205.694%200%201%200%204.216-4.816%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%2361b2e4%22%20d%3D%22M38.563%2046.754a4.56%204.56%200%200%201-4.56%204.56a4.3%204.3%200%200%201-1.71-.342a4.546%204.546%200%200%201%200-8.436a4.3%204.3%200%200%201%201.71-.342a4.56%204.56%200%200%201%204.56%204.56%22%2F%3E%3Cellipse%20cx%3D%2233.433%22%20cy%3D%2246.754%22%20fill%3D%22%2392d3f5%22%20rx%3D%222.85%22%20ry%3D%224.218%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M58.854%2037.773a8.863%208.863%200%200%201-9.436%207.45c-2.716-.221-5.425-.574-8.145-.703c-4.359-.481-7.84-4.505-11.278.053c-1.874.205-5.614.548-7.495.667a8.96%208.96%200%200%201-9.332-8.57q-.099-3.717%200-7.44a8.985%208.985%200%200%201%209.863-8.56a112%20112%200%200%200%2016.93.79c2.638-.111%205.273-.39%207.898-.694a9.98%209.98%200%200%201%207.132%201.36a8.77%208.77%200%200%201%204.013%207.296c.038%201.188.064%206.784-.15%208.35%22%2F%3E%3Cellipse%20cx%3D%2214.506%22%20cy%3D%2239.009%22%20fill%3D%22%2392d3f5%22%20rx%3D%223.691%22%20ry%3D%225.13%22%20transform%3D%22rotate(-9.084%2014.506%2039.009)%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M27.35%2042.605a5.7%205.7%200%200%201-4.088%206.948a6%206%200%200%201-1.718.187a5.716%205.716%200%200%201-2.735-10.55a6%206%200%200%201%201.592-.672a5.7%205.7%200%200%201%206.948%204.087%22%2F%3E%3Cellipse%20cx%3D%2219.528%22%20cy%3D%2244.741%22%20fill%3D%22%2392d3f5%22%20rx%3D%224.042%22%20ry%3D%225.645%22%20transform%3D%22rotate(-34.105%2019.528%2044.74)%22%2F%3E%3Ccircle%20cx%3D%2234.003%22%20cy%3D%2246.754%22%20r%3D%224.56%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m26.472%2044.915l1.664-.171a49%2049%200%200%201%201.859-.171m-16.872-9.93c-.023-1.8%200-3.602.046-5.414a8.994%208.994%200%200%201%209.86-8.562a112%20112%200%200%200%2016.93.798c2.644-.114%205.277-.399%207.9-.695a9.97%209.97%200%200%201%207.135%201.357a8.79%208.79%200%200%201%204.013%207.295c.034%201.186.057%206.783-.148%208.345a8.88%208.88%200%200%201-9.439%207.455c-2.713-.216-5.426-.57-8.15-.706a110%20110%200%200%200-3.352-.114%22%2F%3E%3Ccircle%20cx%3D%2253.124%22%20cy%3D%2233.26%22%20r%3D%221.432%22%2F%3E%3Ccircle%20cx%3D%2226.606%22%20cy%3D%2234.37%22%20r%3D%221.432%22%2F%3E%3Ccircle%20cx%3D%2233.48%22%20cy%3D%2227.692%22%20r%3D%221.432%22%2F%3E%3Ccircle%20cx%3D%2246.523%22%20cy%3D%2239.304%22%20r%3D%221.432%22%2F%3E%3Ccircle%20cx%3D%2244.387%22%20cy%3D%2228.94%22%20r%3D%221.946%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2221.587%22%20cy%3D%2227.692%22%20r%3D%221.946%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2235.425%22%20cy%3D%2237.452%22%20r%3D%221.946%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%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%22M19.403%2038.678a6%206%200%200%200-.628.232a5%205%200%200%200-.033-.579a4.56%204.56%200%201%200-3.783%205.223c.08-.013.15-.044.228-.06a5.694%205.694%200%201%200%204.216-4.816%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/sponge.svg?color=%231a73e8&size=48