nauseous icon
nauseous from Health Icons by Resolve to Save Lives · Filled · Emotions · MIT Free for personal and commercial use.
- Name
- nauseous
- Set
- Health Icons
- Style
- Filled
- Category
- Emotions
- Viewbox
- 48×48
- License
- MIT
- Aliases
- nauseous2x-outline
3 other variants in Health Icons
More emotions icons from Health Icons
Use the nauseous icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M21.5 32a1 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-7.757-8.65c-.12.738.381 1.445 1.064 1.883c.714.457 1.732.707 2.93.53a3.8 3.8 0 0 0 2.654-1.665c.504-.764.711-1.693.48-2.382a.5.5 0 0 0-.818-.203c-1.796 1.704-3.824 2.123-5.642 1.448a.5.5 0 0 0-.668.39m20.076-.001c.119.738-.382 1.445-1.065 1.883c-.714.457-1.731.707-2.93.53a3.8 3.8 0 0 1-2.653-1.665c-.504-.764-.712-1.693-.48-2.382a.5.5 0 0 1 .818-.203c1.796 1.704 3.824 2.123 5.642 1.448a.5.5 0 0 1 .668.39"/><path fill-rule="evenodd" d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18m-2 0c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsNauseous(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M21.5 32a1 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-7.757-8.65c-.12.738.381 1.445 1.064 1.883c.714.457 1.732.707 2.93.53a3.8 3.8 0 0 0 2.654-1.665c.504-.764.711-1.693.48-2.382a.5.5 0 0 0-.818-.203c-1.796 1.704-3.824 2.123-5.642 1.448a.5.5 0 0 0-.668.39m20.076-.001c.119.738-.382 1.445-1.065 1.883c-.714.457-1.731.707-2.93.53a3.8 3.8 0 0 1-2.653-1.665c-.504-.764-.712-1.693-.48-2.382a.5.5 0 0 1 .818-.203c1.796 1.704 3.824 2.123 5.642 1.448a.5.5 0 0 1 .668.39"/><path fillRule="evenodd" d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18m-2 0c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M21.5 32a1 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-7.757-8.65c-.12.738.381 1.445 1.064 1.883c.714.457 1.732.707 2.93.53a3.8 3.8 0 0 0 2.654-1.665c.504-.764.711-1.693.48-2.382a.5.5 0 0 0-.818-.203c-1.796 1.704-3.824 2.123-5.642 1.448a.5.5 0 0 0-.668.39m20.076-.001c.119.738-.382 1.445-1.065 1.883c-.714.457-1.731.707-2.93.53a3.8 3.8 0 0 1-2.653-1.665c-.504-.764-.712-1.693-.48-2.382a.5.5 0 0 1 .818-.203c1.796 1.704 3.824 2.123 5.642 1.448a.5.5 0 0 1 .668.39"/><path fill-rule="evenodd" d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18m-2 0c0 8.837-7.163 16-16 16S8 32.837 8 24S15.163 8 24 8s16 7.163 16 16" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-nauseous {
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%22currentColor%22%3E%3Cpath%20d%3D%22M21.5%2032a1%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-7.757-8.65c-.12.738.381%201.445%201.064%201.883c.714.457%201.732.707%202.93.53a3.8%203.8%200%200%200%202.654-1.665c.504-.764.711-1.693.48-2.382a.5.5%200%200%200-.818-.203c-1.796%201.704-3.824%202.123-5.642%201.448a.5.5%200%200%200-.668.39m20.076-.001c.119.738-.382%201.445-1.065%201.883c-.714.457-1.731.707-2.93.53a3.8%203.8%200%200%201-2.653-1.665c-.504-.764-.712-1.693-.48-2.382a.5.5%200%200%201%20.818-.203c1.796%201.704%203.824%202.123%205.642%201.448a.5.5%200%200%201%20.668.39%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M42%2024c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024S14.059%206%2024%206s18%208.059%2018%2018m-2%200c0%208.837-7.163%2016-16%2016S8%2032.837%208%2024S15.163%208%2024%208s16%207.163%2016%2016%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.5%2032a1%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-7.757-8.65c-.12.738.381%201.445%201.064%201.883c.714.457%201.732.707%202.93.53a3.8%203.8%200%200%200%202.654-1.665c.504-.764.711-1.693.48-2.382a.5.5%200%200%200-.818-.203c-1.796%201.704-3.824%202.123-5.642%201.448a.5.5%200%200%200-.668.39m20.076-.001c.119.738-.382%201.445-1.065%201.883c-.714.457-1.731.707-2.93.53a3.8%203.8%200%200%201-2.653-1.665c-.504-.764-.712-1.693-.48-2.382a.5.5%200%200%201%20.818-.203c1.796%201.704%203.824%202.123%205.642%201.448a.5.5%200%200%201%20.668.39%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M42%2024c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024S14.059%206%2024%206s18%208.059%2018%2018m-2%200c0%208.837-7.163%2016-16%2016S8%2032.837%208%2024S15.163%208%2024%208s16%207.163%2016%2016%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/nauseous.svg?color=%231a73e8&size=48