hematology icon
hematology from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- hematology
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- hematology-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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.088 21.475Q9 19.95 9 18t1.088-3.475T13 13t2.913 1.525T17 18t-1.088 3.475T13 23t-2.912-1.525M4.45 22.3l-1.9-.6q.775-2.35 1.113-4.788T4 12t-.337-4.913T2.55 2.3l1.9-.6q.825 2.5 1.188 5.075T6 12t-.363 5.225T4.45 22.3m15.1 0q-.825-2.5-1.187-5.075T18 12t.363-5.225T19.55 1.7l1.9.6q-.775 2.35-1.112 4.788T20 12t.338 4.913T21.45 21.7zm-7.325-2.5q.225.2.525.2t.525-.225q.35-.35.538-.812T14 18t-.175-.962t-.525-.813Q13.1 16 12.787 16t-.537.2t-.238.525t.188.55l.15.213q.15.212.15.512t-.15.512l-.15.213q-.225.225-.213.55t.238.525M8.088 9.475Q7 7.95 7 6t1.088-3.475T11 1t2.913 1.525T15 6t-1.088 3.475T11 11T8.088 9.475M11.75 7.8q.225-.2.238-.525t-.188-.55q-.125-.15-.213-.337T11.5 6t.088-.387t.212-.338q.2-.225.2-.537t-.225-.538Q11.55 4 11.25 4t-.525.225q-.35.35-.537.813T10 6t.175.963t.525.812q.225.225.525.225t.525-.2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHematology(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.088 21.475Q9 19.95 9 18t1.088-3.475T13 13t2.913 1.525T17 18t-1.088 3.475T13 23t-2.912-1.525M4.45 22.3l-1.9-.6q.775-2.35 1.113-4.788T4 12t-.337-4.913T2.55 2.3l1.9-.6q.825 2.5 1.188 5.075T6 12t-.363 5.225T4.45 22.3m15.1 0q-.825-2.5-1.187-5.075T18 12t.363-5.225T19.55 1.7l1.9.6q-.775 2.35-1.112 4.788T20 12t.338 4.913T21.45 21.7zm-7.325-2.5q.225.2.525.2t.525-.225q.35-.35.538-.812T14 18t-.175-.962t-.525-.813Q13.1 16 12.787 16t-.537.2t-.238.525t.188.55l.15.213q.15.212.15.512t-.15.512l-.15.213q-.225.225-.213.55t.238.525M8.088 9.475Q7 7.95 7 6t1.088-3.475T11 1t2.913 1.525T15 6t-1.088 3.475T11 11T8.088 9.475M11.75 7.8q.225-.2.238-.525t-.188-.55q-.125-.15-.213-.337T11.5 6t.088-.387t.212-.338q.2-.225.2-.537t-.225-.538Q11.55 4 11.25 4t-.525.225q-.35.35-.537.813T10 6t.175.963t.525.812q.225.225.525.225t.525-.2"/></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.088 21.475Q9 19.95 9 18t1.088-3.475T13 13t2.913 1.525T17 18t-1.088 3.475T13 23t-2.912-1.525M4.45 22.3l-1.9-.6q.775-2.35 1.113-4.788T4 12t-.337-4.913T2.55 2.3l1.9-.6q.825 2.5 1.188 5.075T6 12t-.363 5.225T4.45 22.3m15.1 0q-.825-2.5-1.187-5.075T18 12t.363-5.225T19.55 1.7l1.9.6q-.775 2.35-1.112 4.788T20 12t.338 4.913T21.45 21.7zm-7.325-2.5q.225.2.525.2t.525-.225q.35-.35.538-.812T14 18t-.175-.962t-.525-.813Q13.1 16 12.787 16t-.537.2t-.238.525t.188.55l.15.213q.15.212.15.512t-.15.512l-.15.213q-.225.225-.213.55t.238.525M8.088 9.475Q7 7.95 7 6t1.088-3.475T11 1t2.913 1.525T15 6t-1.088 3.475T11 11T8.088 9.475M11.75 7.8q.225-.2.238-.525t-.188-.55q-.125-.15-.213-.337T11.5 6t.088-.387t.212-.338q.2-.225.2-.537t-.225-.538Q11.55 4 11.25 4t-.525.225q-.35.35-.537.813T10 6t.175.963t.525.812q.225.225.525.225t.525-.2"/></svg> </template>
CSS
.icon-hematology {
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.088%2021.475Q9%2019.95%209%2018t1.088-3.475T13%2013t2.913%201.525T17%2018t-1.088%203.475T13%2023t-2.912-1.525M4.45%2022.3l-1.9-.6q.775-2.35%201.113-4.788T4%2012t-.337-4.913T2.55%202.3l1.9-.6q.825%202.5%201.188%205.075T6%2012t-.363%205.225T4.45%2022.3m15.1%200q-.825-2.5-1.187-5.075T18%2012t.363-5.225T19.55%201.7l1.9.6q-.775%202.35-1.112%204.788T20%2012t.338%204.913T21.45%2021.7zm-7.325-2.5q.225.2.525.2t.525-.225q.35-.35.538-.812T14%2018t-.175-.962t-.525-.813Q13.1%2016%2012.787%2016t-.537.2t-.238.525t.188.55l.15.213q.15.212.15.512t-.15.512l-.15.213q-.225.225-.213.55t.238.525M8.088%209.475Q7%207.95%207%206t1.088-3.475T11%201t2.913%201.525T15%206t-1.088%203.475T11%2011T8.088%209.475M11.75%207.8q.225-.2.238-.525t-.188-.55q-.125-.15-.213-.337T11.5%206t.088-.387t.212-.338q.2-.225.2-.537t-.225-.538Q11.55%204%2011.25%204t-.525.225q-.35.35-.537.813T10%206t.175.963t.525.812q.225.225.525.225t.525-.2%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.088%2021.475Q9%2019.95%209%2018t1.088-3.475T13%2013t2.913%201.525T17%2018t-1.088%203.475T13%2023t-2.912-1.525M4.45%2022.3l-1.9-.6q.775-2.35%201.113-4.788T4%2012t-.337-4.913T2.55%202.3l1.9-.6q.825%202.5%201.188%205.075T6%2012t-.363%205.225T4.45%2022.3m15.1%200q-.825-2.5-1.187-5.075T18%2012t.363-5.225T19.55%201.7l1.9.6q-.775%202.35-1.112%204.788T20%2012t.338%204.913T21.45%2021.7zm-7.325-2.5q.225.2.525.2t.525-.225q.35-.35.538-.812T14%2018t-.175-.962t-.525-.813Q13.1%2016%2012.787%2016t-.537.2t-.238.525t.188.55l.15.213q.15.212.15.512t-.15.512l-.15.213q-.225.225-.213.55t.238.525M8.088%209.475Q7%207.95%207%206t1.088-3.475T11%201t2.913%201.525T15%206t-1.088%203.475T11%2011T8.088%209.475M11.75%207.8q.225-.2.238-.525t-.188-.55q-.125-.15-.213-.337T11.5%206t.088-.387t.212-.338q.2-.225.2-.537t-.225-.538Q11.55%204%2011.25%204t-.525.225q-.35.35-.537.813T10%206t.175.963t.525.812q.225.225.525.225t.525-.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/hematology.svg?color=%231a73e8&size=48