blood cells negative icon

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

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

Related icons in Health Icons

Use the blood cells negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsBloodCellsNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM6.252 33.786c-1.96-3.395.077-8.25 4.551-10.912C7.873 21.132 6 18.476 6 15.5C6 10.253 11.82 6 19 6s13 4.253 13 9.5c0 4.228-3.78 7.811-9.005 9.043c1.676 3.412-.437 8.114-4.87 10.674c-4.576 2.641-9.892 2-11.873-1.431m10.172-7.706l.142-1.246q1.071.15 2.198.164c.197.186.372.402.516.652c.644 1.115.41 2.41-.168 3.47c-.586 1.077-1.602 2.083-2.879 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-.213 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.355-1.23.192-1.513c-.144-.25-.479-.497-1.124-.57m24.62-3.406c-.482 1.796-2.814 2.732-5.209 2.09c-2.395-.641-3.946-2.618-3.465-4.414s2.813-2.732 5.208-2.09c2.395.641 3.947 2.618 3.465 4.414m1.201 13.783c-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.784 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.783 3.054c-.342 1.278-1.454 2.053-2.655 2.407c-1.22.36-2.705.353-4.186-.044s-2.77-1.133-3.647-2.055c-.863-.907-1.439-2.134-1.096-3.412c.3-1.117 1.194-1.855 2.205-2.253l.733 1.86c-.64.252-.923.601-1.006.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.057m-8.295-14.772C28.99 19.158 30 17.33 30 15.5s-1.011-3.658-2.988-5.103C25.037 8.954 22.211 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 23c3.21 0 6.037-.954 8.012-2.397M25 14.333c0 .454-.37 1.108-1.514 1.707c-1.097.575-2.681.96-4.486.96s-3.39-.385-4.486-.96C13.37 15.441 13 14.787 13 14.333c0-.396.274-.942 1.136-1.489l-1.072-1.688c-1.137.72-2.064 1.801-2.064 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" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsBloodCellsNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBloodCellsNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsBloodCellsNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM6.252 33.786c-1.96-3.395.077-8.25 4.551-10.912C7.873 21.132 6 18.476 6 15.5C6 10.253 11.82 6 19 6s13 4.253 13 9.5c0 4.228-3.78 7.811-9.005 9.043c1.676 3.412-.437 8.114-4.87 10.674c-4.576 2.641-9.892 2-11.873-1.431m10.172-7.706l.142-1.246q1.071.15 2.198.164c.197.186.372.402.516.652c.644 1.115.41 2.41-.168 3.47c-.586 1.077-1.602 2.083-2.879 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-.213 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.355-1.23.192-1.513c-.144-.25-.479-.497-1.124-.57m24.62-3.406c-.482 1.796-2.814 2.732-5.209 2.09c-2.395-.641-3.946-2.618-3.465-4.414s2.813-2.732 5.208-2.09c2.395.641 3.947 2.618 3.465 4.414m1.201 13.783c-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.784 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.783 3.054c-.342 1.278-1.454 2.053-2.655 2.407c-1.22.36-2.705.353-4.186-.044s-2.77-1.133-3.647-2.055c-.863-.907-1.439-2.134-1.096-3.412c.3-1.117 1.194-1.855 2.205-2.253l.733 1.86c-.64.252-.923.601-1.006.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.057m-8.295-14.772C28.99 19.158 30 17.33 30 15.5s-1.011-3.658-2.988-5.103C25.037 8.954 22.211 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 23c3.21 0 6.037-.954 8.012-2.397M25 14.333c0 .454-.37 1.108-1.514 1.707c-1.097.575-2.681.96-4.486.96s-3.39-.385-4.486-.96C13.37 15.441 13 14.787 13 14.333c0-.396.274-.942 1.136-1.489l-1.072-1.688c-1.137.72-2.064 1.801-2.064 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" clipRule="evenodd"/></g><defs><clipPath id="healthiconsBloodCellsNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsBloodCellsNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM6.252 33.786c-1.96-3.395.077-8.25 4.551-10.912C7.873 21.132 6 18.476 6 15.5C6 10.253 11.82 6 19 6s13 4.253 13 9.5c0 4.228-3.78 7.811-9.005 9.043c1.676 3.412-.437 8.114-4.87 10.674c-4.576 2.641-9.892 2-11.873-1.431m10.172-7.706l.142-1.246q1.071.15 2.198.164c.197.186.372.402.516.652c.644 1.115.41 2.41-.168 3.47c-.586 1.077-1.602 2.083-2.879 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-.213 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.355-1.23.192-1.513c-.144-.25-.479-.497-1.124-.57m24.62-3.406c-.482 1.796-2.814 2.732-5.209 2.09c-2.395-.641-3.946-2.618-3.465-4.414s2.813-2.732 5.208-2.09c2.395.641 3.947 2.618 3.465 4.414m1.201 13.783c-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.784 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.783 3.054c-.342 1.278-1.454 2.053-2.655 2.407c-1.22.36-2.705.353-4.186-.044s-2.77-1.133-3.647-2.055c-.863-.907-1.439-2.134-1.096-3.412c.3-1.117 1.194-1.855 2.205-2.253l.733 1.86c-.64.252-.923.601-1.006.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.057m-8.295-14.772C28.99 19.158 30 17.33 30 15.5s-1.011-3.658-2.988-5.103C25.037 8.954 22.211 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 23c3.21 0 6.037-.954 8.012-2.397M25 14.333c0 .454-.37 1.108-1.514 1.707c-1.097.575-2.681.96-4.486.96s-3.39-.385-4.486-.96C13.37 15.441 13 14.787 13 14.333c0-.396.274-.942 1.136-1.489l-1.072-1.688c-1.137.72-2.064 1.801-2.064 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" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsBloodCellsNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-blood-cells-negative {
  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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsBloodCellsNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM6.252%2033.786c-1.96-3.395.077-8.25%204.551-10.912C7.873%2021.132%206%2018.476%206%2015.5C6%2010.253%2011.82%206%2019%206s13%204.253%2013%209.5c0%204.228-3.78%207.811-9.005%209.043c1.676%203.412-.437%208.114-4.87%2010.674c-4.576%202.641-9.892%202-11.873-1.431m10.172-7.706l.142-1.246q1.071.15%202.198.164c.197.186.372.402.516.652c.644%201.115.41%202.41-.168%203.47c-.586%201.077-1.602%202.083-2.879%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-.213%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.355-1.23.192-1.513c-.144-.25-.479-.497-1.124-.57m24.62-3.406c-.482%201.796-2.814%202.732-5.209%202.09c-2.395-.641-3.946-2.618-3.465-4.414s2.813-2.732%205.208-2.09c2.395.641%203.947%202.618%203.465%204.414m1.201%2013.783c-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.784%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.783%203.054c-.342%201.278-1.454%202.053-2.655%202.407c-1.22.36-2.705.353-4.186-.044s-2.77-1.133-3.647-2.055c-.863-.907-1.439-2.134-1.096-3.412c.3-1.117%201.194-1.855%202.205-2.253l.733%201.86c-.64.252-.923.601-1.006.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.057m-8.295-14.772C28.99%2019.158%2030%2017.33%2030%2015.5s-1.011-3.658-2.988-5.103C25.037%208.954%2022.211%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%2023c3.21%200%206.037-.954%208.012-2.397M25%2014.333c0%20.454-.37%201.108-1.514%201.707c-1.097.575-2.681.96-4.486.96s-3.39-.385-4.486-.96C13.37%2015.441%2013%2014.787%2013%2014.333c0-.396.274-.942%201.136-1.489l-1.072-1.688c-1.137.72-2.064%201.801-2.064%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%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsBloodCellsNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsBloodCellsNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM6.252%2033.786c-1.96-3.395.077-8.25%204.551-10.912C7.873%2021.132%206%2018.476%206%2015.5C6%2010.253%2011.82%206%2019%206s13%204.253%2013%209.5c0%204.228-3.78%207.811-9.005%209.043c1.676%203.412-.437%208.114-4.87%2010.674c-4.576%202.641-9.892%202-11.873-1.431m10.172-7.706l.142-1.246q1.071.15%202.198.164c.197.186.372.402.516.652c.644%201.115.41%202.41-.168%203.47c-.586%201.077-1.602%202.083-2.879%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-.213%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.355-1.23.192-1.513c-.144-.25-.479-.497-1.124-.57m24.62-3.406c-.482%201.796-2.814%202.732-5.209%202.09c-2.395-.641-3.946-2.618-3.465-4.414s2.813-2.732%205.208-2.09c2.395.641%203.947%202.618%203.465%204.414m1.201%2013.783c-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.784%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.783%203.054c-.342%201.278-1.454%202.053-2.655%202.407c-1.22.36-2.705.353-4.186-.044s-2.77-1.133-3.647-2.055c-.863-.907-1.439-2.134-1.096-3.412c.3-1.117%201.194-1.855%202.205-2.253l.733%201.86c-.64.252-.923.601-1.006.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.057m-8.295-14.772C28.99%2019.158%2030%2017.33%2030%2015.5s-1.011-3.658-2.988-5.103C25.037%208.954%2022.211%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%2023c3.21%200%206.037-.954%208.012-2.397M25%2014.333c0%20.454-.37%201.108-1.514%201.707c-1.097.575-2.681.96-4.486.96s-3.39-.385-4.486-.96C13.37%2015.441%2013%2014.787%2013%2014.333c0-.396.274-.942%201.136-1.489l-1.072-1.688c-1.137.72-2.064%201.801-2.064%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%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsBloodCellsNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48