sick icon
sick from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sick
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sick-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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="m8.4 11.6l2.1-2.1l-2.125-2.125l-1.05 1.05L8.4 9.475L7.325 10.55zm11.188-3.187Q19 7.825 19 7q0-.675.375-1.437T21 3q1.25 1.8 1.625 2.563T23 7q0 .825-.587 1.413T21 9t-1.412-.587m-3.963 3.212L16.7 10.55l-1.075-1.075l1.05-1.05l-1.05-1.05L13.5 9.5zM12 13.5q-.65 0-1.263.15t-1.162.425L6 12q0-.4-.2-.75t-.55-.55q-.55-.3-1.137-.137t-.913.687q-.3.55-.137 1.138t.687.912q.35.2.75.2t.75-.2l2.975 1.725q-.425.425-.763.913T6.9 17h1.65q.525-.9 1.425-1.45T12 15t2.025.55T15.45 17h1.65q-.6-1.55-1.963-2.525T12 13.5m0 8.5q-2.1 0-3.925-.788T4.9 19.075T2.775 15.9T2 12t.775-3.9T4.9 4.925t3.175-2.138T12 2q1.85 0 3.488.6t2.937 1.7q-.35.65-.638 1.3T17.5 7q0 1.475 1.025 2.488T21 10.5q.225 0 .45-.025t.425-.075q.05.4.088.788T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSick(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="m8.4 11.6l2.1-2.1l-2.125-2.125l-1.05 1.05L8.4 9.475L7.325 10.55zm11.188-3.187Q19 7.825 19 7q0-.675.375-1.437T21 3q1.25 1.8 1.625 2.563T23 7q0 .825-.587 1.413T21 9t-1.412-.587m-3.963 3.212L16.7 10.55l-1.075-1.075l1.05-1.05l-1.05-1.05L13.5 9.5zM12 13.5q-.65 0-1.263.15t-1.162.425L6 12q0-.4-.2-.75t-.55-.55q-.55-.3-1.137-.137t-.913.687q-.3.55-.137 1.138t.687.912q.35.2.75.2t.75-.2l2.975 1.725q-.425.425-.763.913T6.9 17h1.65q.525-.9 1.425-1.45T12 15t2.025.55T15.45 17h1.65q-.6-1.55-1.963-2.525T12 13.5m0 8.5q-2.1 0-3.925-.788T4.9 19.075T2.775 15.9T2 12t.775-3.9T4.9 4.925t3.175-2.138T12 2q1.85 0 3.488.6t2.937 1.7q-.35.65-.638 1.3T17.5 7q0 1.475 1.025 2.488T21 10.5q.225 0 .45-.025t.425-.075q.05.4.088.788T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.4 11.6l2.1-2.1l-2.125-2.125l-1.05 1.05L8.4 9.475L7.325 10.55zm11.188-3.187Q19 7.825 19 7q0-.675.375-1.437T21 3q1.25 1.8 1.625 2.563T23 7q0 .825-.587 1.413T21 9t-1.412-.587m-3.963 3.212L16.7 10.55l-1.075-1.075l1.05-1.05l-1.05-1.05L13.5 9.5zM12 13.5q-.65 0-1.263.15t-1.162.425L6 12q0-.4-.2-.75t-.55-.55q-.55-.3-1.137-.137t-.913.687q-.3.55-.137 1.138t.687.912q.35.2.75.2t.75-.2l2.975 1.725q-.425.425-.763.913T6.9 17h1.65q.525-.9 1.425-1.45T12 15t2.025.55T15.45 17h1.65q-.6-1.55-1.963-2.525T12 13.5m0 8.5q-2.1 0-3.925-.788T4.9 19.075T2.775 15.9T2 12t.775-3.9T4.9 4.925t3.175-2.138T12 2q1.85 0 3.488.6t2.937 1.7q-.35.65-.638 1.3T17.5 7q0 1.475 1.025 2.488T21 10.5q.225 0 .45-.025t.425-.075q.05.4.088.788T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22"/></svg> </template>
CSS
.icon-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%22m8.4%2011.6l2.1-2.1l-2.125-2.125l-1.05%201.05L8.4%209.475L7.325%2010.55zm11.188-3.187Q19%207.825%2019%207q0-.675.375-1.437T21%203q1.25%201.8%201.625%202.563T23%207q0%20.825-.587%201.413T21%209t-1.412-.587m-3.963%203.212L16.7%2010.55l-1.075-1.075l1.05-1.05l-1.05-1.05L13.5%209.5zM12%2013.5q-.65%200-1.263.15t-1.162.425L6%2012q0-.4-.2-.75t-.55-.55q-.55-.3-1.137-.137t-.913.687q-.3.55-.137%201.138t.687.912q.35.2.75.2t.75-.2l2.975%201.725q-.425.425-.763.913T6.9%2017h1.65q.525-.9%201.425-1.45T12%2015t2.025.55T15.45%2017h1.65q-.6-1.55-1.963-2.525T12%2013.5m0%208.5q-2.1%200-3.925-.788T4.9%2019.075T2.775%2015.9T2%2012t.775-3.9T4.9%204.925t3.175-2.138T12%202q1.85%200%203.488.6t2.937%201.7q-.35.65-.638%201.3T17.5%207q0%201.475%201.025%202.488T21%2010.5q.225%200%20.45-.025t.425-.075q.05.4.088.788T22%2012q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022%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%22m8.4%2011.6l2.1-2.1l-2.125-2.125l-1.05%201.05L8.4%209.475L7.325%2010.55zm11.188-3.187Q19%207.825%2019%207q0-.675.375-1.437T21%203q1.25%201.8%201.625%202.563T23%207q0%20.825-.587%201.413T21%209t-1.412-.587m-3.963%203.212L16.7%2010.55l-1.075-1.075l1.05-1.05l-1.05-1.05L13.5%209.5zM12%2013.5q-.65%200-1.263.15t-1.162.425L6%2012q0-.4-.2-.75t-.55-.55q-.55-.3-1.137-.137t-.913.687q-.3.55-.137%201.138t.687.912q.35.2.75.2t.75-.2l2.975%201.725q-.425.425-.763.913T6.9%2017h1.65q.525-.9%201.425-1.45T12%2015t2.025.55T15.45%2017h1.65q-.6-1.55-1.963-2.525T12%2013.5m0%208.5q-2.1%200-3.925-.788T4.9%2019.075T2.775%2015.9T2%2012t.775-3.9T4.9%204.925t3.175-2.138T12%202q1.85%200%203.488.6t2.937%201.7q-.35.65-.638%201.3T17.5%207q0%201.475%201.025%202.488T21%2010.5q.225%200%20.45-.025t.425-.075q.05.4.088.788T22%2012q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sick.svg?color=%231a73e8&size=48