blood bottle icon
blood-bottle from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- blood-bottle
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the blood bottle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M14 5V2m3 0H9c-2.357 0-3.536 0-4.268.732S4 4.643 4 7v15"/><path stroke-linejoin="round" d="M8 11.125c0-2.458 0-3.687.578-4.57c.25-.382.571-.71.946-.965C10.389 5 11.592 5 14 5s3.611 0 4.476.59c.375.255.696.583.946.966c.578.882.578 2.111.578 4.569v1.75c0 2.458 0 3.687-.578 4.57a3.5 3.5 0 0 1-.946.965C17.612 19 16.408 19 14 19s-3.611 0-4.476-.59a3.5 3.5 0 0 1-.946-.965C8 16.562 8 15.333 8 12.875z"/><path stroke-linecap="round" d="M8 10.372c6.857-4.13 5.571 2.633 12 0"/><path stroke-linecap="round" stroke-linejoin="round" d="M11 22a3 3 0 0 0 3-3"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBloodBottle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M14 5V2m3 0H9c-2.357 0-3.536 0-4.268.732S4 4.643 4 7v15"/><path strokeLinejoin="round" d="M8 11.125c0-2.458 0-3.687.578-4.57c.25-.382.571-.71.946-.965C10.389 5 11.592 5 14 5s3.611 0 4.476.59c.375.255.696.583.946.966c.578.882.578 2.111.578 4.569v1.75c0 2.458 0 3.687-.578 4.57a3.5 3.5 0 0 1-.946.965C17.612 19 16.408 19 14 19s-3.611 0-4.476-.59a3.5 3.5 0 0 1-.946-.965C8 16.562 8 15.333 8 12.875z"/><path strokeLinecap="round" d="M8 10.372c6.857-4.13 5.571 2.633 12 0"/><path strokeLinecap="round" strokeLinejoin="round" d="M11 22a3 3 0 0 0 3-3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M14 5V2m3 0H9c-2.357 0-3.536 0-4.268.732S4 4.643 4 7v15"/><path stroke-linejoin="round" d="M8 11.125c0-2.458 0-3.687.578-4.57c.25-.382.571-.71.946-.965C10.389 5 11.592 5 14 5s3.611 0 4.476.59c.375.255.696.583.946.966c.578.882.578 2.111.578 4.569v1.75c0 2.458 0 3.687-.578 4.57a3.5 3.5 0 0 1-.946.965C17.612 19 16.408 19 14 19s-3.611 0-4.476-.59a3.5 3.5 0 0 1-.946-.965C8 16.562 8 15.333 8 12.875z"/><path stroke-linecap="round" d="M8 10.372c6.857-4.13 5.571 2.633 12 0"/><path stroke-linecap="round" stroke-linejoin="round" d="M11 22a3 3 0 0 0 3-3"/></g></svg> </template>
CSS
.icon-blood-bottle {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%205V2m3%200H9c-2.357%200-3.536%200-4.268.732S4%204.643%204%207v15%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2011.125c0-2.458%200-3.687.578-4.57c.25-.382.571-.71.946-.965C10.389%205%2011.592%205%2014%205s3.611%200%204.476.59c.375.255.696.583.946.966c.578.882.578%202.111.578%204.569v1.75c0%202.458%200%203.687-.578%204.57a3.5%203.5%200%200%201-.946.965C17.612%2019%2016.408%2019%2014%2019s-3.611%200-4.476-.59a3.5%203.5%200%200%201-.946-.965C8%2016.562%208%2015.333%208%2012.875z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2010.372c6.857-4.13%205.571%202.633%2012%200%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2022a3%203%200%200%200%203-3%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14%205V2m3%200H9c-2.357%200-3.536%200-4.268.732S4%204.643%204%207v15%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2011.125c0-2.458%200-3.687.578-4.57c.25-.382.571-.71.946-.965C10.389%205%2011.592%205%2014%205s3.611%200%204.476.59c.375.255.696.583.946.966c.578.882.578%202.111.578%204.569v1.75c0%202.458%200%203.687-.578%204.57a3.5%203.5%200%200%201-.946.965C17.612%2019%2016.408%2019%2014%2019s-3.611%200-4.476-.59a3.5%203.5%200%200%201-.946-.965C8%2016.562%208%2015.333%208%2012.875z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2010.372c6.857-4.13%205.571%202.633%2012%200%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2022a3%203%200%200%200%203-3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/blood-bottle.svg?color=%231a73e8&size=48