emoticon-sick-outline from Material Design Icons by Pictogrammers · Outline · Emoji · Apache-2.0 Free for personal and commercial use.

Name
emoticon-sick-outline
Set
Material Design Icons
Style
Outline
Category
Emoji
Viewbox
24×24
License
Apache 2.0
Aliases
emoji-sick-outline, face-sick-outline, fever-outline

1 other variant in Material Design Icons

More emoji icons from Material Design Icons

Use the emoticon sick icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.32 10.56L8.38 9.5L7.32 8.44l1.06-1.06L10.5 9.5l-2.12 2.12zM4.5 9h.08C5.77 6.07 8.64 4 12 4c2.19 0 4.16.88 5.61 2.3c.15-.6.45-1.3.81-1.96A9.96 9.96 0 0 0 12 2c-4.89 0-8.95 3.5-9.82 8.14C2.74 9.44 3.59 9 4.5 9M21 10.5c-.42 0-.82-.09-1.19-.22c.12.55.19 1.13.19 1.72c0 4.42-3.58 8-8 8c-3.36 0-6.23-2.07-7.42-5H4.5c-.5 0-1.04-.14-1.5-.4c-.32-.18-.59-.42-.82-.7C3.07 18.5 7.11 22 12 22c5.5 0 10-4.5 10-10c0-.55-.06-1.09-.14-1.62a3.5 3.5 0 0 1-.86.12M21 3s-2 2.9-2 4s.9 2 2 2s2-.9 2-2s-2-4-2-4m-5.38 4.38L13.5 9.5l2.12 2.12l1.06-1.06l-1.06-1.06l1.06-1.06zM8.56 17c.69-1.19 1.97-2 3.44-2s2.75.81 3.44 2h1.68c-.8-2.05-2.79-3.5-5.12-3.5c-.87 0-1.7.2-2.43.57L6 12c0-.5-.27-1-.75-1.29c-.72-.41-1.63-.17-2.05.55c-.41.74-.17 1.63.55 2.05c.48.28 1.05.25 1.49 0l2.97 1.72c-.57.53-1.03 1.21-1.33 1.97z"/></svg>

React

import type { SVGProps } from "react";

export function MdiEmoticonSickOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.32 10.56L8.38 9.5L7.32 8.44l1.06-1.06L10.5 9.5l-2.12 2.12zM4.5 9h.08C5.77 6.07 8.64 4 12 4c2.19 0 4.16.88 5.61 2.3c.15-.6.45-1.3.81-1.96A9.96 9.96 0 0 0 12 2c-4.89 0-8.95 3.5-9.82 8.14C2.74 9.44 3.59 9 4.5 9M21 10.5c-.42 0-.82-.09-1.19-.22c.12.55.19 1.13.19 1.72c0 4.42-3.58 8-8 8c-3.36 0-6.23-2.07-7.42-5H4.5c-.5 0-1.04-.14-1.5-.4c-.32-.18-.59-.42-.82-.7C3.07 18.5 7.11 22 12 22c5.5 0 10-4.5 10-10c0-.55-.06-1.09-.14-1.62a3.5 3.5 0 0 1-.86.12M21 3s-2 2.9-2 4s.9 2 2 2s2-.9 2-2s-2-4-2-4m-5.38 4.38L13.5 9.5l2.12 2.12l1.06-1.06l-1.06-1.06l1.06-1.06zM8.56 17c.69-1.19 1.97-2 3.44-2s2.75.81 3.44 2h1.68c-.8-2.05-2.79-3.5-5.12-3.5c-.87 0-1.7.2-2.43.57L6 12c0-.5-.27-1-.75-1.29c-.72-.41-1.63-.17-2.05.55c-.41.74-.17 1.63.55 2.05c.48.28 1.05.25 1.49 0l2.97 1.72c-.57.53-1.03 1.21-1.33 1.97z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.32 10.56L8.38 9.5L7.32 8.44l1.06-1.06L10.5 9.5l-2.12 2.12zM4.5 9h.08C5.77 6.07 8.64 4 12 4c2.19 0 4.16.88 5.61 2.3c.15-.6.45-1.3.81-1.96A9.96 9.96 0 0 0 12 2c-4.89 0-8.95 3.5-9.82 8.14C2.74 9.44 3.59 9 4.5 9M21 10.5c-.42 0-.82-.09-1.19-.22c.12.55.19 1.13.19 1.72c0 4.42-3.58 8-8 8c-3.36 0-6.23-2.07-7.42-5H4.5c-.5 0-1.04-.14-1.5-.4c-.32-.18-.59-.42-.82-.7C3.07 18.5 7.11 22 12 22c5.5 0 10-4.5 10-10c0-.55-.06-1.09-.14-1.62a3.5 3.5 0 0 1-.86.12M21 3s-2 2.9-2 4s.9 2 2 2s2-.9 2-2s-2-4-2-4m-5.38 4.38L13.5 9.5l2.12 2.12l1.06-1.06l-1.06-1.06l1.06-1.06zM8.56 17c.69-1.19 1.97-2 3.44-2s2.75.81 3.44 2h1.68c-.8-2.05-2.79-3.5-5.12-3.5c-.87 0-1.7.2-2.43.57L6 12c0-.5-.27-1-.75-1.29c-.72-.41-1.63-.17-2.05.55c-.41.74-.17 1.63.55 2.05c.48.28 1.05.25 1.49 0l2.97 1.72c-.57.53-1.03 1.21-1.33 1.97z"/></svg>
</template>

CSS

.icon-emoticon-sick-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.32%2010.56L8.38%209.5L7.32%208.44l1.06-1.06L10.5%209.5l-2.12%202.12zM4.5%209h.08C5.77%206.07%208.64%204%2012%204c2.19%200%204.16.88%205.61%202.3c.15-.6.45-1.3.81-1.96A9.96%209.96%200%200%200%2012%202c-4.89%200-8.95%203.5-9.82%208.14C2.74%209.44%203.59%209%204.5%209M21%2010.5c-.42%200-.82-.09-1.19-.22c.12.55.19%201.13.19%201.72c0%204.42-3.58%208-8%208c-3.36%200-6.23-2.07-7.42-5H4.5c-.5%200-1.04-.14-1.5-.4c-.32-.18-.59-.42-.82-.7C3.07%2018.5%207.11%2022%2012%2022c5.5%200%2010-4.5%2010-10c0-.55-.06-1.09-.14-1.62a3.5%203.5%200%200%201-.86.12M21%203s-2%202.9-2%204s.9%202%202%202s2-.9%202-2s-2-4-2-4m-5.38%204.38L13.5%209.5l2.12%202.12l1.06-1.06l-1.06-1.06l1.06-1.06zM8.56%2017c.69-1.19%201.97-2%203.44-2s2.75.81%203.44%202h1.68c-.8-2.05-2.79-3.5-5.12-3.5c-.87%200-1.7.2-2.43.57L6%2012c0-.5-.27-1-.75-1.29c-.72-.41-1.63-.17-2.05.55c-.41.74-.17%201.63.55%202.05c.48.28%201.05.25%201.49%200l2.97%201.72c-.57.53-1.03%201.21-1.33%201.97z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.32%2010.56L8.38%209.5L7.32%208.44l1.06-1.06L10.5%209.5l-2.12%202.12zM4.5%209h.08C5.77%206.07%208.64%204%2012%204c2.19%200%204.16.88%205.61%202.3c.15-.6.45-1.3.81-1.96A9.96%209.96%200%200%200%2012%202c-4.89%200-8.95%203.5-9.82%208.14C2.74%209.44%203.59%209%204.5%209M21%2010.5c-.42%200-.82-.09-1.19-.22c.12.55.19%201.13.19%201.72c0%204.42-3.58%208-8%208c-3.36%200-6.23-2.07-7.42-5H4.5c-.5%200-1.04-.14-1.5-.4c-.32-.18-.59-.42-.82-.7C3.07%2018.5%207.11%2022%2012%2022c5.5%200%2010-4.5%2010-10c0-.55-.06-1.09-.14-1.62a3.5%203.5%200%200%201-.86.12M21%203s-2%202.9-2%204s.9%202%202%202s2-.9%202-2s-2-4-2-4m-5.38%204.38L13.5%209.5l2.12%202.12l1.06-1.06l-1.06-1.06l1.06-1.06zM8.56%2017c.69-1.19%201.97-2%203.44-2s2.75.81%203.44%202h1.68c-.8-2.05-2.79-3.5-5.12-3.5c-.87%200-1.7.2-2.43.57L6%2012c0-.5-.27-1-.75-1.29c-.72-.41-1.63-.17-2.05.55c-.41.74-.17%201.63.55%202.05c.48.28%201.05.25%201.49%200l2.97%201.72c-.57.53-1.03%201.21-1.33%201.97z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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