emoticon sick icon
emoticon-sick from Material Design Icons by Pictogrammers · Filled · Emoji · Apache-2.0 Free for personal and commercial use.
- Name
- emoticon-sick
- Set
- Material Design Icons
- Style
- Filled
- Category
- Emoji
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- emoji-sick, face-sick, fever
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="M21 9c-1.1 0-2-.9-2-2s2-4 2-4s2 2.9 2 4s-.9 2-2 2m-3.5-2c0-.73.41-1.71.92-2.66A9.96 9.96 0 0 0 12 2C6.47 2 2 6.5 2 12s4.47 10 10 10c5.5 0 10-4.5 10-10c0-.55-.06-1.09-.14-1.62a3.5 3.5 0 0 1-.86.12c-1.93 0-3.5-1.57-3.5-3.5m-1.88.38l1.06 1.06l-1.06 1.06l1.06 1.06l-1.06 1.06L13.5 9.5zm-8.3 1.06l1.06-1.06L10.5 9.5l-2.12 2.12l-1.06-1.06L8.38 9.5zM15.44 17c-.69-1.19-1.97-2-3.44-2s-2.75.81-3.44 2H6.88c.3-.76.76-1.43 1.34-2l-2.98-1.7c-.45.26-1.01.28-1.49 0a1.501 1.501 0 0 1 1.5-2.6c.48.3.75.8.75 1.3l3.57 2.06c.73-.36 1.55-.56 2.43-.56c2.33 0 4.32 1.45 5.12 3.5z"/></svg>
React
import type { SVGProps } from "react";
export function MdiEmoticonSick(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="M21 9c-1.1 0-2-.9-2-2s2-4 2-4s2 2.9 2 4s-.9 2-2 2m-3.5-2c0-.73.41-1.71.92-2.66A9.96 9.96 0 0 0 12 2C6.47 2 2 6.5 2 12s4.47 10 10 10c5.5 0 10-4.5 10-10c0-.55-.06-1.09-.14-1.62a3.5 3.5 0 0 1-.86.12c-1.93 0-3.5-1.57-3.5-3.5m-1.88.38l1.06 1.06l-1.06 1.06l1.06 1.06l-1.06 1.06L13.5 9.5zm-8.3 1.06l1.06-1.06L10.5 9.5l-2.12 2.12l-1.06-1.06L8.38 9.5zM15.44 17c-.69-1.19-1.97-2-3.44-2s-2.75.81-3.44 2H6.88c.3-.76.76-1.43 1.34-2l-2.98-1.7c-.45.26-1.01.28-1.49 0a1.501 1.501 0 0 1 1.5-2.6c.48.3.75.8.75 1.3l3.57 2.06c.73-.36 1.55-.56 2.43-.56c2.33 0 4.32 1.45 5.12 3.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 9c-1.1 0-2-.9-2-2s2-4 2-4s2 2.9 2 4s-.9 2-2 2m-3.5-2c0-.73.41-1.71.92-2.66A9.96 9.96 0 0 0 12 2C6.47 2 2 6.5 2 12s4.47 10 10 10c5.5 0 10-4.5 10-10c0-.55-.06-1.09-.14-1.62a3.5 3.5 0 0 1-.86.12c-1.93 0-3.5-1.57-3.5-3.5m-1.88.38l1.06 1.06l-1.06 1.06l1.06 1.06l-1.06 1.06L13.5 9.5zm-8.3 1.06l1.06-1.06L10.5 9.5l-2.12 2.12l-1.06-1.06L8.38 9.5zM15.44 17c-.69-1.19-1.97-2-3.44-2s-2.75.81-3.44 2H6.88c.3-.76.76-1.43 1.34-2l-2.98-1.7c-.45.26-1.01.28-1.49 0a1.501 1.501 0 0 1 1.5-2.6c.48.3.75.8.75 1.3l3.57 2.06c.73-.36 1.55-.56 2.43-.56c2.33 0 4.32 1.45 5.12 3.5z"/></svg> </template>
CSS
.icon-emoticon-sick {
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%22M21%209c-1.1%200-2-.9-2-2s2-4%202-4s2%202.9%202%204s-.9%202-2%202m-3.5-2c0-.73.41-1.71.92-2.66A9.96%209.96%200%200%200%2012%202C6.47%202%202%206.5%202%2012s4.47%2010%2010%2010c5.5%200%2010-4.5%2010-10c0-.55-.06-1.09-.14-1.62a3.5%203.5%200%200%201-.86.12c-1.93%200-3.5-1.57-3.5-3.5m-1.88.38l1.06%201.06l-1.06%201.06l1.06%201.06l-1.06%201.06L13.5%209.5zm-8.3%201.06l1.06-1.06L10.5%209.5l-2.12%202.12l-1.06-1.06L8.38%209.5zM15.44%2017c-.69-1.19-1.97-2-3.44-2s-2.75.81-3.44%202H6.88c.3-.76.76-1.43%201.34-2l-2.98-1.7c-.45.26-1.01.28-1.49%200a1.501%201.501%200%200%201%201.5-2.6c.48.3.75.8.75%201.3l3.57%202.06c.73-.36%201.55-.56%202.43-.56c2.33%200%204.32%201.45%205.12%203.5z%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%22M21%209c-1.1%200-2-.9-2-2s2-4%202-4s2%202.9%202%204s-.9%202-2%202m-3.5-2c0-.73.41-1.71.92-2.66A9.96%209.96%200%200%200%2012%202C6.47%202%202%206.5%202%2012s4.47%2010%2010%2010c5.5%200%2010-4.5%2010-10c0-.55-.06-1.09-.14-1.62a3.5%203.5%200%200%201-.86.12c-1.93%200-3.5-1.57-3.5-3.5m-1.88.38l1.06%201.06l-1.06%201.06l1.06%201.06l-1.06%201.06L13.5%209.5zm-8.3%201.06l1.06-1.06L10.5%209.5l-2.12%202.12l-1.06-1.06L8.38%209.5zM15.44%2017c-.69-1.19-1.97-2-3.44-2s-2.75.81-3.44%202H6.88c.3-.76.76-1.43%201.34-2l-2.98-1.7c-.45.26-1.01.28-1.49%200a1.501%201.501%200%200%201%201.5-2.6c.48.3.75.8.75%201.3l3.57%202.06c.73-.36%201.55-.56%202.43-.56c2.33%200%204.32%201.45%205.12%203.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/emoticon-sick.svg?color=%231a73e8&size=48