diarrhea icon
diarrhea-outline from Health Icons by Resolve to Save Lives · Outline · Conditions · MIT Free for personal and commercial use.
- Name
- diarrhea-outline
- Set
- Health Icons
- Style
- Outline
- 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"><g fill="currentColor"><path fill-rule="evenodd" d="M27.71 13.847c1.959-.638 3.698-.319 4.986.33c1.31.662 1.863 2.01 2.072 3.124l1.128 6.018l2.268 1.26a3.059 3.059 0 0 1-2.853 5.41l-3.091-1.546a4.02 4.02 0 0 1-2.053-2.44l-.77-2.565q-.339.305-.7.78a12 12 0 0 0-.973 1.557l2.983 2.983a1 1 0 0 1 .258.444l2.37 8.689a3.285 3.285 0 1 1-6.35 1.678c-.378-1.483-.882-3.474-1.285-5.082a301 301 0 0 1-.592-2.404c-3.906-2.533-5.447-5.059-6.003-6.17c-.428-.858-.336-1.93.084-3.049c.425-1.134 1.24-2.471 2.517-4.008c2.016-2.846 4.065-4.378 6.004-5.009m-.715 17.516a1 1 0 0 0-.492-.763c-3.807-2.386-5.182-4.73-5.609-5.582c-.07-.142-.163-.57.167-1.452c.322-.858.999-2.01 2.207-3.46l.049-.064c1.858-2.632 3.595-3.832 5.012-4.293c1.404-.457 2.597-.224 3.467.215c.49.246.844.839 1.006 1.706l1.215 6.48a1 1 0 0 0 .497.69l2.679 1.488a1.059 1.059 0 0 1-.988 1.872l-3.091-1.546a2.02 2.02 0 0 1-1.031-1.226l-1.125-3.75a1 1 0 0 0-1.2-.683c-1.145.286-2.03 1.188-2.656 2.017c-.65.86-1.158 1.83-1.497 2.506a1 1 0 0 0 .188 1.154l3.312 3.313l2.3 8.432a1.285 1.285 0 1 1-2.482.66c-.377-1.484-.881-3.472-1.283-5.076c-.2-.802-.376-1.506-.496-2.002a41 41 0 0 1-.15-.636M37.5 13a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0 2a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9" clip-rule="evenodd"/><path d="M22 42h-8.5C9.358 42 6 40.88 6 39.5S9.358 37 13.5 37c8 0 8.5 3.62 8.5 5"/><path fill-rule="evenodd" d="M18.139 29.046a1 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.295 3.053a1 1 0 0 1 .468 1.335l-1.223 2.544a1 1 0 1 1-1.803-.867l1.224-2.544a1 1 0 0 1 1.334-.468" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDiarrheaOutline(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"><path fillRule="evenodd" d="M27.71 13.847c1.959-.638 3.698-.319 4.986.33c1.31.662 1.863 2.01 2.072 3.124l1.128 6.018l2.268 1.26a3.059 3.059 0 0 1-2.853 5.41l-3.091-1.546a4.02 4.02 0 0 1-2.053-2.44l-.77-2.565q-.339.305-.7.78a12 12 0 0 0-.973 1.557l2.983 2.983a1 1 0 0 1 .258.444l2.37 8.689a3.285 3.285 0 1 1-6.35 1.678c-.378-1.483-.882-3.474-1.285-5.082a301 301 0 0 1-.592-2.404c-3.906-2.533-5.447-5.059-6.003-6.17c-.428-.858-.336-1.93.084-3.049c.425-1.134 1.24-2.471 2.517-4.008c2.016-2.846 4.065-4.378 6.004-5.009m-.715 17.516a1 1 0 0 0-.492-.763c-3.807-2.386-5.182-4.73-5.609-5.582c-.07-.142-.163-.57.167-1.452c.322-.858.999-2.01 2.207-3.46l.049-.064c1.858-2.632 3.595-3.832 5.012-4.293c1.404-.457 2.597-.224 3.467.215c.49.246.844.839 1.006 1.706l1.215 6.48a1 1 0 0 0 .497.69l2.679 1.488a1.059 1.059 0 0 1-.988 1.872l-3.091-1.546a2.02 2.02 0 0 1-1.031-1.226l-1.125-3.75a1 1 0 0 0-1.2-.683c-1.145.286-2.03 1.188-2.656 2.017c-.65.86-1.158 1.83-1.497 2.506a1 1 0 0 0 .188 1.154l3.312 3.313l2.3 8.432a1.285 1.285 0 1 1-2.482.66c-.377-1.484-.881-3.472-1.283-5.076c-.2-.802-.376-1.506-.496-2.002a41 41 0 0 1-.15-.636M37.5 13a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0 2a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9" clipRule="evenodd"/><path d="M22 42h-8.5C9.358 42 6 40.88 6 39.5S9.358 37 13.5 37c8 0 8.5 3.62 8.5 5"/><path fillRule="evenodd" d="M18.139 29.046a1 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.295 3.053a1 1 0 0 1 .468 1.335l-1.223 2.544a1 1 0 1 1-1.803-.867l1.224-2.544a1 1 0 0 1 1.334-.468" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M27.71 13.847c1.959-.638 3.698-.319 4.986.33c1.31.662 1.863 2.01 2.072 3.124l1.128 6.018l2.268 1.26a3.059 3.059 0 0 1-2.853 5.41l-3.091-1.546a4.02 4.02 0 0 1-2.053-2.44l-.77-2.565q-.339.305-.7.78a12 12 0 0 0-.973 1.557l2.983 2.983a1 1 0 0 1 .258.444l2.37 8.689a3.285 3.285 0 1 1-6.35 1.678c-.378-1.483-.882-3.474-1.285-5.082a301 301 0 0 1-.592-2.404c-3.906-2.533-5.447-5.059-6.003-6.17c-.428-.858-.336-1.93.084-3.049c.425-1.134 1.24-2.471 2.517-4.008c2.016-2.846 4.065-4.378 6.004-5.009m-.715 17.516a1 1 0 0 0-.492-.763c-3.807-2.386-5.182-4.73-5.609-5.582c-.07-.142-.163-.57.167-1.452c.322-.858.999-2.01 2.207-3.46l.049-.064c1.858-2.632 3.595-3.832 5.012-4.293c1.404-.457 2.597-.224 3.467.215c.49.246.844.839 1.006 1.706l1.215 6.48a1 1 0 0 0 .497.69l2.679 1.488a1.059 1.059 0 0 1-.988 1.872l-3.091-1.546a2.02 2.02 0 0 1-1.031-1.226l-1.125-3.75a1 1 0 0 0-1.2-.683c-1.145.286-2.03 1.188-2.656 2.017c-.65.86-1.158 1.83-1.497 2.506a1 1 0 0 0 .188 1.154l3.312 3.313l2.3 8.432a1.285 1.285 0 1 1-2.482.66c-.377-1.484-.881-3.472-1.283-5.076c-.2-.802-.376-1.506-.496-2.002a41 41 0 0 1-.15-.636M37.5 13a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0 2a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9" clip-rule="evenodd"/><path d="M22 42h-8.5C9.358 42 6 40.88 6 39.5S9.358 37 13.5 37c8 0 8.5 3.62 8.5 5"/><path fill-rule="evenodd" d="M18.139 29.046a1 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.295 3.053a1 1 0 0 1 .468 1.335l-1.223 2.544a1 1 0 1 1-1.803-.867l1.224-2.544a1 1 0 0 1 1.334-.468" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-diarrhea-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%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M27.71%2013.847c1.959-.638%203.698-.319%204.986.33c1.31.662%201.863%202.01%202.072%203.124l1.128%206.018l2.268%201.26a3.059%203.059%200%200%201-2.853%205.41l-3.091-1.546a4.02%204.02%200%200%201-2.053-2.44l-.77-2.565q-.339.305-.7.78a12%2012%200%200%200-.973%201.557l2.983%202.983a1%201%200%200%201%20.258.444l2.37%208.689a3.285%203.285%200%201%201-6.35%201.678c-.378-1.483-.882-3.474-1.285-5.082a301%20301%200%200%201-.592-2.404c-3.906-2.533-5.447-5.059-6.003-6.17c-.428-.858-.336-1.93.084-3.049c.425-1.134%201.24-2.471%202.517-4.008c2.016-2.846%204.065-4.378%206.004-5.009m-.715%2017.516a1%201%200%200%200-.492-.763c-3.807-2.386-5.182-4.73-5.609-5.582c-.07-.142-.163-.57.167-1.452c.322-.858.999-2.01%202.207-3.46l.049-.064c1.858-2.632%203.595-3.832%205.012-4.293c1.404-.457%202.597-.224%203.467.215c.49.246.844.839%201.006%201.706l1.215%206.48a1%201%200%200%200%20.497.69l2.679%201.488a1.059%201.059%200%200%201-.988%201.872l-3.091-1.546a2.02%202.02%200%200%201-1.031-1.226l-1.125-3.75a1%201%200%200%200-1.2-.683c-1.145.286-2.03%201.188-2.656%202.017c-.65.86-1.158%201.83-1.497%202.506a1%201%200%200%200%20.188%201.154l3.312%203.313l2.3%208.432a1.285%201.285%200%201%201-2.482.66c-.377-1.484-.881-3.472-1.283-5.076c-.2-.802-.376-1.506-.496-2.002a41%2041%200%200%201-.15-.636M37.5%2013a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m0%202a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M22%2042h-8.5C9.358%2042%206%2040.88%206%2039.5S9.358%2037%2013.5%2037c8%200%208.5%203.62%208.5%205%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.139%2029.046a1%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.295%203.053a1%201%200%200%201%20.468%201.335l-1.223%202.544a1%201%200%201%201-1.803-.867l1.224-2.544a1%201%200%200%201%201.334-.468%22%20clip-rule%3D%22evenodd%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%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M27.71%2013.847c1.959-.638%203.698-.319%204.986.33c1.31.662%201.863%202.01%202.072%203.124l1.128%206.018l2.268%201.26a3.059%203.059%200%200%201-2.853%205.41l-3.091-1.546a4.02%204.02%200%200%201-2.053-2.44l-.77-2.565q-.339.305-.7.78a12%2012%200%200%200-.973%201.557l2.983%202.983a1%201%200%200%201%20.258.444l2.37%208.689a3.285%203.285%200%201%201-6.35%201.678c-.378-1.483-.882-3.474-1.285-5.082a301%20301%200%200%201-.592-2.404c-3.906-2.533-5.447-5.059-6.003-6.17c-.428-.858-.336-1.93.084-3.049c.425-1.134%201.24-2.471%202.517-4.008c2.016-2.846%204.065-4.378%206.004-5.009m-.715%2017.516a1%201%200%200%200-.492-.763c-3.807-2.386-5.182-4.73-5.609-5.582c-.07-.142-.163-.57.167-1.452c.322-.858.999-2.01%202.207-3.46l.049-.064c1.858-2.632%203.595-3.832%205.012-4.293c1.404-.457%202.597-.224%203.467.215c.49.246.844.839%201.006%201.706l1.215%206.48a1%201%200%200%200%20.497.69l2.679%201.488a1.059%201.059%200%200%201-.988%201.872l-3.091-1.546a2.02%202.02%200%200%201-1.031-1.226l-1.125-3.75a1%201%200%200%200-1.2-.683c-1.145.286-2.03%201.188-2.656%202.017c-.65.86-1.158%201.83-1.497%202.506a1%201%200%200%200%20.188%201.154l3.312%203.313l2.3%208.432a1.285%201.285%200%201%201-2.482.66c-.377-1.484-.881-3.472-1.283-5.076c-.2-.802-.376-1.506-.496-2.002a41%2041%200%200%201-.15-.636M37.5%2013a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m0%202a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M22%2042h-8.5C9.358%2042%206%2040.88%206%2039.5S9.358%2037%2013.5%2037c8%200%208.5%203.62%208.5%205%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.139%2029.046a1%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.295%203.053a1%201%200%200%201%20.468%201.335l-1.223%202.544a1%201%200%201%201-1.803-.867l1.224-2.544a1%201%200%200%201%201.334-.468%22%20clip-rule%3D%22evenodd%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/diarrhea-outline.svg?color=%231a73e8&size=48