renal from IconPark Outline by ByteDance · Outline · Health · Apache-2.0 Free for personal and commercial use.

Name
renal
Set
IconPark Outline
Style
Outline
Category
Health
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More health icons from IconPark Outline

Use the renal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M16 44q-2.193-6.524-1.415-11q.777-4.477 4.836-5.852q-3.02 9.16 2.475 13.385c5.495 4.225 18.738 2.282 19.455-12.01c.718-14.292-6.156-24.61-16.32-24.61s-11.685 11-4.526 14.734q-9.5 2.07-12.058 8.5T8.05 44"/><path d="M30.6 15q-4.347 2.591-3.15 4.746q1.196 2.156 5.424 0m.373 6.494q-5.61-1.143-6.748.828c-1.137 1.97 3.87 4.826 5.686 5.183"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineRenal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M16 44q-2.193-6.524-1.415-11q.777-4.477 4.836-5.852q-3.02 9.16 2.475 13.385c5.495 4.225 18.738 2.282 19.455-12.01c.718-14.292-6.156-24.61-16.32-24.61s-11.685 11-4.526 14.734q-9.5 2.07-12.058 8.5T8.05 44"/><path d="M30.6 15q-4.347 2.591-3.15 4.746q1.196 2.156 5.424 0m.373 6.494q-5.61-1.143-6.748.828c-1.137 1.97 3.87 4.826 5.686 5.183"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M16 44q-2.193-6.524-1.415-11q.777-4.477 4.836-5.852q-3.02 9.16 2.475 13.385c5.495 4.225 18.738 2.282 19.455-12.01c.718-14.292-6.156-24.61-16.32-24.61s-11.685 11-4.526 14.734q-9.5 2.07-12.058 8.5T8.05 44"/><path d="M30.6 15q-4.347 2.591-3.15 4.746q1.196 2.156 5.424 0m.373 6.494q-5.61-1.143-6.748.828c-1.137 1.97 3.87 4.826 5.686 5.183"/></g></svg>
</template>

CSS

.icon-renal {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M16%2044q-2.193-6.524-1.415-11q.777-4.477%204.836-5.852q-3.02%209.16%202.475%2013.385c5.495%204.225%2018.738%202.282%2019.455-12.01c.718-14.292-6.156-24.61-16.32-24.61s-11.685%2011-4.526%2014.734q-9.5%202.07-12.058%208.5T8.05%2044%22%2F%3E%3Cpath%20d%3D%22M30.6%2015q-4.347%202.591-3.15%204.746q1.196%202.156%205.424%200m.373%206.494q-5.61-1.143-6.748.828c-1.137%201.97%203.87%204.826%205.686%205.183%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M16%2044q-2.193-6.524-1.415-11q.777-4.477%204.836-5.852q-3.02%209.16%202.475%2013.385c5.495%204.225%2018.738%202.282%2019.455-12.01c.718-14.292-6.156-24.61-16.32-24.61s-11.685%2011-4.526%2014.734q-9.5%202.07-12.058%208.5T8.05%2044%22%2F%3E%3Cpath%20d%3D%22M30.6%2015q-4.347%202.591-3.15%204.746q1.196%202.156%205.424%200m.373%206.494q-5.61-1.143-6.748.828c-1.137%201.97%203.87%204.826%205.686%205.183%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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