nauseous icon
nauseous-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Emotions · MIT Free for personal and commercial use.
- Name
- nauseous-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Emotions
- Viewbox
- 24×24
- License
- MIT
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 24 24"><g fill="currentColor"><path d="M9.264 9.539c-.03.154-.13.444-.318.713c-.184.262-.42.46-.72.54c-.298.08-.602.027-.893-.108a2 2 0 0 1-.631-.459l-1.131.986c.229.262.625.598 1.13.833c.51.237 1.182.393 1.914.197s1.236-.667 1.56-1.128c.319-.455.494-.944.561-1.286zm4 .288c.067.342.242.83.562 1.286c.323.461.827.932 1.559 1.128s1.404.04 1.915-.197c.504-.235.9-.57 1.13-.833l-1.132-.986c-.103.119-.334.32-.631.459c-.29.135-.595.188-.894.108c-.298-.08-.535-.278-.72-.54a2 2 0 0 1-.317-.713zm-4.036 4.416a.75.75 0 1 0-.956 1.156l.386.32c.12.1.12.284 0 .385l-.386.318a.75.75 0 0 0 .956 1.156l.385-.319a1.74 1.74 0 0 0 .476-.616h3.822c.106.23.264.442.476.616l.385.32a.75.75 0 1 0 .956-1.157l-.386-.319a.25.25 0 0 1 0-.385l.386-.319a.75.75 0 1 0-.956-1.156l-.385.319a1.75 1.75 0 0 0-.459.58h-3.856a1.7 1.7 0 0 0-.459-.58z"/><path fill-rule="evenodd" d="M17 3.34C12.217.579 6.101 2.217 3.34 7S2.217 17.9 7 20.66S17.9 21.784 20.66 17S21.783 6.101 17 3.34M5.072 8a8 8 0 1 1 13.856 8A8 8 0 0 1 5.072 8" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsNauseousOutline24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.264 9.539c-.03.154-.13.444-.318.713c-.184.262-.42.46-.72.54c-.298.08-.602.027-.893-.108a2 2 0 0 1-.631-.459l-1.131.986c.229.262.625.598 1.13.833c.51.237 1.182.393 1.914.197s1.236-.667 1.56-1.128c.319-.455.494-.944.561-1.286zm4 .288c.067.342.242.83.562 1.286c.323.461.827.932 1.559 1.128s1.404.04 1.915-.197c.504-.235.9-.57 1.13-.833l-1.132-.986c-.103.119-.334.32-.631.459c-.29.135-.595.188-.894.108c-.298-.08-.535-.278-.72-.54a2 2 0 0 1-.317-.713zm-4.036 4.416a.75.75 0 1 0-.956 1.156l.386.32c.12.1.12.284 0 .385l-.386.318a.75.75 0 0 0 .956 1.156l.385-.319a1.74 1.74 0 0 0 .476-.616h3.822c.106.23.264.442.476.616l.385.32a.75.75 0 1 0 .956-1.157l-.386-.319a.25.25 0 0 1 0-.385l.386-.319a.75.75 0 1 0-.956-1.156l-.385.319a1.75 1.75 0 0 0-.459.58h-3.856a1.7 1.7 0 0 0-.459-.58z"/><path fillRule="evenodd" d="M17 3.34C12.217.579 6.101 2.217 3.34 7S2.217 17.9 7 20.66S17.9 21.784 20.66 17S21.783 6.101 17 3.34M5.072 8a8 8 0 1 1 13.856 8A8 8 0 0 1 5.072 8" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.264 9.539c-.03.154-.13.444-.318.713c-.184.262-.42.46-.72.54c-.298.08-.602.027-.893-.108a2 2 0 0 1-.631-.459l-1.131.986c.229.262.625.598 1.13.833c.51.237 1.182.393 1.914.197s1.236-.667 1.56-1.128c.319-.455.494-.944.561-1.286zm4 .288c.067.342.242.83.562 1.286c.323.461.827.932 1.559 1.128s1.404.04 1.915-.197c.504-.235.9-.57 1.13-.833l-1.132-.986c-.103.119-.334.32-.631.459c-.29.135-.595.188-.894.108c-.298-.08-.535-.278-.72-.54a2 2 0 0 1-.317-.713zm-4.036 4.416a.75.75 0 1 0-.956 1.156l.386.32c.12.1.12.284 0 .385l-.386.318a.75.75 0 0 0 .956 1.156l.385-.319a1.74 1.74 0 0 0 .476-.616h3.822c.106.23.264.442.476.616l.385.32a.75.75 0 1 0 .956-1.157l-.386-.319a.25.25 0 0 1 0-.385l.386-.319a.75.75 0 1 0-.956-1.156l-.385.319a1.75 1.75 0 0 0-.459.58h-3.856a1.7 1.7 0 0 0-.459-.58z"/><path fill-rule="evenodd" d="M17 3.34C12.217.579 6.101 2.217 3.34 7S2.217 17.9 7 20.66S17.9 21.784 20.66 17S21.783 6.101 17 3.34M5.072 8a8 8 0 1 1 13.856 8A8 8 0 0 1 5.072 8" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-nauseous-outline-24px {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.264%209.539c-.03.154-.13.444-.318.713c-.184.262-.42.46-.72.54c-.298.08-.602.027-.893-.108a2%202%200%200%201-.631-.459l-1.131.986c.229.262.625.598%201.13.833c.51.237%201.182.393%201.914.197s1.236-.667%201.56-1.128c.319-.455.494-.944.561-1.286zm4%20.288c.067.342.242.83.562%201.286c.323.461.827.932%201.559%201.128s1.404.04%201.915-.197c.504-.235.9-.57%201.13-.833l-1.132-.986c-.103.119-.334.32-.631.459c-.29.135-.595.188-.894.108c-.298-.08-.535-.278-.72-.54a2%202%200%200%201-.317-.713zm-4.036%204.416a.75.75%200%201%200-.956%201.156l.386.32c.12.1.12.284%200%20.385l-.386.318a.75.75%200%200%200%20.956%201.156l.385-.319a1.74%201.74%200%200%200%20.476-.616h3.822c.106.23.264.442.476.616l.385.32a.75.75%200%201%200%20.956-1.157l-.386-.319a.25.25%200%200%201%200-.385l.386-.319a.75.75%200%201%200-.956-1.156l-.385.319a1.75%201.75%200%200%200-.459.58h-3.856a1.7%201.7%200%200%200-.459-.58z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17%203.34C12.217.579%206.101%202.217%203.34%207S2.217%2017.9%207%2020.66S17.9%2021.784%2020.66%2017S21.783%206.101%2017%203.34M5.072%208a8%208%200%201%201%2013.856%208A8%208%200%200%201%205.072%208%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.264%209.539c-.03.154-.13.444-.318.713c-.184.262-.42.46-.72.54c-.298.08-.602.027-.893-.108a2%202%200%200%201-.631-.459l-1.131.986c.229.262.625.598%201.13.833c.51.237%201.182.393%201.914.197s1.236-.667%201.56-1.128c.319-.455.494-.944.561-1.286zm4%20.288c.067.342.242.83.562%201.286c.323.461.827.932%201.559%201.128s1.404.04%201.915-.197c.504-.235.9-.57%201.13-.833l-1.132-.986c-.103.119-.334.32-.631.459c-.29.135-.595.188-.894.108c-.298-.08-.535-.278-.72-.54a2%202%200%200%201-.317-.713zm-4.036%204.416a.75.75%200%201%200-.956%201.156l.386.32c.12.1.12.284%200%20.385l-.386.318a.75.75%200%200%200%20.956%201.156l.385-.319a1.74%201.74%200%200%200%20.476-.616h3.822c.106.23.264.442.476.616l.385.32a.75.75%200%201%200%20.956-1.157l-.386-.319a.25.25%200%200%201%200-.385l.386-.319a.75.75%200%201%200-.956-1.156l-.385.319a1.75%201.75%200%200%200-.459.58h-3.856a1.7%201.7%200%200%200-.459-.58z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17%203.34C12.217.579%206.101%202.217%203.34%207S2.217%2017.9%207%2020.66S17.9%2021.784%2020.66%2017S21.783%206.101%2017%203.34M5.072%208a8%208%200%201%201%2013.856%208A8%208%200%200%201%205.072%208%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-outline-24px.svg?color=%231a73e8&size=48