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

Name
intestine-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 intestine icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.176 2.062a1 1 0 0 1 1 1v2.232a4.43 4.43 0 0 1-.967 2.763c.492.187.962.47 1.356.875A4.4 4.4 0 0 1 17.801 12a4.4 4.4 0 0 1-1.236 3.067c-.4.413-.861.7-1.347.89c.617.775.956 1.746.956 2.749v2.225a1 1 0 1 1-2 0v-2.226c0-.632-.244-1.234-.67-1.673c-.482-.496-1.066-.778-1.584-.778a1 1 0 0 1-.112-.006a1 1 0 0 1-.111.006h-2.17a1 1 0 1 1 0-2h2.17q.056 0 .111.006q.055-.006.112-.006h1.626c.672 0 1.21-.195 1.585-.58c.426-.44.67-1.04.67-1.674s-.244-1.235-.67-1.674c-.358-.368-.98-.58-1.684-.58h-1.625l-.063-.002l-.062.002h-1.085a1 1 0 1 1 0-2h1.085l.062.002q.03-.002.063-.002c.293 0 .582-.06.853-.175c.242-.103.594-.359.83-.602c.211-.218.38-.477.495-.765a2.4 2.4 0 0 0 .176-.91V3.062a1 1 0 0 1 1-1"/><path d="M9.209 13c-.31 0-.618.067-.904.197a2.3 2.3 0 0 0-.757.565a2.43 2.43 0 0 0-.584 1.813a2.48 2.48 0 0 0 .8 1.541c.142.128.46.291.92.419c.44.121.887.176 1.19.17h.69a1.8 1.8 0 0 1 1.293.55a1.84 1.84 0 0 1 .52 1.289v1.37a1 1 0 1 1-2 0v-1.208H9.9a6.5 6.5 0 0 1-1.748-.244c-.575-.159-1.24-.425-1.721-.855A4.48 4.48 0 0 1 4.977 15.8l-.003-.024a4.45 4.45 0 0 1 .192-1.78a4.4 4.4 0 0 1 .88-1.556q.335-.38.743-.669a4.4 4.4 0 0 1-1.081-1.768a4.45 4.45 0 0 1-.191-1.781l.002-.025a4.48 4.48 0 0 1 1.453-2.805a4.3 4.3 0 0 1 2.927-1.099h.479V3.062a1 1 0 1 1 2 0v1.394a1.86 1.86 0 0 1-.521 1.29a1.8 1.8 0 0 1-1.293.548h-.691a2.3 2.3 0 0 0-1.567.59a2.48 2.48 0 0 0-.8 1.541a2.44 2.44 0 0 0 .584 1.813c.214.242.472.434.757.565s.594.197.904.197h2.71a1 1 0 0 1 0 2z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsIntestineOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.176 2.062a1 1 0 0 1 1 1v2.232a4.43 4.43 0 0 1-.967 2.763c.492.187.962.47 1.356.875A4.4 4.4 0 0 1 17.801 12a4.4 4.4 0 0 1-1.236 3.067c-.4.413-.861.7-1.347.89c.617.775.956 1.746.956 2.749v2.225a1 1 0 1 1-2 0v-2.226c0-.632-.244-1.234-.67-1.673c-.482-.496-1.066-.778-1.584-.778a1 1 0 0 1-.112-.006a1 1 0 0 1-.111.006h-2.17a1 1 0 1 1 0-2h2.17q.056 0 .111.006q.055-.006.112-.006h1.626c.672 0 1.21-.195 1.585-.58c.426-.44.67-1.04.67-1.674s-.244-1.235-.67-1.674c-.358-.368-.98-.58-1.684-.58h-1.625l-.063-.002l-.062.002h-1.085a1 1 0 1 1 0-2h1.085l.062.002q.03-.002.063-.002c.293 0 .582-.06.853-.175c.242-.103.594-.359.83-.602c.211-.218.38-.477.495-.765a2.4 2.4 0 0 0 .176-.91V3.062a1 1 0 0 1 1-1"/><path d="M9.209 13c-.31 0-.618.067-.904.197a2.3 2.3 0 0 0-.757.565a2.43 2.43 0 0 0-.584 1.813a2.48 2.48 0 0 0 .8 1.541c.142.128.46.291.92.419c.44.121.887.176 1.19.17h.69a1.8 1.8 0 0 1 1.293.55a1.84 1.84 0 0 1 .52 1.289v1.37a1 1 0 1 1-2 0v-1.208H9.9a6.5 6.5 0 0 1-1.748-.244c-.575-.159-1.24-.425-1.721-.855A4.48 4.48 0 0 1 4.977 15.8l-.003-.024a4.45 4.45 0 0 1 .192-1.78a4.4 4.4 0 0 1 .88-1.556q.335-.38.743-.669a4.4 4.4 0 0 1-1.081-1.768a4.45 4.45 0 0 1-.191-1.781l.002-.025a4.48 4.48 0 0 1 1.453-2.805a4.3 4.3 0 0 1 2.927-1.099h.479V3.062a1 1 0 1 1 2 0v1.394a1.86 1.86 0 0 1-.521 1.29a1.8 1.8 0 0 1-1.293.548h-.691a2.3 2.3 0 0 0-1.567.59a2.48 2.48 0 0 0-.8 1.541a2.44 2.44 0 0 0 .584 1.813c.214.242.472.434.757.565s.594.197.904.197h2.71a1 1 0 0 1 0 2z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.176 2.062a1 1 0 0 1 1 1v2.232a4.43 4.43 0 0 1-.967 2.763c.492.187.962.47 1.356.875A4.4 4.4 0 0 1 17.801 12a4.4 4.4 0 0 1-1.236 3.067c-.4.413-.861.7-1.347.89c.617.775.956 1.746.956 2.749v2.225a1 1 0 1 1-2 0v-2.226c0-.632-.244-1.234-.67-1.673c-.482-.496-1.066-.778-1.584-.778a1 1 0 0 1-.112-.006a1 1 0 0 1-.111.006h-2.17a1 1 0 1 1 0-2h2.17q.056 0 .111.006q.055-.006.112-.006h1.626c.672 0 1.21-.195 1.585-.58c.426-.44.67-1.04.67-1.674s-.244-1.235-.67-1.674c-.358-.368-.98-.58-1.684-.58h-1.625l-.063-.002l-.062.002h-1.085a1 1 0 1 1 0-2h1.085l.062.002q.03-.002.063-.002c.293 0 .582-.06.853-.175c.242-.103.594-.359.83-.602c.211-.218.38-.477.495-.765a2.4 2.4 0 0 0 .176-.91V3.062a1 1 0 0 1 1-1"/><path d="M9.209 13c-.31 0-.618.067-.904.197a2.3 2.3 0 0 0-.757.565a2.43 2.43 0 0 0-.584 1.813a2.48 2.48 0 0 0 .8 1.541c.142.128.46.291.92.419c.44.121.887.176 1.19.17h.69a1.8 1.8 0 0 1 1.293.55a1.84 1.84 0 0 1 .52 1.289v1.37a1 1 0 1 1-2 0v-1.208H9.9a6.5 6.5 0 0 1-1.748-.244c-.575-.159-1.24-.425-1.721-.855A4.48 4.48 0 0 1 4.977 15.8l-.003-.024a4.45 4.45 0 0 1 .192-1.78a4.4 4.4 0 0 1 .88-1.556q.335-.38.743-.669a4.4 4.4 0 0 1-1.081-1.768a4.45 4.45 0 0 1-.191-1.781l.002-.025a4.48 4.48 0 0 1 1.453-2.805a4.3 4.3 0 0 1 2.927-1.099h.479V3.062a1 1 0 1 1 2 0v1.394a1.86 1.86 0 0 1-.521 1.29a1.8 1.8 0 0 1-1.293.548h-.691a2.3 2.3 0 0 0-1.567.59a2.48 2.48 0 0 0-.8 1.541a2.44 2.44 0 0 0 .584 1.813c.214.242.472.434.757.565s.594.197.904.197h2.71a1 1 0 0 1 0 2z"/></g></svg>
</template>

CSS

.icon-intestine-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.176%202.062a1%201%200%200%201%201%201v2.232a4.43%204.43%200%200%201-.967%202.763c.492.187.962.47%201.356.875A4.4%204.4%200%200%201%2017.801%2012a4.4%204.4%200%200%201-1.236%203.067c-.4.413-.861.7-1.347.89c.617.775.956%201.746.956%202.749v2.225a1%201%200%201%201-2%200v-2.226c0-.632-.244-1.234-.67-1.673c-.482-.496-1.066-.778-1.584-.778a1%201%200%200%201-.112-.006a1%201%200%200%201-.111.006h-2.17a1%201%200%201%201%200-2h2.17q.056%200%20.111.006q.055-.006.112-.006h1.626c.672%200%201.21-.195%201.585-.58c.426-.44.67-1.04.67-1.674s-.244-1.235-.67-1.674c-.358-.368-.98-.58-1.684-.58h-1.625l-.063-.002l-.062.002h-1.085a1%201%200%201%201%200-2h1.085l.062.002q.03-.002.063-.002c.293%200%20.582-.06.853-.175c.242-.103.594-.359.83-.602c.211-.218.38-.477.495-.765a2.4%202.4%200%200%200%20.176-.91V3.062a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20d%3D%22M9.209%2013c-.31%200-.618.067-.904.197a2.3%202.3%200%200%200-.757.565a2.43%202.43%200%200%200-.584%201.813a2.48%202.48%200%200%200%20.8%201.541c.142.128.46.291.92.419c.44.121.887.176%201.19.17h.69a1.8%201.8%200%200%201%201.293.55a1.84%201.84%200%200%201%20.52%201.289v1.37a1%201%200%201%201-2%200v-1.208H9.9a6.5%206.5%200%200%201-1.748-.244c-.575-.159-1.24-.425-1.721-.855A4.48%204.48%200%200%201%204.977%2015.8l-.003-.024a4.45%204.45%200%200%201%20.192-1.78a4.4%204.4%200%200%201%20.88-1.556q.335-.38.743-.669a4.4%204.4%200%200%201-1.081-1.768a4.45%204.45%200%200%201-.191-1.781l.002-.025a4.48%204.48%200%200%201%201.453-2.805a4.3%204.3%200%200%201%202.927-1.099h.479V3.062a1%201%200%201%201%202%200v1.394a1.86%201.86%200%200%201-.521%201.29a1.8%201.8%200%200%201-1.293.548h-.691a2.3%202.3%200%200%200-1.567.59a2.48%202.48%200%200%200-.8%201.541a2.44%202.44%200%200%200%20.584%201.813c.214.242.472.434.757.565s.594.197.904.197h2.71a1%201%200%200%201%200%202z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.176%202.062a1%201%200%200%201%201%201v2.232a4.43%204.43%200%200%201-.967%202.763c.492.187.962.47%201.356.875A4.4%204.4%200%200%201%2017.801%2012a4.4%204.4%200%200%201-1.236%203.067c-.4.413-.861.7-1.347.89c.617.775.956%201.746.956%202.749v2.225a1%201%200%201%201-2%200v-2.226c0-.632-.244-1.234-.67-1.673c-.482-.496-1.066-.778-1.584-.778a1%201%200%200%201-.112-.006a1%201%200%200%201-.111.006h-2.17a1%201%200%201%201%200-2h2.17q.056%200%20.111.006q.055-.006.112-.006h1.626c.672%200%201.21-.195%201.585-.58c.426-.44.67-1.04.67-1.674s-.244-1.235-.67-1.674c-.358-.368-.98-.58-1.684-.58h-1.625l-.063-.002l-.062.002h-1.085a1%201%200%201%201%200-2h1.085l.062.002q.03-.002.063-.002c.293%200%20.582-.06.853-.175c.242-.103.594-.359.83-.602c.211-.218.38-.477.495-.765a2.4%202.4%200%200%200%20.176-.91V3.062a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20d%3D%22M9.209%2013c-.31%200-.618.067-.904.197a2.3%202.3%200%200%200-.757.565a2.43%202.43%200%200%200-.584%201.813a2.48%202.48%200%200%200%20.8%201.541c.142.128.46.291.92.419c.44.121.887.176%201.19.17h.69a1.8%201.8%200%200%201%201.293.55a1.84%201.84%200%200%201%20.52%201.289v1.37a1%201%200%201%201-2%200v-1.208H9.9a6.5%206.5%200%200%201-1.748-.244c-.575-.159-1.24-.425-1.721-.855A4.48%204.48%200%200%201%204.977%2015.8l-.003-.024a4.45%204.45%200%200%201%20.192-1.78a4.4%204.4%200%200%201%20.88-1.556q.335-.38.743-.669a4.4%204.4%200%200%201-1.081-1.768a4.45%204.45%200%200%201-.191-1.781l.002-.025a4.48%204.48%200%200%201%201.453-2.805a4.3%204.3%200%200%201%202.927-1.099h.479V3.062a1%201%200%201%201%202%200v1.394a1.86%201.86%200%200%201-.521%201.29a1.8%201.8%200%200%201-1.293.548h-.691a2.3%202.3%200%200%200-1.567.59a2.48%202.48%200%200%200-.8%201.541a2.44%202.44%200%200%200%20.584%201.813c.214.242.472.434.757.565s.594.197.904.197h2.71a1%201%200%200%201%200%202z%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/intestine-outline-24px.svg?color=%231a73e8&size=48