nausea negative icon
nausea-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- nausea-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the nausea 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(#healthiconsNauseaNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm24 15h-5.012c-2.123 0-3.894.74-5.139 2A6.46 6.46 0 0 0 12 21.48c-.015 1.612.565 3.262 1.796 4.515C15.046 27.27 16.836 28 18.988 28h2.003a2 2 0 1 0 0-4h-2.003c-1.217 0-1.931-.394-2.338-.808A2.34 2.34 0 0 1 16 21.52a2.46 2.46 0 0 1 .694-1.707c.287-.29.706-.56 1.306-.703V22h3a4 4 0 0 1 0 8h-3v12a2 2 0 0 0 3.993.166L22.84 32h2.32l.847 10.166A2 2 0 0 0 30 42V19h4a2 2 0 0 0 1.414-3.414l-6-6a2 2 0 1 0-2.828 2.828L29.172 15zm1.172-6.828a4 4 0 0 1 3.075-1.164A4.502 4.502 0 0 0 19.5 8.5a4.5 4.5 0 0 0 5.018 4.47a4 4 0 0 1 .654-4.798" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsNauseaNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsNauseaNegative(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(#healthiconsNauseaNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm24 15h-5.012c-2.123 0-3.894.74-5.139 2A6.46 6.46 0 0 0 12 21.48c-.015 1.612.565 3.262 1.796 4.515C15.046 27.27 16.836 28 18.988 28h2.003a2 2 0 1 0 0-4h-2.003c-1.217 0-1.931-.394-2.338-.808A2.34 2.34 0 0 1 16 21.52a2.46 2.46 0 0 1 .694-1.707c.287-.29.706-.56 1.306-.703V22h3a4 4 0 0 1 0 8h-3v12a2 2 0 0 0 3.993.166L22.84 32h2.32l.847 10.166A2 2 0 0 0 30 42V19h4a2 2 0 0 0 1.414-3.414l-6-6a2 2 0 1 0-2.828 2.828L29.172 15zm1.172-6.828a4 4 0 0 1 3.075-1.164A4.502 4.502 0 0 0 19.5 8.5a4.5 4.5 0 0 0 5.018 4.47a4 4 0 0 1 .654-4.798" clipRule="evenodd"/></g><defs><clipPath id="healthiconsNauseaNegative"><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(#healthiconsNauseaNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm24 15h-5.012c-2.123 0-3.894.74-5.139 2A6.46 6.46 0 0 0 12 21.48c-.015 1.612.565 3.262 1.796 4.515C15.046 27.27 16.836 28 18.988 28h2.003a2 2 0 1 0 0-4h-2.003c-1.217 0-1.931-.394-2.338-.808A2.34 2.34 0 0 1 16 21.52a2.46 2.46 0 0 1 .694-1.707c.287-.29.706-.56 1.306-.703V22h3a4 4 0 0 1 0 8h-3v12a2 2 0 0 0 3.993.166L22.84 32h2.32l.847 10.166A2 2 0 0 0 30 42V19h4a2 2 0 0 0 1.414-3.414l-6-6a2 2 0 1 0-2.828 2.828L29.172 15zm1.172-6.828a4 4 0 0 1 3.075-1.164A4.502 4.502 0 0 0 19.5 8.5a4.5 4.5 0 0 0 5.018 4.47a4 4 0 0 1 .654-4.798" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsNauseaNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-nausea-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(%23healthiconsNauseaNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm24%2015h-5.012c-2.123%200-3.894.74-5.139%202A6.46%206.46%200%200%200%2012%2021.48c-.015%201.612.565%203.262%201.796%204.515C15.046%2027.27%2016.836%2028%2018.988%2028h2.003a2%202%200%201%200%200-4h-2.003c-1.217%200-1.931-.394-2.338-.808A2.34%202.34%200%200%201%2016%2021.52a2.46%202.46%200%200%201%20.694-1.707c.287-.29.706-.56%201.306-.703V22h3a4%204%200%200%201%200%208h-3v12a2%202%200%200%200%203.993.166L22.84%2032h2.32l.847%2010.166A2%202%200%200%200%2030%2042V19h4a2%202%200%200%200%201.414-3.414l-6-6a2%202%200%201%200-2.828%202.828L29.172%2015zm1.172-6.828a4%204%200%200%201%203.075-1.164A4.502%204.502%200%200%200%2019.5%208.5a4.5%204.5%200%200%200%205.018%204.47a4%204%200%200%201%20.654-4.798%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsNauseaNegative%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(%23healthiconsNauseaNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm24%2015h-5.012c-2.123%200-3.894.74-5.139%202A6.46%206.46%200%200%200%2012%2021.48c-.015%201.612.565%203.262%201.796%204.515C15.046%2027.27%2016.836%2028%2018.988%2028h2.003a2%202%200%201%200%200-4h-2.003c-1.217%200-1.931-.394-2.338-.808A2.34%202.34%200%200%201%2016%2021.52a2.46%202.46%200%200%201%20.694-1.707c.287-.29.706-.56%201.306-.703V22h3a4%204%200%200%201%200%208h-3v12a2%202%200%200%200%203.993.166L22.84%2032h2.32l.847%2010.166A2%202%200%200%200%2030%2042V19h4a2%202%200%200%200%201.414-3.414l-6-6a2%202%200%201%200-2.828%202.828L29.172%2015zm1.172-6.828a4%204%200%200%201%203.075-1.164A4.502%204.502%200%200%200%2019.5%208.5a4.5%204.5%200%200%200%205.018%204.47a4%204%200%200%201%20.654-4.798%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsNauseaNegative%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/nausea-negative.svg?color=%231a73e8&size=48