hepatology icon

hepatology-outline from Health Icons by Resolve to Save Lives · Outline · Specialties · MIT Free for personal and commercial use.

Name
hepatology-outline
Set
Health Icons
Style
Outline
Category
Specialties
Viewbox
48×48
License
MIT
Aliases
hepatology2x-outline

1 other variant in Health Icons

More specialties icons from Health Icons

Use the hepatology icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M39 8H9a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3z"/><path d="M23.062 13.003a9.5 9.5 0 0 0-.99 2.024c-.289.827-.427 1.57-.494 2.109a8 8 0 0 0-.06.895v.028l1-.019c.938-.019.996-.02 1-.019v-.024l.003-.122c.005-.112.016-.282.043-.495a8 8 0 0 1 .396-1.69a7.2 7.2 0 0 1 1.481-2.503c1.38.228 1.94.624 2.409.956c.446.316.81.573 1.718.573c.937 0 2.25-.329 3.562-.659c1.969-.494 3.937-.988 4.64-.37c1.172 1.03-2.343 8.582-5.859 8.582c-1.809 0-2.894 1.526-3.947 3.008c-.993 1.397-1.957 2.754-3.474 2.754c-1.022 0-1.793.265-2.478.622V23.82c0-.24.118-.481.354-.687c.255-.223.526-.3.633-.3v-2c-.688 0-1.41.322-1.95.794c-.559.49-1.037 1.243-1.037 2.193v.583c-.916.369-2.316.546-3.841-.653c-2.658-2.088-4.177.836-1.9 2.506c1.578 1.157 4.248.712 5.741.329v3.26c-.703.377-1.493.662-2.552.662c-1.282 0-1.705 1.206-2.155 2.488C14.795 34.449 14.25 36 12.382 36c-3.515 0-2.648-12.732-.554-17.66C13.922 13.41 16.787 13 22.646 13q.215 0 .416.003"/><path d="M20.012 41.5V30h2v11.5z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHepatologyOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M39 8H9a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3z"/><path d="M23.062 13.003a9.5 9.5 0 0 0-.99 2.024c-.289.827-.427 1.57-.494 2.109a8 8 0 0 0-.06.895v.028l1-.019c.938-.019.996-.02 1-.019v-.024l.003-.122c.005-.112.016-.282.043-.495a8 8 0 0 1 .396-1.69a7.2 7.2 0 0 1 1.481-2.503c1.38.228 1.94.624 2.409.956c.446.316.81.573 1.718.573c.937 0 2.25-.329 3.562-.659c1.969-.494 3.937-.988 4.64-.37c1.172 1.03-2.343 8.582-5.859 8.582c-1.809 0-2.894 1.526-3.947 3.008c-.993 1.397-1.957 2.754-3.474 2.754c-1.022 0-1.793.265-2.478.622V23.82c0-.24.118-.481.354-.687c.255-.223.526-.3.633-.3v-2c-.688 0-1.41.322-1.95.794c-.559.49-1.037 1.243-1.037 2.193v.583c-.916.369-2.316.546-3.841-.653c-2.658-2.088-4.177.836-1.9 2.506c1.578 1.157 4.248.712 5.741.329v3.26c-.703.377-1.493.662-2.552.662c-1.282 0-1.705 1.206-2.155 2.488C14.795 34.449 14.25 36 12.382 36c-3.515 0-2.648-12.732-.554-17.66C13.922 13.41 16.787 13 22.646 13q.215 0 .416.003"/><path d="M20.012 41.5V30h2v11.5z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M39 8H9a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3z"/><path d="M23.062 13.003a9.5 9.5 0 0 0-.99 2.024c-.289.827-.427 1.57-.494 2.109a8 8 0 0 0-.06.895v.028l1-.019c.938-.019.996-.02 1-.019v-.024l.003-.122c.005-.112.016-.282.043-.495a8 8 0 0 1 .396-1.69a7.2 7.2 0 0 1 1.481-2.503c1.38.228 1.94.624 2.409.956c.446.316.81.573 1.718.573c.937 0 2.25-.329 3.562-.659c1.969-.494 3.937-.988 4.64-.37c1.172 1.03-2.343 8.582-5.859 8.582c-1.809 0-2.894 1.526-3.947 3.008c-.993 1.397-1.957 2.754-3.474 2.754c-1.022 0-1.793.265-2.478.622V23.82c0-.24.118-.481.354-.687c.255-.223.526-.3.633-.3v-2c-.688 0-1.41.322-1.95.794c-.559.49-1.037 1.243-1.037 2.193v.583c-.916.369-2.316.546-3.841-.653c-2.658-2.088-4.177.836-1.9 2.506c1.578 1.157 4.248.712 5.741.329v3.26c-.703.377-1.493.662-2.552.662c-1.282 0-1.705 1.206-2.155 2.488C14.795 34.449 14.25 36 12.382 36c-3.515 0-2.648-12.732-.554-17.66C13.922 13.41 16.787 13 22.646 13q.215 0 .416.003"/><path d="M20.012 41.5V30h2v11.5z"/></g></svg>
</template>

CSS

.icon-hepatology-outline {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M39%208H9a1%201%200%200%200-1%201v30a1%201%200%200%200%201%201h30a1%201%200%200%200%201-1V9a1%201%200%200%200-1-1M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3z%22%2F%3E%3Cpath%20d%3D%22M23.062%2013.003a9.5%209.5%200%200%200-.99%202.024c-.289.827-.427%201.57-.494%202.109a8%208%200%200%200-.06.895v.028l1-.019c.938-.019.996-.02%201-.019v-.024l.003-.122c.005-.112.016-.282.043-.495a8%208%200%200%201%20.396-1.69a7.2%207.2%200%200%201%201.481-2.503c1.38.228%201.94.624%202.409.956c.446.316.81.573%201.718.573c.937%200%202.25-.329%203.562-.659c1.969-.494%203.937-.988%204.64-.37c1.172%201.03-2.343%208.582-5.859%208.582c-1.809%200-2.894%201.526-3.947%203.008c-.993%201.397-1.957%202.754-3.474%202.754c-1.022%200-1.793.265-2.478.622V23.82c0-.24.118-.481.354-.687c.255-.223.526-.3.633-.3v-2c-.688%200-1.41.322-1.95.794c-.559.49-1.037%201.243-1.037%202.193v.583c-.916.369-2.316.546-3.841-.653c-2.658-2.088-4.177.836-1.9%202.506c1.578%201.157%204.248.712%205.741.329v3.26c-.703.377-1.493.662-2.552.662c-1.282%200-1.705%201.206-2.155%202.488C14.795%2034.449%2014.25%2036%2012.382%2036c-3.515%200-2.648-12.732-.554-17.66C13.922%2013.41%2016.787%2013%2022.646%2013q.215%200%20.416.003%22%2F%3E%3Cpath%20d%3D%22M20.012%2041.5V30h2v11.5z%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M39%208H9a1%201%200%200%200-1%201v30a1%201%200%200%200%201%201h30a1%201%200%200%200%201-1V9a1%201%200%200%200-1-1M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3z%22%2F%3E%3Cpath%20d%3D%22M23.062%2013.003a9.5%209.5%200%200%200-.99%202.024c-.289.827-.427%201.57-.494%202.109a8%208%200%200%200-.06.895v.028l1-.019c.938-.019.996-.02%201-.019v-.024l.003-.122c.005-.112.016-.282.043-.495a8%208%200%200%201%20.396-1.69a7.2%207.2%200%200%201%201.481-2.503c1.38.228%201.94.624%202.409.956c.446.316.81.573%201.718.573c.937%200%202.25-.329%203.562-.659c1.969-.494%203.937-.988%204.64-.37c1.172%201.03-2.343%208.582-5.859%208.582c-1.809%200-2.894%201.526-3.947%203.008c-.993%201.397-1.957%202.754-3.474%202.754c-1.022%200-1.793.265-2.478.622V23.82c0-.24.118-.481.354-.687c.255-.223.526-.3.633-.3v-2c-.688%200-1.41.322-1.95.794c-.559.49-1.037%201.243-1.037%202.193v.583c-.916.369-2.316.546-3.841-.653c-2.658-2.088-4.177.836-1.9%202.506c1.578%201.157%204.248.712%205.741.329v3.26c-.703.377-1.493.662-2.552.662c-1.282%200-1.705%201.206-2.155%202.488C14.795%2034.449%2014.25%2036%2012.382%2036c-3.515%200-2.648-12.732-.554-17.66C13.922%2013.41%2016.787%2013%2022.646%2013q.215%200%20.416.003%22%2F%3E%3Cpath%20d%3D%22M20.012%2041.5V30h2v11.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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