nausea icon
nausea from Health Icons by Resolve to Save Lives · Filled · Conditions · MIT Free for personal and commercial use.
- Name
- nausea
- Set
- Health Icons
- Style
- Filled
- Category
- Conditions
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More conditions icons from Health Icons
Use the nausea icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M25.172 8.172a4 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"/><path d="M13.85 17c1.244-1.26 3.015-2 5.138-2h10.184l-2.586-2.586a2 2 0 1 1 2.828-2.828l6 6A2 2 0 0 1 34 19h-4v23a2 2 0 0 1-3.993.166L25.16 32h-2.32l-.847 10.166A2 2 0 0 1 18 42V30h3a4 4 0 0 0 0-8h-3v-2.891c-.6.144-1.02.413-1.306.703A2.46 2.46 0 0 0 16 21.52a2.34 2.34 0 0 0 .65 1.673c.407.414 1.121.808 2.338.808h2.003a2 2 0 1 1 0 4H18.99c-2.152 0-3.942-.731-5.193-2.005c-1.23-1.253-1.811-2.903-1.796-4.514A6.46 6.46 0 0 1 13.85 17"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsNausea(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="M25.172 8.172a4 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"/><path d="M13.85 17c1.244-1.26 3.015-2 5.138-2h10.184l-2.586-2.586a2 2 0 1 1 2.828-2.828l6 6A2 2 0 0 1 34 19h-4v23a2 2 0 0 1-3.993.166L25.16 32h-2.32l-.847 10.166A2 2 0 0 1 18 42V30h3a4 4 0 0 0 0-8h-3v-2.891c-.6.144-1.02.413-1.306.703A2.46 2.46 0 0 0 16 21.52a2.34 2.34 0 0 0 .65 1.673c.407.414 1.121.808 2.338.808h2.003a2 2 0 1 1 0 4H18.99c-2.152 0-3.942-.731-5.193-2.005c-1.23-1.253-1.811-2.903-1.796-4.514A6.46 6.46 0 0 1 13.85 17"/></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="M25.172 8.172a4 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"/><path d="M13.85 17c1.244-1.26 3.015-2 5.138-2h10.184l-2.586-2.586a2 2 0 1 1 2.828-2.828l6 6A2 2 0 0 1 34 19h-4v23a2 2 0 0 1-3.993.166L25.16 32h-2.32l-.847 10.166A2 2 0 0 1 18 42V30h3a4 4 0 0 0 0-8h-3v-2.891c-.6.144-1.02.413-1.306.703A2.46 2.46 0 0 0 16 21.52a2.34 2.34 0 0 0 .65 1.673c.407.414 1.121.808 2.338.808h2.003a2 2 0 1 1 0 4H18.99c-2.152 0-3.942-.731-5.193-2.005c-1.23-1.253-1.811-2.903-1.796-4.514A6.46 6.46 0 0 1 13.85 17"/></g></svg> </template>
CSS
.icon-nausea {
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%22M25.172%208.172a4%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%2F%3E%3Cpath%20d%3D%22M13.85%2017c1.244-1.26%203.015-2%205.138-2h10.184l-2.586-2.586a2%202%200%201%201%202.828-2.828l6%206A2%202%200%200%201%2034%2019h-4v23a2%202%200%200%201-3.993.166L25.16%2032h-2.32l-.847%2010.166A2%202%200%200%201%2018%2042V30h3a4%204%200%200%200%200-8h-3v-2.891c-.6.144-1.02.413-1.306.703A2.46%202.46%200%200%200%2016%2021.52a2.34%202.34%200%200%200%20.65%201.673c.407.414%201.121.808%202.338.808h2.003a2%202%200%201%201%200%204H18.99c-2.152%200-3.942-.731-5.193-2.005c-1.23-1.253-1.811-2.903-1.796-4.514A6.46%206.46%200%200%201%2013.85%2017%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%22M25.172%208.172a4%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%2F%3E%3Cpath%20d%3D%22M13.85%2017c1.244-1.26%203.015-2%205.138-2h10.184l-2.586-2.586a2%202%200%201%201%202.828-2.828l6%206A2%202%200%200%201%2034%2019h-4v23a2%202%200%200%201-3.993.166L25.16%2032h-2.32l-.847%2010.166A2%202%200%200%201%2018%2042V30h3a4%204%200%200%200%200-8h-3v-2.891c-.6.144-1.02.413-1.306.703A2.46%202.46%200%200%200%2016%2021.52a2.34%202.34%200%200%200%20.65%201.673c.407.414%201.121.808%202.338.808h2.003a2%202%200%201%201%200%204H18.99c-2.152%200-3.942-.731-5.193-2.005c-1.23-1.253-1.811-2.903-1.796-4.514A6.46%206.46%200%200%201%2013.85%2017%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/nausea.svg?color=%231a73e8&size=48