twotone-sick from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
twotone-sick
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the twotone 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 9c.03 0 .05.01.08.01A8 8 0 0 1 12 4c2.19 0 4.16.88 5.61 2.3c.15-.6.45-1.29.81-1.96A9.97 9.97 0 0 0 11.99 2c-4.88 0-8.94 3.51-9.81 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-5.01c-.03 0-.05.01-.08.01c-.52 0-1.04-.14-1.5-.4c-.32-.18-.59-.42-.82-.7c.89 4.61 4.93 8.1 9.8 8.1C17.52 22 22 17.52 22 12c0-.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.57L5.99 12c0-.52-.26-1.02-.74-1.29c-.72-.41-1.63-.17-2.05.55c-.41.72-.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 IcTwotoneSick(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 9c.03 0 .05.01.08.01A8 8 0 0 1 12 4c2.19 0 4.16.88 5.61 2.3c.15-.6.45-1.29.81-1.96A9.97 9.97 0 0 0 11.99 2c-4.88 0-8.94 3.51-9.81 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-5.01c-.03 0-.05.01-.08.01c-.52 0-1.04-.14-1.5-.4c-.32-.18-.59-.42-.82-.7c.89 4.61 4.93 8.1 9.8 8.1C17.52 22 22 17.52 22 12c0-.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.57L5.99 12c0-.52-.26-1.02-.74-1.29c-.72-.41-1.63-.17-2.05.55c-.41.72-.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 9c.03 0 .05.01.08.01A8 8 0 0 1 12 4c2.19 0 4.16.88 5.61 2.3c.15-.6.45-1.29.81-1.96A9.97 9.97 0 0 0 11.99 2c-4.88 0-8.94 3.51-9.81 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-5.01c-.03 0-.05.01-.08.01c-.52 0-1.04-.14-1.5-.4c-.32-.18-.59-.42-.82-.7c.89 4.61 4.93 8.1 9.8 8.1C17.52 22 22 17.52 22 12c0-.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.57L5.99 12c0-.52-.26-1.02-.74-1.29c-.72-.41-1.63-.17-2.05.55c-.41.72-.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-twotone-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%22M7.32%2010.56L8.38%209.5L7.32%208.44l1.06-1.06L10.5%209.5l-2.12%202.12zM4.5%209c.03%200%20.05.01.08.01A8%208%200%200%201%2012%204c2.19%200%204.16.88%205.61%202.3c.15-.6.45-1.29.81-1.96A9.97%209.97%200%200%200%2011.99%202c-4.88%200-8.94%203.51-9.81%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-5.01c-.03%200-.05.01-.08.01c-.52%200-1.04-.14-1.5-.4c-.32-.18-.59-.42-.82-.7c.89%204.61%204.93%208.1%209.8%208.1C17.52%2022%2022%2017.52%2022%2012c0-.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.57L5.99%2012c0-.52-.26-1.02-.74-1.29c-.72-.41-1.63-.17-2.05.55c-.41.72-.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%209c.03%200%20.05.01.08.01A8%208%200%200%201%2012%204c2.19%200%204.16.88%205.61%202.3c.15-.6.45-1.29.81-1.96A9.97%209.97%200%200%200%2011.99%202c-4.88%200-8.94%203.51-9.81%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-5.01c-.03%200-.05.01-.08.01c-.52%200-1.04-.14-1.5-.4c-.32-.18-.59-.42-.82-.7c.89%204.61%204.93%208.1%209.8%208.1C17.52%2022%2022%2017.52%2022%2012c0-.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.57L5.99%2012c0-.52-.26-1.02-.74-1.29c-.72-.41-1.63-.17-2.05.55c-.41.72-.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/ic/twotone-sick.svg?color=%231a73e8&size=48