intestinal pain negative icon

intestinal-pain-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
intestinal-pain-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the intestinal pain negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsIntestinalPainNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm42.357 8.399l-6.378 3.479A1 1 0 0 1 34.5 11V9.685l-4.899 2.672l-.958-1.756l6.378-3.479A1 1 0 0 1 36.5 8v1.315l4.899-2.672zm-11.834 24.27l-.854 1.808l4.72 2.23l-1.322.956a1 1 0 0 0 .159 1.715l6.251 2.953l.854-1.808l-4.72-2.23l1.322-.956a1 1 0 0 0-.159-1.715zm6.994-11.454a1 1 0 0 1 .361.98l-.413 2.078l4.026-1.85l.835 1.816l-5.805 2.67a1 1 0 0 1-1.399-1.104l.413-2.079l-4.026 1.85l-.835-1.818l5.806-2.667a1 1 0 0 1 1.037.124M22.2 6h-6v3.598a30 30 0 0 0-1.606.22c-1.147.195-2.772.58-4.138 1.628C8.9 12.638 8 14.433 8 16.692c0 1.396.47 2.668 1.392 3.672c.851.927 1.917 1.44 2.824 1.75c1.545.53 3.469.724 4.98.877l.492.05c1.844.193 3.103.384 3.905.74c.256.115.358.202.386.23q.01.03.018.12q-.103.042-.289.095c-1.022.28-2.558.3-4.704.298h-.214c-1.829-.003-4.184-.007-6.09.52c-1.042.289-2.248.808-3.204 1.83C6.473 27.968 6 29.357 6 30.846c0 1.262.269 2.462.88 3.525c.615 1.067 1.473 1.822 2.382 2.341c1.702.972 3.715 1.19 5.184 1.265c.74.038 1.472.043 2.093.047l.096.001l.565.005V42h6v-6c0-.76-.228-1.531-.724-2.194a3.9 3.9 0 0 0-1.489-1.191c-.827-.386-1.727-.486-2.308-.53c-.648-.05-1.369-.055-2.001-.06h-.056a42 42 0 0 1-1.868-.04c-1.331-.069-2.118-.256-2.516-.483a.7.7 0 0 1-.131-.092a.1.1 0 0 1-.025-.03c-.003-.004-.071-.118-.08-.453q.103-.045.298-.1c1.02-.282 2.552-.306 4.696-.303h.235c1.823.004 4.166.008 6.06-.51c1.04-.285 2.247-.799 3.205-1.815C27.524 27.11 28 25.72 28 24.231c0-1.392-.381-2.687-1.19-3.78c-.78-1.056-1.808-1.72-2.778-2.15c-1.823-.812-4.064-1.054-5.72-1.227l-.324-.034c-1.756-.182-2.974-.309-3.828-.602l-.137-.05a.5.5 0 0 1 .037-.134l.005-.01a.3.3 0 0 1 .042-.037c.17-.131.596-.321 1.5-.476c.42-.072.854-.123 1.344-.18l.065-.008c.437-.05.968-.112 1.45-.2c.451-.085 1.217-.25 1.924-.674c.865-.518 1.81-1.556 1.81-3.13zm-.23 17.99q.001-.002.007.015z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsIntestinalPainNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsIntestinalPainNegative(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"><g clipPath="url(#healthiconsIntestinalPainNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm42.357 8.399l-6.378 3.479A1 1 0 0 1 34.5 11V9.685l-4.899 2.672l-.958-1.756l6.378-3.479A1 1 0 0 1 36.5 8v1.315l4.899-2.672zm-11.834 24.27l-.854 1.808l4.72 2.23l-1.322.956a1 1 0 0 0 .159 1.715l6.251 2.953l.854-1.808l-4.72-2.23l1.322-.956a1 1 0 0 0-.159-1.715zm6.994-11.454a1 1 0 0 1 .361.98l-.413 2.078l4.026-1.85l.835 1.816l-5.805 2.67a1 1 0 0 1-1.399-1.104l.413-2.079l-4.026 1.85l-.835-1.818l5.806-2.667a1 1 0 0 1 1.037.124M22.2 6h-6v3.598a30 30 0 0 0-1.606.22c-1.147.195-2.772.58-4.138 1.628C8.9 12.638 8 14.433 8 16.692c0 1.396.47 2.668 1.392 3.672c.851.927 1.917 1.44 2.824 1.75c1.545.53 3.469.724 4.98.877l.492.05c1.844.193 3.103.384 3.905.74c.256.115.358.202.386.23q.01.03.018.12q-.103.042-.289.095c-1.022.28-2.558.3-4.704.298h-.214c-1.829-.003-4.184-.007-6.09.52c-1.042.289-2.248.808-3.204 1.83C6.473 27.968 6 29.357 6 30.846c0 1.262.269 2.462.88 3.525c.615 1.067 1.473 1.822 2.382 2.341c1.702.972 3.715 1.19 5.184 1.265c.74.038 1.472.043 2.093.047l.096.001l.565.005V42h6v-6c0-.76-.228-1.531-.724-2.194a3.9 3.9 0 0 0-1.489-1.191c-.827-.386-1.727-.486-2.308-.53c-.648-.05-1.369-.055-2.001-.06h-.056a42 42 0 0 1-1.868-.04c-1.331-.069-2.118-.256-2.516-.483a.7.7 0 0 1-.131-.092a.1.1 0 0 1-.025-.03c-.003-.004-.071-.118-.08-.453q.103-.045.298-.1c1.02-.282 2.552-.306 4.696-.303h.235c1.823.004 4.166.008 6.06-.51c1.04-.285 2.247-.799 3.205-1.815C27.524 27.11 28 25.72 28 24.231c0-1.392-.381-2.687-1.19-3.78c-.78-1.056-1.808-1.72-2.778-2.15c-1.823-.812-4.064-1.054-5.72-1.227l-.324-.034c-1.756-.182-2.974-.309-3.828-.602l-.137-.05a.5.5 0 0 1 .037-.134l.005-.01a.3.3 0 0 1 .042-.037c.17-.131.596-.321 1.5-.476c.42-.072.854-.123 1.344-.18l.065-.008c.437-.05.968-.112 1.45-.2c.451-.085 1.217-.25 1.924-.674c.865-.518 1.81-1.556 1.81-3.13zm-.23 17.99q.001-.002.007.015z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsIntestinalPainNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsIntestinalPainNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm42.357 8.399l-6.378 3.479A1 1 0 0 1 34.5 11V9.685l-4.899 2.672l-.958-1.756l6.378-3.479A1 1 0 0 1 36.5 8v1.315l4.899-2.672zm-11.834 24.27l-.854 1.808l4.72 2.23l-1.322.956a1 1 0 0 0 .159 1.715l6.251 2.953l.854-1.808l-4.72-2.23l1.322-.956a1 1 0 0 0-.159-1.715zm6.994-11.454a1 1 0 0 1 .361.98l-.413 2.078l4.026-1.85l.835 1.816l-5.805 2.67a1 1 0 0 1-1.399-1.104l.413-2.079l-4.026 1.85l-.835-1.818l5.806-2.667a1 1 0 0 1 1.037.124M22.2 6h-6v3.598a30 30 0 0 0-1.606.22c-1.147.195-2.772.58-4.138 1.628C8.9 12.638 8 14.433 8 16.692c0 1.396.47 2.668 1.392 3.672c.851.927 1.917 1.44 2.824 1.75c1.545.53 3.469.724 4.98.877l.492.05c1.844.193 3.103.384 3.905.74c.256.115.358.202.386.23q.01.03.018.12q-.103.042-.289.095c-1.022.28-2.558.3-4.704.298h-.214c-1.829-.003-4.184-.007-6.09.52c-1.042.289-2.248.808-3.204 1.83C6.473 27.968 6 29.357 6 30.846c0 1.262.269 2.462.88 3.525c.615 1.067 1.473 1.822 2.382 2.341c1.702.972 3.715 1.19 5.184 1.265c.74.038 1.472.043 2.093.047l.096.001l.565.005V42h6v-6c0-.76-.228-1.531-.724-2.194a3.9 3.9 0 0 0-1.489-1.191c-.827-.386-1.727-.486-2.308-.53c-.648-.05-1.369-.055-2.001-.06h-.056a42 42 0 0 1-1.868-.04c-1.331-.069-2.118-.256-2.516-.483a.7.7 0 0 1-.131-.092a.1.1 0 0 1-.025-.03c-.003-.004-.071-.118-.08-.453q.103-.045.298-.1c1.02-.282 2.552-.306 4.696-.303h.235c1.823.004 4.166.008 6.06-.51c1.04-.285 2.247-.799 3.205-1.815C27.524 27.11 28 25.72 28 24.231c0-1.392-.381-2.687-1.19-3.78c-.78-1.056-1.808-1.72-2.778-2.15c-1.823-.812-4.064-1.054-5.72-1.227l-.324-.034c-1.756-.182-2.974-.309-3.828-.602l-.137-.05a.5.5 0 0 1 .037-.134l.005-.01a.3.3 0 0 1 .042-.037c.17-.131.596-.321 1.5-.476c.42-.072.854-.123 1.344-.18l.065-.008c.437-.05.968-.112 1.45-.2c.451-.085 1.217-.25 1.924-.674c.865-.518 1.81-1.556 1.81-3.13zm-.23 17.99q.001-.002.007.015z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsIntestinalPainNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-intestinal-pain-negative {
  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%3E%3Cg%20clip-path%3D%22url(%23healthiconsIntestinalPainNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm42.357%208.399l-6.378%203.479A1%201%200%200%201%2034.5%2011V9.685l-4.899%202.672l-.958-1.756l6.378-3.479A1%201%200%200%201%2036.5%208v1.315l4.899-2.672zm-11.834%2024.27l-.854%201.808l4.72%202.23l-1.322.956a1%201%200%200%200%20.159%201.715l6.251%202.953l.854-1.808l-4.72-2.23l1.322-.956a1%201%200%200%200-.159-1.715zm6.994-11.454a1%201%200%200%201%20.361.98l-.413%202.078l4.026-1.85l.835%201.816l-5.805%202.67a1%201%200%200%201-1.399-1.104l.413-2.079l-4.026%201.85l-.835-1.818l5.806-2.667a1%201%200%200%201%201.037.124M22.2%206h-6v3.598a30%2030%200%200%200-1.606.22c-1.147.195-2.772.58-4.138%201.628C8.9%2012.638%208%2014.433%208%2016.692c0%201.396.47%202.668%201.392%203.672c.851.927%201.917%201.44%202.824%201.75c1.545.53%203.469.724%204.98.877l.492.05c1.844.193%203.103.384%203.905.74c.256.115.358.202.386.23q.01.03.018.12q-.103.042-.289.095c-1.022.28-2.558.3-4.704.298h-.214c-1.829-.003-4.184-.007-6.09.52c-1.042.289-2.248.808-3.204%201.83C6.473%2027.968%206%2029.357%206%2030.846c0%201.262.269%202.462.88%203.525c.615%201.067%201.473%201.822%202.382%202.341c1.702.972%203.715%201.19%205.184%201.265c.74.038%201.472.043%202.093.047l.096.001l.565.005V42h6v-6c0-.76-.228-1.531-.724-2.194a3.9%203.9%200%200%200-1.489-1.191c-.827-.386-1.727-.486-2.308-.53c-.648-.05-1.369-.055-2.001-.06h-.056a42%2042%200%200%201-1.868-.04c-1.331-.069-2.118-.256-2.516-.483a.7.7%200%200%201-.131-.092a.1.1%200%200%201-.025-.03c-.003-.004-.071-.118-.08-.453q.103-.045.298-.1c1.02-.282%202.552-.306%204.696-.303h.235c1.823.004%204.166.008%206.06-.51c1.04-.285%202.247-.799%203.205-1.815C27.524%2027.11%2028%2025.72%2028%2024.231c0-1.392-.381-2.687-1.19-3.78c-.78-1.056-1.808-1.72-2.778-2.15c-1.823-.812-4.064-1.054-5.72-1.227l-.324-.034c-1.756-.182-2.974-.309-3.828-.602l-.137-.05a.5.5%200%200%201%20.037-.134l.005-.01a.3.3%200%200%201%20.042-.037c.17-.131.596-.321%201.5-.476c.42-.072.854-.123%201.344-.18l.065-.008c.437-.05.968-.112%201.45-.2c.451-.085%201.217-.25%201.924-.674c.865-.518%201.81-1.556%201.81-3.13zm-.23%2017.99q.001-.002.007.015z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsIntestinalPainNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%3E%3Cg%20clip-path%3D%22url(%23healthiconsIntestinalPainNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm42.357%208.399l-6.378%203.479A1%201%200%200%201%2034.5%2011V9.685l-4.899%202.672l-.958-1.756l6.378-3.479A1%201%200%200%201%2036.5%208v1.315l4.899-2.672zm-11.834%2024.27l-.854%201.808l4.72%202.23l-1.322.956a1%201%200%200%200%20.159%201.715l6.251%202.953l.854-1.808l-4.72-2.23l1.322-.956a1%201%200%200%200-.159-1.715zm6.994-11.454a1%201%200%200%201%20.361.98l-.413%202.078l4.026-1.85l.835%201.816l-5.805%202.67a1%201%200%200%201-1.399-1.104l.413-2.079l-4.026%201.85l-.835-1.818l5.806-2.667a1%201%200%200%201%201.037.124M22.2%206h-6v3.598a30%2030%200%200%200-1.606.22c-1.147.195-2.772.58-4.138%201.628C8.9%2012.638%208%2014.433%208%2016.692c0%201.396.47%202.668%201.392%203.672c.851.927%201.917%201.44%202.824%201.75c1.545.53%203.469.724%204.98.877l.492.05c1.844.193%203.103.384%203.905.74c.256.115.358.202.386.23q.01.03.018.12q-.103.042-.289.095c-1.022.28-2.558.3-4.704.298h-.214c-1.829-.003-4.184-.007-6.09.52c-1.042.289-2.248.808-3.204%201.83C6.473%2027.968%206%2029.357%206%2030.846c0%201.262.269%202.462.88%203.525c.615%201.067%201.473%201.822%202.382%202.341c1.702.972%203.715%201.19%205.184%201.265c.74.038%201.472.043%202.093.047l.096.001l.565.005V42h6v-6c0-.76-.228-1.531-.724-2.194a3.9%203.9%200%200%200-1.489-1.191c-.827-.386-1.727-.486-2.308-.53c-.648-.05-1.369-.055-2.001-.06h-.056a42%2042%200%200%201-1.868-.04c-1.331-.069-2.118-.256-2.516-.483a.7.7%200%200%201-.131-.092a.1.1%200%200%201-.025-.03c-.003-.004-.071-.118-.08-.453q.103-.045.298-.1c1.02-.282%202.552-.306%204.696-.303h.235c1.823.004%204.166.008%206.06-.51c1.04-.285%202.247-.799%203.205-1.815C27.524%2027.11%2028%2025.72%2028%2024.231c0-1.392-.381-2.687-1.19-3.78c-.78-1.056-1.808-1.72-2.778-2.15c-1.823-.812-4.064-1.054-5.72-1.227l-.324-.034c-1.756-.182-2.974-.309-3.828-.602l-.137-.05a.5.5%200%200%201%20.037-.134l.005-.01a.3.3%200%200%201%20.042-.037c.17-.131.596-.321%201.5-.476c.42-.072.854-.123%201.344-.18l.065-.008c.437-.05.968-.112%201.45-.2c.451-.085%201.217-.25%201.924-.674c.865-.518%201.81-1.556%201.81-3.13zm-.23%2017.99q.001-.002.007.015z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsIntestinalPainNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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