kidneys-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Body · MIT Free for personal and commercial use.

Name
kidneys-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Body
Viewbox
24×24
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 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.193 10.588L9.055 11q.37 0 .644.012c.28.012.618.037.913.152a1.33 1.33 0 0 1 .818.888c.072.253.07.537.07.686V19a1 1 0 0 1-2 0v-5.992A30 30 0 0 0 8.713 13l-.004.13c-.008.281-.017.614-.036.88c-.026.357-.088 1.004-.398 1.598c-.175.337-.46.714-.907.998A2.6 2.6 0 0 1 5.981 17c-1.195 0-1.961-.797-2.293-1.206c-.398-.49-.7-1.075-.922-1.6C2.336 13.176 2 11.879 2 10.909c0-.928.302-2.44.905-3.75C3.44 5.994 4.688 4 7.039 4c.564 0 1.218.13 1.801.56a2.8 2.8 0 0 1 1.04 1.547c.246.912.063 1.878-.083 2.49c-.158.667-.394 1.368-.582 1.928zm-2.485 2.557v.003C6.68 14.151 6.643 15 5.98 15c-.448 0-.941-.673-1.29-1.397c-.413-.906-.69-2.035-.69-2.694C4 9.682 4.912 6 7.039 6c1.587 0 .864 2.15.268 3.922c-.203.603-.391 1.162-.468 1.578c-.102.55-.118 1.124-.131 1.645M14.945 11l-.138-.412l-.02-.062c-.19-.56-.425-1.26-.583-1.928c-.146-.612-.329-1.578-.083-2.49a2.8 2.8 0 0 1 1.039-1.549C15.742 4.13 16.398 4 16.96 4c2.35 0 3.599 1.994 4.134 3.159c.603 1.31.905 2.822.905 3.75c0 1.072-.468 2.43-1.002 3.44c-.283.536-.656 1.114-1.124 1.588c-.423.43-1.21 1.063-2.305 1.063a2.2 2.2 0 0 1-1.744-.852a2.55 2.55 0 0 1-.476-1.062c-.092-.445-.086-.945-.083-1.244q0-.162.004-.315q.005-.276.005-.527a29 29 0 0 0-.775.007V19a1 1 0 1 1-2-.001v-6.26c0-.15-.002-.433.07-.686a1.33 1.33 0 0 1 .818-.888c.294-.114.633-.14.913-.152q.274-.01.643-.012m2.216.5c.08.431.107.878.113 1.303c0 .19-.001.606-.004.78c-.014.817-.024 1.417.299 1.417c.512 0 1.035-.533 1.464-1.238q.126-.21.242-.434c.434-.85.725-1.826.725-2.419C20 9.682 19.088 6 16.961 6c-1.587 0-.864 2.15-.268 3.922c.203.603.391 1.162.468 1.578" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsKidneysOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M9.193 10.588L9.055 11q.37 0 .644.012c.28.012.618.037.913.152a1.33 1.33 0 0 1 .818.888c.072.253.07.537.07.686V19a1 1 0 0 1-2 0v-5.992A30 30 0 0 0 8.713 13l-.004.13c-.008.281-.017.614-.036.88c-.026.357-.088 1.004-.398 1.598c-.175.337-.46.714-.907.998A2.6 2.6 0 0 1 5.981 17c-1.195 0-1.961-.797-2.293-1.206c-.398-.49-.7-1.075-.922-1.6C2.336 13.176 2 11.879 2 10.909c0-.928.302-2.44.905-3.75C3.44 5.994 4.688 4 7.039 4c.564 0 1.218.13 1.801.56a2.8 2.8 0 0 1 1.04 1.547c.246.912.063 1.878-.083 2.49c-.158.667-.394 1.368-.582 1.928zm-2.485 2.557v.003C6.68 14.151 6.643 15 5.98 15c-.448 0-.941-.673-1.29-1.397c-.413-.906-.69-2.035-.69-2.694C4 9.682 4.912 6 7.039 6c1.587 0 .864 2.15.268 3.922c-.203.603-.391 1.162-.468 1.578c-.102.55-.118 1.124-.131 1.645M14.945 11l-.138-.412l-.02-.062c-.19-.56-.425-1.26-.583-1.928c-.146-.612-.329-1.578-.083-2.49a2.8 2.8 0 0 1 1.039-1.549C15.742 4.13 16.398 4 16.96 4c2.35 0 3.599 1.994 4.134 3.159c.603 1.31.905 2.822.905 3.75c0 1.072-.468 2.43-1.002 3.44c-.283.536-.656 1.114-1.124 1.588c-.423.43-1.21 1.063-2.305 1.063a2.2 2.2 0 0 1-1.744-.852a2.55 2.55 0 0 1-.476-1.062c-.092-.445-.086-.945-.083-1.244q0-.162.004-.315q.005-.276.005-.527a29 29 0 0 0-.775.007V19a1 1 0 1 1-2-.001v-6.26c0-.15-.002-.433.07-.686a1.33 1.33 0 0 1 .818-.888c.294-.114.633-.14.913-.152q.274-.01.643-.012m2.216.5c.08.431.107.878.113 1.303c0 .19-.001.606-.004.78c-.014.817-.024 1.417.299 1.417c.512 0 1.035-.533 1.464-1.238q.126-.21.242-.434c.434-.85.725-1.826.725-2.419C20 9.682 19.088 6 16.961 6c-1.587 0-.864 2.15-.268 3.922c.203.603.391 1.162.468 1.578" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.193 10.588L9.055 11q.37 0 .644.012c.28.012.618.037.913.152a1.33 1.33 0 0 1 .818.888c.072.253.07.537.07.686V19a1 1 0 0 1-2 0v-5.992A30 30 0 0 0 8.713 13l-.004.13c-.008.281-.017.614-.036.88c-.026.357-.088 1.004-.398 1.598c-.175.337-.46.714-.907.998A2.6 2.6 0 0 1 5.981 17c-1.195 0-1.961-.797-2.293-1.206c-.398-.49-.7-1.075-.922-1.6C2.336 13.176 2 11.879 2 10.909c0-.928.302-2.44.905-3.75C3.44 5.994 4.688 4 7.039 4c.564 0 1.218.13 1.801.56a2.8 2.8 0 0 1 1.04 1.547c.246.912.063 1.878-.083 2.49c-.158.667-.394 1.368-.582 1.928zm-2.485 2.557v.003C6.68 14.151 6.643 15 5.98 15c-.448 0-.941-.673-1.29-1.397c-.413-.906-.69-2.035-.69-2.694C4 9.682 4.912 6 7.039 6c1.587 0 .864 2.15.268 3.922c-.203.603-.391 1.162-.468 1.578c-.102.55-.118 1.124-.131 1.645M14.945 11l-.138-.412l-.02-.062c-.19-.56-.425-1.26-.583-1.928c-.146-.612-.329-1.578-.083-2.49a2.8 2.8 0 0 1 1.039-1.549C15.742 4.13 16.398 4 16.96 4c2.35 0 3.599 1.994 4.134 3.159c.603 1.31.905 2.822.905 3.75c0 1.072-.468 2.43-1.002 3.44c-.283.536-.656 1.114-1.124 1.588c-.423.43-1.21 1.063-2.305 1.063a2.2 2.2 0 0 1-1.744-.852a2.55 2.55 0 0 1-.476-1.062c-.092-.445-.086-.945-.083-1.244q0-.162.004-.315q.005-.276.005-.527a29 29 0 0 0-.775.007V19a1 1 0 1 1-2-.001v-6.26c0-.15-.002-.433.07-.686a1.33 1.33 0 0 1 .818-.888c.294-.114.633-.14.913-.152q.274-.01.643-.012m2.216.5c.08.431.107.878.113 1.303c0 .19-.001.606-.004.78c-.014.817-.024 1.417.299 1.417c.512 0 1.035-.533 1.464-1.238q.126-.21.242-.434c.434-.85.725-1.826.725-2.419C20 9.682 19.088 6 16.961 6c-1.587 0-.864 2.15-.268 3.922c.203.603.391 1.162.468 1.578" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-kidneys-outline-24px {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.193%2010.588L9.055%2011q.37%200%20.644.012c.28.012.618.037.913.152a1.33%201.33%200%200%201%20.818.888c.072.253.07.537.07.686V19a1%201%200%200%201-2%200v-5.992A30%2030%200%200%200%208.713%2013l-.004.13c-.008.281-.017.614-.036.88c-.026.357-.088%201.004-.398%201.598c-.175.337-.46.714-.907.998A2.6%202.6%200%200%201%205.981%2017c-1.195%200-1.961-.797-2.293-1.206c-.398-.49-.7-1.075-.922-1.6C2.336%2013.176%202%2011.879%202%2010.909c0-.928.302-2.44.905-3.75C3.44%205.994%204.688%204%207.039%204c.564%200%201.218.13%201.801.56a2.8%202.8%200%200%201%201.04%201.547c.246.912.063%201.878-.083%202.49c-.158.667-.394%201.368-.582%201.928zm-2.485%202.557v.003C6.68%2014.151%206.643%2015%205.98%2015c-.448%200-.941-.673-1.29-1.397c-.413-.906-.69-2.035-.69-2.694C4%209.682%204.912%206%207.039%206c1.587%200%20.864%202.15.268%203.922c-.203.603-.391%201.162-.468%201.578c-.102.55-.118%201.124-.131%201.645M14.945%2011l-.138-.412l-.02-.062c-.19-.56-.425-1.26-.583-1.928c-.146-.612-.329-1.578-.083-2.49a2.8%202.8%200%200%201%201.039-1.549C15.742%204.13%2016.398%204%2016.96%204c2.35%200%203.599%201.994%204.134%203.159c.603%201.31.905%202.822.905%203.75c0%201.072-.468%202.43-1.002%203.44c-.283.536-.656%201.114-1.124%201.588c-.423.43-1.21%201.063-2.305%201.063a2.2%202.2%200%200%201-1.744-.852a2.55%202.55%200%200%201-.476-1.062c-.092-.445-.086-.945-.083-1.244q0-.162.004-.315q.005-.276.005-.527a29%2029%200%200%200-.775.007V19a1%201%200%201%201-2-.001v-6.26c0-.15-.002-.433.07-.686a1.33%201.33%200%200%201%20.818-.888c.294-.114.633-.14.913-.152q.274-.01.643-.012m2.216.5c.08.431.107.878.113%201.303c0%20.19-.001.606-.004.78c-.014.817-.024%201.417.299%201.417c.512%200%201.035-.533%201.464-1.238q.126-.21.242-.434c.434-.85.725-1.826.725-2.419C20%209.682%2019.088%206%2016.961%206c-1.587%200-.864%202.15-.268%203.922c.203.603.391%201.162.468%201.578%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.193%2010.588L9.055%2011q.37%200%20.644.012c.28.012.618.037.913.152a1.33%201.33%200%200%201%20.818.888c.072.253.07.537.07.686V19a1%201%200%200%201-2%200v-5.992A30%2030%200%200%200%208.713%2013l-.004.13c-.008.281-.017.614-.036.88c-.026.357-.088%201.004-.398%201.598c-.175.337-.46.714-.907.998A2.6%202.6%200%200%201%205.981%2017c-1.195%200-1.961-.797-2.293-1.206c-.398-.49-.7-1.075-.922-1.6C2.336%2013.176%202%2011.879%202%2010.909c0-.928.302-2.44.905-3.75C3.44%205.994%204.688%204%207.039%204c.564%200%201.218.13%201.801.56a2.8%202.8%200%200%201%201.04%201.547c.246.912.063%201.878-.083%202.49c-.158.667-.394%201.368-.582%201.928zm-2.485%202.557v.003C6.68%2014.151%206.643%2015%205.98%2015c-.448%200-.941-.673-1.29-1.397c-.413-.906-.69-2.035-.69-2.694C4%209.682%204.912%206%207.039%206c1.587%200%20.864%202.15.268%203.922c-.203.603-.391%201.162-.468%201.578c-.102.55-.118%201.124-.131%201.645M14.945%2011l-.138-.412l-.02-.062c-.19-.56-.425-1.26-.583-1.928c-.146-.612-.329-1.578-.083-2.49a2.8%202.8%200%200%201%201.039-1.549C15.742%204.13%2016.398%204%2016.96%204c2.35%200%203.599%201.994%204.134%203.159c.603%201.31.905%202.822.905%203.75c0%201.072-.468%202.43-1.002%203.44c-.283.536-.656%201.114-1.124%201.588c-.423.43-1.21%201.063-2.305%201.063a2.2%202.2%200%200%201-1.744-.852a2.55%202.55%200%200%201-.476-1.062c-.092-.445-.086-.945-.083-1.244q0-.162.004-.315q.005-.276.005-.527a29%2029%200%200%200-.775.007V19a1%201%200%201%201-2-.001v-6.26c0-.15-.002-.433.07-.686a1.33%201.33%200%200%201%20.818-.888c.294-.114.633-.14.913-.152q.274-.01.643-.012m2.216.5c.08.431.107.878.113%201.303c0%20.19-.001.606-.004.78c-.014.817-.024%201.417.299%201.417c.512%200%201.035-.533%201.464-1.238q.126-.21.242-.434c.434-.85.725-1.826.725-2.419C20%209.682%2019.088%206%2016.961%206c-1.587%200-.864%202.15-.268%203.922c.203.603.391%201.162.468%201.578%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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