varicose vein negative icon
varicose-vein-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- varicose-vein-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the varicose vein 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(#healthiconsVaricoseVeinNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM20.931 4h10.61c.077.159.158.367.242.583c.1.253.203.518.31.726c1.859 3.638 4.675 9.146 2.367 17.354c-1.477 5.255-2.679 11.3-2.518 12.158c2.192 1.545 2.657 4.996 2.047 5.874q-.116.168-.244.375c-.592.941-1.487 2.363-4.046 2.61c-1.026.098-1.636-.137-2.323-.402c-1.275-.491-2.82-1.086-7.793.158c-3.819.954-6.895.738-8.582-.957s-.929-2.87 0-3.826c.606-.625 1.428-.434 2.324-.227c.478.111.976.227 1.475.227c1.435 0 9.088-3.349 9.088-3.349l-3.907-24.763zm4.983 4.94a.957.957 0 0 0-1.372 1.333c.437.45.575.77.621.989c.048.222.024.451-.067.783l-.01.033l-.047.152v.001c-.115.357-.321 1-.308 1.678c.018.92.398 1.89 1.387 2.883a.957.957 0 1 0 1.356-1.35c-.698-.7-.823-1.218-.83-1.57c-.007-.329.07-.572.172-.9l.085-.28a2.59 2.59 0 0 1 2.476-1.033a.956.956 0 1 0 .275-1.894a4.4 4.4 0 0 0-2.811.497c-.194-.446-.5-.883-.927-1.322m4.35 11.028a.957.957 0 0 0-1.187.649c-.083.28-.22.418-.343.504c-.125.086-.245.13-.392.178a1 1 0 0 1-.233-.124a2.7 2.7 0 0 1-.704-.706a.957.957 0 1 0-1.58 1.08c.193.282.427.552.682.79c-.522.553-.905 1.343-.867 2.373a.957.957 0 0 0 1.912-.07c-.018-.507.169-.825.404-1.047a1.8 1.8 0 0 1 .7-.4q.097-.017.195-.05l.027-.008l.023-.008c.372-.118 1.58-.502 2.012-1.974a.957.957 0 0 0-.649-1.187" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsVaricoseVeinNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsVaricoseVeinNegative(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(#healthiconsVaricoseVeinNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM20.931 4h10.61c.077.159.158.367.242.583c.1.253.203.518.31.726c1.859 3.638 4.675 9.146 2.367 17.354c-1.477 5.255-2.679 11.3-2.518 12.158c2.192 1.545 2.657 4.996 2.047 5.874q-.116.168-.244.375c-.592.941-1.487 2.363-4.046 2.61c-1.026.098-1.636-.137-2.323-.402c-1.275-.491-2.82-1.086-7.793.158c-3.819.954-6.895.738-8.582-.957s-.929-2.87 0-3.826c.606-.625 1.428-.434 2.324-.227c.478.111.976.227 1.475.227c1.435 0 9.088-3.349 9.088-3.349l-3.907-24.763zm4.983 4.94a.957.957 0 0 0-1.372 1.333c.437.45.575.77.621.989c.048.222.024.451-.067.783l-.01.033l-.047.152v.001c-.115.357-.321 1-.308 1.678c.018.92.398 1.89 1.387 2.883a.957.957 0 1 0 1.356-1.35c-.698-.7-.823-1.218-.83-1.57c-.007-.329.07-.572.172-.9l.085-.28a2.59 2.59 0 0 1 2.476-1.033a.956.956 0 1 0 .275-1.894a4.4 4.4 0 0 0-2.811.497c-.194-.446-.5-.883-.927-1.322m4.35 11.028a.957.957 0 0 0-1.187.649c-.083.28-.22.418-.343.504c-.125.086-.245.13-.392.178a1 1 0 0 1-.233-.124a2.7 2.7 0 0 1-.704-.706a.957.957 0 1 0-1.58 1.08c.193.282.427.552.682.79c-.522.553-.905 1.343-.867 2.373a.957.957 0 0 0 1.912-.07c-.018-.507.169-.825.404-1.047a1.8 1.8 0 0 1 .7-.4q.097-.017.195-.05l.027-.008l.023-.008c.372-.118 1.58-.502 2.012-1.974a.957.957 0 0 0-.649-1.187" clipRule="evenodd"/></g><defs><clipPath id="healthiconsVaricoseVeinNegative"><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(#healthiconsVaricoseVeinNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM20.931 4h10.61c.077.159.158.367.242.583c.1.253.203.518.31.726c1.859 3.638 4.675 9.146 2.367 17.354c-1.477 5.255-2.679 11.3-2.518 12.158c2.192 1.545 2.657 4.996 2.047 5.874q-.116.168-.244.375c-.592.941-1.487 2.363-4.046 2.61c-1.026.098-1.636-.137-2.323-.402c-1.275-.491-2.82-1.086-7.793.158c-3.819.954-6.895.738-8.582-.957s-.929-2.87 0-3.826c.606-.625 1.428-.434 2.324-.227c.478.111.976.227 1.475.227c1.435 0 9.088-3.349 9.088-3.349l-3.907-24.763zm4.983 4.94a.957.957 0 0 0-1.372 1.333c.437.45.575.77.621.989c.048.222.024.451-.067.783l-.01.033l-.047.152v.001c-.115.357-.321 1-.308 1.678c.018.92.398 1.89 1.387 2.883a.957.957 0 1 0 1.356-1.35c-.698-.7-.823-1.218-.83-1.57c-.007-.329.07-.572.172-.9l.085-.28a2.59 2.59 0 0 1 2.476-1.033a.956.956 0 1 0 .275-1.894a4.4 4.4 0 0 0-2.811.497c-.194-.446-.5-.883-.927-1.322m4.35 11.028a.957.957 0 0 0-1.187.649c-.083.28-.22.418-.343.504c-.125.086-.245.13-.392.178a1 1 0 0 1-.233-.124a2.7 2.7 0 0 1-.704-.706a.957.957 0 1 0-1.58 1.08c.193.282.427.552.682.79c-.522.553-.905 1.343-.867 2.373a.957.957 0 0 0 1.912-.07c-.018-.507.169-.825.404-1.047a1.8 1.8 0 0 1 .7-.4q.097-.017.195-.05l.027-.008l.023-.008c.372-.118 1.58-.502 2.012-1.974a.957.957 0 0 0-.649-1.187" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsVaricoseVeinNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-varicose-vein-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(%23healthiconsVaricoseVeinNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM20.931%204h10.61c.077.159.158.367.242.583c.1.253.203.518.31.726c1.859%203.638%204.675%209.146%202.367%2017.354c-1.477%205.255-2.679%2011.3-2.518%2012.158c2.192%201.545%202.657%204.996%202.047%205.874q-.116.168-.244.375c-.592.941-1.487%202.363-4.046%202.61c-1.026.098-1.636-.137-2.323-.402c-1.275-.491-2.82-1.086-7.793.158c-3.819.954-6.895.738-8.582-.957s-.929-2.87%200-3.826c.606-.625%201.428-.434%202.324-.227c.478.111.976.227%201.475.227c1.435%200%209.088-3.349%209.088-3.349l-3.907-24.763zm4.983%204.94a.957.957%200%200%200-1.372%201.333c.437.45.575.77.621.989c.048.222.024.451-.067.783l-.01.033l-.047.152v.001c-.115.357-.321%201-.308%201.678c.018.92.398%201.89%201.387%202.883a.957.957%200%201%200%201.356-1.35c-.698-.7-.823-1.218-.83-1.57c-.007-.329.07-.572.172-.9l.085-.28a2.59%202.59%200%200%201%202.476-1.033a.956.956%200%201%200%20.275-1.894a4.4%204.4%200%200%200-2.811.497c-.194-.446-.5-.883-.927-1.322m4.35%2011.028a.957.957%200%200%200-1.187.649c-.083.28-.22.418-.343.504c-.125.086-.245.13-.392.178a1%201%200%200%201-.233-.124a2.7%202.7%200%200%201-.704-.706a.957.957%200%201%200-1.58%201.08c.193.282.427.552.682.79c-.522.553-.905%201.343-.867%202.373a.957.957%200%200%200%201.912-.07c-.018-.507.169-.825.404-1.047a1.8%201.8%200%200%201%20.7-.4q.097-.017.195-.05l.027-.008l.023-.008c.372-.118%201.58-.502%202.012-1.974a.957.957%200%200%200-.649-1.187%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsVaricoseVeinNegative%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(%23healthiconsVaricoseVeinNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM20.931%204h10.61c.077.159.158.367.242.583c.1.253.203.518.31.726c1.859%203.638%204.675%209.146%202.367%2017.354c-1.477%205.255-2.679%2011.3-2.518%2012.158c2.192%201.545%202.657%204.996%202.047%205.874q-.116.168-.244.375c-.592.941-1.487%202.363-4.046%202.61c-1.026.098-1.636-.137-2.323-.402c-1.275-.491-2.82-1.086-7.793.158c-3.819.954-6.895.738-8.582-.957s-.929-2.87%200-3.826c.606-.625%201.428-.434%202.324-.227c.478.111.976.227%201.475.227c1.435%200%209.088-3.349%209.088-3.349l-3.907-24.763zm4.983%204.94a.957.957%200%200%200-1.372%201.333c.437.45.575.77.621.989c.048.222.024.451-.067.783l-.01.033l-.047.152v.001c-.115.357-.321%201-.308%201.678c.018.92.398%201.89%201.387%202.883a.957.957%200%201%200%201.356-1.35c-.698-.7-.823-1.218-.83-1.57c-.007-.329.07-.572.172-.9l.085-.28a2.59%202.59%200%200%201%202.476-1.033a.956.956%200%201%200%20.275-1.894a4.4%204.4%200%200%200-2.811.497c-.194-.446-.5-.883-.927-1.322m4.35%2011.028a.957.957%200%200%200-1.187.649c-.083.28-.22.418-.343.504c-.125.086-.245.13-.392.178a1%201%200%200%201-.233-.124a2.7%202.7%200%200%201-.704-.706a.957.957%200%201%200-1.58%201.08c.193.282.427.552.682.79c-.522.553-.905%201.343-.867%202.373a.957.957%200%200%200%201.912-.07c-.018-.507.169-.825.404-1.047a1.8%201.8%200%200%201%20.7-.4q.097-.017.195-.05l.027-.008l.023-.008c.372-.118%201.58-.502%202.012-1.974a.957.957%200%200%200-.649-1.187%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsVaricoseVeinNegative%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/varicose-vein-negative.svg?color=%231a73e8&size=48