vomiting icon
vomiting from Health Icons by Resolve to Save Lives · Filled · Conditions · MIT Free for personal and commercial use.
- Name
- vomiting
- Set
- Health Icons
- Style
- Filled
- Category
- Conditions
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
More conditions icons from Health Icons
Use the vomiting 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="M25.5 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m4.617 3.053c0 .582-.474 1.054-1.059 1.054A1.056 1.056 0 0 1 28 18.054c0-.582.474-1.054 1.058-1.054s1.06.472 1.06 1.053M42 39.5c0 1.38-3.358 2.5-7.5 2.5S27 40.88 27 39.5s3.358-2.5 7.5-2.5q.282 0 .559.007A1.584 1.584 0 0 1 36.589 35c.876 0 1.587.708 1.587 1.58c0 .255-.061.496-.169.71C40.382 37.71 42 38.542 42 39.5M31.588 25.16c.877 0 1.588-.707 1.588-1.58c0-.872-.711-1.58-1.588-1.58S30 22.707 30 23.58s.71 1.58 1.588 1.58m5.53 3.893c0 .582-.475 1.054-1.06 1.054A1.056 1.056 0 0 1 35 29.054c0-.582.474-1.054 1.059-1.054c.584 0 1.058.472 1.058 1.053m-6.06 4.054c.585 0 1.06-.472 1.06-1.053c0-.582-.475-1.054-1.06-1.054c-.584 0-1.058.472-1.058 1.053c0 .582.474 1.054 1.058 1.054m-18.71-7.726a40 40 0 0 0 2.605 2.67l.206.19l.051.047l.012.01l.002.003a2 2 0 0 1 .658 1.365l.614 10.214a2 2 0 1 1-3.992.24l-.567-9.417q-.233-.222-.53-.513a42 42 0 0 1-2.384-2.536c-.83-.967-1.699-2.097-2.28-3.197c-.29-.549-.557-1.18-.677-1.844c-.12-.666-.118-1.534.357-2.357c2.698-4.672 5.39-6.899 7.828-7.807a7.9 7.9 0 0 1 3.138-.508c.669.03 1.637.215 1.464.193c.99.126 1.486.838 1.668 1.192c.184.358.252.712.284.926c.067.456.061.974.038 1.437c-.048.964-.205 2.178-.38 3.323a98 98 0 0 1-.626 3.597l3.699 4.042a2 2 0 0 1-2.952 2.7l-4.38-4.788a2 2 0 0 1-.483-1.752l.005-.022l.014-.072a84 84 0 0 0 .248-1.277c.057-.306.12-.648.185-1.014c-1.483 1.293-2.444 2.654-3.47 4.362z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsVomiting(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="M25.5 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m4.617 3.053c0 .582-.474 1.054-1.059 1.054A1.056 1.056 0 0 1 28 18.054c0-.582.474-1.054 1.058-1.054s1.06.472 1.06 1.053M42 39.5c0 1.38-3.358 2.5-7.5 2.5S27 40.88 27 39.5s3.358-2.5 7.5-2.5q.282 0 .559.007A1.584 1.584 0 0 1 36.589 35c.876 0 1.587.708 1.587 1.58c0 .255-.061.496-.169.71C40.382 37.71 42 38.542 42 39.5M31.588 25.16c.877 0 1.588-.707 1.588-1.58c0-.872-.711-1.58-1.588-1.58S30 22.707 30 23.58s.71 1.58 1.588 1.58m5.53 3.893c0 .582-.475 1.054-1.06 1.054A1.056 1.056 0 0 1 35 29.054c0-.582.474-1.054 1.059-1.054c.584 0 1.058.472 1.058 1.053m-6.06 4.054c.585 0 1.06-.472 1.06-1.053c0-.582-.475-1.054-1.06-1.054c-.584 0-1.058.472-1.058 1.053c0 .582.474 1.054 1.058 1.054m-18.71-7.726a40 40 0 0 0 2.605 2.67l.206.19l.051.047l.012.01l.002.003a2 2 0 0 1 .658 1.365l.614 10.214a2 2 0 1 1-3.992.24l-.567-9.417q-.233-.222-.53-.513a42 42 0 0 1-2.384-2.536c-.83-.967-1.699-2.097-2.28-3.197c-.29-.549-.557-1.18-.677-1.844c-.12-.666-.118-1.534.357-2.357c2.698-4.672 5.39-6.899 7.828-7.807a7.9 7.9 0 0 1 3.138-.508c.669.03 1.637.215 1.464.193c.99.126 1.486.838 1.668 1.192c.184.358.252.712.284.926c.067.456.061.974.038 1.437c-.048.964-.205 2.178-.38 3.323a98 98 0 0 1-.626 3.597l3.699 4.042a2 2 0 0 1-2.952 2.7l-4.38-4.788a2 2 0 0 1-.483-1.752l.005-.022l.014-.072a84 84 0 0 0 .248-1.277c.057-.306.12-.648.185-1.014c-1.483 1.293-2.444 2.654-3.47 4.362z" 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="M25.5 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m4.617 3.053c0 .582-.474 1.054-1.059 1.054A1.056 1.056 0 0 1 28 18.054c0-.582.474-1.054 1.058-1.054s1.06.472 1.06 1.053M42 39.5c0 1.38-3.358 2.5-7.5 2.5S27 40.88 27 39.5s3.358-2.5 7.5-2.5q.282 0 .559.007A1.584 1.584 0 0 1 36.589 35c.876 0 1.587.708 1.587 1.58c0 .255-.061.496-.169.71C40.382 37.71 42 38.542 42 39.5M31.588 25.16c.877 0 1.588-.707 1.588-1.58c0-.872-.711-1.58-1.588-1.58S30 22.707 30 23.58s.71 1.58 1.588 1.58m5.53 3.893c0 .582-.475 1.054-1.06 1.054A1.056 1.056 0 0 1 35 29.054c0-.582.474-1.054 1.059-1.054c.584 0 1.058.472 1.058 1.053m-6.06 4.054c.585 0 1.06-.472 1.06-1.053c0-.582-.475-1.054-1.06-1.054c-.584 0-1.058.472-1.058 1.053c0 .582.474 1.054 1.058 1.054m-18.71-7.726a40 40 0 0 0 2.605 2.67l.206.19l.051.047l.012.01l.002.003a2 2 0 0 1 .658 1.365l.614 10.214a2 2 0 1 1-3.992.24l-.567-9.417q-.233-.222-.53-.513a42 42 0 0 1-2.384-2.536c-.83-.967-1.699-2.097-2.28-3.197c-.29-.549-.557-1.18-.677-1.844c-.12-.666-.118-1.534.357-2.357c2.698-4.672 5.39-6.899 7.828-7.807a7.9 7.9 0 0 1 3.138-.508c.669.03 1.637.215 1.464.193c.99.126 1.486.838 1.668 1.192c.184.358.252.712.284.926c.067.456.061.974.038 1.437c-.048.964-.205 2.178-.38 3.323a98 98 0 0 1-.626 3.597l3.699 4.042a2 2 0 0 1-2.952 2.7l-4.38-4.788a2 2 0 0 1-.483-1.752l.005-.022l.014-.072a84 84 0 0 0 .248-1.277c.057-.306.12-.648.185-1.014c-1.483 1.293-2.444 2.654-3.47 4.362z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-vomiting {
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%22M25.5%2015a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m4.617%203.053c0%20.582-.474%201.054-1.059%201.054A1.056%201.056%200%200%201%2028%2018.054c0-.582.474-1.054%201.058-1.054s1.06.472%201.06%201.053M42%2039.5c0%201.38-3.358%202.5-7.5%202.5S27%2040.88%2027%2039.5s3.358-2.5%207.5-2.5q.282%200%20.559.007A1.584%201.584%200%200%201%2036.589%2035c.876%200%201.587.708%201.587%201.58c0%20.255-.061.496-.169.71C40.382%2037.71%2042%2038.542%2042%2039.5M31.588%2025.16c.877%200%201.588-.707%201.588-1.58c0-.872-.711-1.58-1.588-1.58S30%2022.707%2030%2023.58s.71%201.58%201.588%201.58m5.53%203.893c0%20.582-.475%201.054-1.06%201.054A1.056%201.056%200%200%201%2035%2029.054c0-.582.474-1.054%201.059-1.054c.584%200%201.058.472%201.058%201.053m-6.06%204.054c.585%200%201.06-.472%201.06-1.053c0-.582-.475-1.054-1.06-1.054c-.584%200-1.058.472-1.058%201.053c0%20.582.474%201.054%201.058%201.054m-18.71-7.726a40%2040%200%200%200%202.605%202.67l.206.19l.051.047l.012.01l.002.003a2%202%200%200%201%20.658%201.365l.614%2010.214a2%202%200%201%201-3.992.24l-.567-9.417q-.233-.222-.53-.513a42%2042%200%200%201-2.384-2.536c-.83-.967-1.699-2.097-2.28-3.197c-.29-.549-.557-1.18-.677-1.844c-.12-.666-.118-1.534.357-2.357c2.698-4.672%205.39-6.899%207.828-7.807a7.9%207.9%200%200%201%203.138-.508c.669.03%201.637.215%201.464.193c.99.126%201.486.838%201.668%201.192c.184.358.252.712.284.926c.067.456.061.974.038%201.437c-.048.964-.205%202.178-.38%203.323a98%2098%200%200%201-.626%203.597l3.699%204.042a2%202%200%200%201-2.952%202.7l-4.38-4.788a2%202%200%200%201-.483-1.752l.005-.022l.014-.072a84%2084%200%200%200%20.248-1.277c.057-.306.12-.648.185-1.014c-1.483%201.293-2.444%202.654-3.47%204.362z%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%22M25.5%2015a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m4.617%203.053c0%20.582-.474%201.054-1.059%201.054A1.056%201.056%200%200%201%2028%2018.054c0-.582.474-1.054%201.058-1.054s1.06.472%201.06%201.053M42%2039.5c0%201.38-3.358%202.5-7.5%202.5S27%2040.88%2027%2039.5s3.358-2.5%207.5-2.5q.282%200%20.559.007A1.584%201.584%200%200%201%2036.589%2035c.876%200%201.587.708%201.587%201.58c0%20.255-.061.496-.169.71C40.382%2037.71%2042%2038.542%2042%2039.5M31.588%2025.16c.877%200%201.588-.707%201.588-1.58c0-.872-.711-1.58-1.588-1.58S30%2022.707%2030%2023.58s.71%201.58%201.588%201.58m5.53%203.893c0%20.582-.475%201.054-1.06%201.054A1.056%201.056%200%200%201%2035%2029.054c0-.582.474-1.054%201.059-1.054c.584%200%201.058.472%201.058%201.053m-6.06%204.054c.585%200%201.06-.472%201.06-1.053c0-.582-.475-1.054-1.06-1.054c-.584%200-1.058.472-1.058%201.053c0%20.582.474%201.054%201.058%201.054m-18.71-7.726a40%2040%200%200%200%202.605%202.67l.206.19l.051.047l.012.01l.002.003a2%202%200%200%201%20.658%201.365l.614%2010.214a2%202%200%201%201-3.992.24l-.567-9.417q-.233-.222-.53-.513a42%2042%200%200%201-2.384-2.536c-.83-.967-1.699-2.097-2.28-3.197c-.29-.549-.557-1.18-.677-1.844c-.12-.666-.118-1.534.357-2.357c2.698-4.672%205.39-6.899%207.828-7.807a7.9%207.9%200%200%201%203.138-.508c.669.03%201.637.215%201.464.193c.99.126%201.486.838%201.668%201.192c.184.358.252.712.284.926c.067.456.061.974.038%201.437c-.048.964-.205%202.178-.38%203.323a98%2098%200%200%201-.626%203.597l3.699%204.042a2%202%200%200%201-2.952%202.7l-4.38-4.788a2%202%200%200%201-.483-1.752l.005-.022l.014-.072a84%2084%200%200%200%20.248-1.277c.057-.306.12-.648.185-1.014c-1.483%201.293-2.444%202.654-3.47%204.362z%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/vomiting.svg?color=%231a73e8&size=48