kidney emoji

kidney from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
kidney
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the kidney emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGnM0WBd5k" d="M25.942 31.266a11.86 11.86 0 0 1-3.3-5.997c-.446-2.251-.284-4.934 2.187-6.594c0 0 10.439-7.388 19.593 0c0 0 11.08 6.825 9.394 24.65c0 0-.16 12.286-12.687 12.447c0 0-6.182 1.525-6.825-8.592q.092-1.415-.005-2.83a14.34 14.34 0 0 0-4.977-9.96a59 59 0 0 1-3.38-3.124"/></defs><g fill="#d22f27"><use href="#SVGnM0WBd5k"/><use href="#SVGnM0WBd5k"/></g><g fill="none" stroke="#000" stroke-width="2"><path stroke-miterlimit="10" d="M25.942 31.266a11.86 11.86 0 0 1-3.3-5.997c-.446-2.251-.284-4.934 2.187-6.594c0 0 10.439-7.388 19.593 0c0 0 11.08 6.825 9.394 24.65c0 0-.16 12.286-12.687 12.447c0 0-6.182 1.525-6.825-8.592q.092-1.415-.005-2.83a14.34 14.34 0 0 0-4.977-9.96a59 59 0 0 1-3.38-3.124z"/><path stroke-linecap="round" stroke-linejoin="round" d="M34.987 29.073s-3.904 1.592-7.252.435m12.672 13.978s-6.906-.803-9.636-3.814c0 0-3.309-3.739-9.836 0l-6.778 2.337"/><path stroke-linecap="round" stroke-linejoin="round" d="M36.788 33.69a2.6 2.6 0 0 0-.844 1.44a3.08 3.08 0 0 0 .216 1.914c.338.786.785 2.584-.304 5.44m-21.699-.475l6.778-2.337s5.62-2.248 6.424-5.7c0 0-.322-6.023 2.087-7.308"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiKidney(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGnM0WBd5k" d="M25.942 31.266a11.86 11.86 0 0 1-3.3-5.997c-.446-2.251-.284-4.934 2.187-6.594c0 0 10.439-7.388 19.593 0c0 0 11.08 6.825 9.394 24.65c0 0-.16 12.286-12.687 12.447c0 0-6.182 1.525-6.825-8.592q.092-1.415-.005-2.83a14.34 14.34 0 0 0-4.977-9.96a59 59 0 0 1-3.38-3.124"/></defs><g fill="#d22f27"><use href="#SVGnM0WBd5k"/><use href="#SVGnM0WBd5k"/></g><g fill="none" stroke="#000" strokeWidth="2"><path strokeMiterlimit="10" d="M25.942 31.266a11.86 11.86 0 0 1-3.3-5.997c-.446-2.251-.284-4.934 2.187-6.594c0 0 10.439-7.388 19.593 0c0 0 11.08 6.825 9.394 24.65c0 0-.16 12.286-12.687 12.447c0 0-6.182 1.525-6.825-8.592q.092-1.415-.005-2.83a14.34 14.34 0 0 0-4.977-9.96a59 59 0 0 1-3.38-3.124z"/><path strokeLinecap="round" strokeLinejoin="round" d="M34.987 29.073s-3.904 1.592-7.252.435m12.672 13.978s-6.906-.803-9.636-3.814c0 0-3.309-3.739-9.836 0l-6.778 2.337"/><path strokeLinecap="round" strokeLinejoin="round" d="M36.788 33.69a2.6 2.6 0 0 0-.844 1.44a3.08 3.08 0 0 0 .216 1.914c.338.786.785 2.584-.304 5.44m-21.699-.475l6.778-2.337s5.62-2.248 6.424-5.7c0 0-.322-6.023 2.087-7.308"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><defs><path id="SVGnM0WBd5k" d="M25.942 31.266a11.86 11.86 0 0 1-3.3-5.997c-.446-2.251-.284-4.934 2.187-6.594c0 0 10.439-7.388 19.593 0c0 0 11.08 6.825 9.394 24.65c0 0-.16 12.286-12.687 12.447c0 0-6.182 1.525-6.825-8.592q.092-1.415-.005-2.83a14.34 14.34 0 0 0-4.977-9.96a59 59 0 0 1-3.38-3.124"/></defs><g fill="#d22f27"><use href="#SVGnM0WBd5k"/><use href="#SVGnM0WBd5k"/></g><g fill="none" stroke="#000" stroke-width="2"><path stroke-miterlimit="10" d="M25.942 31.266a11.86 11.86 0 0 1-3.3-5.997c-.446-2.251-.284-4.934 2.187-6.594c0 0 10.439-7.388 19.593 0c0 0 11.08 6.825 9.394 24.65c0 0-.16 12.286-12.687 12.447c0 0-6.182 1.525-6.825-8.592q.092-1.415-.005-2.83a14.34 14.34 0 0 0-4.977-9.96a59 59 0 0 1-3.38-3.124z"/><path stroke-linecap="round" stroke-linejoin="round" d="M34.987 29.073s-3.904 1.592-7.252.435m12.672 13.978s-6.906-.803-9.636-3.814c0 0-3.309-3.739-9.836 0l-6.778 2.337"/><path stroke-linecap="round" stroke-linejoin="round" d="M36.788 33.69a2.6 2.6 0 0 0-.844 1.44a3.08 3.08 0 0 0 .216 1.914c.338.786.785 2.584-.304 5.44m-21.699-.475l6.778-2.337s5.62-2.248 6.424-5.7c0 0-.322-6.023 2.087-7.308"/></g></svg>
</template>

CSS

.icon-kidney {
  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%3Cdefs%3E%3Cpath%20id%3D%22SVGnM0WBd5k%22%20d%3D%22M25.942%2031.266a11.86%2011.86%200%200%201-3.3-5.997c-.446-2.251-.284-4.934%202.187-6.594c0%200%2010.439-7.388%2019.593%200c0%200%2011.08%206.825%209.394%2024.65c0%200-.16%2012.286-12.687%2012.447c0%200-6.182%201.525-6.825-8.592q.092-1.415-.005-2.83a14.34%2014.34%200%200%200-4.977-9.96a59%2059%200%200%201-3.38-3.124%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22%23d22f27%22%3E%3Cuse%20href%3D%22%23SVGnM0WBd5k%22%2F%3E%3Cuse%20href%3D%22%23SVGnM0WBd5k%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M25.942%2031.266a11.86%2011.86%200%200%201-3.3-5.997c-.446-2.251-.284-4.934%202.187-6.594c0%200%2010.439-7.388%2019.593%200c0%200%2011.08%206.825%209.394%2024.65c0%200-.16%2012.286-12.687%2012.447c0%200-6.182%201.525-6.825-8.592q.092-1.415-.005-2.83a14.34%2014.34%200%200%200-4.977-9.96a59%2059%200%200%201-3.38-3.124z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34.987%2029.073s-3.904%201.592-7.252.435m12.672%2013.978s-6.906-.803-9.636-3.814c0%200-3.309-3.739-9.836%200l-6.778%202.337%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M36.788%2033.69a2.6%202.6%200%200%200-.844%201.44a3.08%203.08%200%200%200%20.216%201.914c.338.786.785%202.584-.304%205.44m-21.699-.475l6.778-2.337s5.62-2.248%206.424-5.7c0%200-.322-6.023%202.087-7.308%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%2072%2072%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGnM0WBd5k%22%20d%3D%22M25.942%2031.266a11.86%2011.86%200%200%201-3.3-5.997c-.446-2.251-.284-4.934%202.187-6.594c0%200%2010.439-7.388%2019.593%200c0%200%2011.08%206.825%209.394%2024.65c0%200-.16%2012.286-12.687%2012.447c0%200-6.182%201.525-6.825-8.592q.092-1.415-.005-2.83a14.34%2014.34%200%200%200-4.977-9.96a59%2059%200%200%201-3.38-3.124%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22%23d22f27%22%3E%3Cuse%20href%3D%22%23SVGnM0WBd5k%22%2F%3E%3Cuse%20href%3D%22%23SVGnM0WBd5k%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M25.942%2031.266a11.86%2011.86%200%200%201-3.3-5.997c-.446-2.251-.284-4.934%202.187-6.594c0%200%2010.439-7.388%2019.593%200c0%200%2011.08%206.825%209.394%2024.65c0%200-.16%2012.286-12.687%2012.447c0%200-6.182%201.525-6.825-8.592q.092-1.415-.005-2.83a14.34%2014.34%200%200%200-4.977-9.96a59%2059%200%200%201-3.38-3.124z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34.987%2029.073s-3.904%201.592-7.252.435m12.672%2013.978s-6.906-.803-9.636-3.814c0%200-3.309-3.739-9.836%200l-6.778%202.337%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M36.788%2033.69a2.6%202.6%200%200%200-.844%201.44a3.08%203.08%200%200%200%20.216%201.914c.338.786.785%202.584-.304%205.44m-21.699-.475l6.778-2.337s5.62-2.248%206.424-5.7c0%200-.322-6.023%202.087-7.308%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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