blood o p icon
blood-o-p-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Blood · MIT Free for personal and commercial use.
- Name
- blood-o-p-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Blood
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More blood icons from Health Icons
blood-a-nblood-a-pblood-ab-nblood-ab-pblood-b-nblood-b-pblood-bagblood-o-nblood-rh-nblood-rh-pblood-cellsblood-dropblood-pressureblood-pressure-2blood-pressure-monitorblood-transfusionblood-vesselblood-a-n-negativeblood-a-p-negativeblood-ab-n-negativeblood-ab-p-negativeblood-b-n-negativeblood-b-p-negativeblood-bag-negative
Use the blood o p icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.25 6.5C8.947 6.5 8 7.684 8 9s.947 2.5 2.25 2.5S12.5 10.316 12.5 9s-.947-2.5-2.25-2.5M9 9c0-.893.62-1.5 1.25-1.5s1.25.607 1.25 1.5s-.62 1.5-1.25 1.5S9 9.893 9 9" clip-rule="evenodd"/><path d="M13 9a.5.5 0 0 1 .5-.5h.5V8a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1H15v.5a.5.5 0 0 1-1 0v-.5h-.5A.5.5 0 0 1 13 9"/><path fill-rule="evenodd" d="M19 5.164v11.851A1.99 1.99 0 0 1 17 19h-2v1h-2v2h-2v-2H9v-1H7c-1.105 0-2-.889-2-1.985V5.164c0-1.096.895-1.985 2-1.985h3l.566-.578a2.01 2.01 0 0 1 2.868 0L14 3.18h3c1.105 0 2 .889 2 1.985m-5 .015a2 2 0 0 1-1.429-.6L12.005 4h-.01l-.566.579a2 2 0 0 1-1.429.6H7v8.437q.484 0 .937.003h.035c.754.005 1.431.01 2.073-.02c1.29-.061 2.348-.26 3.35-.826c1.399-.79 2.67-.61 3.605-.175v-7.42zM7 17v-1.384q.469 0 .924.003h.061c.734.005 1.458.01 2.154-.023c1.444-.068 2.854-.3 4.239-1.081c.812-.459 1.457-.298 1.963-.008c.268.153.489.343.645.499l.014.014V17z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBloodOPOutline24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M10.25 6.5C8.947 6.5 8 7.684 8 9s.947 2.5 2.25 2.5S12.5 10.316 12.5 9s-.947-2.5-2.25-2.5M9 9c0-.893.62-1.5 1.25-1.5s1.25.607 1.25 1.5s-.62 1.5-1.25 1.5S9 9.893 9 9" clipRule="evenodd"/><path d="M13 9a.5.5 0 0 1 .5-.5h.5V8a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1H15v.5a.5.5 0 0 1-1 0v-.5h-.5A.5.5 0 0 1 13 9"/><path fillRule="evenodd" d="M19 5.164v11.851A1.99 1.99 0 0 1 17 19h-2v1h-2v2h-2v-2H9v-1H7c-1.105 0-2-.889-2-1.985V5.164c0-1.096.895-1.985 2-1.985h3l.566-.578a2.01 2.01 0 0 1 2.868 0L14 3.18h3c1.105 0 2 .889 2 1.985m-5 .015a2 2 0 0 1-1.429-.6L12.005 4h-.01l-.566.579a2 2 0 0 1-1.429.6H7v8.437q.484 0 .937.003h.035c.754.005 1.431.01 2.073-.02c1.29-.061 2.348-.26 3.35-.826c1.399-.79 2.67-.61 3.605-.175v-7.42zM7 17v-1.384q.469 0 .924.003h.061c.734.005 1.458.01 2.154-.023c1.444-.068 2.854-.3 4.239-1.081c.812-.459 1.457-.298 1.963-.008c.268.153.489.343.645.499l.014.014V17z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.25 6.5C8.947 6.5 8 7.684 8 9s.947 2.5 2.25 2.5S12.5 10.316 12.5 9s-.947-2.5-2.25-2.5M9 9c0-.893.62-1.5 1.25-1.5s1.25.607 1.25 1.5s-.62 1.5-1.25 1.5S9 9.893 9 9" clip-rule="evenodd"/><path d="M13 9a.5.5 0 0 1 .5-.5h.5V8a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1H15v.5a.5.5 0 0 1-1 0v-.5h-.5A.5.5 0 0 1 13 9"/><path fill-rule="evenodd" d="M19 5.164v11.851A1.99 1.99 0 0 1 17 19h-2v1h-2v2h-2v-2H9v-1H7c-1.105 0-2-.889-2-1.985V5.164c0-1.096.895-1.985 2-1.985h3l.566-.578a2.01 2.01 0 0 1 2.868 0L14 3.18h3c1.105 0 2 .889 2 1.985m-5 .015a2 2 0 0 1-1.429-.6L12.005 4h-.01l-.566.579a2 2 0 0 1-1.429.6H7v8.437q.484 0 .937.003h.035c.754.005 1.431.01 2.073-.02c1.29-.061 2.348-.26 3.35-.826c1.399-.79 2.67-.61 3.605-.175v-7.42zM7 17v-1.384q.469 0 .924.003h.061c.734.005 1.458.01 2.154-.023c1.444-.068 2.854-.3 4.239-1.081c.812-.459 1.457-.298 1.963-.008c.268.153.489.343.645.499l.014.014V17z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-blood-o-p-outline-24px {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.25%206.5C8.947%206.5%208%207.684%208%209s.947%202.5%202.25%202.5S12.5%2010.316%2012.5%209s-.947-2.5-2.25-2.5M9%209c0-.893.62-1.5%201.25-1.5s1.25.607%201.25%201.5s-.62%201.5-1.25%201.5S9%209.893%209%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13%209a.5.5%200%200%201%20.5-.5h.5V8a.5.5%200%200%201%201%200v.5h.5a.5.5%200%200%201%200%201H15v.5a.5.5%200%200%201-1%200v-.5h-.5A.5.5%200%200%201%2013%209%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19%205.164v11.851A1.99%201.99%200%200%201%2017%2019h-2v1h-2v2h-2v-2H9v-1H7c-1.105%200-2-.889-2-1.985V5.164c0-1.096.895-1.985%202-1.985h3l.566-.578a2.01%202.01%200%200%201%202.868%200L14%203.18h3c1.105%200%202%20.889%202%201.985m-5%20.015a2%202%200%200%201-1.429-.6L12.005%204h-.01l-.566.579a2%202%200%200%201-1.429.6H7v8.437q.484%200%20.937.003h.035c.754.005%201.431.01%202.073-.02c1.29-.061%202.348-.26%203.35-.826c1.399-.79%202.67-.61%203.605-.175v-7.42zM7%2017v-1.384q.469%200%20.924.003h.061c.734.005%201.458.01%202.154-.023c1.444-.068%202.854-.3%204.239-1.081c.812-.459%201.457-.298%201.963-.008c.268.153.489.343.645.499l.014.014V17z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.25%206.5C8.947%206.5%208%207.684%208%209s.947%202.5%202.25%202.5S12.5%2010.316%2012.5%209s-.947-2.5-2.25-2.5M9%209c0-.893.62-1.5%201.25-1.5s1.25.607%201.25%201.5s-.62%201.5-1.25%201.5S9%209.893%209%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13%209a.5.5%200%200%201%20.5-.5h.5V8a.5.5%200%200%201%201%200v.5h.5a.5.5%200%200%201%200%201H15v.5a.5.5%200%200%201-1%200v-.5h-.5A.5.5%200%200%201%2013%209%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19%205.164v11.851A1.99%201.99%200%200%201%2017%2019h-2v1h-2v2h-2v-2H9v-1H7c-1.105%200-2-.889-2-1.985V5.164c0-1.096.895-1.985%202-1.985h3l.566-.578a2.01%202.01%200%200%201%202.868%200L14%203.18h3c1.105%200%202%20.889%202%201.985m-5%20.015a2%202%200%200%201-1.429-.6L12.005%204h-.01l-.566.579a2%202%200%200%201-1.429.6H7v8.437q.484%200%20.937.003h.035c.754.005%201.431.01%202.073-.02c1.29-.061%202.348-.26%203.35-.826c1.399-.79%202.67-.61%203.605-.175v-7.42zM7%2017v-1.384q.469%200%20.924.003h.061c.734.005%201.458.01%202.154-.023c1.444-.068%202.854-.3%204.239-1.081c.812-.459%201.457-.298%201.963-.008c.268.153.489.343.645.499l.014.014V17z%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-o-p-outline-24px.svg?color=%231a73e8&size=48