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

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

3 other variants in Health Icons

More body icons from Health Icons

Use the tissue icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M39.989 38h-4.012a1 1 0 0 0-.104-.444l-4.231-8.505L44 29.93V34c0 2.21-1.796 4-4.011 4m-3.17-4.198c.555 0 1.004-.448 1.004-1a1.002 1.002 0 0 0-2.006 0c0 .552.449 1 1.003 1m-3.61-13.775l-1.957 6.991L44 27.926v-8.833l-10.193.905zm2.607 4.775c0 .552-.449 1-1.003 1a1 1 0 0 1-1.003-1a1.002 1.002 0 0 1 2.006 0M18.14 27.876l11.002-.754l1.956-6.99l-14.92.735zm5.643-2.074c.554 0 1.003-.448 1.003-1a1.002 1.002 0 0 0-2.006 0c0 .552.449 1 1.003 1m5.648 3.305l-11.199.767L15.958 38h17.897zM25.606 34c.554 0 1.003-.448 1.003-1a1.002 1.002 0 0 0-2.006 0c0 .552.45 1 1.003 1M14.125 20.969l1.96 7.008L4 27.08v-8.034l9.382 1.96zm-3.217 3.233c0 .553-.449 1-1.003 1a1 1 0 0 1-1.003-1a1.002 1.002 0 0 1 2.006 0m5.211 5.783L4 29.085V34c0 2.21 1.796 4 4.011 4h5.903q0-.134.037-.269zm-4.21 4.382c.553 0 1.002-.448 1.002-1a1.001 1.001 0 0 0-2.005 0c0 .552.449 1 1.002 1M44 17.085l-10.331.917l-.423.021L31.001 10h8.988A4.006 4.006 0 0 1 44 14zm-5.174-2.283c0 .552-.45 1-1.003 1a1 1 0 0 1-1.003-1c0-.552.449-1 1.003-1s1.003.448 1.003 1m-7.634 3.322l-2.198-7.855a1 1 0 0 1-.037-.269h-8.023c0 .15-.033.301-.104.444l-4.177 8.397zm-3.398-3.322c0 .552-.449 1-1.003 1a1 1 0 0 1-1.003-1a1.002 1.002 0 0 1 2.006 0m-13.436 4.153L18.812 10h-10.8A4.006 4.006 0 0 0 4 14v3.006l.091.015l9.45 1.974zm-1.607-3.153c.554 0 1.003-.448 1.003-1s-.449-1-1.003-1s-1.003.448-1.003 1s.45 1 1.003 1" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsTissue(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" fillRule="evenodd" d="M39.989 38h-4.012a1 1 0 0 0-.104-.444l-4.231-8.505L44 29.93V34c0 2.21-1.796 4-4.011 4m-3.17-4.198c.555 0 1.004-.448 1.004-1a1.002 1.002 0 0 0-2.006 0c0 .552.449 1 1.003 1m-3.61-13.775l-1.957 6.991L44 27.926v-8.833l-10.193.905zm2.607 4.775c0 .552-.449 1-1.003 1a1 1 0 0 1-1.003-1a1.002 1.002 0 0 1 2.006 0M18.14 27.876l11.002-.754l1.956-6.99l-14.92.735zm5.643-2.074c.554 0 1.003-.448 1.003-1a1.002 1.002 0 0 0-2.006 0c0 .552.449 1 1.003 1m5.648 3.305l-11.199.767L15.958 38h17.897zM25.606 34c.554 0 1.003-.448 1.003-1a1.002 1.002 0 0 0-2.006 0c0 .552.45 1 1.003 1M14.125 20.969l1.96 7.008L4 27.08v-8.034l9.382 1.96zm-3.217 3.233c0 .553-.449 1-1.003 1a1 1 0 0 1-1.003-1a1.002 1.002 0 0 1 2.006 0m5.211 5.783L4 29.085V34c0 2.21 1.796 4 4.011 4h5.903q0-.134.037-.269zm-4.21 4.382c.553 0 1.002-.448 1.002-1a1.001 1.001 0 0 0-2.005 0c0 .552.449 1 1.002 1M44 17.085l-10.331.917l-.423.021L31.001 10h8.988A4.006 4.006 0 0 1 44 14zm-5.174-2.283c0 .552-.45 1-1.003 1a1 1 0 0 1-1.003-1c0-.552.449-1 1.003-1s1.003.448 1.003 1m-7.634 3.322l-2.198-7.855a1 1 0 0 1-.037-.269h-8.023c0 .15-.033.301-.104.444l-4.177 8.397zm-3.398-3.322c0 .552-.449 1-1.003 1a1 1 0 0 1-1.003-1a1.002 1.002 0 0 1 2.006 0m-13.436 4.153L18.812 10h-10.8A4.006 4.006 0 0 0 4 14v3.006l.091.015l9.45 1.974zm-1.607-3.153c.554 0 1.003-.448 1.003-1s-.449-1-1.003-1s-1.003.448-1.003 1s.45 1 1.003 1" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M39.989 38h-4.012a1 1 0 0 0-.104-.444l-4.231-8.505L44 29.93V34c0 2.21-1.796 4-4.011 4m-3.17-4.198c.555 0 1.004-.448 1.004-1a1.002 1.002 0 0 0-2.006 0c0 .552.449 1 1.003 1m-3.61-13.775l-1.957 6.991L44 27.926v-8.833l-10.193.905zm2.607 4.775c0 .552-.449 1-1.003 1a1 1 0 0 1-1.003-1a1.002 1.002 0 0 1 2.006 0M18.14 27.876l11.002-.754l1.956-6.99l-14.92.735zm5.643-2.074c.554 0 1.003-.448 1.003-1a1.002 1.002 0 0 0-2.006 0c0 .552.449 1 1.003 1m5.648 3.305l-11.199.767L15.958 38h17.897zM25.606 34c.554 0 1.003-.448 1.003-1a1.002 1.002 0 0 0-2.006 0c0 .552.45 1 1.003 1M14.125 20.969l1.96 7.008L4 27.08v-8.034l9.382 1.96zm-3.217 3.233c0 .553-.449 1-1.003 1a1 1 0 0 1-1.003-1a1.002 1.002 0 0 1 2.006 0m5.211 5.783L4 29.085V34c0 2.21 1.796 4 4.011 4h5.903q0-.134.037-.269zm-4.21 4.382c.553 0 1.002-.448 1.002-1a1.001 1.001 0 0 0-2.005 0c0 .552.449 1 1.002 1M44 17.085l-10.331.917l-.423.021L31.001 10h8.988A4.006 4.006 0 0 1 44 14zm-5.174-2.283c0 .552-.45 1-1.003 1a1 1 0 0 1-1.003-1c0-.552.449-1 1.003-1s1.003.448 1.003 1m-7.634 3.322l-2.198-7.855a1 1 0 0 1-.037-.269h-8.023c0 .15-.033.301-.104.444l-4.177 8.397zm-3.398-3.322c0 .552-.449 1-1.003 1a1 1 0 0 1-1.003-1a1.002 1.002 0 0 1 2.006 0m-13.436 4.153L18.812 10h-10.8A4.006 4.006 0 0 0 4 14v3.006l.091.015l9.45 1.974zm-1.607-3.153c.554 0 1.003-.448 1.003-1s-.449-1-1.003-1s-1.003.448-1.003 1s.45 1 1.003 1" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-tissue {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M39.989%2038h-4.012a1%201%200%200%200-.104-.444l-4.231-8.505L44%2029.93V34c0%202.21-1.796%204-4.011%204m-3.17-4.198c.555%200%201.004-.448%201.004-1a1.002%201.002%200%200%200-2.006%200c0%20.552.449%201%201.003%201m-3.61-13.775l-1.957%206.991L44%2027.926v-8.833l-10.193.905zm2.607%204.775c0%20.552-.449%201-1.003%201a1%201%200%200%201-1.003-1a1.002%201.002%200%200%201%202.006%200M18.14%2027.876l11.002-.754l1.956-6.99l-14.92.735zm5.643-2.074c.554%200%201.003-.448%201.003-1a1.002%201.002%200%200%200-2.006%200c0%20.552.449%201%201.003%201m5.648%203.305l-11.199.767L15.958%2038h17.897zM25.606%2034c.554%200%201.003-.448%201.003-1a1.002%201.002%200%200%200-2.006%200c0%20.552.45%201%201.003%201M14.125%2020.969l1.96%207.008L4%2027.08v-8.034l9.382%201.96zm-3.217%203.233c0%20.553-.449%201-1.003%201a1%201%200%200%201-1.003-1a1.002%201.002%200%200%201%202.006%200m5.211%205.783L4%2029.085V34c0%202.21%201.796%204%204.011%204h5.903q0-.134.037-.269zm-4.21%204.382c.553%200%201.002-.448%201.002-1a1.001%201.001%200%200%200-2.005%200c0%20.552.449%201%201.002%201M44%2017.085l-10.331.917l-.423.021L31.001%2010h8.988A4.006%204.006%200%200%201%2044%2014zm-5.174-2.283c0%20.552-.45%201-1.003%201a1%201%200%200%201-1.003-1c0-.552.449-1%201.003-1s1.003.448%201.003%201m-7.634%203.322l-2.198-7.855a1%201%200%200%201-.037-.269h-8.023c0%20.15-.033.301-.104.444l-4.177%208.397zm-3.398-3.322c0%20.552-.449%201-1.003%201a1%201%200%200%201-1.003-1a1.002%201.002%200%200%201%202.006%200m-13.436%204.153L18.812%2010h-10.8A4.006%204.006%200%200%200%204%2014v3.006l.091.015l9.45%201.974zm-1.607-3.153c.554%200%201.003-.448%201.003-1s-.449-1-1.003-1s-1.003.448-1.003%201s.45%201%201.003%201%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M39.989%2038h-4.012a1%201%200%200%200-.104-.444l-4.231-8.505L44%2029.93V34c0%202.21-1.796%204-4.011%204m-3.17-4.198c.555%200%201.004-.448%201.004-1a1.002%201.002%200%200%200-2.006%200c0%20.552.449%201%201.003%201m-3.61-13.775l-1.957%206.991L44%2027.926v-8.833l-10.193.905zm2.607%204.775c0%20.552-.449%201-1.003%201a1%201%200%200%201-1.003-1a1.002%201.002%200%200%201%202.006%200M18.14%2027.876l11.002-.754l1.956-6.99l-14.92.735zm5.643-2.074c.554%200%201.003-.448%201.003-1a1.002%201.002%200%200%200-2.006%200c0%20.552.449%201%201.003%201m5.648%203.305l-11.199.767L15.958%2038h17.897zM25.606%2034c.554%200%201.003-.448%201.003-1a1.002%201.002%200%200%200-2.006%200c0%20.552.45%201%201.003%201M14.125%2020.969l1.96%207.008L4%2027.08v-8.034l9.382%201.96zm-3.217%203.233c0%20.553-.449%201-1.003%201a1%201%200%200%201-1.003-1a1.002%201.002%200%200%201%202.006%200m5.211%205.783L4%2029.085V34c0%202.21%201.796%204%204.011%204h5.903q0-.134.037-.269zm-4.21%204.382c.553%200%201.002-.448%201.002-1a1.001%201.001%200%200%200-2.005%200c0%20.552.449%201%201.002%201M44%2017.085l-10.331.917l-.423.021L31.001%2010h8.988A4.006%204.006%200%200%201%2044%2014zm-5.174-2.283c0%20.552-.45%201-1.003%201a1%201%200%200%201-1.003-1c0-.552.449-1%201.003-1s1.003.448%201.003%201m-7.634%203.322l-2.198-7.855a1%201%200%200%201-.037-.269h-8.023c0%20.15-.033.301-.104.444l-4.177%208.397zm-3.398-3.322c0%20.552-.449%201-1.003%201a1%201%200%200%201-1.003-1a1.002%201.002%200%200%201%202.006%200m-13.436%204.153L18.812%2010h-10.8A4.006%204.006%200%200%200%204%2014v3.006l.091.015l9.45%201.974zm-1.607-3.153c.554%200%201.003-.448%201.003-1s-.449-1-1.003-1s-1.003.448-1.003%201s.45%201%201.003%201%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/tissue.svg?color=%231a73e8&size=48