symptoms-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
symptoms-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the symptoms icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 22q-1.675 0-2.838-1.175t-1.187-2.85q0-.825.35-1.575t.95-1.325l1.35-1.275q.575-.55 1.375-.55t1.375.55l1.325 1.275q.6.575.938 1.313T23 17.95q0 1.7-1.175 2.875T19 22M13.913 9.588q.787.787.787 1.912t-.787 1.913T12 14.2t-1.912-.787T9.3 11.5t.788-1.912T12 8.8t1.913.788m-5.1 5.1Q10.125 16 12 16q.375 0 .725-.05t.7-.175q-.225.575-.338 1.162T13 18.15q.025.35-.187.6t-.563.25q-1.575 0-3.025-.35T6.45 17.6q-1.5-.8-2.725-1.988t-2.1-2.762q-.175-.325-.25-.662T1.3 11.5t.075-.687t.25-.663Q3.2 7.325 5.963 5.663T12 4t6.038 1.663t4.337 4.487q.15.3.225.65t.075.7q0 .375-.088.725t-.262.675l-1.25-1.175q-.425-.425-.937-.625t-1.088-.2t-1.112.188t-.963.587l-.525.5q.025-.175.038-.337t.012-.338q0-1.875-1.312-3.187T12 7T8.813 8.313T7.5 11.5t1.313 3.188"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSymptomsRounded(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="M19 22q-1.675 0-2.838-1.175t-1.187-2.85q0-.825.35-1.575t.95-1.325l1.35-1.275q.575-.55 1.375-.55t1.375.55l1.325 1.275q.6.575.938 1.313T23 17.95q0 1.7-1.175 2.875T19 22M13.913 9.588q.787.787.787 1.912t-.787 1.913T12 14.2t-1.912-.787T9.3 11.5t.788-1.912T12 8.8t1.913.788m-5.1 5.1Q10.125 16 12 16q.375 0 .725-.05t.7-.175q-.225.575-.338 1.162T13 18.15q.025.35-.187.6t-.563.25q-1.575 0-3.025-.35T6.45 17.6q-1.5-.8-2.725-1.988t-2.1-2.762q-.175-.325-.25-.662T1.3 11.5t.075-.687t.25-.663Q3.2 7.325 5.963 5.663T12 4t6.038 1.663t4.337 4.487q.15.3.225.65t.075.7q0 .375-.088.725t-.262.675l-1.25-1.175q-.425-.425-.937-.625t-1.088-.2t-1.112.188t-.963.587l-.525.5q.025-.175.038-.337t.012-.338q0-1.875-1.312-3.187T12 7T8.813 8.313T7.5 11.5t1.313 3.188"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 22q-1.675 0-2.838-1.175t-1.187-2.85q0-.825.35-1.575t.95-1.325l1.35-1.275q.575-.55 1.375-.55t1.375.55l1.325 1.275q.6.575.938 1.313T23 17.95q0 1.7-1.175 2.875T19 22M13.913 9.588q.787.787.787 1.912t-.787 1.913T12 14.2t-1.912-.787T9.3 11.5t.788-1.912T12 8.8t1.913.788m-5.1 5.1Q10.125 16 12 16q.375 0 .725-.05t.7-.175q-.225.575-.338 1.162T13 18.15q.025.35-.187.6t-.563.25q-1.575 0-3.025-.35T6.45 17.6q-1.5-.8-2.725-1.988t-2.1-2.762q-.175-.325-.25-.662T1.3 11.5t.075-.687t.25-.663Q3.2 7.325 5.963 5.663T12 4t6.038 1.663t4.337 4.487q.15.3.225.65t.075.7q0 .375-.088.725t-.262.675l-1.25-1.175q-.425-.425-.937-.625t-1.088-.2t-1.112.188t-.963.587l-.525.5q.025-.175.038-.337t.012-.338q0-1.875-1.312-3.187T12 7T8.813 8.313T7.5 11.5t1.313 3.188"/></svg>
</template>

CSS

.icon-symptoms-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%22M19%2022q-1.675%200-2.838-1.175t-1.187-2.85q0-.825.35-1.575t.95-1.325l1.35-1.275q.575-.55%201.375-.55t1.375.55l1.325%201.275q.6.575.938%201.313T23%2017.95q0%201.7-1.175%202.875T19%2022M13.913%209.588q.787.787.787%201.912t-.787%201.913T12%2014.2t-1.912-.787T9.3%2011.5t.788-1.912T12%208.8t1.913.788m-5.1%205.1Q10.125%2016%2012%2016q.375%200%20.725-.05t.7-.175q-.225.575-.338%201.162T13%2018.15q.025.35-.187.6t-.563.25q-1.575%200-3.025-.35T6.45%2017.6q-1.5-.8-2.725-1.988t-2.1-2.762q-.175-.325-.25-.662T1.3%2011.5t.075-.687t.25-.663Q3.2%207.325%205.963%205.663T12%204t6.038%201.663t4.337%204.487q.15.3.225.65t.075.7q0%20.375-.088.725t-.262.675l-1.25-1.175q-.425-.425-.937-.625t-1.088-.2t-1.112.188t-.963.587l-.525.5q.025-.175.038-.337t.012-.338q0-1.875-1.312-3.187T12%207T8.813%208.313T7.5%2011.5t1.313%203.188%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%22M19%2022q-1.675%200-2.838-1.175t-1.187-2.85q0-.825.35-1.575t.95-1.325l1.35-1.275q.575-.55%201.375-.55t1.375.55l1.325%201.275q.6.575.938%201.313T23%2017.95q0%201.7-1.175%202.875T19%2022M13.913%209.588q.787.787.787%201.912t-.787%201.913T12%2014.2t-1.912-.787T9.3%2011.5t.788-1.912T12%208.8t1.913.788m-5.1%205.1Q10.125%2016%2012%2016q.375%200%20.725-.05t.7-.175q-.225.575-.338%201.162T13%2018.15q.025.35-.187.6t-.563.25q-1.575%200-3.025-.35T6.45%2017.6q-1.5-.8-2.725-1.988t-2.1-2.762q-.175-.325-.25-.662T1.3%2011.5t.075-.687t.25-.663Q3.2%207.325%205.963%205.663T12%204t6.038%201.663t4.337%204.487q.15.3.225.65t.075.7q0%20.375-.088.725t-.262.675l-1.25-1.175q-.425-.425-.937-.625t-1.088-.2t-1.112.188t-.963.587l-.525.5q.025-.175.038-.337t.012-.338q0-1.875-1.312-3.187T12%207T8.813%208.313T7.5%2011.5t1.313%203.188%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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