nephrology-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
nephrology-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the nephrology icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 17q-2.5 0-4.25-1.75T2 11V9q0-2.5 1.75-4.25T8 3q1.25 0 2.125.875T11 6t-.875 2.125T8 9H7q-.425 0-.712-.288T6 8t.288-.712T7 7h1q.425 0 .713-.288T9 6t-.288-.712T8 5Q6.35 5 5.175 6.175T4 9v2q0 1.65 1.175 2.825T8 15q.425 0 .713-.288T9 14t-.288-.712T8 13H7q-.425 0-.712-.288T6 12t.288-.712T7 11h1q1.25 0 2.125.875T11 14v6q0 .425-.288.713T10 21t-.712-.288T9 20v-3.175q-.25.1-.488.138T8 17m8 0q-.275 0-.513-.038T15 16.825V20q0 .425-.288.713T14 21t-.712-.288T13 20v-6q0-1.25.875-2.125T16 11h1q.425 0 .713.288T18 12t-.288.713T17 13h-1q-.425 0-.712.288T15 14t.288.713T16 15q1.65 0 2.825-1.175T20 11V9q0-1.65-1.175-2.825T16 5q-.425 0-.712.288T15 6t.288.713T16 7h1q.425 0 .713.288T18 8t-.288.713T17 9h-1q-1.25 0-2.125-.875T13 6t.875-2.125T16 3q2.5 0 4.25 1.75T22 9v2q0 2.5-1.75 4.25T16 17M4 11V9zm16-2v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNephrologyOutlineRounded(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" d="M8 17q-2.5 0-4.25-1.75T2 11V9q0-2.5 1.75-4.25T8 3q1.25 0 2.125.875T11 6t-.875 2.125T8 9H7q-.425 0-.712-.288T6 8t.288-.712T7 7h1q.425 0 .713-.288T9 6t-.288-.712T8 5Q6.35 5 5.175 6.175T4 9v2q0 1.65 1.175 2.825T8 15q.425 0 .713-.288T9 14t-.288-.712T8 13H7q-.425 0-.712-.288T6 12t.288-.712T7 11h1q1.25 0 2.125.875T11 14v6q0 .425-.288.713T10 21t-.712-.288T9 20v-3.175q-.25.1-.488.138T8 17m8 0q-.275 0-.513-.038T15 16.825V20q0 .425-.288.713T14 21t-.712-.288T13 20v-6q0-1.25.875-2.125T16 11h1q.425 0 .713.288T18 12t-.288.713T17 13h-1q-.425 0-.712.288T15 14t.288.713T16 15q1.65 0 2.825-1.175T20 11V9q0-1.65-1.175-2.825T16 5q-.425 0-.712.288T15 6t.288.713T16 7h1q.425 0 .713.288T18 8t-.288.713T17 9h-1q-1.25 0-2.125-.875T13 6t.875-2.125T16 3q2.5 0 4.25 1.75T22 9v2q0 2.5-1.75 4.25T16 17M4 11V9zm16-2v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 17q-2.5 0-4.25-1.75T2 11V9q0-2.5 1.75-4.25T8 3q1.25 0 2.125.875T11 6t-.875 2.125T8 9H7q-.425 0-.712-.288T6 8t.288-.712T7 7h1q.425 0 .713-.288T9 6t-.288-.712T8 5Q6.35 5 5.175 6.175T4 9v2q0 1.65 1.175 2.825T8 15q.425 0 .713-.288T9 14t-.288-.712T8 13H7q-.425 0-.712-.288T6 12t.288-.712T7 11h1q1.25 0 2.125.875T11 14v6q0 .425-.288.713T10 21t-.712-.288T9 20v-3.175q-.25.1-.488.138T8 17m8 0q-.275 0-.513-.038T15 16.825V20q0 .425-.288.713T14 21t-.712-.288T13 20v-6q0-1.25.875-2.125T16 11h1q.425 0 .713.288T18 12t-.288.713T17 13h-1q-.425 0-.712.288T15 14t.288.713T16 15q1.65 0 2.825-1.175T20 11V9q0-1.65-1.175-2.825T16 5q-.425 0-.712.288T15 6t.288.713T16 7h1q.425 0 .713.288T18 8t-.288.713T17 9h-1q-1.25 0-2.125-.875T13 6t.875-2.125T16 3q2.5 0 4.25 1.75T22 9v2q0 2.5-1.75 4.25T16 17M4 11V9zm16-2v2z"/></svg>
</template>

CSS

.icon-nephrology-outline-rounded {
  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%20d%3D%22M8%2017q-2.5%200-4.25-1.75T2%2011V9q0-2.5%201.75-4.25T8%203q1.25%200%202.125.875T11%206t-.875%202.125T8%209H7q-.425%200-.712-.288T6%208t.288-.712T7%207h1q.425%200%20.713-.288T9%206t-.288-.712T8%205Q6.35%205%205.175%206.175T4%209v2q0%201.65%201.175%202.825T8%2015q.425%200%20.713-.288T9%2014t-.288-.712T8%2013H7q-.425%200-.712-.288T6%2012t.288-.712T7%2011h1q1.25%200%202.125.875T11%2014v6q0%20.425-.288.713T10%2021t-.712-.288T9%2020v-3.175q-.25.1-.488.138T8%2017m8%200q-.275%200-.513-.038T15%2016.825V20q0%20.425-.288.713T14%2021t-.712-.288T13%2020v-6q0-1.25.875-2.125T16%2011h1q.425%200%20.713.288T18%2012t-.288.713T17%2013h-1q-.425%200-.712.288T15%2014t.288.713T16%2015q1.65%200%202.825-1.175T20%2011V9q0-1.65-1.175-2.825T16%205q-.425%200-.712.288T15%206t.288.713T16%207h1q.425%200%20.713.288T18%208t-.288.713T17%209h-1q-1.25%200-2.125-.875T13%206t.875-2.125T16%203q2.5%200%204.25%201.75T22%209v2q0%202.5-1.75%204.25T16%2017M4%2011V9zm16-2v2z%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%20d%3D%22M8%2017q-2.5%200-4.25-1.75T2%2011V9q0-2.5%201.75-4.25T8%203q1.25%200%202.125.875T11%206t-.875%202.125T8%209H7q-.425%200-.712-.288T6%208t.288-.712T7%207h1q.425%200%20.713-.288T9%206t-.288-.712T8%205Q6.35%205%205.175%206.175T4%209v2q0%201.65%201.175%202.825T8%2015q.425%200%20.713-.288T9%2014t-.288-.712T8%2013H7q-.425%200-.712-.288T6%2012t.288-.712T7%2011h1q1.25%200%202.125.875T11%2014v6q0%20.425-.288.713T10%2021t-.712-.288T9%2020v-3.175q-.25.1-.488.138T8%2017m8%200q-.275%200-.513-.038T15%2016.825V20q0%20.425-.288.713T14%2021t-.712-.288T13%2020v-6q0-1.25.875-2.125T16%2011h1q.425%200%20.713.288T18%2012t-.288.713T17%2013h-1q-.425%200-.712.288T15%2014t.288.713T16%2015q1.65%200%202.825-1.175T20%2011V9q0-1.65-1.175-2.825T16%205q-.425%200-.712.288T15%206t.288.713T16%207h1q.425%200%20.713.288T18%208t-.288.713T17%209h-1q-1.25%200-2.125-.875T13%206t.875-2.125T16%203q2.5%200%204.25%201.75T22%209v2q0%202.5-1.75%204.25T16%2017M4%2011V9zm16-2v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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