blood cells icon

blood-cells from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.

Name
blood-cells
Set
Health Icons
Style
Filled
Category
Body
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More body icons from Health Icons

Use the blood cells icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M25 14.333c0 .454-.37 1.108-1.514 1.707c-1.097.575-2.681.96-4.486.96s-3.389-.385-4.486-.96C13.37 15.441 13 14.787 13 14.333c0-.396.274-.942 1.136-1.489l-1.071-1.688c-1.138.72-2.065 1.801-2.065 3.177c0 1.571 1.197 2.751 2.586 3.479C15.023 18.564 16.94 19 19 19s3.977-.436 5.414-1.188c1.39-.728 2.586-1.908 2.586-3.479c0-1.376-.927-2.456-2.064-3.177l-1.072 1.688c.862.547 1.136 1.093 1.136 1.49"/><path fill-rule="evenodd" d="M6 15.5c0 2.976 1.873 5.632 4.803 7.374c-4.474 2.662-6.511 7.517-4.551 10.912c1.981 3.432 7.297 4.072 11.873 1.43c4.434-2.56 6.546-7.262 4.87-10.673C28.22 23.31 32 19.728 32 15.5C32 10.253 26.18 6 19 6S6 10.253 6 15.5m21.013 5.103C28.989 19.158 30 17.33 30 15.5s-1.01-3.658-2.988-5.103C25.037 8.954 22.212 8 19 8c-3.21 0-6.037.954-8.012 2.397C9.01 11.842 8 13.67 8 15.5s1.011 3.658 2.988 5.103C12.963 22.046 15.789 23 19 23s6.037-.954 8.012-2.397m-10.447 4.23q1.071.15 2.198.165c.197.186.372.402.516.652c.644 1.115.41 2.41-.167 3.47c-.587 1.077-1.603 2.083-2.88 2.82s-2.656 1.114-3.882 1.083c-1.207-.03-2.445-.474-3.088-1.589c-.563-.974-.453-2.094-.035-3.056l1.835.797c-.26.596-.212 1.01-.068 1.259c.163.283.584.57 1.406.59c.801.02 1.82-.232 2.832-.816s1.74-1.34 2.123-2.045c.393-.722.356-1.23.192-1.513c-.144-.25-.478-.497-1.124-.57z" clip-rule="evenodd"/><path d="M35.836 24.764c2.395.642 4.726-.294 5.208-2.09c.48-1.796-1.07-3.773-3.466-4.414c-2.395-.642-4.726.294-5.208 2.09c-.48 1.796 1.07 3.773 3.466 4.414"/><path fill-rule="evenodd" d="M42.245 36.457c-1.071 3.998-6.261 6.081-11.592 4.653s-8.784-5.828-7.713-9.826s6.261-6.081 11.592-4.653s8.785 5.828 7.713 9.826m-6.938-1.082c.832-.245 1.196-.655 1.29-1.006c.082-.309.01-.753-.417-1.291l1.565-1.245c.677.85 1.083 1.937.784 3.054c-.343 1.278-1.455 2.053-2.656 2.407c-1.22.36-2.705.353-4.186-.044s-2.77-1.133-3.647-2.055c-.863-.907-1.438-2.134-1.096-3.412c.3-1.117 1.194-1.855 2.206-2.253l.733 1.86c-.64.252-.924.601-1.007.91c-.094.35.015.888.613 1.517c.584.613 1.531 1.184 2.716 1.501c1.184.318 2.29.297 3.102.057" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBloodCells(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M25 14.333c0 .454-.37 1.108-1.514 1.707c-1.097.575-2.681.96-4.486.96s-3.389-.385-4.486-.96C13.37 15.441 13 14.787 13 14.333c0-.396.274-.942 1.136-1.489l-1.071-1.688c-1.138.72-2.065 1.801-2.065 3.177c0 1.571 1.197 2.751 2.586 3.479C15.023 18.564 16.94 19 19 19s3.977-.436 5.414-1.188c1.39-.728 2.586-1.908 2.586-3.479c0-1.376-.927-2.456-2.064-3.177l-1.072 1.688c.862.547 1.136 1.093 1.136 1.49"/><path fillRule="evenodd" d="M6 15.5c0 2.976 1.873 5.632 4.803 7.374c-4.474 2.662-6.511 7.517-4.551 10.912c1.981 3.432 7.297 4.072 11.873 1.43c4.434-2.56 6.546-7.262 4.87-10.673C28.22 23.31 32 19.728 32 15.5C32 10.253 26.18 6 19 6S6 10.253 6 15.5m21.013 5.103C28.989 19.158 30 17.33 30 15.5s-1.01-3.658-2.988-5.103C25.037 8.954 22.212 8 19 8c-3.21 0-6.037.954-8.012 2.397C9.01 11.842 8 13.67 8 15.5s1.011 3.658 2.988 5.103C12.963 22.046 15.789 23 19 23s6.037-.954 8.012-2.397m-10.447 4.23q1.071.15 2.198.165c.197.186.372.402.516.652c.644 1.115.41 2.41-.167 3.47c-.587 1.077-1.603 2.083-2.88 2.82s-2.656 1.114-3.882 1.083c-1.207-.03-2.445-.474-3.088-1.589c-.563-.974-.453-2.094-.035-3.056l1.835.797c-.26.596-.212 1.01-.068 1.259c.163.283.584.57 1.406.59c.801.02 1.82-.232 2.832-.816s1.74-1.34 2.123-2.045c.393-.722.356-1.23.192-1.513c-.144-.25-.478-.497-1.124-.57z" clipRule="evenodd"/><path d="M35.836 24.764c2.395.642 4.726-.294 5.208-2.09c.48-1.796-1.07-3.773-3.466-4.414c-2.395-.642-4.726.294-5.208 2.09c-.48 1.796 1.07 3.773 3.466 4.414"/><path fillRule="evenodd" d="M42.245 36.457c-1.071 3.998-6.261 6.081-11.592 4.653s-8.784-5.828-7.713-9.826s6.261-6.081 11.592-4.653s8.785 5.828 7.713 9.826m-6.938-1.082c.832-.245 1.196-.655 1.29-1.006c.082-.309.01-.753-.417-1.291l1.565-1.245c.677.85 1.083 1.937.784 3.054c-.343 1.278-1.455 2.053-2.656 2.407c-1.22.36-2.705.353-4.186-.044s-2.77-1.133-3.647-2.055c-.863-.907-1.438-2.134-1.096-3.412c.3-1.117 1.194-1.855 2.206-2.253l.733 1.86c-.64.252-.924.601-1.007.91c-.094.35.015.888.613 1.517c.584.613 1.531 1.184 2.716 1.501c1.184.318 2.29.297 3.102.057" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M25 14.333c0 .454-.37 1.108-1.514 1.707c-1.097.575-2.681.96-4.486.96s-3.389-.385-4.486-.96C13.37 15.441 13 14.787 13 14.333c0-.396.274-.942 1.136-1.489l-1.071-1.688c-1.138.72-2.065 1.801-2.065 3.177c0 1.571 1.197 2.751 2.586 3.479C15.023 18.564 16.94 19 19 19s3.977-.436 5.414-1.188c1.39-.728 2.586-1.908 2.586-3.479c0-1.376-.927-2.456-2.064-3.177l-1.072 1.688c.862.547 1.136 1.093 1.136 1.49"/><path fill-rule="evenodd" d="M6 15.5c0 2.976 1.873 5.632 4.803 7.374c-4.474 2.662-6.511 7.517-4.551 10.912c1.981 3.432 7.297 4.072 11.873 1.43c4.434-2.56 6.546-7.262 4.87-10.673C28.22 23.31 32 19.728 32 15.5C32 10.253 26.18 6 19 6S6 10.253 6 15.5m21.013 5.103C28.989 19.158 30 17.33 30 15.5s-1.01-3.658-2.988-5.103C25.037 8.954 22.212 8 19 8c-3.21 0-6.037.954-8.012 2.397C9.01 11.842 8 13.67 8 15.5s1.011 3.658 2.988 5.103C12.963 22.046 15.789 23 19 23s6.037-.954 8.012-2.397m-10.447 4.23q1.071.15 2.198.165c.197.186.372.402.516.652c.644 1.115.41 2.41-.167 3.47c-.587 1.077-1.603 2.083-2.88 2.82s-2.656 1.114-3.882 1.083c-1.207-.03-2.445-.474-3.088-1.589c-.563-.974-.453-2.094-.035-3.056l1.835.797c-.26.596-.212 1.01-.068 1.259c.163.283.584.57 1.406.59c.801.02 1.82-.232 2.832-.816s1.74-1.34 2.123-2.045c.393-.722.356-1.23.192-1.513c-.144-.25-.478-.497-1.124-.57z" clip-rule="evenodd"/><path d="M35.836 24.764c2.395.642 4.726-.294 5.208-2.09c.48-1.796-1.07-3.773-3.466-4.414c-2.395-.642-4.726.294-5.208 2.09c-.48 1.796 1.07 3.773 3.466 4.414"/><path fill-rule="evenodd" d="M42.245 36.457c-1.071 3.998-6.261 6.081-11.592 4.653s-8.784-5.828-7.713-9.826s6.261-6.081 11.592-4.653s8.785 5.828 7.713 9.826m-6.938-1.082c.832-.245 1.196-.655 1.29-1.006c.082-.309.01-.753-.417-1.291l1.565-1.245c.677.85 1.083 1.937.784 3.054c-.343 1.278-1.455 2.053-2.656 2.407c-1.22.36-2.705.353-4.186-.044s-2.77-1.133-3.647-2.055c-.863-.907-1.438-2.134-1.096-3.412c.3-1.117 1.194-1.855 2.206-2.253l.733 1.86c-.64.252-.924.601-1.007.91c-.094.35.015.888.613 1.517c.584.613 1.531 1.184 2.716 1.501c1.184.318 2.29.297 3.102.057" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-blood-cells {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M25%2014.333c0%20.454-.37%201.108-1.514%201.707c-1.097.575-2.681.96-4.486.96s-3.389-.385-4.486-.96C13.37%2015.441%2013%2014.787%2013%2014.333c0-.396.274-.942%201.136-1.489l-1.071-1.688c-1.138.72-2.065%201.801-2.065%203.177c0%201.571%201.197%202.751%202.586%203.479C15.023%2018.564%2016.94%2019%2019%2019s3.977-.436%205.414-1.188c1.39-.728%202.586-1.908%202.586-3.479c0-1.376-.927-2.456-2.064-3.177l-1.072%201.688c.862.547%201.136%201.093%201.136%201.49%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6%2015.5c0%202.976%201.873%205.632%204.803%207.374c-4.474%202.662-6.511%207.517-4.551%2010.912c1.981%203.432%207.297%204.072%2011.873%201.43c4.434-2.56%206.546-7.262%204.87-10.673C28.22%2023.31%2032%2019.728%2032%2015.5C32%2010.253%2026.18%206%2019%206S6%2010.253%206%2015.5m21.013%205.103C28.989%2019.158%2030%2017.33%2030%2015.5s-1.01-3.658-2.988-5.103C25.037%208.954%2022.212%208%2019%208c-3.21%200-6.037.954-8.012%202.397C9.01%2011.842%208%2013.67%208%2015.5s1.011%203.658%202.988%205.103C12.963%2022.046%2015.789%2023%2019%2023s6.037-.954%208.012-2.397m-10.447%204.23q1.071.15%202.198.165c.197.186.372.402.516.652c.644%201.115.41%202.41-.167%203.47c-.587%201.077-1.603%202.083-2.88%202.82s-2.656%201.114-3.882%201.083c-1.207-.03-2.445-.474-3.088-1.589c-.563-.974-.453-2.094-.035-3.056l1.835.797c-.26.596-.212%201.01-.068%201.259c.163.283.584.57%201.406.59c.801.02%201.82-.232%202.832-.816s1.74-1.34%202.123-2.045c.393-.722.356-1.23.192-1.513c-.144-.25-.478-.497-1.124-.57z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M35.836%2024.764c2.395.642%204.726-.294%205.208-2.09c.48-1.796-1.07-3.773-3.466-4.414c-2.395-.642-4.726.294-5.208%202.09c-.48%201.796%201.07%203.773%203.466%204.414%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M42.245%2036.457c-1.071%203.998-6.261%206.081-11.592%204.653s-8.784-5.828-7.713-9.826s6.261-6.081%2011.592-4.653s8.785%205.828%207.713%209.826m-6.938-1.082c.832-.245%201.196-.655%201.29-1.006c.082-.309.01-.753-.417-1.291l1.565-1.245c.677.85%201.083%201.937.784%203.054c-.343%201.278-1.455%202.053-2.656%202.407c-1.22.36-2.705.353-4.186-.044s-2.77-1.133-3.647-2.055c-.863-.907-1.438-2.134-1.096-3.412c.3-1.117%201.194-1.855%202.206-2.253l.733%201.86c-.64.252-.924.601-1.007.91c-.094.35.015.888.613%201.517c.584.613%201.531%201.184%202.716%201.501c1.184.318%202.29.297%203.102.057%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M25%2014.333c0%20.454-.37%201.108-1.514%201.707c-1.097.575-2.681.96-4.486.96s-3.389-.385-4.486-.96C13.37%2015.441%2013%2014.787%2013%2014.333c0-.396.274-.942%201.136-1.489l-1.071-1.688c-1.138.72-2.065%201.801-2.065%203.177c0%201.571%201.197%202.751%202.586%203.479C15.023%2018.564%2016.94%2019%2019%2019s3.977-.436%205.414-1.188c1.39-.728%202.586-1.908%202.586-3.479c0-1.376-.927-2.456-2.064-3.177l-1.072%201.688c.862.547%201.136%201.093%201.136%201.49%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6%2015.5c0%202.976%201.873%205.632%204.803%207.374c-4.474%202.662-6.511%207.517-4.551%2010.912c1.981%203.432%207.297%204.072%2011.873%201.43c4.434-2.56%206.546-7.262%204.87-10.673C28.22%2023.31%2032%2019.728%2032%2015.5C32%2010.253%2026.18%206%2019%206S6%2010.253%206%2015.5m21.013%205.103C28.989%2019.158%2030%2017.33%2030%2015.5s-1.01-3.658-2.988-5.103C25.037%208.954%2022.212%208%2019%208c-3.21%200-6.037.954-8.012%202.397C9.01%2011.842%208%2013.67%208%2015.5s1.011%203.658%202.988%205.103C12.963%2022.046%2015.789%2023%2019%2023s6.037-.954%208.012-2.397m-10.447%204.23q1.071.15%202.198.165c.197.186.372.402.516.652c.644%201.115.41%202.41-.167%203.47c-.587%201.077-1.603%202.083-2.88%202.82s-2.656%201.114-3.882%201.083c-1.207-.03-2.445-.474-3.088-1.589c-.563-.974-.453-2.094-.035-3.056l1.835.797c-.26.596-.212%201.01-.068%201.259c.163.283.584.57%201.406.59c.801.02%201.82-.232%202.832-.816s1.74-1.34%202.123-2.045c.393-.722.356-1.23.192-1.513c-.144-.25-.478-.497-1.124-.57z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M35.836%2024.764c2.395.642%204.726-.294%205.208-2.09c.48-1.796-1.07-3.773-3.466-4.414c-2.395-.642-4.726.294-5.208%202.09c-.48%201.796%201.07%203.773%203.466%204.414%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M42.245%2036.457c-1.071%203.998-6.261%206.081-11.592%204.653s-8.784-5.828-7.713-9.826s6.261-6.081%2011.592-4.653s8.785%205.828%207.713%209.826m-6.938-1.082c.832-.245%201.196-.655%201.29-1.006c.082-.309.01-.753-.417-1.291l1.565-1.245c.677.85%201.083%201.937.784%203.054c-.343%201.278-1.455%202.053-2.656%202.407c-1.22.36-2.705.353-4.186-.044s-2.77-1.133-3.647-2.055c-.863-.907-1.438-2.134-1.096-3.412c.3-1.117%201.194-1.855%202.206-2.253l.733%201.86c-.64.252-.924.601-1.007.91c-.094.35.015.888.613%201.517c.584.613%201.531%201.184%202.716%201.501c1.184.318%202.29.297%203.102.057%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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