rheumatology icon
rheumatology-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- rheumatology-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- rheumatology-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the rheumatology icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.65 17.225l-4.875-1.6l.65-1.925l4.875 1.625zM23 13h-4.625v-2H23zm.275-4.375l-4.9 1.65l-.6-1.925l4.9-1.625zM7.125 14q-1.3 0-2.212-.913T4 10.876q0-.65.25-1.213t.675-.987L7 6.575V2h2v5q0 .2-.088.388t-.212.337L6.325 10.1q-.15.15-.237.35T6 10.875q0 .45.338.788t.787.337q.3 0 .475-.1t.475-.35q.55-.45 1.088-.675t1.087-.225t1.088.225t1.087.675q.3.25.475.35t.475.1q.475 0 .8-.337t.325-.788q0-.225-.088-.437t-.237-.363L11.8 7.7q-.125-.15-.213-.325T11.5 7V2h2v4.55l2.1 2.1q.425.425.663 1t.237 1.225q0 1.3-.9 2.213T13.375 14q-.825 0-1.338-.312t-.862-.613q-.375-.3-.587-.362t-.338-.063q-.225 0-.462.15t-.438.275q-.35.3-.862.613T7.124 14m4.375 8v-4.75q0-.2.088-.387t.212-.338l2.375-2.375q.15-.15.238-.35t.087-.425q0-.25-.087-.45t-.238-.35L15.6 11.15q.425.425.663 1t.237 1.225t-.237 1.2t-.663.975l-2.1 2.1V22zM7 22v-4.35l-2.075-2.1q-.425-.425-.675-.975t-.25-1.2t.25-1.225t.675-1l1.425 1.425q-.175.15-.262.35t-.088.45q0 .225.087.425t.238.35L8.7 16.525q.125.15.213.338T9 17.25V22zm3.25-14.3"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRheumatologyOutline(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="m22.65 17.225l-4.875-1.6l.65-1.925l4.875 1.625zM23 13h-4.625v-2H23zm.275-4.375l-4.9 1.65l-.6-1.925l4.9-1.625zM7.125 14q-1.3 0-2.212-.913T4 10.876q0-.65.25-1.213t.675-.987L7 6.575V2h2v5q0 .2-.088.388t-.212.337L6.325 10.1q-.15.15-.237.35T6 10.875q0 .45.338.788t.787.337q.3 0 .475-.1t.475-.35q.55-.45 1.088-.675t1.087-.225t1.088.225t1.087.675q.3.25.475.35t.475.1q.475 0 .8-.337t.325-.788q0-.225-.088-.437t-.237-.363L11.8 7.7q-.125-.15-.213-.325T11.5 7V2h2v4.55l2.1 2.1q.425.425.663 1t.237 1.225q0 1.3-.9 2.213T13.375 14q-.825 0-1.338-.312t-.862-.613q-.375-.3-.587-.362t-.338-.063q-.225 0-.462.15t-.438.275q-.35.3-.862.613T7.124 14m4.375 8v-4.75q0-.2.088-.387t.212-.338l2.375-2.375q.15-.15.238-.35t.087-.425q0-.25-.087-.45t-.238-.35L15.6 11.15q.425.425.663 1t.237 1.225t-.237 1.2t-.663.975l-2.1 2.1V22zM7 22v-4.35l-2.075-2.1q-.425-.425-.675-.975t-.25-1.2t.25-1.225t.675-1l1.425 1.425q-.175.15-.262.35t-.088.45q0 .225.087.425t.238.35L8.7 16.525q.125.15.213.338T9 17.25V22zm3.25-14.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.65 17.225l-4.875-1.6l.65-1.925l4.875 1.625zM23 13h-4.625v-2H23zm.275-4.375l-4.9 1.65l-.6-1.925l4.9-1.625zM7.125 14q-1.3 0-2.212-.913T4 10.876q0-.65.25-1.213t.675-.987L7 6.575V2h2v5q0 .2-.088.388t-.212.337L6.325 10.1q-.15.15-.237.35T6 10.875q0 .45.338.788t.787.337q.3 0 .475-.1t.475-.35q.55-.45 1.088-.675t1.087-.225t1.088.225t1.087.675q.3.25.475.35t.475.1q.475 0 .8-.337t.325-.788q0-.225-.088-.437t-.237-.363L11.8 7.7q-.125-.15-.213-.325T11.5 7V2h2v4.55l2.1 2.1q.425.425.663 1t.237 1.225q0 1.3-.9 2.213T13.375 14q-.825 0-1.338-.312t-.862-.613q-.375-.3-.587-.362t-.338-.063q-.225 0-.462.15t-.438.275q-.35.3-.862.613T7.124 14m4.375 8v-4.75q0-.2.088-.387t.212-.338l2.375-2.375q.15-.15.238-.35t.087-.425q0-.25-.087-.45t-.238-.35L15.6 11.15q.425.425.663 1t.237 1.225t-.237 1.2t-.663.975l-2.1 2.1V22zM7 22v-4.35l-2.075-2.1q-.425-.425-.675-.975t-.25-1.2t.25-1.225t.675-1l1.425 1.425q-.175.15-.262.35t-.088.45q0 .225.087.425t.238.35L8.7 16.525q.125.15.213.338T9 17.25V22zm3.25-14.3"/></svg> </template>
CSS
.icon-rheumatology-outline {
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%22m22.65%2017.225l-4.875-1.6l.65-1.925l4.875%201.625zM23%2013h-4.625v-2H23zm.275-4.375l-4.9%201.65l-.6-1.925l4.9-1.625zM7.125%2014q-1.3%200-2.212-.913T4%2010.876q0-.65.25-1.213t.675-.987L7%206.575V2h2v5q0%20.2-.088.388t-.212.337L6.325%2010.1q-.15.15-.237.35T6%2010.875q0%20.45.338.788t.787.337q.3%200%20.475-.1t.475-.35q.55-.45%201.088-.675t1.087-.225t1.088.225t1.087.675q.3.25.475.35t.475.1q.475%200%20.8-.337t.325-.788q0-.225-.088-.437t-.237-.363L11.8%207.7q-.125-.15-.213-.325T11.5%207V2h2v4.55l2.1%202.1q.425.425.663%201t.237%201.225q0%201.3-.9%202.213T13.375%2014q-.825%200-1.338-.312t-.862-.613q-.375-.3-.587-.362t-.338-.063q-.225%200-.462.15t-.438.275q-.35.3-.862.613T7.124%2014m4.375%208v-4.75q0-.2.088-.387t.212-.338l2.375-2.375q.15-.15.238-.35t.087-.425q0-.25-.087-.45t-.238-.35L15.6%2011.15q.425.425.663%201t.237%201.225t-.237%201.2t-.663.975l-2.1%202.1V22zM7%2022v-4.35l-2.075-2.1q-.425-.425-.675-.975t-.25-1.2t.25-1.225t.675-1l1.425%201.425q-.175.15-.262.35t-.088.45q0%20.225.087.425t.238.35L8.7%2016.525q.125.15.213.338T9%2017.25V22zm3.25-14.3%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%22m22.65%2017.225l-4.875-1.6l.65-1.925l4.875%201.625zM23%2013h-4.625v-2H23zm.275-4.375l-4.9%201.65l-.6-1.925l4.9-1.625zM7.125%2014q-1.3%200-2.212-.913T4%2010.876q0-.65.25-1.213t.675-.987L7%206.575V2h2v5q0%20.2-.088.388t-.212.337L6.325%2010.1q-.15.15-.237.35T6%2010.875q0%20.45.338.788t.787.337q.3%200%20.475-.1t.475-.35q.55-.45%201.088-.675t1.087-.225t1.088.225t1.087.675q.3.25.475.35t.475.1q.475%200%20.8-.337t.325-.788q0-.225-.088-.437t-.237-.363L11.8%207.7q-.125-.15-.213-.325T11.5%207V2h2v4.55l2.1%202.1q.425.425.663%201t.237%201.225q0%201.3-.9%202.213T13.375%2014q-.825%200-1.338-.312t-.862-.613q-.375-.3-.587-.362t-.338-.063q-.225%200-.462.15t-.438.275q-.35.3-.862.613T7.124%2014m4.375%208v-4.75q0-.2.088-.387t.212-.338l2.375-2.375q.15-.15.238-.35t.087-.425q0-.25-.087-.45t-.238-.35L15.6%2011.15q.425.425.663%201t.237%201.225t-.237%201.2t-.663.975l-2.1%202.1V22zM7%2022v-4.35l-2.075-2.1q-.425-.425-.675-.975t-.25-1.2t.25-1.225t.675-1l1.425%201.425q-.175.15-.262.35t-.088.45q0%20.225.087.425t.238.35L8.7%2016.525q.125.15.213.338T9%2017.25V22zm3.25-14.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/rheumatology-outline.svg?color=%231a73e8&size=48