nausea-outline from Health Icons by Resolve to Save Lives · Outline · Conditions · MIT Free for personal and commercial use.

Name
nausea-outline
Set
Health Icons
Style
Outline
Category
Conditions
Viewbox
48×48
License
MIT
Aliases
nausea2x-outline

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"><path fill="currentColor" fill-rule="evenodd" d="M25 14c.924 0 1.79-.25 2.532-.688L28.587 15H19a1 1 0 0 0-.138.01c-2.321.1-4.288 1.007-5.692 2.492c-1.452 1.536-2.152 3.534-2.17 5.47c-.018 1.938.648 3.96 2.112 5.519c1.238 1.318 2.917 2.168 4.888 2.426V41a3 3 0 0 0 5.985.298l.73-7.298h.57l.73 7.298A3 3 0 0 0 32 41V21h2a3 3 0 0 0 2.544-4.59l-5-8a3 3 0 0 0-1.933-1.347A5.001 5.001 0 0 0 20 9a5 5 0 0 0 5 5m0-2a3 3 0 0 0 1.472-.385l-.016-.025a3 3 0 0 1 1.073-4.205A3 3 0 1 0 25 12m4.848-2.53a1 1 0 0 0-1.696 1.06l3.087 4.94a1 1 0 0 1-.848 1.53H19.1l-.066.004c-1.873.062-3.369.771-4.41 1.872c-1.073 1.136-1.61 2.635-1.623 4.115s.495 2.987 1.57 4.131c1.04 1.108 2.552 1.814 4.462 1.874a1 1 0 0 1 .222.032q.441.004.841.012l.076.002c.316.006.605.011.878.012c.6.001 1.035-.024 1.355-.097c.306-.07.405-.159.448-.214c.048-.062.148-.24.148-.716c0-.426-.106-.588-.17-.658c-.078-.086-.24-.193-.6-.269s-.82-.101-1.392-.1c-.272 0-.553.007-.852.013h-.032c-.306.007-.63.014-.954.014a1 1 0 0 1-.34-.06c-1.205-.125-2.06-.605-2.632-1.214c-.685-.73-1.037-1.722-1.028-2.744c.01-1.022.38-2.022 1.078-2.76c.623-.66 1.557-1.161 2.863-1.239a1 1 0 0 1 1.058 1v5.003c.277-.006.559-.012.834-.012c.6-.001 1.234.021 1.81.143c.579.123 1.197.365 1.666.88c.484.532.69 1.223.69 2.004c0 .73-.15 1.407-.57 1.946c-.426.546-1.015.806-1.584.935c-.555.125-1.183.147-1.8.146c-.292 0-.599-.006-.91-.013L20 31.04V41a1 1 0 0 0 1.995.1l.82-8.2a1 1 0 0 1 .995-.9h2.38a1 1 0 0 1 .995.9l.82 8.2A1 1 0 0 0 30 41V20a1 1 0 0 1 1-1h3a1 1 0 0 0 .848-1.53zM18 21.272c-.203.105-.354.23-.469.351c-.32.34-.526.843-.53 1.405c-.006.56.188 1.04.485 1.356c.116.123.279.257.514.368z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsNauseaOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M25 14c.924 0 1.79-.25 2.532-.688L28.587 15H19a1 1 0 0 0-.138.01c-2.321.1-4.288 1.007-5.692 2.492c-1.452 1.536-2.152 3.534-2.17 5.47c-.018 1.938.648 3.96 2.112 5.519c1.238 1.318 2.917 2.168 4.888 2.426V41a3 3 0 0 0 5.985.298l.73-7.298h.57l.73 7.298A3 3 0 0 0 32 41V21h2a3 3 0 0 0 2.544-4.59l-5-8a3 3 0 0 0-1.933-1.347A5.001 5.001 0 0 0 20 9a5 5 0 0 0 5 5m0-2a3 3 0 0 0 1.472-.385l-.016-.025a3 3 0 0 1 1.073-4.205A3 3 0 1 0 25 12m4.848-2.53a1 1 0 0 0-1.696 1.06l3.087 4.94a1 1 0 0 1-.848 1.53H19.1l-.066.004c-1.873.062-3.369.771-4.41 1.872c-1.073 1.136-1.61 2.635-1.623 4.115s.495 2.987 1.57 4.131c1.04 1.108 2.552 1.814 4.462 1.874a1 1 0 0 1 .222.032q.441.004.841.012l.076.002c.316.006.605.011.878.012c.6.001 1.035-.024 1.355-.097c.306-.07.405-.159.448-.214c.048-.062.148-.24.148-.716c0-.426-.106-.588-.17-.658c-.078-.086-.24-.193-.6-.269s-.82-.101-1.392-.1c-.272 0-.553.007-.852.013h-.032c-.306.007-.63.014-.954.014a1 1 0 0 1-.34-.06c-1.205-.125-2.06-.605-2.632-1.214c-.685-.73-1.037-1.722-1.028-2.744c.01-1.022.38-2.022 1.078-2.76c.623-.66 1.557-1.161 2.863-1.239a1 1 0 0 1 1.058 1v5.003c.277-.006.559-.012.834-.012c.6-.001 1.234.021 1.81.143c.579.123 1.197.365 1.666.88c.484.532.69 1.223.69 2.004c0 .73-.15 1.407-.57 1.946c-.426.546-1.015.806-1.584.935c-.555.125-1.183.147-1.8.146c-.292 0-.599-.006-.91-.013L20 31.04V41a1 1 0 0 0 1.995.1l.82-8.2a1 1 0 0 1 .995-.9h2.38a1 1 0 0 1 .995.9l.82 8.2A1 1 0 0 0 30 41V20a1 1 0 0 1 1-1h3a1 1 0 0 0 .848-1.53zM18 21.272c-.203.105-.354.23-.469.351c-.32.34-.526.843-.53 1.405c-.006.56.188 1.04.485 1.356c.116.123.279.257.514.368z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M25 14c.924 0 1.79-.25 2.532-.688L28.587 15H19a1 1 0 0 0-.138.01c-2.321.1-4.288 1.007-5.692 2.492c-1.452 1.536-2.152 3.534-2.17 5.47c-.018 1.938.648 3.96 2.112 5.519c1.238 1.318 2.917 2.168 4.888 2.426V41a3 3 0 0 0 5.985.298l.73-7.298h.57l.73 7.298A3 3 0 0 0 32 41V21h2a3 3 0 0 0 2.544-4.59l-5-8a3 3 0 0 0-1.933-1.347A5.001 5.001 0 0 0 20 9a5 5 0 0 0 5 5m0-2a3 3 0 0 0 1.472-.385l-.016-.025a3 3 0 0 1 1.073-4.205A3 3 0 1 0 25 12m4.848-2.53a1 1 0 0 0-1.696 1.06l3.087 4.94a1 1 0 0 1-.848 1.53H19.1l-.066.004c-1.873.062-3.369.771-4.41 1.872c-1.073 1.136-1.61 2.635-1.623 4.115s.495 2.987 1.57 4.131c1.04 1.108 2.552 1.814 4.462 1.874a1 1 0 0 1 .222.032q.441.004.841.012l.076.002c.316.006.605.011.878.012c.6.001 1.035-.024 1.355-.097c.306-.07.405-.159.448-.214c.048-.062.148-.24.148-.716c0-.426-.106-.588-.17-.658c-.078-.086-.24-.193-.6-.269s-.82-.101-1.392-.1c-.272 0-.553.007-.852.013h-.032c-.306.007-.63.014-.954.014a1 1 0 0 1-.34-.06c-1.205-.125-2.06-.605-2.632-1.214c-.685-.73-1.037-1.722-1.028-2.744c.01-1.022.38-2.022 1.078-2.76c.623-.66 1.557-1.161 2.863-1.239a1 1 0 0 1 1.058 1v5.003c.277-.006.559-.012.834-.012c.6-.001 1.234.021 1.81.143c.579.123 1.197.365 1.666.88c.484.532.69 1.223.69 2.004c0 .73-.15 1.407-.57 1.946c-.426.546-1.015.806-1.584.935c-.555.125-1.183.147-1.8.146c-.292 0-.599-.006-.91-.013L20 31.04V41a1 1 0 0 0 1.995.1l.82-8.2a1 1 0 0 1 .995-.9h2.38a1 1 0 0 1 .995.9l.82 8.2A1 1 0 0 0 30 41V20a1 1 0 0 1 1-1h3a1 1 0 0 0 .848-1.53zM18 21.272c-.203.105-.354.23-.469.351c-.32.34-.526.843-.53 1.405c-.006.56.188 1.04.485 1.356c.116.123.279.257.514.368z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-nausea-outline {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M25%2014c.924%200%201.79-.25%202.532-.688L28.587%2015H19a1%201%200%200%200-.138.01c-2.321.1-4.288%201.007-5.692%202.492c-1.452%201.536-2.152%203.534-2.17%205.47c-.018%201.938.648%203.96%202.112%205.519c1.238%201.318%202.917%202.168%204.888%202.426V41a3%203%200%200%200%205.985.298l.73-7.298h.57l.73%207.298A3%203%200%200%200%2032%2041V21h2a3%203%200%200%200%202.544-4.59l-5-8a3%203%200%200%200-1.933-1.347A5.001%205.001%200%200%200%2020%209a5%205%200%200%200%205%205m0-2a3%203%200%200%200%201.472-.385l-.016-.025a3%203%200%200%201%201.073-4.205A3%203%200%201%200%2025%2012m4.848-2.53a1%201%200%200%200-1.696%201.06l3.087%204.94a1%201%200%200%201-.848%201.53H19.1l-.066.004c-1.873.062-3.369.771-4.41%201.872c-1.073%201.136-1.61%202.635-1.623%204.115s.495%202.987%201.57%204.131c1.04%201.108%202.552%201.814%204.462%201.874a1%201%200%200%201%20.222.032q.441.004.841.012l.076.002c.316.006.605.011.878.012c.6.001%201.035-.024%201.355-.097c.306-.07.405-.159.448-.214c.048-.062.148-.24.148-.716c0-.426-.106-.588-.17-.658c-.078-.086-.24-.193-.6-.269s-.82-.101-1.392-.1c-.272%200-.553.007-.852.013h-.032c-.306.007-.63.014-.954.014a1%201%200%200%201-.34-.06c-1.205-.125-2.06-.605-2.632-1.214c-.685-.73-1.037-1.722-1.028-2.744c.01-1.022.38-2.022%201.078-2.76c.623-.66%201.557-1.161%202.863-1.239a1%201%200%200%201%201.058%201v5.003c.277-.006.559-.012.834-.012c.6-.001%201.234.021%201.81.143c.579.123%201.197.365%201.666.88c.484.532.69%201.223.69%202.004c0%20.73-.15%201.407-.57%201.946c-.426.546-1.015.806-1.584.935c-.555.125-1.183.147-1.8.146c-.292%200-.599-.006-.91-.013L20%2031.04V41a1%201%200%200%200%201.995.1l.82-8.2a1%201%200%200%201%20.995-.9h2.38a1%201%200%200%201%20.995.9l.82%208.2A1%201%200%200%200%2030%2041V20a1%201%200%200%201%201-1h3a1%201%200%200%200%20.848-1.53zM18%2021.272c-.203.105-.354.23-.469.351c-.32.34-.526.843-.53%201.405c-.006.56.188%201.04.485%201.356c.116.123.279.257.514.368z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M25%2014c.924%200%201.79-.25%202.532-.688L28.587%2015H19a1%201%200%200%200-.138.01c-2.321.1-4.288%201.007-5.692%202.492c-1.452%201.536-2.152%203.534-2.17%205.47c-.018%201.938.648%203.96%202.112%205.519c1.238%201.318%202.917%202.168%204.888%202.426V41a3%203%200%200%200%205.985.298l.73-7.298h.57l.73%207.298A3%203%200%200%200%2032%2041V21h2a3%203%200%200%200%202.544-4.59l-5-8a3%203%200%200%200-1.933-1.347A5.001%205.001%200%200%200%2020%209a5%205%200%200%200%205%205m0-2a3%203%200%200%200%201.472-.385l-.016-.025a3%203%200%200%201%201.073-4.205A3%203%200%201%200%2025%2012m4.848-2.53a1%201%200%200%200-1.696%201.06l3.087%204.94a1%201%200%200%201-.848%201.53H19.1l-.066.004c-1.873.062-3.369.771-4.41%201.872c-1.073%201.136-1.61%202.635-1.623%204.115s.495%202.987%201.57%204.131c1.04%201.108%202.552%201.814%204.462%201.874a1%201%200%200%201%20.222.032q.441.004.841.012l.076.002c.316.006.605.011.878.012c.6.001%201.035-.024%201.355-.097c.306-.07.405-.159.448-.214c.048-.062.148-.24.148-.716c0-.426-.106-.588-.17-.658c-.078-.086-.24-.193-.6-.269s-.82-.101-1.392-.1c-.272%200-.553.007-.852.013h-.032c-.306.007-.63.014-.954.014a1%201%200%200%201-.34-.06c-1.205-.125-2.06-.605-2.632-1.214c-.685-.73-1.037-1.722-1.028-2.744c.01-1.022.38-2.022%201.078-2.76c.623-.66%201.557-1.161%202.863-1.239a1%201%200%200%201%201.058%201v5.003c.277-.006.559-.012.834-.012c.6-.001%201.234.021%201.81.143c.579.123%201.197.365%201.666.88c.484.532.69%201.223.69%202.004c0%20.73-.15%201.407-.57%201.946c-.426.546-1.015.806-1.584.935c-.555.125-1.183.147-1.8.146c-.292%200-.599-.006-.91-.013L20%2031.04V41a1%201%200%200%200%201.995.1l.82-8.2a1%201%200%200%201%20.995-.9h2.38a1%201%200%200%201%20.995.9l.82%208.2A1%201%200%200%200%2030%2041V20a1%201%200%200%201%201-1h3a1%201%200%200%200%20.848-1.53zM18%2021.272c-.203.105-.354.23-.469.351c-.32.34-.526.843-.53%201.405c-.006.56.188%201.04.485%201.356c.116.123.279.257.514.368z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/nausea-outline.svg?color=%231a73e8&size=48