sick icon
sick-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sick-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the sick icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.989 3q1.575 0 3.007.523t2.587 1.437q.177.134.198.335t-.12.372q-.14.177-.353.189t-.39-.129q-1.016-.815-2.286-1.271T11.989 4q-2.437 0-4.35 1.31T4.755 8.637q-.085.201-.29.294t-.406.013q-.189-.085-.266-.273q-.076-.188.008-.371Q4.884 5.97 7.05 4.485T11.989 3m-.018 18q-2.621 0-4.808-1.401t-3.319-3.768q-.084-.183-.023-.396t.239-.304t.384-.016t.293.25q1.029 2.11 2.965 3.373T11.972 20q3.336 0 5.682-2.34T20 11.994v-.403q0-.193-.039-.404q-.03-.208.103-.354q.132-.146.34-.18q.23-.032.372.099q.141.13.166.35q.039.212.049.442q.009.231.009.462q0 1.863-.71 3.505q-.711 1.643-1.932 2.858t-2.87 1.923t-3.517.708M8.842 9.475l-.761.762q-.129.128-.136.303t.141.324t.314.147t.313-.147l.78-.799q.241-.242.241-.565t-.242-.565L8.67 8.11q-.123-.123-.294-.123t-.294.123q-.129.13-.129.304t.129.304zM19.81 8.191q-.501-.5-.501-1.191q0-.804.454-1.554t.89-1.398q.056-.087.149-.136t.199-.05t.19.05t.139.136q.437.648.9 1.398T22.692 7q0 .69-.5 1.191q-.502.501-1.192.501t-1.191-.5m-4.626 1.283l.755-.756q.13-.129.12-.304t-.139-.304t-.304-.128t-.304.128l-.803.823q-.243.243-.243.566t.243.565l.803.804q.13.129.307.136q.178.006.326-.142t.148-.316t-.148-.316zm-6.847 6.91q.098 0 .18-.052t.143-.125q.55-.827 1.404-1.325T12 14.385t1.937.498t1.404 1.325q.061.073.15.125q.088.052.167.052q.296 0 .422-.237t-.04-.475q-.707-1.09-1.796-1.632T12 13.5q-.688 0-1.371.195t-1.29.605l-2.781-1.608q0-.361-.143-.701q-.142-.341-.454-.522q-.434-.242-.906-.118t-.72.553q-.243.435-.119.916q.125.482.553.73q.312.18.673.133q.362-.048.674-.23l2.488 1.432q-.181.18-.34.38t-.31.42q-.16.252-.024.476t.407.224"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSickOutlineRounded(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="M11.989 3q1.575 0 3.007.523t2.587 1.437q.177.134.198.335t-.12.372q-.14.177-.353.189t-.39-.129q-1.016-.815-2.286-1.271T11.989 4q-2.437 0-4.35 1.31T4.755 8.637q-.085.201-.29.294t-.406.013q-.189-.085-.266-.273q-.076-.188.008-.371Q4.884 5.97 7.05 4.485T11.989 3m-.018 18q-2.621 0-4.808-1.401t-3.319-3.768q-.084-.183-.023-.396t.239-.304t.384-.016t.293.25q1.029 2.11 2.965 3.373T11.972 20q3.336 0 5.682-2.34T20 11.994v-.403q0-.193-.039-.404q-.03-.208.103-.354q.132-.146.34-.18q.23-.032.372.099q.141.13.166.35q.039.212.049.442q.009.231.009.462q0 1.863-.71 3.505q-.711 1.643-1.932 2.858t-2.87 1.923t-3.517.708M8.842 9.475l-.761.762q-.129.128-.136.303t.141.324t.314.147t.313-.147l.78-.799q.241-.242.241-.565t-.242-.565L8.67 8.11q-.123-.123-.294-.123t-.294.123q-.129.13-.129.304t.129.304zM19.81 8.191q-.501-.5-.501-1.191q0-.804.454-1.554t.89-1.398q.056-.087.149-.136t.199-.05t.19.05t.139.136q.437.648.9 1.398T22.692 7q0 .69-.5 1.191q-.502.501-1.192.501t-1.191-.5m-4.626 1.283l.755-.756q.13-.129.12-.304t-.139-.304t-.304-.128t-.304.128l-.803.823q-.243.243-.243.566t.243.565l.803.804q.13.129.307.136q.178.006.326-.142t.148-.316t-.148-.316zm-6.847 6.91q.098 0 .18-.052t.143-.125q.55-.827 1.404-1.325T12 14.385t1.937.498t1.404 1.325q.061.073.15.125q.088.052.167.052q.296 0 .422-.237t-.04-.475q-.707-1.09-1.796-1.632T12 13.5q-.688 0-1.371.195t-1.29.605l-2.781-1.608q0-.361-.143-.701q-.142-.341-.454-.522q-.434-.242-.906-.118t-.72.553q-.243.435-.119.916q.125.482.553.73q.312.18.673.133q.362-.048.674-.23l2.488 1.432q-.181.18-.34.38t-.31.42q-.16.252-.024.476t.407.224"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.989 3q1.575 0 3.007.523t2.587 1.437q.177.134.198.335t-.12.372q-.14.177-.353.189t-.39-.129q-1.016-.815-2.286-1.271T11.989 4q-2.437 0-4.35 1.31T4.755 8.637q-.085.201-.29.294t-.406.013q-.189-.085-.266-.273q-.076-.188.008-.371Q4.884 5.97 7.05 4.485T11.989 3m-.018 18q-2.621 0-4.808-1.401t-3.319-3.768q-.084-.183-.023-.396t.239-.304t.384-.016t.293.25q1.029 2.11 2.965 3.373T11.972 20q3.336 0 5.682-2.34T20 11.994v-.403q0-.193-.039-.404q-.03-.208.103-.354q.132-.146.34-.18q.23-.032.372.099q.141.13.166.35q.039.212.049.442q.009.231.009.462q0 1.863-.71 3.505q-.711 1.643-1.932 2.858t-2.87 1.923t-3.517.708M8.842 9.475l-.761.762q-.129.128-.136.303t.141.324t.314.147t.313-.147l.78-.799q.241-.242.241-.565t-.242-.565L8.67 8.11q-.123-.123-.294-.123t-.294.123q-.129.13-.129.304t.129.304zM19.81 8.191q-.501-.5-.501-1.191q0-.804.454-1.554t.89-1.398q.056-.087.149-.136t.199-.05t.19.05t.139.136q.437.648.9 1.398T22.692 7q0 .69-.5 1.191q-.502.501-1.192.501t-1.191-.5m-4.626 1.283l.755-.756q.13-.129.12-.304t-.139-.304t-.304-.128t-.304.128l-.803.823q-.243.243-.243.566t.243.565l.803.804q.13.129.307.136q.178.006.326-.142t.148-.316t-.148-.316zm-6.847 6.91q.098 0 .18-.052t.143-.125q.55-.827 1.404-1.325T12 14.385t1.937.498t1.404 1.325q.061.073.15.125q.088.052.167.052q.296 0 .422-.237t-.04-.475q-.707-1.09-1.796-1.632T12 13.5q-.688 0-1.371.195t-1.29.605l-2.781-1.608q0-.361-.143-.701q-.142-.341-.454-.522q-.434-.242-.906-.118t-.72.553q-.243.435-.119.916q.125.482.553.73q.312.18.673.133q.362-.048.674-.23l2.488 1.432q-.181.18-.34.38t-.31.42q-.16.252-.024.476t.407.224"/></svg> </template>
CSS
.icon-sick-outline-rounded {
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%22M11.989%203q1.575%200%203.007.523t2.587%201.437q.177.134.198.335t-.12.372q-.14.177-.353.189t-.39-.129q-1.016-.815-2.286-1.271T11.989%204q-2.437%200-4.35%201.31T4.755%208.637q-.085.201-.29.294t-.406.013q-.189-.085-.266-.273q-.076-.188.008-.371Q4.884%205.97%207.05%204.485T11.989%203m-.018%2018q-2.621%200-4.808-1.401t-3.319-3.768q-.084-.183-.023-.396t.239-.304t.384-.016t.293.25q1.029%202.11%202.965%203.373T11.972%2020q3.336%200%205.682-2.34T20%2011.994v-.403q0-.193-.039-.404q-.03-.208.103-.354q.132-.146.34-.18q.23-.032.372.099q.141.13.166.35q.039.212.049.442q.009.231.009.462q0%201.863-.71%203.505q-.711%201.643-1.932%202.858t-2.87%201.923t-3.517.708M8.842%209.475l-.761.762q-.129.128-.136.303t.141.324t.314.147t.313-.147l.78-.799q.241-.242.241-.565t-.242-.565L8.67%208.11q-.123-.123-.294-.123t-.294.123q-.129.13-.129.304t.129.304zM19.81%208.191q-.501-.5-.501-1.191q0-.804.454-1.554t.89-1.398q.056-.087.149-.136t.199-.05t.19.05t.139.136q.437.648.9%201.398T22.692%207q0%20.69-.5%201.191q-.502.501-1.192.501t-1.191-.5m-4.626%201.283l.755-.756q.13-.129.12-.304t-.139-.304t-.304-.128t-.304.128l-.803.823q-.243.243-.243.566t.243.565l.803.804q.13.129.307.136q.178.006.326-.142t.148-.316t-.148-.316zm-6.847%206.91q.098%200%20.18-.052t.143-.125q.55-.827%201.404-1.325T12%2014.385t1.937.498t1.404%201.325q.061.073.15.125q.088.052.167.052q.296%200%20.422-.237t-.04-.475q-.707-1.09-1.796-1.632T12%2013.5q-.688%200-1.371.195t-1.29.605l-2.781-1.608q0-.361-.143-.701q-.142-.341-.454-.522q-.434-.242-.906-.118t-.72.553q-.243.435-.119.916q.125.482.553.73q.312.18.673.133q.362-.048.674-.23l2.488%201.432q-.181.18-.34.38t-.31.42q-.16.252-.024.476t.407.224%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%22M11.989%203q1.575%200%203.007.523t2.587%201.437q.177.134.198.335t-.12.372q-.14.177-.353.189t-.39-.129q-1.016-.815-2.286-1.271T11.989%204q-2.437%200-4.35%201.31T4.755%208.637q-.085.201-.29.294t-.406.013q-.189-.085-.266-.273q-.076-.188.008-.371Q4.884%205.97%207.05%204.485T11.989%203m-.018%2018q-2.621%200-4.808-1.401t-3.319-3.768q-.084-.183-.023-.396t.239-.304t.384-.016t.293.25q1.029%202.11%202.965%203.373T11.972%2020q3.336%200%205.682-2.34T20%2011.994v-.403q0-.193-.039-.404q-.03-.208.103-.354q.132-.146.34-.18q.23-.032.372.099q.141.13.166.35q.039.212.049.442q.009.231.009.462q0%201.863-.71%203.505q-.711%201.643-1.932%202.858t-2.87%201.923t-3.517.708M8.842%209.475l-.761.762q-.129.128-.136.303t.141.324t.314.147t.313-.147l.78-.799q.241-.242.241-.565t-.242-.565L8.67%208.11q-.123-.123-.294-.123t-.294.123q-.129.13-.129.304t.129.304zM19.81%208.191q-.501-.5-.501-1.191q0-.804.454-1.554t.89-1.398q.056-.087.149-.136t.199-.05t.19.05t.139.136q.437.648.9%201.398T22.692%207q0%20.69-.5%201.191q-.502.501-1.192.501t-1.191-.5m-4.626%201.283l.755-.756q.13-.129.12-.304t-.139-.304t-.304-.128t-.304.128l-.803.823q-.243.243-.243.566t.243.565l.803.804q.13.129.307.136q.178.006.326-.142t.148-.316t-.148-.316zm-6.847%206.91q.098%200%20.18-.052t.143-.125q.55-.827%201.404-1.325T12%2014.385t1.937.498t1.404%201.325q.061.073.15.125q.088.052.167.052q.296%200%20.422-.237t-.04-.475q-.707-1.09-1.796-1.632T12%2013.5q-.688%200-1.371.195t-1.29.605l-2.781-1.608q0-.361-.143-.701q-.142-.341-.454-.522q-.434-.242-.906-.118t-.72.553q-.243.435-.119.916q.125.482.553.73q.312.18.673.133q.362-.048.674-.23l2.488%201.432q-.181.18-.34.38t-.31.42q-.16.252-.024.476t.407.224%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/sick-outline-rounded.svg?color=%231a73e8&size=48