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

Name
diarrhea-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Conditions
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M18.75 7.5a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m-4.117 6.677l-1.39-1.63l.403-.633a1 1 0 0 1 .262-.277l.759-.542l-.08.636a2 2 0 0 0 .957 1.961l1.941 1.165a1 1 0 0 0 1.03-1.714l-1.942-1.166l.42-3.387q.029-.132.033-.266l.006-.05a1 1 0 0 0-.133-.635a1.6 1.6 0 0 0-.334-.493a2.37 2.37 0 0 0-3.349 0l-2.904 2.904a2 2 0 0 0-.25.304A2.05 2.05 0 0 0 9.7 11.56q0 .04.006.08a4.1 4.1 0 0 0 1.895 2.851l1.432.886l1.472 4.722a1 1 0 0 0 1.99-.198l-1.472-4.723a2 2 0 0 0-.39-1.001M7 20.997Q6.876 21 6.75 21C4.679 21 3 20.44 3 19.75s1.679-1.25 3.75-1.25c1.47 0 2.743.282 3.358.693A2 2 0 0 1 11.25 21H7zm4.055-5.329a1 1 0 0 1 .277 1.387l-.5.75a1 1 0 0 1-1.664-1.11l.5-.75a1 1 0 0 1 1.387-.277m-1.698-1.153a1 1 0 0 0-1.714-1.03l-1.5 2.5a1 1 0 1 0 1.714 1.03z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDiarrheaOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 7.5a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m-4.117 6.677l-1.39-1.63l.403-.633a1 1 0 0 1 .262-.277l.759-.542l-.08.636a2 2 0 0 0 .957 1.961l1.941 1.165a1 1 0 0 0 1.03-1.714l-1.942-1.166l.42-3.387q.029-.132.033-.266l.006-.05a1 1 0 0 0-.133-.635a1.6 1.6 0 0 0-.334-.493a2.37 2.37 0 0 0-3.349 0l-2.904 2.904a2 2 0 0 0-.25.304A2.05 2.05 0 0 0 9.7 11.56q0 .04.006.08a4.1 4.1 0 0 0 1.895 2.851l1.432.886l1.472 4.722a1 1 0 0 0 1.99-.198l-1.472-4.723a2 2 0 0 0-.39-1.001M7 20.997Q6.876 21 6.75 21C4.679 21 3 20.44 3 19.75s1.679-1.25 3.75-1.25c1.47 0 2.743.282 3.358.693A2 2 0 0 1 11.25 21H7zm4.055-5.329a1 1 0 0 1 .277 1.387l-.5.75a1 1 0 0 1-1.664-1.11l.5-.75a1 1 0 0 1 1.387-.277m-1.698-1.153a1 1 0 0 0-1.714-1.03l-1.5 2.5a1 1 0 1 0 1.714 1.03z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 7.5a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m-4.117 6.677l-1.39-1.63l.403-.633a1 1 0 0 1 .262-.277l.759-.542l-.08.636a2 2 0 0 0 .957 1.961l1.941 1.165a1 1 0 0 0 1.03-1.714l-1.942-1.166l.42-3.387q.029-.132.033-.266l.006-.05a1 1 0 0 0-.133-.635a1.6 1.6 0 0 0-.334-.493a2.37 2.37 0 0 0-3.349 0l-2.904 2.904a2 2 0 0 0-.25.304A2.05 2.05 0 0 0 9.7 11.56q0 .04.006.08a4.1 4.1 0 0 0 1.895 2.851l1.432.886l1.472 4.722a1 1 0 0 0 1.99-.198l-1.472-4.723a2 2 0 0 0-.39-1.001M7 20.997Q6.876 21 6.75 21C4.679 21 3 20.44 3 19.75s1.679-1.25 3.75-1.25c1.47 0 2.743.282 3.358.693A2 2 0 0 1 11.25 21H7zm4.055-5.329a1 1 0 0 1 .277 1.387l-.5.75a1 1 0 0 1-1.664-1.11l.5-.75a1 1 0 0 1 1.387-.277m-1.698-1.153a1 1 0 0 0-1.714-1.03l-1.5 2.5a1 1 0 1 0 1.714 1.03z"/></svg>
</template>

CSS

.icon-diarrhea-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.75%207.5a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5m-4.117%206.677l-1.39-1.63l.403-.633a1%201%200%200%201%20.262-.277l.759-.542l-.08.636a2%202%200%200%200%20.957%201.961l1.941%201.165a1%201%200%200%200%201.03-1.714l-1.942-1.166l.42-3.387q.029-.132.033-.266l.006-.05a1%201%200%200%200-.133-.635a1.6%201.6%200%200%200-.334-.493a2.37%202.37%200%200%200-3.349%200l-2.904%202.904a2%202%200%200%200-.25.304A2.05%202.05%200%200%200%209.7%2011.56q0%20.04.006.08a4.1%204.1%200%200%200%201.895%202.851l1.432.886l1.472%204.722a1%201%200%200%200%201.99-.198l-1.472-4.723a2%202%200%200%200-.39-1.001M7%2020.997Q6.876%2021%206.75%2021C4.679%2021%203%2020.44%203%2019.75s1.679-1.25%203.75-1.25c1.47%200%202.743.282%203.358.693A2%202%200%200%201%2011.25%2021H7zm4.055-5.329a1%201%200%200%201%20.277%201.387l-.5.75a1%201%200%200%201-1.664-1.11l.5-.75a1%201%200%200%201%201.387-.277m-1.698-1.153a1%201%200%200%200-1.714-1.03l-1.5%202.5a1%201%200%201%200%201.714%201.03z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.75%207.5a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5m-4.117%206.677l-1.39-1.63l.403-.633a1%201%200%200%201%20.262-.277l.759-.542l-.08.636a2%202%200%200%200%20.957%201.961l1.941%201.165a1%201%200%200%200%201.03-1.714l-1.942-1.166l.42-3.387q.029-.132.033-.266l.006-.05a1%201%200%200%200-.133-.635a1.6%201.6%200%200%200-.334-.493a2.37%202.37%200%200%200-3.349%200l-2.904%202.904a2%202%200%200%200-.25.304A2.05%202.05%200%200%200%209.7%2011.56q0%20.04.006.08a4.1%204.1%200%200%200%201.895%202.851l1.432.886l1.472%204.722a1%201%200%200%200%201.99-.198l-1.472-4.723a2%202%200%200%200-.39-1.001M7%2020.997Q6.876%2021%206.75%2021C4.679%2021%203%2020.44%203%2019.75s1.679-1.25%203.75-1.25c1.47%200%202.743.282%203.358.693A2%202%200%200%201%2011.25%2021H7zm4.055-5.329a1%201%200%200%201%20.277%201.387l-.5.75a1%201%200%200%201-1.664-1.11l.5-.75a1%201%200%200%201%201.387-.277m-1.698-1.153a1%201%200%200%200-1.714-1.03l-1.5%202.5a1%201%200%201%200%201.714%201.03z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/diarrhea-outline-24px.svg?color=%231a73e8&size=48