kidneys from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.

Name
kidneys
Set
Health Icons
Style
Filled
Category
Body
Viewbox
48×48
License
MIT

3 other variants in Health Icons

The same icon in other sets

More body icons from Health Icons

Use the kidneys icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.548 30.753c-10.864-4.582-6.577-20.049.965-22.604c3.129-1.06 6.58 2.457 6.559 4.64c-.01.944-.497 1.865-1.005 2.824c-.666 1.26-1.368 2.585-1.07 4.118c.525 2.7 1.113 7.256-.402 9.418c-1.515 2.163-3.038 2.451-5.047 1.604M34.347 8.149c7.542 2.555 11.83 18.022.965 22.604c-2.009.848-3.532.559-5.047-1.604c-1.515-2.162-.927-6.718-.402-9.418c.298-1.533-.404-2.859-1.07-4.118c-.508-.959-.995-1.88-1.004-2.824c-.022-2.183 3.43-5.7 6.558-4.64M28.618 22.78l.07.997h.013l.003-.001l-.025.003a1.55 1.55 0 0 0-.616.258c-.29.207-.716.665-.716 1.821v14.466h-2V25.858c0-1.766.71-2.847 1.555-3.45a3.55 3.55 0 0 1 1.46-.603a3 3 0 0 1 .16-.02l.016-.002h.01c0-.001.002-.001.07.997m-9.376 0c-.068.997-.069.997-.07.997h-.012l-.003-.001l.024.003a1.55 1.55 0 0 1 .617.258c.29.207.716.665.716 1.821v14.466h2V25.858c0-1.766-.71-2.847-1.556-3.45a3.55 3.55 0 0 0-1.46-.603a3 3 0 0 0-.16-.02l-.015-.002h-.011c0-.001-.001-.001-.07.997"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsKidneys(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.548 30.753c-10.864-4.582-6.577-20.049.965-22.604c3.129-1.06 6.58 2.457 6.559 4.64c-.01.944-.497 1.865-1.005 2.824c-.666 1.26-1.368 2.585-1.07 4.118c.525 2.7 1.113 7.256-.402 9.418c-1.515 2.163-3.038 2.451-5.047 1.604M34.347 8.149c7.542 2.555 11.83 18.022.965 22.604c-2.009.848-3.532.559-5.047-1.604c-1.515-2.162-.927-6.718-.402-9.418c.298-1.533-.404-2.859-1.07-4.118c-.508-.959-.995-1.88-1.004-2.824c-.022-2.183 3.43-5.7 6.558-4.64M28.618 22.78l.07.997h.013l.003-.001l-.025.003a1.55 1.55 0 0 0-.616.258c-.29.207-.716.665-.716 1.821v14.466h-2V25.858c0-1.766.71-2.847 1.555-3.45a3.55 3.55 0 0 1 1.46-.603a3 3 0 0 1 .16-.02l.016-.002h.01c0-.001.002-.001.07.997m-9.376 0c-.068.997-.069.997-.07.997h-.012l-.003-.001l.024.003a1.55 1.55 0 0 1 .617.258c.29.207.716.665.716 1.821v14.466h2V25.858c0-1.766-.71-2.847-1.556-3.45a3.55 3.55 0 0 0-1.46-.603a3 3 0 0 0-.16-.02l-.015-.002h-.011c0-.001-.001-.001-.07.997"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.548 30.753c-10.864-4.582-6.577-20.049.965-22.604c3.129-1.06 6.58 2.457 6.559 4.64c-.01.944-.497 1.865-1.005 2.824c-.666 1.26-1.368 2.585-1.07 4.118c.525 2.7 1.113 7.256-.402 9.418c-1.515 2.163-3.038 2.451-5.047 1.604M34.347 8.149c7.542 2.555 11.83 18.022.965 22.604c-2.009.848-3.532.559-5.047-1.604c-1.515-2.162-.927-6.718-.402-9.418c.298-1.533-.404-2.859-1.07-4.118c-.508-.959-.995-1.88-1.004-2.824c-.022-2.183 3.43-5.7 6.558-4.64M28.618 22.78l.07.997h.013l.003-.001l-.025.003a1.55 1.55 0 0 0-.616.258c-.29.207-.716.665-.716 1.821v14.466h-2V25.858c0-1.766.71-2.847 1.555-3.45a3.55 3.55 0 0 1 1.46-.603a3 3 0 0 1 .16-.02l.016-.002h.01c0-.001.002-.001.07.997m-9.376 0c-.068.997-.069.997-.07.997h-.012l-.003-.001l.024.003a1.55 1.55 0 0 1 .617.258c.29.207.716.665.716 1.821v14.466h2V25.858c0-1.766-.71-2.847-1.556-3.45a3.55 3.55 0 0 0-1.46-.603a3 3 0 0 0-.16-.02l-.015-.002h-.011c0-.001-.001-.001-.07.997"/></svg>
</template>

CSS

.icon-kidneys {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.548%2030.753c-10.864-4.582-6.577-20.049.965-22.604c3.129-1.06%206.58%202.457%206.559%204.64c-.01.944-.497%201.865-1.005%202.824c-.666%201.26-1.368%202.585-1.07%204.118c.525%202.7%201.113%207.256-.402%209.418c-1.515%202.163-3.038%202.451-5.047%201.604M34.347%208.149c7.542%202.555%2011.83%2018.022.965%2022.604c-2.009.848-3.532.559-5.047-1.604c-1.515-2.162-.927-6.718-.402-9.418c.298-1.533-.404-2.859-1.07-4.118c-.508-.959-.995-1.88-1.004-2.824c-.022-2.183%203.43-5.7%206.558-4.64M28.618%2022.78l.07.997h.013l.003-.001l-.025.003a1.55%201.55%200%200%200-.616.258c-.29.207-.716.665-.716%201.821v14.466h-2V25.858c0-1.766.71-2.847%201.555-3.45a3.55%203.55%200%200%201%201.46-.603a3%203%200%200%201%20.16-.02l.016-.002h.01c0-.001.002-.001.07.997m-9.376%200c-.068.997-.069.997-.07.997h-.012l-.003-.001l.024.003a1.55%201.55%200%200%201%20.617.258c.29.207.716.665.716%201.821v14.466h2V25.858c0-1.766-.71-2.847-1.556-3.45a3.55%203.55%200%200%200-1.46-.603a3%203%200%200%200-.16-.02l-.015-.002h-.011c0-.001-.001-.001-.07.997%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.548%2030.753c-10.864-4.582-6.577-20.049.965-22.604c3.129-1.06%206.58%202.457%206.559%204.64c-.01.944-.497%201.865-1.005%202.824c-.666%201.26-1.368%202.585-1.07%204.118c.525%202.7%201.113%207.256-.402%209.418c-1.515%202.163-3.038%202.451-5.047%201.604M34.347%208.149c7.542%202.555%2011.83%2018.022.965%2022.604c-2.009.848-3.532.559-5.047-1.604c-1.515-2.162-.927-6.718-.402-9.418c.298-1.533-.404-2.859-1.07-4.118c-.508-.959-.995-1.88-1.004-2.824c-.022-2.183%203.43-5.7%206.558-4.64M28.618%2022.78l.07.997h.013l.003-.001l-.025.003a1.55%201.55%200%200%200-.616.258c-.29.207-.716.665-.716%201.821v14.466h-2V25.858c0-1.766.71-2.847%201.555-3.45a3.55%203.55%200%200%201%201.46-.603a3%203%200%200%201%20.16-.02l.016-.002h.01c0-.001.002-.001.07.997m-9.376%200c-.068.997-.069.997-.07.997h-.012l-.003-.001l.024.003a1.55%201.55%200%200%201%20.617.258c.29.207.716.665.716%201.821v14.466h2V25.858c0-1.766-.71-2.847-1.556-3.45a3.55%203.55%200%200%200-1.46-.603a3%203%200%200%200-.16-.02l-.015-.002h-.011c0-.001-.001-.001-.07.997%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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