blood vessel icon

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

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

1 other variant in Health Icons

More body icons from Health Icons

Use the blood vessel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M18 6v19.38l-2.926-2.02l.092-.01l-.966-8.757l-1.987.22l.784 7.112l-6.617-4.568l-1.507 6.027l4.42 3.49l-4.055 1.021l.489 1.94l5.547-1.398l6.348 5.012l.006.005a.95.95 0 0 1 .372.755V42h10V27.113a.94.94 0 0 1 .519-.829l5.151-2.673l7.593 1.847l.473-1.943l-5.438-1.323l5.98-3.248l-2.269-5.293l-7.576 3.597l1.043-4.736l-1.953-.43l-1.38 6.266L28 19.43V6zm5.227 2.85a1 1 0 1 1-1.7 1.055a1 1 0 0 1 1.7-1.055m1.678 5.377a1 1 0 1 0-1.055-1.7a1 1 0 0 0 1.055 1.7m-2 9a1 1 0 1 0-1.055-1.7a1 1 0 0 0 1.055 1.7m1.322 5.622a1 1 0 1 1-1.7 1.056a1 1 0 0 1 1.7-1.056m-1.322 10.378a1 1 0 1 0-1.055-1.7a1 1 0 0 0 1.055 1.7" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBloodVessel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M18 6v19.38l-2.926-2.02l.092-.01l-.966-8.757l-1.987.22l.784 7.112l-6.617-4.568l-1.507 6.027l4.42 3.49l-4.055 1.021l.489 1.94l5.547-1.398l6.348 5.012l.006.005a.95.95 0 0 1 .372.755V42h10V27.113a.94.94 0 0 1 .519-.829l5.151-2.673l7.593 1.847l.473-1.943l-5.438-1.323l5.98-3.248l-2.269-5.293l-7.576 3.597l1.043-4.736l-1.953-.43l-1.38 6.266L28 19.43V6zm5.227 2.85a1 1 0 1 1-1.7 1.055a1 1 0 0 1 1.7-1.055m1.678 5.377a1 1 0 1 0-1.055-1.7a1 1 0 0 0 1.055 1.7m-2 9a1 1 0 1 0-1.055-1.7a1 1 0 0 0 1.055 1.7m1.322 5.622a1 1 0 1 1-1.7 1.056a1 1 0 0 1 1.7-1.056m-1.322 10.378a1 1 0 1 0-1.055-1.7a1 1 0 0 0 1.055 1.7" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M18 6v19.38l-2.926-2.02l.092-.01l-.966-8.757l-1.987.22l.784 7.112l-6.617-4.568l-1.507 6.027l4.42 3.49l-4.055 1.021l.489 1.94l5.547-1.398l6.348 5.012l.006.005a.95.95 0 0 1 .372.755V42h10V27.113a.94.94 0 0 1 .519-.829l5.151-2.673l7.593 1.847l.473-1.943l-5.438-1.323l5.98-3.248l-2.269-5.293l-7.576 3.597l1.043-4.736l-1.953-.43l-1.38 6.266L28 19.43V6zm5.227 2.85a1 1 0 1 1-1.7 1.055a1 1 0 0 1 1.7-1.055m1.678 5.377a1 1 0 1 0-1.055-1.7a1 1 0 0 0 1.055 1.7m-2 9a1 1 0 1 0-1.055-1.7a1 1 0 0 0 1.055 1.7m1.322 5.622a1 1 0 1 1-1.7 1.056a1 1 0 0 1 1.7-1.056m-1.322 10.378a1 1 0 1 0-1.055-1.7a1 1 0 0 0 1.055 1.7" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-blood-vessel {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18%206v19.38l-2.926-2.02l.092-.01l-.966-8.757l-1.987.22l.784%207.112l-6.617-4.568l-1.507%206.027l4.42%203.49l-4.055%201.021l.489%201.94l5.547-1.398l6.348%205.012l.006.005a.95.95%200%200%201%20.372.755V42h10V27.113a.94.94%200%200%201%20.519-.829l5.151-2.673l7.593%201.847l.473-1.943l-5.438-1.323l5.98-3.248l-2.269-5.293l-7.576%203.597l1.043-4.736l-1.953-.43l-1.38%206.266L28%2019.43V6zm5.227%202.85a1%201%200%201%201-1.7%201.055a1%201%200%200%201%201.7-1.055m1.678%205.377a1%201%200%201%200-1.055-1.7a1%201%200%200%200%201.055%201.7m-2%209a1%201%200%201%200-1.055-1.7a1%201%200%200%200%201.055%201.7m1.322%205.622a1%201%200%201%201-1.7%201.056a1%201%200%200%201%201.7-1.056m-1.322%2010.378a1%201%200%201%200-1.055-1.7a1%201%200%200%200%201.055%201.7%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18%206v19.38l-2.926-2.02l.092-.01l-.966-8.757l-1.987.22l.784%207.112l-6.617-4.568l-1.507%206.027l4.42%203.49l-4.055%201.021l.489%201.94l5.547-1.398l6.348%205.012l.006.005a.95.95%200%200%201%20.372.755V42h10V27.113a.94.94%200%200%201%20.519-.829l5.151-2.673l7.593%201.847l.473-1.943l-5.438-1.323l5.98-3.248l-2.269-5.293l-7.576%203.597l1.043-4.736l-1.953-.43l-1.38%206.266L28%2019.43V6zm5.227%202.85a1%201%200%201%201-1.7%201.055a1%201%200%200%201%201.7-1.055m1.678%205.377a1%201%200%201%200-1.055-1.7a1%201%200%200%200%201.055%201.7m-2%209a1%201%200%201%200-1.055-1.7a1%201%200%200%200%201.055%201.7m1.322%205.622a1%201%200%201%201-1.7%201.056a1%201%200%200%201%201.7-1.056m-1.322%2010.378a1%201%200%201%200-1.055-1.7a1%201%200%200%200%201.055%201.7%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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