hematology icon
hematology-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- hematology-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the hematology icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.818 20.773Q10.02 19.546 10.02 18t.8-2.773Q11.616 14 13.018 14t2.201 1.227q.8 1.227.8 2.773t-.8 2.773Q14.421 22 13.02 22t-2.202-1.227M6 12q0 2.312-.275 4.58t-.906 4.486q-.067.232-.26.376q-.192.145-.405.077t-.287-.293t-.006-.464q.595-2.158.867-4.34Q5 14.237 5 12t-.272-4.421t-.866-4.34q-.068-.239.005-.465t.287-.293t.405.077t.26.377q.631 2.217.906 4.485T6 12m13.02 0q0 2.239.271 4.421q.272 2.183.867 4.34q.067.239-.006.465t-.287.293t-.406-.077t-.259-.376q-.63-2.218-.906-4.486T18.02 12t.275-4.58t.906-4.485q.067-.233.26-.377q.192-.144.406-.077q.213.067.286.293t.006.464q-.595 2.158-.867 4.34Q19.02 9.763 19.02 12m-6.563 7.57q.129.122.304.113q.175-.01.323-.139q.311-.292.47-.697t.159-.847t-.166-.838t-.457-.706q-.123-.129-.292-.139t-.316.114t-.151.303t.12.33q.154.153.266.404q.111.251.111.532t-.111.532q-.112.25-.266.404q-.148.148-.145.33q.003.18.15.303M8.819 8.773Q8.02 7.546 8.02 6t.8-2.773Q9.616 2 11.018 2t2.201 1.227q.8 1.227.8 2.773t-.8 2.773Q12.421 10 11.02 10T8.817 8.773m2.74-1.204q.148-.123.15-.304q.003-.18-.12-.329q-.182-.188-.28-.433q-.097-.245-.097-.503t.098-.503t.28-.433q.142-.149.142-.317t-.148-.316q-.13-.123-.314-.123q-.185 0-.313.128q-.312.312-.47.717q-.159.405-.159.847t.156.838t.467.706q.129.129.304.139t.304-.114"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHematologyRounded(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="M10.818 20.773Q10.02 19.546 10.02 18t.8-2.773Q11.616 14 13.018 14t2.201 1.227q.8 1.227.8 2.773t-.8 2.773Q14.421 22 13.02 22t-2.202-1.227M6 12q0 2.312-.275 4.58t-.906 4.486q-.067.232-.26.376q-.192.145-.405.077t-.287-.293t-.006-.464q.595-2.158.867-4.34Q5 14.237 5 12t-.272-4.421t-.866-4.34q-.068-.239.005-.465t.287-.293t.405.077t.26.377q.631 2.217.906 4.485T6 12m13.02 0q0 2.239.271 4.421q.272 2.183.867 4.34q.067.239-.006.465t-.287.293t-.406-.077t-.259-.376q-.63-2.218-.906-4.486T18.02 12t.275-4.58t.906-4.485q.067-.233.26-.377q.192-.144.406-.077q.213.067.286.293t.006.464q-.595 2.158-.867 4.34Q19.02 9.763 19.02 12m-6.563 7.57q.129.122.304.113q.175-.01.323-.139q.311-.292.47-.697t.159-.847t-.166-.838t-.457-.706q-.123-.129-.292-.139t-.316.114t-.151.303t.12.33q.154.153.266.404q.111.251.111.532t-.111.532q-.112.25-.266.404q-.148.148-.145.33q.003.18.15.303M8.819 8.773Q8.02 7.546 8.02 6t.8-2.773Q9.616 2 11.018 2t2.201 1.227q.8 1.227.8 2.773t-.8 2.773Q12.421 10 11.02 10T8.817 8.773m2.74-1.204q.148-.123.15-.304q.003-.18-.12-.329q-.182-.188-.28-.433q-.097-.245-.097-.503t.098-.503t.28-.433q.142-.149.142-.317t-.148-.316q-.13-.123-.314-.123q-.185 0-.313.128q-.312.312-.47.717q-.159.405-.159.847t.156.838t.467.706q.129.129.304.139t.304-.114"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.818 20.773Q10.02 19.546 10.02 18t.8-2.773Q11.616 14 13.018 14t2.201 1.227q.8 1.227.8 2.773t-.8 2.773Q14.421 22 13.02 22t-2.202-1.227M6 12q0 2.312-.275 4.58t-.906 4.486q-.067.232-.26.376q-.192.145-.405.077t-.287-.293t-.006-.464q.595-2.158.867-4.34Q5 14.237 5 12t-.272-4.421t-.866-4.34q-.068-.239.005-.465t.287-.293t.405.077t.26.377q.631 2.217.906 4.485T6 12m13.02 0q0 2.239.271 4.421q.272 2.183.867 4.34q.067.239-.006.465t-.287.293t-.406-.077t-.259-.376q-.63-2.218-.906-4.486T18.02 12t.275-4.58t.906-4.485q.067-.233.26-.377q.192-.144.406-.077q.213.067.286.293t.006.464q-.595 2.158-.867 4.34Q19.02 9.763 19.02 12m-6.563 7.57q.129.122.304.113q.175-.01.323-.139q.311-.292.47-.697t.159-.847t-.166-.838t-.457-.706q-.123-.129-.292-.139t-.316.114t-.151.303t.12.33q.154.153.266.404q.111.251.111.532t-.111.532q-.112.25-.266.404q-.148.148-.145.33q.003.18.15.303M8.819 8.773Q8.02 7.546 8.02 6t.8-2.773Q9.616 2 11.018 2t2.201 1.227q.8 1.227.8 2.773t-.8 2.773Q12.421 10 11.02 10T8.817 8.773m2.74-1.204q.148-.123.15-.304q.003-.18-.12-.329q-.182-.188-.28-.433q-.097-.245-.097-.503t.098-.503t.28-.433q.142-.149.142-.317t-.148-.316q-.13-.123-.314-.123q-.185 0-.313.128q-.312.312-.47.717q-.159.405-.159.847t.156.838t.467.706q.129.129.304.139t.304-.114"/></svg> </template>
CSS
.icon-hematology-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%22M10.818%2020.773Q10.02%2019.546%2010.02%2018t.8-2.773Q11.616%2014%2013.018%2014t2.201%201.227q.8%201.227.8%202.773t-.8%202.773Q14.421%2022%2013.02%2022t-2.202-1.227M6%2012q0%202.312-.275%204.58t-.906%204.486q-.067.232-.26.376q-.192.145-.405.077t-.287-.293t-.006-.464q.595-2.158.867-4.34Q5%2014.237%205%2012t-.272-4.421t-.866-4.34q-.068-.239.005-.465t.287-.293t.405.077t.26.377q.631%202.217.906%204.485T6%2012m13.02%200q0%202.239.271%204.421q.272%202.183.867%204.34q.067.239-.006.465t-.287.293t-.406-.077t-.259-.376q-.63-2.218-.906-4.486T18.02%2012t.275-4.58t.906-4.485q.067-.233.26-.377q.192-.144.406-.077q.213.067.286.293t.006.464q-.595%202.158-.867%204.34Q19.02%209.763%2019.02%2012m-6.563%207.57q.129.122.304.113q.175-.01.323-.139q.311-.292.47-.697t.159-.847t-.166-.838t-.457-.706q-.123-.129-.292-.139t-.316.114t-.151.303t.12.33q.154.153.266.404q.111.251.111.532t-.111.532q-.112.25-.266.404q-.148.148-.145.33q.003.18.15.303M8.819%208.773Q8.02%207.546%208.02%206t.8-2.773Q9.616%202%2011.018%202t2.201%201.227q.8%201.227.8%202.773t-.8%202.773Q12.421%2010%2011.02%2010T8.817%208.773m2.74-1.204q.148-.123.15-.304q.003-.18-.12-.329q-.182-.188-.28-.433q-.097-.245-.097-.503t.098-.503t.28-.433q.142-.149.142-.317t-.148-.316q-.13-.123-.314-.123q-.185%200-.313.128q-.312.312-.47.717q-.159.405-.159.847t.156.838t.467.706q.129.129.304.139t.304-.114%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%22M10.818%2020.773Q10.02%2019.546%2010.02%2018t.8-2.773Q11.616%2014%2013.018%2014t2.201%201.227q.8%201.227.8%202.773t-.8%202.773Q14.421%2022%2013.02%2022t-2.202-1.227M6%2012q0%202.312-.275%204.58t-.906%204.486q-.067.232-.26.376q-.192.145-.405.077t-.287-.293t-.006-.464q.595-2.158.867-4.34Q5%2014.237%205%2012t-.272-4.421t-.866-4.34q-.068-.239.005-.465t.287-.293t.405.077t.26.377q.631%202.217.906%204.485T6%2012m13.02%200q0%202.239.271%204.421q.272%202.183.867%204.34q.067.239-.006.465t-.287.293t-.406-.077t-.259-.376q-.63-2.218-.906-4.486T18.02%2012t.275-4.58t.906-4.485q.067-.233.26-.377q.192-.144.406-.077q.213.067.286.293t.006.464q-.595%202.158-.867%204.34Q19.02%209.763%2019.02%2012m-6.563%207.57q.129.122.304.113q.175-.01.323-.139q.311-.292.47-.697t.159-.847t-.166-.838t-.457-.706q-.123-.129-.292-.139t-.316.114t-.151.303t.12.33q.154.153.266.404q.111.251.111.532t-.111.532q-.112.25-.266.404q-.148.148-.145.33q.003.18.15.303M8.819%208.773Q8.02%207.546%208.02%206t.8-2.773Q9.616%202%2011.018%202t2.201%201.227q.8%201.227.8%202.773t-.8%202.773Q12.421%2010%2011.02%2010T8.817%208.773m2.74-1.204q.148-.123.15-.304q.003-.18-.12-.329q-.182-.188-.28-.433q-.097-.245-.097-.503t.098-.503t.28-.433q.142-.149.142-.317t-.148-.316q-.13-.123-.314-.123q-.185%200-.313.128q-.312.312-.47.717q-.159.405-.159.847t.156.838t.467.706q.129.129.304.139t.304-.114%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/hematology-rounded.svg?color=%231a73e8&size=48