blood vessel icon
blood-vessel-outline from Health Icons by Resolve to Save Lives · Outline · Body · MIT Free for personal and commercial use.
- Name
- blood-vessel-outline
- Set
- Health Icons
- Style
- Outline
- 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"><g fill="currentColor"><path fill-rule="evenodd" d="M18 25.31V6h2v20.363c0 1.22-1.403 1.94-2.39 1.176L5.836 18.412l1.225-1.58l5.877 4.555l-.725-6.575l1.988-.219l.937 8.5zm8-5.056V6h2v13.43l2.143-1.082l1.38-6.266l1.954.43l-1.03 4.674l7.603-3.836l.9 1.786l-12.77 6.442c-.957.484-2.18-.17-2.18-1.324m15.54-2.98l.92 1.776l-6.089 3.16l5.365 1.305l-.472 1.943l-7.594-1.847l-5.15 2.673a.94.94 0 0 0-.52.83V42h-2V27.113c0-1.102.624-2.099 1.598-2.604zM9.088 26.926l-4.696-3.59l1.214-1.589l13.236 10.119A2.95 2.95 0 0 1 20 34.21V42h-2v-7.79a.95.95 0 0 0-.371-.756l-6.51-4.978l-5.392 1.359l-.489-1.94z" clip-rule="evenodd"/><path d="M25.227 12.85a1 1 0 1 1-1.7 1.055a1 1 0 0 1 1.7-1.055m-2 9a1 1 0 1 1-1.7 1.055a1 1 0 0 1 1.7-1.056m1 7.001a1 1 0 1 1-1.7 1.055a1 1 0 0 1 1.7-1.056m-1 9.001a1 1 0 1 1-1.7 1.055a1 1 0 0 1 1.7-1.056m0-28.999a1 1 0 1 1-1.7 1.055a1 1 0 0 1 1.7-1.055"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBloodVesselOutline(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 fillRule="evenodd" d="M18 25.31V6h2v20.363c0 1.22-1.403 1.94-2.39 1.176L5.836 18.412l1.225-1.58l5.877 4.555l-.725-6.575l1.988-.219l.937 8.5zm8-5.056V6h2v13.43l2.143-1.082l1.38-6.266l1.954.43l-1.03 4.674l7.603-3.836l.9 1.786l-12.77 6.442c-.957.484-2.18-.17-2.18-1.324m15.54-2.98l.92 1.776l-6.089 3.16l5.365 1.305l-.472 1.943l-7.594-1.847l-5.15 2.673a.94.94 0 0 0-.52.83V42h-2V27.113c0-1.102.624-2.099 1.598-2.604zM9.088 26.926l-4.696-3.59l1.214-1.589l13.236 10.119A2.95 2.95 0 0 1 20 34.21V42h-2v-7.79a.95.95 0 0 0-.371-.756l-6.51-4.978l-5.392 1.359l-.489-1.94z" clipRule="evenodd"/><path d="M25.227 12.85a1 1 0 1 1-1.7 1.055a1 1 0 0 1 1.7-1.055m-2 9a1 1 0 1 1-1.7 1.055a1 1 0 0 1 1.7-1.056m1 7.001a1 1 0 1 1-1.7 1.055a1 1 0 0 1 1.7-1.056m-1 9.001a1 1 0 1 1-1.7 1.055a1 1 0 0 1 1.7-1.056m0-28.999a1 1 0 1 1-1.7 1.055a1 1 0 0 1 1.7-1.055"/></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 fill-rule="evenodd" d="M18 25.31V6h2v20.363c0 1.22-1.403 1.94-2.39 1.176L5.836 18.412l1.225-1.58l5.877 4.555l-.725-6.575l1.988-.219l.937 8.5zm8-5.056V6h2v13.43l2.143-1.082l1.38-6.266l1.954.43l-1.03 4.674l7.603-3.836l.9 1.786l-12.77 6.442c-.957.484-2.18-.17-2.18-1.324m15.54-2.98l.92 1.776l-6.089 3.16l5.365 1.305l-.472 1.943l-7.594-1.847l-5.15 2.673a.94.94 0 0 0-.52.83V42h-2V27.113c0-1.102.624-2.099 1.598-2.604zM9.088 26.926l-4.696-3.59l1.214-1.589l13.236 10.119A2.95 2.95 0 0 1 20 34.21V42h-2v-7.79a.95.95 0 0 0-.371-.756l-6.51-4.978l-5.392 1.359l-.489-1.94z" clip-rule="evenodd"/><path d="M25.227 12.85a1 1 0 1 1-1.7 1.055a1 1 0 0 1 1.7-1.055m-2 9a1 1 0 1 1-1.7 1.055a1 1 0 0 1 1.7-1.056m1 7.001a1 1 0 1 1-1.7 1.055a1 1 0 0 1 1.7-1.056m-1 9.001a1 1 0 1 1-1.7 1.055a1 1 0 0 1 1.7-1.056m0-28.999a1 1 0 1 1-1.7 1.055a1 1 0 0 1 1.7-1.055"/></g></svg> </template>
CSS
.icon-blood-vessel-outline {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2025.31V6h2v20.363c0%201.22-1.403%201.94-2.39%201.176L5.836%2018.412l1.225-1.58l5.877%204.555l-.725-6.575l1.988-.219l.937%208.5zm8-5.056V6h2v13.43l2.143-1.082l1.38-6.266l1.954.43l-1.03%204.674l7.603-3.836l.9%201.786l-12.77%206.442c-.957.484-2.18-.17-2.18-1.324m15.54-2.98l.92%201.776l-6.089%203.16l5.365%201.305l-.472%201.943l-7.594-1.847l-5.15%202.673a.94.94%200%200%200-.52.83V42h-2V27.113c0-1.102.624-2.099%201.598-2.604zM9.088%2026.926l-4.696-3.59l1.214-1.589l13.236%2010.119A2.95%202.95%200%200%201%2020%2034.21V42h-2v-7.79a.95.95%200%200%200-.371-.756l-6.51-4.978l-5.392%201.359l-.489-1.94z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M25.227%2012.85a1%201%200%201%201-1.7%201.055a1%201%200%200%201%201.7-1.055m-2%209a1%201%200%201%201-1.7%201.055a1%201%200%200%201%201.7-1.056m1%207.001a1%201%200%201%201-1.7%201.055a1%201%200%200%201%201.7-1.056m-1%209.001a1%201%200%201%201-1.7%201.055a1%201%200%200%201%201.7-1.056m0-28.999a1%201%200%201%201-1.7%201.055a1%201%200%200%201%201.7-1.055%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%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2025.31V6h2v20.363c0%201.22-1.403%201.94-2.39%201.176L5.836%2018.412l1.225-1.58l5.877%204.555l-.725-6.575l1.988-.219l.937%208.5zm8-5.056V6h2v13.43l2.143-1.082l1.38-6.266l1.954.43l-1.03%204.674l7.603-3.836l.9%201.786l-12.77%206.442c-.957.484-2.18-.17-2.18-1.324m15.54-2.98l.92%201.776l-6.089%203.16l5.365%201.305l-.472%201.943l-7.594-1.847l-5.15%202.673a.94.94%200%200%200-.52.83V42h-2V27.113c0-1.102.624-2.099%201.598-2.604zM9.088%2026.926l-4.696-3.59l1.214-1.589l13.236%2010.119A2.95%202.95%200%200%201%2020%2034.21V42h-2v-7.79a.95.95%200%200%200-.371-.756l-6.51-4.978l-5.392%201.359l-.489-1.94z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M25.227%2012.85a1%201%200%201%201-1.7%201.055a1%201%200%200%201%201.7-1.055m-2%209a1%201%200%201%201-1.7%201.055a1%201%200%200%201%201.7-1.056m1%207.001a1%201%200%201%201-1.7%201.055a1%201%200%200%201%201.7-1.056m-1%209.001a1%201%200%201%201-1.7%201.055a1%201%200%200%201%201.7-1.056m0-28.999a1%201%200%201%201-1.7%201.055a1%201%200%200%201%201.7-1.055%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-vessel-outline.svg?color=%231a73e8&size=48