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

Name
dermatology
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the dermatology icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20v-7.38q0-.676.475-1.148Q3.949 11 4.615 11H9.5v1q0 1.042.729 1.77q.728.73 1.769.73t1.771-.73T14.5 12v-1h4.885q.666 0 1.14.475t.475 1.14V20zm9-7.5q-.213 0-.357-.144T11.5 12q0-2.601.596-5.13t2.562-4.235q.17-.121.369-.113q.198.009.339.17q.14.162.121.37t-.189.329q-1.827 1.551-2.313 3.878Q12.5 9.595 12.5 12q0 .213-.144.356t-.357.144m-5.77 2.734q.194-.19.194-.48t-.19-.484t-.48-.193t-.483.19t-.193.48t.19.483t.48.193t.483-.19m1 2.5q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.483t.48.193t.483-.19m11.5-2.5q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.483t.48.193t.483-.19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDermatology(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="M3 20v-7.38q0-.676.475-1.148Q3.949 11 4.615 11H9.5v1q0 1.042.729 1.77q.728.73 1.769.73t1.771-.73T14.5 12v-1h4.885q.666 0 1.14.475t.475 1.14V20zm9-7.5q-.213 0-.357-.144T11.5 12q0-2.601.596-5.13t2.562-4.235q.17-.121.369-.113q.198.009.339.17q.14.162.121.37t-.189.329q-1.827 1.551-2.313 3.878Q12.5 9.595 12.5 12q0 .213-.144.356t-.357.144m-5.77 2.734q.194-.19.194-.48t-.19-.484t-.48-.193t-.483.19t-.193.48t.19.483t.48.193t.483-.19m1 2.5q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.483t.48.193t.483-.19m11.5-2.5q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.483t.48.193t.483-.19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20v-7.38q0-.676.475-1.148Q3.949 11 4.615 11H9.5v1q0 1.042.729 1.77q.728.73 1.769.73t1.771-.73T14.5 12v-1h4.885q.666 0 1.14.475t.475 1.14V20zm9-7.5q-.213 0-.357-.144T11.5 12q0-2.601.596-5.13t2.562-4.235q.17-.121.369-.113q.198.009.339.17q.14.162.121.37t-.189.329q-1.827 1.551-2.313 3.878Q12.5 9.595 12.5 12q0 .213-.144.356t-.357.144m-5.77 2.734q.194-.19.194-.48t-.19-.484t-.48-.193t-.483.19t-.193.48t.19.483t.48.193t.483-.19m1 2.5q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.483t.48.193t.483-.19m11.5-2.5q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.483t.48.193t.483-.19"/></svg>
</template>

CSS

.icon-dermatology {
  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%22M3%2020v-7.38q0-.676.475-1.148Q3.949%2011%204.615%2011H9.5v1q0%201.042.729%201.77q.728.73%201.769.73t1.771-.73T14.5%2012v-1h4.885q.666%200%201.14.475t.475%201.14V20zm9-7.5q-.213%200-.357-.144T11.5%2012q0-2.601.596-5.13t2.562-4.235q.17-.121.369-.113q.198.009.339.17q.14.162.121.37t-.189.329q-1.827%201.551-2.313%203.878Q12.5%209.595%2012.5%2012q0%20.213-.144.356t-.357.144m-5.77%202.734q.194-.19.194-.48t-.19-.484t-.48-.193t-.483.19t-.193.48t.19.483t.48.193t.483-.19m1%202.5q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.483t.48.193t.483-.19m11.5-2.5q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.483t.48.193t.483-.19%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%22M3%2020v-7.38q0-.676.475-1.148Q3.949%2011%204.615%2011H9.5v1q0%201.042.729%201.77q.728.73%201.769.73t1.771-.73T14.5%2012v-1h4.885q.666%200%201.14.475t.475%201.14V20zm9-7.5q-.213%200-.357-.144T11.5%2012q0-2.601.596-5.13t2.562-4.235q.17-.121.369-.113q.198.009.339.17q.14.162.121.37t-.189.329q-1.827%201.551-2.313%203.878Q12.5%209.595%2012.5%2012q0%20.213-.144.356t-.357.144m-5.77%202.734q.194-.19.194-.48t-.19-.484t-.48-.193t-.483.19t-.193.48t.19.483t.48.193t.483-.19m1%202.5q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.483t.48.193t.483-.19m11.5-2.5q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.483t.48.193t.483-.19%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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