vomiting negative icon
vomiting-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- vomiting-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the vomiting 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(#healthiconsVomitingNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM30 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-.942 8.607c.585 0 1.06-.472 1.06-1.054S29.642 17 29.057 17c-.582 0-1.057.47-1.057 1.053s.474 1.054 1.058 1.054M34.5 42c4.142 0 7.5-1.12 7.5-2.5c0-.959-1.618-1.791-3.993-2.21c.108-.214.169-.455.169-.71c0-.873-.711-1.58-1.588-1.58a1.584 1.584 0 0 0-1.53 2.007Q34.783 37 34.5 37c-4.142 0-7.5 1.12-7.5 2.5s3.358 2.5 7.5 2.5m-1.324-18.42c0 .873-.711 1.58-1.588 1.58A1.584 1.584 0 0 1 30 23.58c0-.873.71-1.58 1.588-1.58c.877 0 1.588.707 1.588 1.58m2.883 6.527c.584 0 1.058-.472 1.058-1.054S36.643 28 36.06 28S35 28.47 35 29.053s.474 1.054 1.059 1.054m-3.942 1.946c0 .582-.474 1.054-1.058 1.054A1.056 1.056 0 0 1 30 32.053c0-.581.474-1.053 1.058-1.053s1.06.471 1.06 1.053M14.213 27.34a40 40 0 0 1-1.865-1.958l.356-.593c1.024-1.708 1.986-3.069 3.47-4.362a109 109 0 0 1-.434 2.29l-.014.073l-.004.017v.004l-.001.001a2 2 0 0 0 .483 1.752l4.38 4.788a2 2 0 1 0 2.952-2.7l-3.699-4.043l.082-.43c.16-.857.367-2.006.544-3.166c.175-1.145.332-2.36.38-3.323c.023-.463.029-.982-.038-1.437a3 3 0 0 0-.284-.927c-.182-.353-.677-1.065-1.668-1.19c.173.021-.795-.164-1.464-.194a7.9 7.9 0 0 0-3.138.507c-2.437.91-5.13 3.136-7.828 7.808c-.475.823-.477 1.69-.357 2.357c.12.663.387 1.295.677 1.844c.581 1.1 1.45 2.23 2.28 3.196a42 42 0 0 0 2.914 3.05l.567 9.417a2 2 0 1 0 3.992-.24l-.614-10.214a2 2 0 0 0-.657-1.365l-.003-.002l-.011-.011l-.052-.047l-.206-.19a42 42 0 0 1-.74-.712" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsVomitingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsVomitingNegative(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(#healthiconsVomitingNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM30 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-.942 8.607c.585 0 1.06-.472 1.06-1.054S29.642 17 29.057 17c-.582 0-1.057.47-1.057 1.053s.474 1.054 1.058 1.054M34.5 42c4.142 0 7.5-1.12 7.5-2.5c0-.959-1.618-1.791-3.993-2.21c.108-.214.169-.455.169-.71c0-.873-.711-1.58-1.588-1.58a1.584 1.584 0 0 0-1.53 2.007Q34.783 37 34.5 37c-4.142 0-7.5 1.12-7.5 2.5s3.358 2.5 7.5 2.5m-1.324-18.42c0 .873-.711 1.58-1.588 1.58A1.584 1.584 0 0 1 30 23.58c0-.873.71-1.58 1.588-1.58c.877 0 1.588.707 1.588 1.58m2.883 6.527c.584 0 1.058-.472 1.058-1.054S36.643 28 36.06 28S35 28.47 35 29.053s.474 1.054 1.059 1.054m-3.942 1.946c0 .582-.474 1.054-1.058 1.054A1.056 1.056 0 0 1 30 32.053c0-.581.474-1.053 1.058-1.053s1.06.471 1.06 1.053M14.213 27.34a40 40 0 0 1-1.865-1.958l.356-.593c1.024-1.708 1.986-3.069 3.47-4.362a109 109 0 0 1-.434 2.29l-.014.073l-.004.017v.004l-.001.001a2 2 0 0 0 .483 1.752l4.38 4.788a2 2 0 1 0 2.952-2.7l-3.699-4.043l.082-.43c.16-.857.367-2.006.544-3.166c.175-1.145.332-2.36.38-3.323c.023-.463.029-.982-.038-1.437a3 3 0 0 0-.284-.927c-.182-.353-.677-1.065-1.668-1.19c.173.021-.795-.164-1.464-.194a7.9 7.9 0 0 0-3.138.507c-2.437.91-5.13 3.136-7.828 7.808c-.475.823-.477 1.69-.357 2.357c.12.663.387 1.295.677 1.844c.581 1.1 1.45 2.23 2.28 3.196a42 42 0 0 0 2.914 3.05l.567 9.417a2 2 0 1 0 3.992-.24l-.614-10.214a2 2 0 0 0-.657-1.365l-.003-.002l-.011-.011l-.052-.047l-.206-.19a42 42 0 0 1-.74-.712" clipRule="evenodd"/></g><defs><clipPath id="healthiconsVomitingNegative"><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(#healthiconsVomitingNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM30 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-.942 8.607c.585 0 1.06-.472 1.06-1.054S29.642 17 29.057 17c-.582 0-1.057.47-1.057 1.053s.474 1.054 1.058 1.054M34.5 42c4.142 0 7.5-1.12 7.5-2.5c0-.959-1.618-1.791-3.993-2.21c.108-.214.169-.455.169-.71c0-.873-.711-1.58-1.588-1.58a1.584 1.584 0 0 0-1.53 2.007Q34.783 37 34.5 37c-4.142 0-7.5 1.12-7.5 2.5s3.358 2.5 7.5 2.5m-1.324-18.42c0 .873-.711 1.58-1.588 1.58A1.584 1.584 0 0 1 30 23.58c0-.873.71-1.58 1.588-1.58c.877 0 1.588.707 1.588 1.58m2.883 6.527c.584 0 1.058-.472 1.058-1.054S36.643 28 36.06 28S35 28.47 35 29.053s.474 1.054 1.059 1.054m-3.942 1.946c0 .582-.474 1.054-1.058 1.054A1.056 1.056 0 0 1 30 32.053c0-.581.474-1.053 1.058-1.053s1.06.471 1.06 1.053M14.213 27.34a40 40 0 0 1-1.865-1.958l.356-.593c1.024-1.708 1.986-3.069 3.47-4.362a109 109 0 0 1-.434 2.29l-.014.073l-.004.017v.004l-.001.001a2 2 0 0 0 .483 1.752l4.38 4.788a2 2 0 1 0 2.952-2.7l-3.699-4.043l.082-.43c.16-.857.367-2.006.544-3.166c.175-1.145.332-2.36.38-3.323c.023-.463.029-.982-.038-1.437a3 3 0 0 0-.284-.927c-.182-.353-.677-1.065-1.668-1.19c.173.021-.795-.164-1.464-.194a7.9 7.9 0 0 0-3.138.507c-2.437.91-5.13 3.136-7.828 7.808c-.475.823-.477 1.69-.357 2.357c.12.663.387 1.295.677 1.844c.581 1.1 1.45 2.23 2.28 3.196a42 42 0 0 0 2.914 3.05l.567 9.417a2 2 0 1 0 3.992-.24l-.614-10.214a2 2 0 0 0-.657-1.365l-.003-.002l-.011-.011l-.052-.047l-.206-.19a42 42 0 0 1-.74-.712" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsVomitingNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-vomiting-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(%23healthiconsVomitingNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM30%2010.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-.942%208.607c.585%200%201.06-.472%201.06-1.054S29.642%2017%2029.057%2017c-.582%200-1.057.47-1.057%201.053s.474%201.054%201.058%201.054M34.5%2042c4.142%200%207.5-1.12%207.5-2.5c0-.959-1.618-1.791-3.993-2.21c.108-.214.169-.455.169-.71c0-.873-.711-1.58-1.588-1.58a1.584%201.584%200%200%200-1.53%202.007Q34.783%2037%2034.5%2037c-4.142%200-7.5%201.12-7.5%202.5s3.358%202.5%207.5%202.5m-1.324-18.42c0%20.873-.711%201.58-1.588%201.58A1.584%201.584%200%200%201%2030%2023.58c0-.873.71-1.58%201.588-1.58c.877%200%201.588.707%201.588%201.58m2.883%206.527c.584%200%201.058-.472%201.058-1.054S36.643%2028%2036.06%2028S35%2028.47%2035%2029.053s.474%201.054%201.059%201.054m-3.942%201.946c0%20.582-.474%201.054-1.058%201.054A1.056%201.056%200%200%201%2030%2032.053c0-.581.474-1.053%201.058-1.053s1.06.471%201.06%201.053M14.213%2027.34a40%2040%200%200%201-1.865-1.958l.356-.593c1.024-1.708%201.986-3.069%203.47-4.362a109%20109%200%200%201-.434%202.29l-.014.073l-.004.017v.004l-.001.001a2%202%200%200%200%20.483%201.752l4.38%204.788a2%202%200%201%200%202.952-2.7l-3.699-4.043l.082-.43c.16-.857.367-2.006.544-3.166c.175-1.145.332-2.36.38-3.323c.023-.463.029-.982-.038-1.437a3%203%200%200%200-.284-.927c-.182-.353-.677-1.065-1.668-1.19c.173.021-.795-.164-1.464-.194a7.9%207.9%200%200%200-3.138.507c-2.437.91-5.13%203.136-7.828%207.808c-.475.823-.477%201.69-.357%202.357c.12.663.387%201.295.677%201.844c.581%201.1%201.45%202.23%202.28%203.196a42%2042%200%200%200%202.914%203.05l.567%209.417a2%202%200%201%200%203.992-.24l-.614-10.214a2%202%200%200%200-.657-1.365l-.003-.002l-.011-.011l-.052-.047l-.206-.19a42%2042%200%200%201-.74-.712%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsVomitingNegative%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(%23healthiconsVomitingNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM30%2010.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-.942%208.607c.585%200%201.06-.472%201.06-1.054S29.642%2017%2029.057%2017c-.582%200-1.057.47-1.057%201.053s.474%201.054%201.058%201.054M34.5%2042c4.142%200%207.5-1.12%207.5-2.5c0-.959-1.618-1.791-3.993-2.21c.108-.214.169-.455.169-.71c0-.873-.711-1.58-1.588-1.58a1.584%201.584%200%200%200-1.53%202.007Q34.783%2037%2034.5%2037c-4.142%200-7.5%201.12-7.5%202.5s3.358%202.5%207.5%202.5m-1.324-18.42c0%20.873-.711%201.58-1.588%201.58A1.584%201.584%200%200%201%2030%2023.58c0-.873.71-1.58%201.588-1.58c.877%200%201.588.707%201.588%201.58m2.883%206.527c.584%200%201.058-.472%201.058-1.054S36.643%2028%2036.06%2028S35%2028.47%2035%2029.053s.474%201.054%201.059%201.054m-3.942%201.946c0%20.582-.474%201.054-1.058%201.054A1.056%201.056%200%200%201%2030%2032.053c0-.581.474-1.053%201.058-1.053s1.06.471%201.06%201.053M14.213%2027.34a40%2040%200%200%201-1.865-1.958l.356-.593c1.024-1.708%201.986-3.069%203.47-4.362a109%20109%200%200%201-.434%202.29l-.014.073l-.004.017v.004l-.001.001a2%202%200%200%200%20.483%201.752l4.38%204.788a2%202%200%201%200%202.952-2.7l-3.699-4.043l.082-.43c.16-.857.367-2.006.544-3.166c.175-1.145.332-2.36.38-3.323c.023-.463.029-.982-.038-1.437a3%203%200%200%200-.284-.927c-.182-.353-.677-1.065-1.668-1.19c.173.021-.795-.164-1.464-.194a7.9%207.9%200%200%200-3.138.507c-2.437.91-5.13%203.136-7.828%207.808c-.475.823-.477%201.69-.357%202.357c.12.663.387%201.295.677%201.844c.581%201.1%201.45%202.23%202.28%203.196a42%2042%200%200%200%202.914%203.05l.567%209.417a2%202%200%201%200%203.992-.24l-.614-10.214a2%202%200%200%200-.657-1.365l-.003-.002l-.011-.011l-.052-.047l-.206-.19a42%2042%200%200%201-.74-.712%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsVomitingNegative%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/vomiting-negative.svg?color=%231a73e8&size=48