diarrhea negative icon

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

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

Use the diarrhea 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(#healthiconsDiarrheaNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zm-6 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M29.326 22.362a50 50 0 0 0-.072.915c-.03.42-.05.818-.05 1.138c0 .153.003.342.023.527c.01.088.029.234.073.4l.002.006c.026.098.146.543.538.935c.328.328.612.51 1.154.847l.724.449h.001c.612.378 1.491.921 2.855 1.774a2 2 0 0 0 2.12-3.392c-1.36-.85-2.3-1.43-2.922-1.815h-.001v-.001l-.002-.001l-.541-.335l.016-.255c.054-.779.154-1.814.264-2.876c.103-.983.213-1.969.302-2.768l.02-.18c.047-.413.087-.772.115-1.04l.004-.035c.02-.19.051-.482.051-.655c0-.573-.235-.988-.386-1.2a2.2 2.2 0 0 0-.447-.463a2.7 2.7 0 0 0-.639-.363a4.5 4.5 0 0 0-1.196-.289c-.867-.095-1.97-.011-3.206.417c-2.501.868-5.404 3.09-8.129 7.81c-.934 1.618-.13 3.233.424 4.063c.632.948 1.556 1.838 2.397 2.554a31 31 0 0 0 2.43 1.85q.315.215.558.377l3.566 9.92a2 2 0 1 0 3.764-1.353l-3.795-10.558a2 2 0 0 0-.832-1.026h-.002l-.01-.007l-.05-.031l-.2-.128a30 30 0 0 1-2.272-1.626l.303-.504c.643-1.072 1.1-1.593 1.658-2.065c.38-.32.803-.621 1.39-1.016M22 42h-8.5C9.358 42 6 40.88 6 39.5S9.358 37 13.5 37c8 0 8.5 3.62 8.5 5m-3.397-11.618a1 1 0 1 0-1.8-.871L14.6 34.065a1 1 0 0 0 1.8.87zm2.83 1.717a1 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><defs><clipPath id="healthiconsDiarrheaNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDiarrheaNegative(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(#healthiconsDiarrheaNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zm-6 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M29.326 22.362a50 50 0 0 0-.072.915c-.03.42-.05.818-.05 1.138c0 .153.003.342.023.527c.01.088.029.234.073.4l.002.006c.026.098.146.543.538.935c.328.328.612.51 1.154.847l.724.449h.001c.612.378 1.491.921 2.855 1.774a2 2 0 0 0 2.12-3.392c-1.36-.85-2.3-1.43-2.922-1.815h-.001v-.001l-.002-.001l-.541-.335l.016-.255c.054-.779.154-1.814.264-2.876c.103-.983.213-1.969.302-2.768l.02-.18c.047-.413.087-.772.115-1.04l.004-.035c.02-.19.051-.482.051-.655c0-.573-.235-.988-.386-1.2a2.2 2.2 0 0 0-.447-.463a2.7 2.7 0 0 0-.639-.363a4.5 4.5 0 0 0-1.196-.289c-.867-.095-1.97-.011-3.206.417c-2.501.868-5.404 3.09-8.129 7.81c-.934 1.618-.13 3.233.424 4.063c.632.948 1.556 1.838 2.397 2.554a31 31 0 0 0 2.43 1.85q.315.215.558.377l3.566 9.92a2 2 0 1 0 3.764-1.353l-3.795-10.558a2 2 0 0 0-.832-1.026h-.002l-.01-.007l-.05-.031l-.2-.128a30 30 0 0 1-2.272-1.626l.303-.504c.643-1.072 1.1-1.593 1.658-2.065c.38-.32.803-.621 1.39-1.016M22 42h-8.5C9.358 42 6 40.88 6 39.5S9.358 37 13.5 37c8 0 8.5 3.62 8.5 5m-3.397-11.618a1 1 0 1 0-1.8-.871L14.6 34.065a1 1 0 0 0 1.8.87zm2.83 1.717a1 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><defs><clipPath id="healthiconsDiarrheaNegative"><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(#healthiconsDiarrheaNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zm-6 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M29.326 22.362a50 50 0 0 0-.072.915c-.03.42-.05.818-.05 1.138c0 .153.003.342.023.527c.01.088.029.234.073.4l.002.006c.026.098.146.543.538.935c.328.328.612.51 1.154.847l.724.449h.001c.612.378 1.491.921 2.855 1.774a2 2 0 0 0 2.12-3.392c-1.36-.85-2.3-1.43-2.922-1.815h-.001v-.001l-.002-.001l-.541-.335l.016-.255c.054-.779.154-1.814.264-2.876c.103-.983.213-1.969.302-2.768l.02-.18c.047-.413.087-.772.115-1.04l.004-.035c.02-.19.051-.482.051-.655c0-.573-.235-.988-.386-1.2a2.2 2.2 0 0 0-.447-.463a2.7 2.7 0 0 0-.639-.363a4.5 4.5 0 0 0-1.196-.289c-.867-.095-1.97-.011-3.206.417c-2.501.868-5.404 3.09-8.129 7.81c-.934 1.618-.13 3.233.424 4.063c.632.948 1.556 1.838 2.397 2.554a31 31 0 0 0 2.43 1.85q.315.215.558.377l3.566 9.92a2 2 0 1 0 3.764-1.353l-3.795-10.558a2 2 0 0 0-.832-1.026h-.002l-.01-.007l-.05-.031l-.2-.128a30 30 0 0 1-2.272-1.626l.303-.504c.643-1.072 1.1-1.593 1.658-2.065c.38-.32.803-.621 1.39-1.016M22 42h-8.5C9.358 42 6 40.88 6 39.5S9.358 37 13.5 37c8 0 8.5 3.62 8.5 5m-3.397-11.618a1 1 0 1 0-1.8-.871L14.6 34.065a1 1 0 0 0 1.8.87zm2.83 1.717a1 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><defs><clipPath id="healthiconsDiarrheaNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-diarrhea-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(%23healthiconsDiarrheaNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-6%2010.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M29.326%2022.362a50%2050%200%200%200-.072.915c-.03.42-.05.818-.05%201.138c0%20.153.003.342.023.527c.01.088.029.234.073.4l.002.006c.026.098.146.543.538.935c.328.328.612.51%201.154.847l.724.449h.001c.612.378%201.491.921%202.855%201.774a2%202%200%200%200%202.12-3.392c-1.36-.85-2.3-1.43-2.922-1.815h-.001v-.001l-.002-.001l-.541-.335l.016-.255c.054-.779.154-1.814.264-2.876c.103-.983.213-1.969.302-2.768l.02-.18c.047-.413.087-.772.115-1.04l.004-.035c.02-.19.051-.482.051-.655c0-.573-.235-.988-.386-1.2a2.2%202.2%200%200%200-.447-.463a2.7%202.7%200%200%200-.639-.363a4.5%204.5%200%200%200-1.196-.289c-.867-.095-1.97-.011-3.206.417c-2.501.868-5.404%203.09-8.129%207.81c-.934%201.618-.13%203.233.424%204.063c.632.948%201.556%201.838%202.397%202.554a31%2031%200%200%200%202.43%201.85q.315.215.558.377l3.566%209.92a2%202%200%201%200%203.764-1.353l-3.795-10.558a2%202%200%200%200-.832-1.026h-.002l-.01-.007l-.05-.031l-.2-.128a30%2030%200%200%201-2.272-1.626l.303-.504c.643-1.072%201.1-1.593%201.658-2.065c.38-.32.803-.621%201.39-1.016M22%2042h-8.5C9.358%2042%206%2040.88%206%2039.5S9.358%2037%2013.5%2037c8%200%208.5%203.62%208.5%205m-3.397-11.618a1%201%200%201%200-1.8-.871L14.6%2034.065a1%201%200%200%200%201.8.87zm2.83%201.717a1%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%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDiarrheaNegative%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(%23healthiconsDiarrheaNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zm-6%2010.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M29.326%2022.362a50%2050%200%200%200-.072.915c-.03.42-.05.818-.05%201.138c0%20.153.003.342.023.527c.01.088.029.234.073.4l.002.006c.026.098.146.543.538.935c.328.328.612.51%201.154.847l.724.449h.001c.612.378%201.491.921%202.855%201.774a2%202%200%200%200%202.12-3.392c-1.36-.85-2.3-1.43-2.922-1.815h-.001v-.001l-.002-.001l-.541-.335l.016-.255c.054-.779.154-1.814.264-2.876c.103-.983.213-1.969.302-2.768l.02-.18c.047-.413.087-.772.115-1.04l.004-.035c.02-.19.051-.482.051-.655c0-.573-.235-.988-.386-1.2a2.2%202.2%200%200%200-.447-.463a2.7%202.7%200%200%200-.639-.363a4.5%204.5%200%200%200-1.196-.289c-.867-.095-1.97-.011-3.206.417c-2.501.868-5.404%203.09-8.129%207.81c-.934%201.618-.13%203.233.424%204.063c.632.948%201.556%201.838%202.397%202.554a31%2031%200%200%200%202.43%201.85q.315.215.558.377l3.566%209.92a2%202%200%201%200%203.764-1.353l-3.795-10.558a2%202%200%200%200-.832-1.026h-.002l-.01-.007l-.05-.031l-.2-.128a30%2030%200%200%201-2.272-1.626l.303-.504c.643-1.072%201.1-1.593%201.658-2.065c.38-.32.803-.621%201.39-1.016M22%2042h-8.5C9.358%2042%206%2040.88%206%2039.5S9.358%2037%2013.5%2037c8%200%208.5%203.62%208.5%205m-3.397-11.618a1%201%200%201%200-1.8-.871L14.6%2034.065a1%201%200%200%200%201.8.87zm2.83%201.717a1%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%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDiarrheaNegative%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/diarrhea-negative.svg?color=%231a73e8&size=48