varicose vein icon
varicose-vein from Health Icons by Resolve to Save Lives · Filled · Conditions · MIT Free for personal and commercial use.
- Name
- varicose-vein
- Set
- Health Icons
- Style
- Filled
- Category
- Conditions
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More conditions icons from Health Icons
Use the varicose vein 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="m20.931 4l-.95 6.541l3.907 24.763s-7.653 3.349-9.088 3.349c-.499 0-.998-.116-1.475-.227c-.896-.207-1.718-.398-2.324.227c-.929.956-1.687 2.13 0 3.826c1.687 1.695 4.763 1.911 8.582.957c4.974-1.244 6.518-.65 7.793-.158c.688.265 1.297.5 2.323.401c2.559-.246 3.454-1.668 4.046-2.61q.128-.206.244-.374c.61-.878.145-4.329-2.047-5.874c-.16-.858 1.04-6.903 2.518-12.158c2.308-8.208-.508-13.716-2.368-17.354a8 8 0 0 1-.308-.726A8 8 0 0 0 31.54 4zm4.983 4.94a.957.957 0 1 0-1.372 1.333c.437.45.575.77.621.989c.048.222.024.451-.067.783l-.01.033l-.047.153c-.115.357-.321 1-.308 1.678c.018.92.398 1.89 1.387 2.883a.957.957 0 0 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.957.957 0 0 0 .275-1.893a4.4 4.4 0 0 0-2.811.496c-.194-.446-.5-.883-.927-1.322m4.35 11.028a.957.957 0 0 0-1.187.649c-.083.28-.22.418-.343.504a1.4 1.4 0 0 1-.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-.4a1.5 1.5 0 0 0 .245-.066c.372-.118 1.58-.502 2.012-1.974a.957.957 0 0 0-.649-1.187" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsVaricoseVein(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="m20.931 4l-.95 6.541l3.907 24.763s-7.653 3.349-9.088 3.349c-.499 0-.998-.116-1.475-.227c-.896-.207-1.718-.398-2.324.227c-.929.956-1.687 2.13 0 3.826c1.687 1.695 4.763 1.911 8.582.957c4.974-1.244 6.518-.65 7.793-.158c.688.265 1.297.5 2.323.401c2.559-.246 3.454-1.668 4.046-2.61q.128-.206.244-.374c.61-.878.145-4.329-2.047-5.874c-.16-.858 1.04-6.903 2.518-12.158c2.308-8.208-.508-13.716-2.368-17.354a8 8 0 0 1-.308-.726A8 8 0 0 0 31.54 4zm4.983 4.94a.957.957 0 1 0-1.372 1.333c.437.45.575.77.621.989c.048.222.024.451-.067.783l-.01.033l-.047.153c-.115.357-.321 1-.308 1.678c.018.92.398 1.89 1.387 2.883a.957.957 0 0 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.957.957 0 0 0 .275-1.893a4.4 4.4 0 0 0-2.811.496c-.194-.446-.5-.883-.927-1.322m4.35 11.028a.957.957 0 0 0-1.187.649c-.083.28-.22.418-.343.504a1.4 1.4 0 0 1-.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-.4a1.5 1.5 0 0 0 .245-.066c.372-.118 1.58-.502 2.012-1.974a.957.957 0 0 0-.649-1.187" 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="m20.931 4l-.95 6.541l3.907 24.763s-7.653 3.349-9.088 3.349c-.499 0-.998-.116-1.475-.227c-.896-.207-1.718-.398-2.324.227c-.929.956-1.687 2.13 0 3.826c1.687 1.695 4.763 1.911 8.582.957c4.974-1.244 6.518-.65 7.793-.158c.688.265 1.297.5 2.323.401c2.559-.246 3.454-1.668 4.046-2.61q.128-.206.244-.374c.61-.878.145-4.329-2.047-5.874c-.16-.858 1.04-6.903 2.518-12.158c2.308-8.208-.508-13.716-2.368-17.354a8 8 0 0 1-.308-.726A8 8 0 0 0 31.54 4zm4.983 4.94a.957.957 0 1 0-1.372 1.333c.437.45.575.77.621.989c.048.222.024.451-.067.783l-.01.033l-.047.153c-.115.357-.321 1-.308 1.678c.018.92.398 1.89 1.387 2.883a.957.957 0 0 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.957.957 0 0 0 .275-1.893a4.4 4.4 0 0 0-2.811.496c-.194-.446-.5-.883-.927-1.322m4.35 11.028a.957.957 0 0 0-1.187.649c-.083.28-.22.418-.343.504a1.4 1.4 0 0 1-.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-.4a1.5 1.5 0 0 0 .245-.066c.372-.118 1.58-.502 2.012-1.974a.957.957 0 0 0-.649-1.187" clip-rule="evenodd"/></svg> </template>
CSS
.icon-varicose-vein {
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%22m20.931%204l-.95%206.541l3.907%2024.763s-7.653%203.349-9.088%203.349c-.499%200-.998-.116-1.475-.227c-.896-.207-1.718-.398-2.324.227c-.929.956-1.687%202.13%200%203.826c1.687%201.695%204.763%201.911%208.582.957c4.974-1.244%206.518-.65%207.793-.158c.688.265%201.297.5%202.323.401c2.559-.246%203.454-1.668%204.046-2.61q.128-.206.244-.374c.61-.878.145-4.329-2.047-5.874c-.16-.858%201.04-6.903%202.518-12.158c2.308-8.208-.508-13.716-2.368-17.354a8%208%200%200%201-.308-.726A8%208%200%200%200%2031.54%204zm4.983%204.94a.957.957%200%201%200-1.372%201.333c.437.45.575.77.621.989c.048.222.024.451-.067.783l-.01.033l-.047.153c-.115.357-.321%201-.308%201.678c.018.92.398%201.89%201.387%202.883a.957.957%200%200%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.957.957%200%200%200%20.275-1.893a4.4%204.4%200%200%200-2.811.496c-.194-.446-.5-.883-.927-1.322m4.35%2011.028a.957.957%200%200%200-1.187.649c-.083.28-.22.418-.343.504a1.4%201.4%200%200%201-.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-.4a1.5%201.5%200%200%200%20.245-.066c.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%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%22m20.931%204l-.95%206.541l3.907%2024.763s-7.653%203.349-9.088%203.349c-.499%200-.998-.116-1.475-.227c-.896-.207-1.718-.398-2.324.227c-.929.956-1.687%202.13%200%203.826c1.687%201.695%204.763%201.911%208.582.957c4.974-1.244%206.518-.65%207.793-.158c.688.265%201.297.5%202.323.401c2.559-.246%203.454-1.668%204.046-2.61q.128-.206.244-.374c.61-.878.145-4.329-2.047-5.874c-.16-.858%201.04-6.903%202.518-12.158c2.308-8.208-.508-13.716-2.368-17.354a8%208%200%200%201-.308-.726A8%208%200%200%200%2031.54%204zm4.983%204.94a.957.957%200%201%200-1.372%201.333c.437.45.575.77.621.989c.048.222.024.451-.067.783l-.01.033l-.047.153c-.115.357-.321%201-.308%201.678c.018.92.398%201.89%201.387%202.883a.957.957%200%200%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.957.957%200%200%200%20.275-1.893a4.4%204.4%200%200%200-2.811.496c-.194-.446-.5-.883-.927-1.322m4.35%2011.028a.957.957%200%200%200-1.187.649c-.083.28-.22.418-.343.504a1.4%201.4%200%200%201-.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-.4a1.5%201.5%200%200%200%20.245-.066c.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%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/varicose-vein.svg?color=%231a73e8&size=48