sponge from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
sponge
Set
Fluent Emoji Flat
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji Flat

Use the sponge emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff8687" d="M4.005 16.382q-.013.288.005.588L4 17v2.966s-.064 1.967 1 2.995s5.5 5.989 5.5 5.989c2 1.996 5.157.651 6 0c1.003-.776 2.034-2.3 3.098-3.872c1.252-1.851 2.55-3.77 3.901-4.613c4-2.495 4.5-3.493 4.5-4.491V11.98l-.002-.145q.008-.21-.003-.418c-.099 1.928-1.303 3.951-2.93 4.365c-1.212.308-3.894 1.8-5.015 4.08c-1.505 3.061-3.291 5.47-4.514 6.122c-1.222.652-4.012 1.02-5.517-1.02c-.49-.514-1.051-1.18-1.689-1.937c-.834-.99-1.798-2.132-2.897-3.285a5.1 5.1 0 0 1-1.427-3.36"/><path fill="#f9c23c" d="M4.531 14.224c.654-1.33 1.849-2.093 3.506-3.056c3.507-2.037 4.204-4.176 6.6-7.193c2.422-3.05 5.329-2.033 6.782-.508L27.07 9.14c2.006 2.04.502 6.504-2.006 7.142c-1.212.308-3.894 1.8-5.015 4.08c-1.505 3.061-3.291 5.47-4.514 6.122c-1.222.652-4.012 1.02-5.517-1.02c-1.13-1.186-2.648-3.189-4.586-5.222c-1.937-2.033-1.555-4.69-.9-6.02"/><path fill="#e19747" d="M17 6.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m6 3.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 2.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-7 5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-7.5.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M21 16a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-6 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2 6.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m5 2.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4.5-13a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatSponge(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff8687" d="M4.005 16.382q-.013.288.005.588L4 17v2.966s-.064 1.967 1 2.995s5.5 5.989 5.5 5.989c2 1.996 5.157.651 6 0c1.003-.776 2.034-2.3 3.098-3.872c1.252-1.851 2.55-3.77 3.901-4.613c4-2.495 4.5-3.493 4.5-4.491V11.98l-.002-.145q.008-.21-.003-.418c-.099 1.928-1.303 3.951-2.93 4.365c-1.212.308-3.894 1.8-5.015 4.08c-1.505 3.061-3.291 5.47-4.514 6.122c-1.222.652-4.012 1.02-5.517-1.02c-.49-.514-1.051-1.18-1.689-1.937c-.834-.99-1.798-2.132-2.897-3.285a5.1 5.1 0 0 1-1.427-3.36"/><path fill="#f9c23c" d="M4.531 14.224c.654-1.33 1.849-2.093 3.506-3.056c3.507-2.037 4.204-4.176 6.6-7.193c2.422-3.05 5.329-2.033 6.782-.508L27.07 9.14c2.006 2.04.502 6.504-2.006 7.142c-1.212.308-3.894 1.8-5.015 4.08c-1.505 3.061-3.291 5.47-4.514 6.122c-1.222.652-4.012 1.02-5.517-1.02c-1.13-1.186-2.648-3.189-4.586-5.222c-1.937-2.033-1.555-4.69-.9-6.02"/><path fill="#e19747" d="M17 6.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m6 3.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 2.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-7 5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-7.5.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M21 16a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-6 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2 6.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m5 2.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4.5-13a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff8687" d="M4.005 16.382q-.013.288.005.588L4 17v2.966s-.064 1.967 1 2.995s5.5 5.989 5.5 5.989c2 1.996 5.157.651 6 0c1.003-.776 2.034-2.3 3.098-3.872c1.252-1.851 2.55-3.77 3.901-4.613c4-2.495 4.5-3.493 4.5-4.491V11.98l-.002-.145q.008-.21-.003-.418c-.099 1.928-1.303 3.951-2.93 4.365c-1.212.308-3.894 1.8-5.015 4.08c-1.505 3.061-3.291 5.47-4.514 6.122c-1.222.652-4.012 1.02-5.517-1.02c-.49-.514-1.051-1.18-1.689-1.937c-.834-.99-1.798-2.132-2.897-3.285a5.1 5.1 0 0 1-1.427-3.36"/><path fill="#f9c23c" d="M4.531 14.224c.654-1.33 1.849-2.093 3.506-3.056c3.507-2.037 4.204-4.176 6.6-7.193c2.422-3.05 5.329-2.033 6.782-.508L27.07 9.14c2.006 2.04.502 6.504-2.006 7.142c-1.212.308-3.894 1.8-5.015 4.08c-1.505 3.061-3.291 5.47-4.514 6.122c-1.222.652-4.012 1.02-5.517-1.02c-1.13-1.186-2.648-3.189-4.586-5.222c-1.937-2.033-1.555-4.69-.9-6.02"/><path fill="#e19747" d="M17 6.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m6 3.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 2.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-7 5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-7.5.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M21 16a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-6 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2 6.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m5 2.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4.5-13a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ff8687%22%20d%3D%22M4.005%2016.382q-.013.288.005.588L4%2017v2.966s-.064%201.967%201%202.995s5.5%205.989%205.5%205.989c2%201.996%205.157.651%206%200c1.003-.776%202.034-2.3%203.098-3.872c1.252-1.851%202.55-3.77%203.901-4.613c4-2.495%204.5-3.493%204.5-4.491V11.98l-.002-.145q.008-.21-.003-.418c-.099%201.928-1.303%203.951-2.93%204.365c-1.212.308-3.894%201.8-5.015%204.08c-1.505%203.061-3.291%205.47-4.514%206.122c-1.222.652-4.012%201.02-5.517-1.02c-.49-.514-1.051-1.18-1.689-1.937c-.834-.99-1.798-2.132-2.897-3.285a5.1%205.1%200%200%201-1.427-3.36%22%2F%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M4.531%2014.224c.654-1.33%201.849-2.093%203.506-3.056c3.507-2.037%204.204-4.176%206.6-7.193c2.422-3.05%205.329-2.033%206.782-.508L27.07%209.14c2.006%202.04.502%206.504-2.006%207.142c-1.212.308-3.894%201.8-5.015%204.08c-1.505%203.061-3.291%205.47-4.514%206.122c-1.222.652-4.012%201.02-5.517-1.02c-1.13-1.186-2.648-3.189-4.586-5.222c-1.937-2.033-1.555-4.69-.9-6.02%22%2F%3E%3Cpath%20fill%3D%22%23e19747%22%20d%3D%22M17%206.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m6%203.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%202.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-7%205a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-7.5.5a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M21%2016a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-4-3a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-6%201a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-2%206.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m5%202.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4.5-13a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ff8687%22%20d%3D%22M4.005%2016.382q-.013.288.005.588L4%2017v2.966s-.064%201.967%201%202.995s5.5%205.989%205.5%205.989c2%201.996%205.157.651%206%200c1.003-.776%202.034-2.3%203.098-3.872c1.252-1.851%202.55-3.77%203.901-4.613c4-2.495%204.5-3.493%204.5-4.491V11.98l-.002-.145q.008-.21-.003-.418c-.099%201.928-1.303%203.951-2.93%204.365c-1.212.308-3.894%201.8-5.015%204.08c-1.505%203.061-3.291%205.47-4.514%206.122c-1.222.652-4.012%201.02-5.517-1.02c-.49-.514-1.051-1.18-1.689-1.937c-.834-.99-1.798-2.132-2.897-3.285a5.1%205.1%200%200%201-1.427-3.36%22%2F%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M4.531%2014.224c.654-1.33%201.849-2.093%203.506-3.056c3.507-2.037%204.204-4.176%206.6-7.193c2.422-3.05%205.329-2.033%206.782-.508L27.07%209.14c2.006%202.04.502%206.504-2.006%207.142c-1.212.308-3.894%201.8-5.015%204.08c-1.505%203.061-3.291%205.47-4.514%206.122c-1.222.652-4.012%201.02-5.517-1.02c-1.13-1.186-2.648-3.189-4.586-5.222c-1.937-2.033-1.555-4.69-.9-6.02%22%2F%3E%3Cpath%20fill%3D%22%23e19747%22%20d%3D%22M17%206.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m6%203.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%202.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-7%205a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-7.5.5a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M21%2016a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-4-3a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-6%201a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-2%206.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m5%202.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4.5-13a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/sponge.svg?color=%231a73e8&size=48