round sick icon
round-sick from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- round-sick
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the round sick icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 7c0 1.1-.9 2-2 2s-2-.9-2-2c0-.78.99-2.44 1.58-3.36c.2-.31.64-.31.84 0C22.01 4.56 23 6.22 23 7m-1.14 3.38c.08.53.14 1.07.14 1.62c0 5.52-4.48 10-10.01 10C6.47 22 2 17.52 2 12S6.47 2 11.99 2c2.45 0 4.69.88 6.43 2.34c-.51.95-.92 1.93-.92 2.66c0 1.93 1.57 3.5 3.5 3.5c.3 0 .58-.05.86-.12m-7.83-.35l1.06 1.06c.29.29.77.29 1.06 0s.29-.77 0-1.06l-.53-.53l.53-.53c.29-.29.29-.77 0-1.06s-.77-.29-1.06 0l-1.06 1.06c-.29.29-.29.77 0 1.06M8.38 9.5l-.53.53c-.29.29-.29.77 0 1.06s.77.29 1.06 0l1.06-1.06c.29-.29.29-.77 0-1.06L8.91 7.91c-.29-.29-.77-.29-1.06 0s-.29.77 0 1.06zm8.09 6.3c-1-1.39-2.62-2.3-4.47-2.3c-.87 0-1.69.2-2.43.56L5.99 12c0-.52-.26-1.02-.74-1.29a1.503 1.503 0 0 0-1.73 2.44c.52.44 1.2.45 1.72.16l2.97 1.72c-.25.24-.48.5-.68.78c-.36.49 0 1.19.62 1.19c.23 0 .46-.1.6-.3c.72-1.02 1.9-1.7 3.25-1.7s2.53.68 3.25 1.7a.759.759 0 0 0 1.22-.9"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundSick(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="M23 7c0 1.1-.9 2-2 2s-2-.9-2-2c0-.78.99-2.44 1.58-3.36c.2-.31.64-.31.84 0C22.01 4.56 23 6.22 23 7m-1.14 3.38c.08.53.14 1.07.14 1.62c0 5.52-4.48 10-10.01 10C6.47 22 2 17.52 2 12S6.47 2 11.99 2c2.45 0 4.69.88 6.43 2.34c-.51.95-.92 1.93-.92 2.66c0 1.93 1.57 3.5 3.5 3.5c.3 0 .58-.05.86-.12m-7.83-.35l1.06 1.06c.29.29.77.29 1.06 0s.29-.77 0-1.06l-.53-.53l.53-.53c.29-.29.29-.77 0-1.06s-.77-.29-1.06 0l-1.06 1.06c-.29.29-.29.77 0 1.06M8.38 9.5l-.53.53c-.29.29-.29.77 0 1.06s.77.29 1.06 0l1.06-1.06c.29-.29.29-.77 0-1.06L8.91 7.91c-.29-.29-.77-.29-1.06 0s-.29.77 0 1.06zm8.09 6.3c-1-1.39-2.62-2.3-4.47-2.3c-.87 0-1.69.2-2.43.56L5.99 12c0-.52-.26-1.02-.74-1.29a1.503 1.503 0 0 0-1.73 2.44c.52.44 1.2.45 1.72.16l2.97 1.72c-.25.24-.48.5-.68.78c-.36.49 0 1.19.62 1.19c.23 0 .46-.1.6-.3c.72-1.02 1.9-1.7 3.25-1.7s2.53.68 3.25 1.7a.759.759 0 0 0 1.22-.9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 7c0 1.1-.9 2-2 2s-2-.9-2-2c0-.78.99-2.44 1.58-3.36c.2-.31.64-.31.84 0C22.01 4.56 23 6.22 23 7m-1.14 3.38c.08.53.14 1.07.14 1.62c0 5.52-4.48 10-10.01 10C6.47 22 2 17.52 2 12S6.47 2 11.99 2c2.45 0 4.69.88 6.43 2.34c-.51.95-.92 1.93-.92 2.66c0 1.93 1.57 3.5 3.5 3.5c.3 0 .58-.05.86-.12m-7.83-.35l1.06 1.06c.29.29.77.29 1.06 0s.29-.77 0-1.06l-.53-.53l.53-.53c.29-.29.29-.77 0-1.06s-.77-.29-1.06 0l-1.06 1.06c-.29.29-.29.77 0 1.06M8.38 9.5l-.53.53c-.29.29-.29.77 0 1.06s.77.29 1.06 0l1.06-1.06c.29-.29.29-.77 0-1.06L8.91 7.91c-.29-.29-.77-.29-1.06 0s-.29.77 0 1.06zm8.09 6.3c-1-1.39-2.62-2.3-4.47-2.3c-.87 0-1.69.2-2.43.56L5.99 12c0-.52-.26-1.02-.74-1.29a1.503 1.503 0 0 0-1.73 2.44c.52.44 1.2.45 1.72.16l2.97 1.72c-.25.24-.48.5-.68.78c-.36.49 0 1.19.62 1.19c.23 0 .46-.1.6-.3c.72-1.02 1.9-1.7 3.25-1.7s2.53.68 3.25 1.7a.759.759 0 0 0 1.22-.9"/></svg> </template>
CSS
.icon-round-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%22M23%207c0%201.1-.9%202-2%202s-2-.9-2-2c0-.78.99-2.44%201.58-3.36c.2-.31.64-.31.84%200C22.01%204.56%2023%206.22%2023%207m-1.14%203.38c.08.53.14%201.07.14%201.62c0%205.52-4.48%2010-10.01%2010C6.47%2022%202%2017.52%202%2012S6.47%202%2011.99%202c2.45%200%204.69.88%206.43%202.34c-.51.95-.92%201.93-.92%202.66c0%201.93%201.57%203.5%203.5%203.5c.3%200%20.58-.05.86-.12m-7.83-.35l1.06%201.06c.29.29.77.29%201.06%200s.29-.77%200-1.06l-.53-.53l.53-.53c.29-.29.29-.77%200-1.06s-.77-.29-1.06%200l-1.06%201.06c-.29.29-.29.77%200%201.06M8.38%209.5l-.53.53c-.29.29-.29.77%200%201.06s.77.29%201.06%200l1.06-1.06c.29-.29.29-.77%200-1.06L8.91%207.91c-.29-.29-.77-.29-1.06%200s-.29.77%200%201.06zm8.09%206.3c-1-1.39-2.62-2.3-4.47-2.3c-.87%200-1.69.2-2.43.56L5.99%2012c0-.52-.26-1.02-.74-1.29a1.503%201.503%200%200%200-1.73%202.44c.52.44%201.2.45%201.72.16l2.97%201.72c-.25.24-.48.5-.68.78c-.36.49%200%201.19.62%201.19c.23%200%20.46-.1.6-.3c.72-1.02%201.9-1.7%203.25-1.7s2.53.68%203.25%201.7a.759.759%200%200%200%201.22-.9%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%22M23%207c0%201.1-.9%202-2%202s-2-.9-2-2c0-.78.99-2.44%201.58-3.36c.2-.31.64-.31.84%200C22.01%204.56%2023%206.22%2023%207m-1.14%203.38c.08.53.14%201.07.14%201.62c0%205.52-4.48%2010-10.01%2010C6.47%2022%202%2017.52%202%2012S6.47%202%2011.99%202c2.45%200%204.69.88%206.43%202.34c-.51.95-.92%201.93-.92%202.66c0%201.93%201.57%203.5%203.5%203.5c.3%200%20.58-.05.86-.12m-7.83-.35l1.06%201.06c.29.29.77.29%201.06%200s.29-.77%200-1.06l-.53-.53l.53-.53c.29-.29.29-.77%200-1.06s-.77-.29-1.06%200l-1.06%201.06c-.29.29-.29.77%200%201.06M8.38%209.5l-.53.53c-.29.29-.29.77%200%201.06s.77.29%201.06%200l1.06-1.06c.29-.29.29-.77%200-1.06L8.91%207.91c-.29-.29-.77-.29-1.06%200s-.29.77%200%201.06zm8.09%206.3c-1-1.39-2.62-2.3-4.47-2.3c-.87%200-1.69.2-2.43.56L5.99%2012c0-.52-.26-1.02-.74-1.29a1.503%201.503%200%200%200-1.73%202.44c.52.44%201.2.45%201.72.16l2.97%201.72c-.25.24-.48.5-.68.78c-.36.49%200%201.19.62%201.19c.23%200%20.46-.1.6-.3c.72-1.02%201.9-1.7%203.25-1.7s2.53.68%203.25%201.7a.759.759%200%200%200%201.22-.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-sick.svg?color=%231a73e8&size=48