rheumatology from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
rheumatology
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
rheumatology-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="M7 22v-4.35l-2.075-2.1q-.4-.425-.625-.937t-.275-1.038q.575.675 1.388 1.05T7.125 15q.775 0 1.463-.275T10 13.85q.05-.05.125-.1t.125-.075q.05.025.138.075t.137.1q.725.6 1.412.875t1.438.275q.925 0 1.737-.375t1.388-1.05q-.05.55-.275 1.063t-.625.912l-2.1 2.1V22zm.125-8q-1.3 0-2.212-.913T4 10.876q0-.65.25-1.213t.675-.987L7 6.575V2h6.5v4.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 14m15.525 3.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.625z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRheumatology(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 22v-4.35l-2.075-2.1q-.4-.425-.625-.937t-.275-1.038q.575.675 1.388 1.05T7.125 15q.775 0 1.463-.275T10 13.85q.05-.05.125-.1t.125-.075q.05.025.138.075t.137.1q.725.6 1.412.875t1.438.275q.925 0 1.737-.375t1.388-1.05q-.05.55-.275 1.063t-.625.912l-2.1 2.1V22zm.125-8q-1.3 0-2.212-.913T4 10.876q0-.65.25-1.213t.675-.987L7 6.575V2h6.5v4.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 14m15.525 3.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.625z"/></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 22v-4.35l-2.075-2.1q-.4-.425-.625-.937t-.275-1.038q.575.675 1.388 1.05T7.125 15q.775 0 1.463-.275T10 13.85q.05-.05.125-.1t.125-.075q.05.025.138.075t.137.1q.725.6 1.412.875t1.438.275q.925 0 1.737-.375t1.388-1.05q-.05.55-.275 1.063t-.625.912l-2.1 2.1V22zm.125-8q-1.3 0-2.212-.913T4 10.876q0-.65.25-1.213t.675-.987L7 6.575V2h6.5v4.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 14m15.525 3.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.625z"/></svg>
</template>

CSS

.icon-rheumatology {
  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%2022v-4.35l-2.075-2.1q-.4-.425-.625-.937t-.275-1.038q.575.675%201.388%201.05T7.125%2015q.775%200%201.463-.275T10%2013.85q.05-.05.125-.1t.125-.075q.05.025.138.075t.137.1q.725.6%201.412.875t1.438.275q.925%200%201.737-.375t1.388-1.05q-.05.55-.275%201.063t-.625.912l-2.1%202.1V22zm.125-8q-1.3%200-2.212-.913T4%2010.876q0-.65.25-1.213t.675-.987L7%206.575V2h6.5v4.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%2014m15.525%203.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.625z%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%2022v-4.35l-2.075-2.1q-.4-.425-.625-.937t-.275-1.038q.575.675%201.388%201.05T7.125%2015q.775%200%201.463-.275T10%2013.85q.05-.05.125-.1t.125-.075q.05.025.138.075t.137.1q.725.6%201.412.875t1.438.275q.925%200%201.737-.375t1.388-1.05q-.05.55-.275%201.063t-.625.912l-2.1%202.1V22zm.125-8q-1.3%200-2.212-.913T4%2010.876q0-.65.25-1.213t.675-.987L7%206.575V2h6.5v4.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%2014m15.525%203.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.625z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/rheumatology.svg?color=%231a73e8&size=48