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

Name
vomitting-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Emotions
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More emotions icons from Health Icons

Use the vomitting icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.83 8.165a.75.75 0 0 1 1.005-.336l1.212.606c1.29.645 1.29 2.485 0 3.13l-1.212.606a.75.75 0 1 1-.67-1.342l1.21-.605a.25.25 0 0 0 0-.448l-1.21-.605a.75.75 0 0 1-.336-1.006m10.341 0a.75.75 0 0 1-.335 1.006l-1.21.605a.25.25 0 0 0 0 .448l1.21.605a.75.75 0 1 1-.67 1.342l-1.212-.606c-1.29-.645-1.29-2.485 0-3.13l1.212-.606a.75.75 0 0 1 1.006.336"/><path fill-rule="evenodd" d="M4.361 18.454A9.96 9.96 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10a9.96 9.96 0 0 1-2.361 6.454c.186.22.338.507.359.868c.038.676-.404 1.127-.729 1.364c-.65.475-1.746.786-2.958.99c-1.266.212-2.773.324-4.307.324s-3.042-.111-4.31-.324c-1.212-.203-2.308-.513-2.96-.987c-.325-.236-.768-.686-.732-1.36c.019-.364.172-.653.36-.875M4 12a8 8 0 1 1 13.943 5.355a7 7 0 0 0-.943-.352v-1.248a3 3 0 0 0-1.694-2.701l-.853-.413a7 7 0 0 0-.56-.269C13.031 12.004 12.467 12 12 12h-.014c-.308 0-.719 0-1.255.15a5 5 0 0 0-.624.222a7 7 0 0 0-.56.27l-.853.412A3 3 0 0 0 7 15.754v1.25a7 7 0 0 0-.943.351A7.97 7.97 0 0 1 4 12m7.5 2.025c.158-.024.304-.025.5-.025c.208 0 .342.001.496.025h.004V17a.75.75 0 0 0 1.5 0v-2.356l.435.21a1 1 0 0 1 .565.9v2.9l.843.134c.648.103 1.2.333 1.628.564c-.357.119-.85.243-1.49.351c-1.136.19-2.531.297-3.977.297c-1.447 0-2.842-.105-3.979-.296a10 10 0 0 1-1.495-.352c.428-.23.98-.461 1.627-.564L9 18.653v-2.898a1 1 0 0 1 .565-.9l.435-.211V18a.75.75 0 0 0 1.5 0z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsVomittingOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.83 8.165a.75.75 0 0 1 1.005-.336l1.212.606c1.29.645 1.29 2.485 0 3.13l-1.212.606a.75.75 0 1 1-.67-1.342l1.21-.605a.25.25 0 0 0 0-.448l-1.21-.605a.75.75 0 0 1-.336-1.006m10.341 0a.75.75 0 0 1-.335 1.006l-1.21.605a.25.25 0 0 0 0 .448l1.21.605a.75.75 0 1 1-.67 1.342l-1.212-.606c-1.29-.645-1.29-2.485 0-3.13l1.212-.606a.75.75 0 0 1 1.006.336"/><path fillRule="evenodd" d="M4.361 18.454A9.96 9.96 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10a9.96 9.96 0 0 1-2.361 6.454c.186.22.338.507.359.868c.038.676-.404 1.127-.729 1.364c-.65.475-1.746.786-2.958.99c-1.266.212-2.773.324-4.307.324s-3.042-.111-4.31-.324c-1.212-.203-2.308-.513-2.96-.987c-.325-.236-.768-.686-.732-1.36c.019-.364.172-.653.36-.875M4 12a8 8 0 1 1 13.943 5.355a7 7 0 0 0-.943-.352v-1.248a3 3 0 0 0-1.694-2.701l-.853-.413a7 7 0 0 0-.56-.269C13.031 12.004 12.467 12 12 12h-.014c-.308 0-.719 0-1.255.15a5 5 0 0 0-.624.222a7 7 0 0 0-.56.27l-.853.412A3 3 0 0 0 7 15.754v1.25a7 7 0 0 0-.943.351A7.97 7.97 0 0 1 4 12m7.5 2.025c.158-.024.304-.025.5-.025c.208 0 .342.001.496.025h.004V17a.75.75 0 0 0 1.5 0v-2.356l.435.21a1 1 0 0 1 .565.9v2.9l.843.134c.648.103 1.2.333 1.628.564c-.357.119-.85.243-1.49.351c-1.136.19-2.531.297-3.977.297c-1.447 0-2.842-.105-3.979-.296a10 10 0 0 1-1.495-.352c.428-.23.98-.461 1.627-.564L9 18.653v-2.898a1 1 0 0 1 .565-.9l.435-.211V18a.75.75 0 0 0 1.5 0z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.83 8.165a.75.75 0 0 1 1.005-.336l1.212.606c1.29.645 1.29 2.485 0 3.13l-1.212.606a.75.75 0 1 1-.67-1.342l1.21-.605a.25.25 0 0 0 0-.448l-1.21-.605a.75.75 0 0 1-.336-1.006m10.341 0a.75.75 0 0 1-.335 1.006l-1.21.605a.25.25 0 0 0 0 .448l1.21.605a.75.75 0 1 1-.67 1.342l-1.212-.606c-1.29-.645-1.29-2.485 0-3.13l1.212-.606a.75.75 0 0 1 1.006.336"/><path fill-rule="evenodd" d="M4.361 18.454A9.96 9.96 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10a9.96 9.96 0 0 1-2.361 6.454c.186.22.338.507.359.868c.038.676-.404 1.127-.729 1.364c-.65.475-1.746.786-2.958.99c-1.266.212-2.773.324-4.307.324s-3.042-.111-4.31-.324c-1.212-.203-2.308-.513-2.96-.987c-.325-.236-.768-.686-.732-1.36c.019-.364.172-.653.36-.875M4 12a8 8 0 1 1 13.943 5.355a7 7 0 0 0-.943-.352v-1.248a3 3 0 0 0-1.694-2.701l-.853-.413a7 7 0 0 0-.56-.269C13.031 12.004 12.467 12 12 12h-.014c-.308 0-.719 0-1.255.15a5 5 0 0 0-.624.222a7 7 0 0 0-.56.27l-.853.412A3 3 0 0 0 7 15.754v1.25a7 7 0 0 0-.943.351A7.97 7.97 0 0 1 4 12m7.5 2.025c.158-.024.304-.025.5-.025c.208 0 .342.001.496.025h.004V17a.75.75 0 0 0 1.5 0v-2.356l.435.21a1 1 0 0 1 .565.9v2.9l.843.134c.648.103 1.2.333 1.628.564c-.357.119-.85.243-1.49.351c-1.136.19-2.531.297-3.977.297c-1.447 0-2.842-.105-3.979-.296a10 10 0 0 1-1.495-.352c.428-.23.98-.461 1.627-.564L9 18.653v-2.898a1 1 0 0 1 .565-.9l.435-.211V18a.75.75 0 0 0 1.5 0z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-vomitting-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.83%208.165a.75.75%200%200%201%201.005-.336l1.212.606c1.29.645%201.29%202.485%200%203.13l-1.212.606a.75.75%200%201%201-.67-1.342l1.21-.605a.25.25%200%200%200%200-.448l-1.21-.605a.75.75%200%200%201-.336-1.006m10.341%200a.75.75%200%200%201-.335%201.006l-1.21.605a.25.25%200%200%200%200%20.448l1.21.605a.75.75%200%201%201-.67%201.342l-1.212-.606c-1.29-.645-1.29-2.485%200-3.13l1.212-.606a.75.75%200%200%201%201.006.336%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.361%2018.454A9.96%209.96%200%200%201%202%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010a9.96%209.96%200%200%201-2.361%206.454c.186.22.338.507.359.868c.038.676-.404%201.127-.729%201.364c-.65.475-1.746.786-2.958.99c-1.266.212-2.773.324-4.307.324s-3.042-.111-4.31-.324c-1.212-.203-2.308-.513-2.96-.987c-.325-.236-.768-.686-.732-1.36c.019-.364.172-.653.36-.875M4%2012a8%208%200%201%201%2013.943%205.355a7%207%200%200%200-.943-.352v-1.248a3%203%200%200%200-1.694-2.701l-.853-.413a7%207%200%200%200-.56-.269C13.031%2012.004%2012.467%2012%2012%2012h-.014c-.308%200-.719%200-1.255.15a5%205%200%200%200-.624.222a7%207%200%200%200-.56.27l-.853.412A3%203%200%200%200%207%2015.754v1.25a7%207%200%200%200-.943.351A7.97%207.97%200%200%201%204%2012m7.5%202.025c.158-.024.304-.025.5-.025c.208%200%20.342.001.496.025h.004V17a.75.75%200%200%200%201.5%200v-2.356l.435.21a1%201%200%200%201%20.565.9v2.9l.843.134c.648.103%201.2.333%201.628.564c-.357.119-.85.243-1.49.351c-1.136.19-2.531.297-3.977.297c-1.447%200-2.842-.105-3.979-.296a10%2010%200%200%201-1.495-.352c.428-.23.98-.461%201.627-.564L9%2018.653v-2.898a1%201%200%200%201%20.565-.9l.435-.211V18a.75.75%200%200%200%201.5%200z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.83%208.165a.75.75%200%200%201%201.005-.336l1.212.606c1.29.645%201.29%202.485%200%203.13l-1.212.606a.75.75%200%201%201-.67-1.342l1.21-.605a.25.25%200%200%200%200-.448l-1.21-.605a.75.75%200%200%201-.336-1.006m10.341%200a.75.75%200%200%201-.335%201.006l-1.21.605a.25.25%200%200%200%200%20.448l1.21.605a.75.75%200%201%201-.67%201.342l-1.212-.606c-1.29-.645-1.29-2.485%200-3.13l1.212-.606a.75.75%200%200%201%201.006.336%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.361%2018.454A9.96%209.96%200%200%201%202%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010a9.96%209.96%200%200%201-2.361%206.454c.186.22.338.507.359.868c.038.676-.404%201.127-.729%201.364c-.65.475-1.746.786-2.958.99c-1.266.212-2.773.324-4.307.324s-3.042-.111-4.31-.324c-1.212-.203-2.308-.513-2.96-.987c-.325-.236-.768-.686-.732-1.36c.019-.364.172-.653.36-.875M4%2012a8%208%200%201%201%2013.943%205.355a7%207%200%200%200-.943-.352v-1.248a3%203%200%200%200-1.694-2.701l-.853-.413a7%207%200%200%200-.56-.269C13.031%2012.004%2012.467%2012%2012%2012h-.014c-.308%200-.719%200-1.255.15a5%205%200%200%200-.624.222a7%207%200%200%200-.56.27l-.853.412A3%203%200%200%200%207%2015.754v1.25a7%207%200%200%200-.943.351A7.97%207.97%200%200%201%204%2012m7.5%202.025c.158-.024.304-.025.5-.025c.208%200%20.342.001.496.025h.004V17a.75.75%200%200%200%201.5%200v-2.356l.435.21a1%201%200%200%201%20.565.9v2.9l.843.134c.648.103%201.2.333%201.628.564c-.357.119-.85.243-1.49.351c-1.136.19-2.531.297-3.977.297c-1.447%200-2.842-.105-3.979-.296a10%2010%200%200%201-1.495-.352c.428-.23.98-.461%201.627-.564L9%2018.653v-2.898a1%201%200%200%201%20.565-.9l.435-.211V18a.75.75%200%200%200%201.5%200z%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/vomitting-outline-24px.svg?color=%231a73e8&size=48