nauseous negative icon
nauseous-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- nauseous-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the nauseous negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" fill-rule="evenodd" clip-path="url(#healthiconsNauseousNegative)" clip-rule="evenodd"><path d="M24 40c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 16 16m-2.5-8a1 1 0 0 0-.63.224c-.204-.658-.62-1.264-1.09-1.85a1 1 0 0 0-1.56 1.251c.626.782.774 1.17.78 1.42c.005.212-.09.566-.74 1.282a1 1 0 1 0 1.48 1.346c.537-.592.97-1.2 1.158-1.875A1 1 0 0 0 21.5 34h5a1 1 0 0 0 .602-.202c.189.674.62 1.283 1.158 1.875a1 1 0 1 0 1.48-1.346c-.65-.715-.745-1.07-.74-1.281c.006-.25.154-.639.78-1.42a1 1 0 0 0-1.56-1.251c-.47.585-.886 1.19-1.09 1.849A1 1 0 0 0 26.5 32zm-6.693-6.767c-.683-.438-1.183-1.145-1.064-1.883a.5.5 0 0 1 .668-.389c1.818.675 3.846.257 5.642-1.448a.5.5 0 0 1 .818.203c.231.689.024 1.618-.48 2.382a3.8 3.8 0 0 1-2.654 1.665c-1.198.177-2.216-.073-2.93-.53m17.947 0c.683-.438 1.184-1.145 1.065-1.883a.5.5 0 0 0-.668-.389c-1.818.675-3.846.257-5.642-1.448a.5.5 0 0 0-.818.203c-.232.689-.024 1.618.48 2.382a3.8 3.8 0 0 0 2.653 1.665c1.199.177 2.216-.073 2.93-.53"/><path d="M0 0h48v48H0zm24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18"/></g><defs><clipPath id="healthiconsNauseousNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsNauseousNegative(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 fill="currentColor" fillRule="evenodd" clipPath="url(#healthiconsNauseousNegative)" clipRule="evenodd"><path d="M24 40c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 16 16m-2.5-8a1 1 0 0 0-.63.224c-.204-.658-.62-1.264-1.09-1.85a1 1 0 0 0-1.56 1.251c.626.782.774 1.17.78 1.42c.005.212-.09.566-.74 1.282a1 1 0 1 0 1.48 1.346c.537-.592.97-1.2 1.158-1.875A1 1 0 0 0 21.5 34h5a1 1 0 0 0 .602-.202c.189.674.62 1.283 1.158 1.875a1 1 0 1 0 1.48-1.346c-.65-.715-.745-1.07-.74-1.281c.006-.25.154-.639.78-1.42a1 1 0 0 0-1.56-1.251c-.47.585-.886 1.19-1.09 1.849A1 1 0 0 0 26.5 32zm-6.693-6.767c-.683-.438-1.183-1.145-1.064-1.883a.5.5 0 0 1 .668-.389c1.818.675 3.846.257 5.642-1.448a.5.5 0 0 1 .818.203c.231.689.024 1.618-.48 2.382a3.8 3.8 0 0 1-2.654 1.665c-1.198.177-2.216-.073-2.93-.53m17.947 0c.683-.438 1.184-1.145 1.065-1.883a.5.5 0 0 0-.668-.389c-1.818.675-3.846.257-5.642-1.448a.5.5 0 0 0-.818.203c-.232.689-.024 1.618.48 2.382a3.8 3.8 0 0 0 2.653 1.665c1.199.177 2.216-.073 2.93-.53"/><path d="M0 0h48v48H0zm24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18"/></g><defs><clipPath id="healthiconsNauseousNegative"><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 fill="currentColor" fill-rule="evenodd" clip-path="url(#healthiconsNauseousNegative)" clip-rule="evenodd"><path d="M24 40c8.837 0 16-7.163 16-16S32.837 8 24 8S8 15.163 8 24s7.163 16 16 16m-2.5-8a1 1 0 0 0-.63.224c-.204-.658-.62-1.264-1.09-1.85a1 1 0 0 0-1.56 1.251c.626.782.774 1.17.78 1.42c.005.212-.09.566-.74 1.282a1 1 0 1 0 1.48 1.346c.537-.592.97-1.2 1.158-1.875A1 1 0 0 0 21.5 34h5a1 1 0 0 0 .602-.202c.189.674.62 1.283 1.158 1.875a1 1 0 1 0 1.48-1.346c-.65-.715-.745-1.07-.74-1.281c.006-.25.154-.639.78-1.42a1 1 0 0 0-1.56-1.251c-.47.585-.886 1.19-1.09 1.849A1 1 0 0 0 26.5 32zm-6.693-6.767c-.683-.438-1.183-1.145-1.064-1.883a.5.5 0 0 1 .668-.389c1.818.675 3.846.257 5.642-1.448a.5.5 0 0 1 .818.203c.231.689.024 1.618-.48 2.382a3.8 3.8 0 0 1-2.654 1.665c-1.198.177-2.216-.073-2.93-.53m17.947 0c.683-.438 1.184-1.145 1.065-1.883a.5.5 0 0 0-.668-.389c-1.818.675-3.846.257-5.642-1.448a.5.5 0 0 0-.818.203c-.232.689-.024 1.618.48 2.382a3.8 3.8 0 0 0 2.653 1.665c1.199.177 2.216-.073 2.93-.53"/><path d="M0 0h48v48H0zm24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18"/></g><defs><clipPath id="healthiconsNauseousNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-nauseous-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%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsNauseousNegative)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%2040c8.837%200%2016-7.163%2016-16S32.837%208%2024%208S8%2015.163%208%2024s7.163%2016%2016%2016m-2.5-8a1%201%200%200%200-.63.224c-.204-.658-.62-1.264-1.09-1.85a1%201%200%200%200-1.56%201.251c.626.782.774%201.17.78%201.42c.005.212-.09.566-.74%201.282a1%201%200%201%200%201.48%201.346c.537-.592.97-1.2%201.158-1.875A1%201%200%200%200%2021.5%2034h5a1%201%200%200%200%20.602-.202c.189.674.62%201.283%201.158%201.875a1%201%200%201%200%201.48-1.346c-.65-.715-.745-1.07-.74-1.281c.006-.25.154-.639.78-1.42a1%201%200%200%200-1.56-1.251c-.47.585-.886%201.19-1.09%201.849A1%201%200%200%200%2026.5%2032zm-6.693-6.767c-.683-.438-1.183-1.145-1.064-1.883a.5.5%200%200%201%20.668-.389c1.818.675%203.846.257%205.642-1.448a.5.5%200%200%201%20.818.203c.231.689.024%201.618-.48%202.382a3.8%203.8%200%200%201-2.654%201.665c-1.198.177-2.216-.073-2.93-.53m17.947%200c.683-.438%201.184-1.145%201.065-1.883a.5.5%200%200%200-.668-.389c-1.818.675-3.846.257-5.642-1.448a.5.5%200%200%200-.818.203c-.232.689-.024%201.618.48%202.382a3.8%203.8%200%200%200%202.653%201.665c1.199.177%202.216-.073%202.93-.53%22%2F%3E%3Cpath%20d%3D%22M0%200h48v48H0zm24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsNauseousNegative%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%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsNauseousNegative)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%2040c8.837%200%2016-7.163%2016-16S32.837%208%2024%208S8%2015.163%208%2024s7.163%2016%2016%2016m-2.5-8a1%201%200%200%200-.63.224c-.204-.658-.62-1.264-1.09-1.85a1%201%200%200%200-1.56%201.251c.626.782.774%201.17.78%201.42c.005.212-.09.566-.74%201.282a1%201%200%201%200%201.48%201.346c.537-.592.97-1.2%201.158-1.875A1%201%200%200%200%2021.5%2034h5a1%201%200%200%200%20.602-.202c.189.674.62%201.283%201.158%201.875a1%201%200%201%200%201.48-1.346c-.65-.715-.745-1.07-.74-1.281c.006-.25.154-.639.78-1.42a1%201%200%200%200-1.56-1.251c-.47.585-.886%201.19-1.09%201.849A1%201%200%200%200%2026.5%2032zm-6.693-6.767c-.683-.438-1.183-1.145-1.064-1.883a.5.5%200%200%201%20.668-.389c1.818.675%203.846.257%205.642-1.448a.5.5%200%200%201%20.818.203c.231.689.024%201.618-.48%202.382a3.8%203.8%200%200%201-2.654%201.665c-1.198.177-2.216-.073-2.93-.53m17.947%200c.683-.438%201.184-1.145%201.065-1.883a.5.5%200%200%200-.668-.389c-1.818.675-3.846.257-5.642-1.448a.5.5%200%200%200-.818.203c-.232.689-.024%201.618.48%202.382a3.8%203.8%200%200%200%202.653%201.665c1.199.177%202.216-.073%202.93-.53%22%2F%3E%3Cpath%20d%3D%22M0%200h48v48H0zm24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsNauseousNegative%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/nauseous-negative.svg?color=%231a73e8&size=48