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

Name
diarrhea
Set
Health Icons
Style
Filled
Category
Conditions
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More conditions icons from Health Icons

Use the diarrhea 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="M37.5 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-8.246 8.277c.02-.282.044-.59.072-.915c-.587.395-1.01.695-1.39 1.016c-.557.472-1.015.993-1.658 2.065l-.303.504a29 29 0 0 0 2.472 1.754l.05.03l.011.008a2 2 0 0 1 .833 1.026l3.795 10.558a2 2 0 1 1-3.764 1.353l-3.566-9.92c-.161-.107-.35-.234-.557-.377a31 31 0 0 1-2.43-1.85c-.842-.716-1.766-1.606-2.398-2.554c-.553-.83-1.358-2.445-.424-4.064c2.725-4.72 5.628-6.941 8.13-7.809c1.236-.428 2.338-.512 3.205-.417c.424.047.835.14 1.196.289c.171.07.407.183.64.364c.115.089.287.24.446.462c.15.212.386.627.386 1.2c0 .173-.03.465-.051.655l-.004.035c-.028.268-.068.627-.114 1.04l-.02.18c-.09.8-.2 1.785-.303 2.767a91 91 0 0 0-.28 3.132l.54.335h.002l.001.001c.623.385 1.563.966 2.923 1.816a2 2 0 0 1-2.12 3.392a569 569 0 0 0-2.855-1.774h-.001l-.724-.449c-.542-.338-.826-.52-1.154-.847a2.1 2.1 0 0 1-.538-.935l-.002-.006a2.6 2.6 0 0 1-.073-.4a5 5 0 0 1-.024-.527c.001-.32.022-.718.051-1.138M13.5 42H22c0-1.38-.5-5-8.5-5C9.358 37 6 38.12 6 39.5S9.358 42 13.5 42m4.639-12.954a1 1 0 0 1 .464 1.336L16.4 34.935a1 1 0 0 1-1.8-.87l2.203-4.554a1 1 0 0 1 1.335-.465m3.762 4.388a1 1 0 0 0-1.802-.867l-1.224 2.544a1 1 0 1 0 1.803.867z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDiarrhea(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="M37.5 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-8.246 8.277c.02-.282.044-.59.072-.915c-.587.395-1.01.695-1.39 1.016c-.557.472-1.015.993-1.658 2.065l-.303.504a29 29 0 0 0 2.472 1.754l.05.03l.011.008a2 2 0 0 1 .833 1.026l3.795 10.558a2 2 0 1 1-3.764 1.353l-3.566-9.92c-.161-.107-.35-.234-.557-.377a31 31 0 0 1-2.43-1.85c-.842-.716-1.766-1.606-2.398-2.554c-.553-.83-1.358-2.445-.424-4.064c2.725-4.72 5.628-6.941 8.13-7.809c1.236-.428 2.338-.512 3.205-.417c.424.047.835.14 1.196.289c.171.07.407.183.64.364c.115.089.287.24.446.462c.15.212.386.627.386 1.2c0 .173-.03.465-.051.655l-.004.035c-.028.268-.068.627-.114 1.04l-.02.18c-.09.8-.2 1.785-.303 2.767a91 91 0 0 0-.28 3.132l.54.335h.002l.001.001c.623.385 1.563.966 2.923 1.816a2 2 0 0 1-2.12 3.392a569 569 0 0 0-2.855-1.774h-.001l-.724-.449c-.542-.338-.826-.52-1.154-.847a2.1 2.1 0 0 1-.538-.935l-.002-.006a2.6 2.6 0 0 1-.073-.4a5 5 0 0 1-.024-.527c.001-.32.022-.718.051-1.138M13.5 42H22c0-1.38-.5-5-8.5-5C9.358 37 6 38.12 6 39.5S9.358 42 13.5 42m4.639-12.954a1 1 0 0 1 .464 1.336L16.4 34.935a1 1 0 0 1-1.8-.87l2.203-4.554a1 1 0 0 1 1.335-.465m3.762 4.388a1 1 0 0 0-1.802-.867l-1.224 2.544a1 1 0 1 0 1.803.867z" 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="M37.5 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-8.246 8.277c.02-.282.044-.59.072-.915c-.587.395-1.01.695-1.39 1.016c-.557.472-1.015.993-1.658 2.065l-.303.504a29 29 0 0 0 2.472 1.754l.05.03l.011.008a2 2 0 0 1 .833 1.026l3.795 10.558a2 2 0 1 1-3.764 1.353l-3.566-9.92c-.161-.107-.35-.234-.557-.377a31 31 0 0 1-2.43-1.85c-.842-.716-1.766-1.606-2.398-2.554c-.553-.83-1.358-2.445-.424-4.064c2.725-4.72 5.628-6.941 8.13-7.809c1.236-.428 2.338-.512 3.205-.417c.424.047.835.14 1.196.289c.171.07.407.183.64.364c.115.089.287.24.446.462c.15.212.386.627.386 1.2c0 .173-.03.465-.051.655l-.004.035c-.028.268-.068.627-.114 1.04l-.02.18c-.09.8-.2 1.785-.303 2.767a91 91 0 0 0-.28 3.132l.54.335h.002l.001.001c.623.385 1.563.966 2.923 1.816a2 2 0 0 1-2.12 3.392a569 569 0 0 0-2.855-1.774h-.001l-.724-.449c-.542-.338-.826-.52-1.154-.847a2.1 2.1 0 0 1-.538-.935l-.002-.006a2.6 2.6 0 0 1-.073-.4a5 5 0 0 1-.024-.527c.001-.32.022-.718.051-1.138M13.5 42H22c0-1.38-.5-5-8.5-5C9.358 37 6 38.12 6 39.5S9.358 42 13.5 42m4.639-12.954a1 1 0 0 1 .464 1.336L16.4 34.935a1 1 0 0 1-1.8-.87l2.203-4.554a1 1 0 0 1 1.335-.465m3.762 4.388a1 1 0 0 0-1.802-.867l-1.224 2.544a1 1 0 1 0 1.803.867z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-diarrhea {
  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%22M37.5%2015a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m-8.246%208.277c.02-.282.044-.59.072-.915c-.587.395-1.01.695-1.39%201.016c-.557.472-1.015.993-1.658%202.065l-.303.504a29%2029%200%200%200%202.472%201.754l.05.03l.011.008a2%202%200%200%201%20.833%201.026l3.795%2010.558a2%202%200%201%201-3.764%201.353l-3.566-9.92c-.161-.107-.35-.234-.557-.377a31%2031%200%200%201-2.43-1.85c-.842-.716-1.766-1.606-2.398-2.554c-.553-.83-1.358-2.445-.424-4.064c2.725-4.72%205.628-6.941%208.13-7.809c1.236-.428%202.338-.512%203.205-.417c.424.047.835.14%201.196.289c.171.07.407.183.64.364c.115.089.287.24.446.462c.15.212.386.627.386%201.2c0%20.173-.03.465-.051.655l-.004.035c-.028.268-.068.627-.114%201.04l-.02.18c-.09.8-.2%201.785-.303%202.767a91%2091%200%200%200-.28%203.132l.54.335h.002l.001.001c.623.385%201.563.966%202.923%201.816a2%202%200%200%201-2.12%203.392a569%20569%200%200%200-2.855-1.774h-.001l-.724-.449c-.542-.338-.826-.52-1.154-.847a2.1%202.1%200%200%201-.538-.935l-.002-.006a2.6%202.6%200%200%201-.073-.4a5%205%200%200%201-.024-.527c.001-.32.022-.718.051-1.138M13.5%2042H22c0-1.38-.5-5-8.5-5C9.358%2037%206%2038.12%206%2039.5S9.358%2042%2013.5%2042m4.639-12.954a1%201%200%200%201%20.464%201.336L16.4%2034.935a1%201%200%200%201-1.8-.87l2.203-4.554a1%201%200%200%201%201.335-.465m3.762%204.388a1%201%200%200%200-1.802-.867l-1.224%202.544a1%201%200%201%200%201.803.867z%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%22M37.5%2015a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m-8.246%208.277c.02-.282.044-.59.072-.915c-.587.395-1.01.695-1.39%201.016c-.557.472-1.015.993-1.658%202.065l-.303.504a29%2029%200%200%200%202.472%201.754l.05.03l.011.008a2%202%200%200%201%20.833%201.026l3.795%2010.558a2%202%200%201%201-3.764%201.353l-3.566-9.92c-.161-.107-.35-.234-.557-.377a31%2031%200%200%201-2.43-1.85c-.842-.716-1.766-1.606-2.398-2.554c-.553-.83-1.358-2.445-.424-4.064c2.725-4.72%205.628-6.941%208.13-7.809c1.236-.428%202.338-.512%203.205-.417c.424.047.835.14%201.196.289c.171.07.407.183.64.364c.115.089.287.24.446.462c.15.212.386.627.386%201.2c0%20.173-.03.465-.051.655l-.004.035c-.028.268-.068.627-.114%201.04l-.02.18c-.09.8-.2%201.785-.303%202.767a91%2091%200%200%200-.28%203.132l.54.335h.002l.001.001c.623.385%201.563.966%202.923%201.816a2%202%200%200%201-2.12%203.392a569%20569%200%200%200-2.855-1.774h-.001l-.724-.449c-.542-.338-.826-.52-1.154-.847a2.1%202.1%200%200%201-.538-.935l-.002-.006a2.6%202.6%200%200%201-.073-.4a5%205%200%200%201-.024-.527c.001-.32.022-.718.051-1.138M13.5%2042H22c0-1.38-.5-5-8.5-5C9.358%2037%206%2038.12%206%2039.5S9.358%2042%2013.5%2042m4.639-12.954a1%201%200%200%201%20.464%201.336L16.4%2034.935a1%201%200%200%201-1.8-.87l2.203-4.554a1%201%200%200%201%201.335-.465m3.762%204.388a1%201%200%200%200-1.802-.867l-1.224%202.544a1%201%200%201%200%201.803.867z%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/diarrhea.svg?color=%231a73e8&size=48