hiv-neg from Health Icons by Resolve to Save Lives · Filled · Conditions · MIT Free for personal and commercial use.

Name
hiv-neg
Set
Health Icons
Style
Filled
Category
Conditions
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More conditions icons from Health Icons

Use the hiv neg 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="M29.591 4.675C28.79 4.217 27.891 4 26.924 4h-5.248c-1.824 0-3.669.85-4.779 2.387l-.108.141l-2.337 3.03l-.811 1.081l-.002.002a9.414 9.414 0 0 0 .002 11.339l.006.008l9.777 12.402L30 42.775a2 2 0 0 0 2.912.252l4.066-3.662a2 2 0 0 0 .241-2.713l-7.43-9.563l-4.792-6.058l-5.423-7.004a4.06 4.06 0 0 1 2.012-.518h5.247c.663 0 1.343.193 1.941.518l-3.019 3.9l1.21 1.564l1.215 1.534A3 3 0 0 1 31 17h5.645a9.4 9.4 0 0 0-1.866-6.45l-.812-1.084l-.009-.01l-2.331-3.023l-.011-.015l.012-.009c-.575-.804-1.352-1.343-2.037-1.734m.419 7.757a4.03 4.03 0 0 0 .022-4.792l-.1-.13l.015-.011c-.329-.428-.797-.773-1.348-1.088C28.134 6.145 27.585 6 26.924 6h-5.248c-1.243 0-2.466.59-3.167 1.572l-.01.015l-.116.149a3.9 3.9 0 0 0-.774 2.33c0 .811.253 1.68.735 2.367c.974-.623 2.12-.924 3.242-.924h5.247c1.132 0 2.243.353 3.177.923" clip-rule="evenodd"/><path d="m29.352 22.507l2.407 3.043l.092.118L33.917 23H31a3 3 0 0 1-1.648-.493M30 20a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1m-13.432 9.728l4.887 6.204l.005.006l1.16 1.48l-4.255 5.425a2 2 0 0 1-2.781.36l-4.379-3.317a2 2 0 0 1-.368-2.826z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHivNeg(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="M29.591 4.675C28.79 4.217 27.891 4 26.924 4h-5.248c-1.824 0-3.669.85-4.779 2.387l-.108.141l-2.337 3.03l-.811 1.081l-.002.002a9.414 9.414 0 0 0 .002 11.339l.006.008l9.777 12.402L30 42.775a2 2 0 0 0 2.912.252l4.066-3.662a2 2 0 0 0 .241-2.713l-7.43-9.563l-4.792-6.058l-5.423-7.004a4.06 4.06 0 0 1 2.012-.518h5.247c.663 0 1.343.193 1.941.518l-3.019 3.9l1.21 1.564l1.215 1.534A3 3 0 0 1 31 17h5.645a9.4 9.4 0 0 0-1.866-6.45l-.812-1.084l-.009-.01l-2.331-3.023l-.011-.015l.012-.009c-.575-.804-1.352-1.343-2.037-1.734m.419 7.757a4.03 4.03 0 0 0 .022-4.792l-.1-.13l.015-.011c-.329-.428-.797-.773-1.348-1.088C28.134 6.145 27.585 6 26.924 6h-5.248c-1.243 0-2.466.59-3.167 1.572l-.01.015l-.116.149a3.9 3.9 0 0 0-.774 2.33c0 .811.253 1.68.735 2.367c.974-.623 2.12-.924 3.242-.924h5.247c1.132 0 2.243.353 3.177.923" clipRule="evenodd"/><path d="m29.352 22.507l2.407 3.043l.092.118L33.917 23H31a3 3 0 0 1-1.648-.493M30 20a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1m-13.432 9.728l4.887 6.204l.005.006l1.16 1.48l-4.255 5.425a2 2 0 0 1-2.781.36l-4.379-3.317a2 2 0 0 1-.368-2.826z"/></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="M29.591 4.675C28.79 4.217 27.891 4 26.924 4h-5.248c-1.824 0-3.669.85-4.779 2.387l-.108.141l-2.337 3.03l-.811 1.081l-.002.002a9.414 9.414 0 0 0 .002 11.339l.006.008l9.777 12.402L30 42.775a2 2 0 0 0 2.912.252l4.066-3.662a2 2 0 0 0 .241-2.713l-7.43-9.563l-4.792-6.058l-5.423-7.004a4.06 4.06 0 0 1 2.012-.518h5.247c.663 0 1.343.193 1.941.518l-3.019 3.9l1.21 1.564l1.215 1.534A3 3 0 0 1 31 17h5.645a9.4 9.4 0 0 0-1.866-6.45l-.812-1.084l-.009-.01l-2.331-3.023l-.011-.015l.012-.009c-.575-.804-1.352-1.343-2.037-1.734m.419 7.757a4.03 4.03 0 0 0 .022-4.792l-.1-.13l.015-.011c-.329-.428-.797-.773-1.348-1.088C28.134 6.145 27.585 6 26.924 6h-5.248c-1.243 0-2.466.59-3.167 1.572l-.01.015l-.116.149a3.9 3.9 0 0 0-.774 2.33c0 .811.253 1.68.735 2.367c.974-.623 2.12-.924 3.242-.924h5.247c1.132 0 2.243.353 3.177.923" clip-rule="evenodd"/><path d="m29.352 22.507l2.407 3.043l.092.118L33.917 23H31a3 3 0 0 1-1.648-.493M30 20a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1m-13.432 9.728l4.887 6.204l.005.006l1.16 1.48l-4.255 5.425a2 2 0 0 1-2.781.36l-4.379-3.317a2 2 0 0 1-.368-2.826z"/></g></svg>
</template>

CSS

.icon-hiv-neg {
  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%22M29.591%204.675C28.79%204.217%2027.891%204%2026.924%204h-5.248c-1.824%200-3.669.85-4.779%202.387l-.108.141l-2.337%203.03l-.811%201.081l-.002.002a9.414%209.414%200%200%200%20.002%2011.339l.006.008l9.777%2012.402L30%2042.775a2%202%200%200%200%202.912.252l4.066-3.662a2%202%200%200%200%20.241-2.713l-7.43-9.563l-4.792-6.058l-5.423-7.004a4.06%204.06%200%200%201%202.012-.518h5.247c.663%200%201.343.193%201.941.518l-3.019%203.9l1.21%201.564l1.215%201.534A3%203%200%200%201%2031%2017h5.645a9.4%209.4%200%200%200-1.866-6.45l-.812-1.084l-.009-.01l-2.331-3.023l-.011-.015l.012-.009c-.575-.804-1.352-1.343-2.037-1.734m.419%207.757a4.03%204.03%200%200%200%20.022-4.792l-.1-.13l.015-.011c-.329-.428-.797-.773-1.348-1.088C28.134%206.145%2027.585%206%2026.924%206h-5.248c-1.243%200-2.466.59-3.167%201.572l-.01.015l-.116.149a3.9%203.9%200%200%200-.774%202.33c0%20.811.253%201.68.735%202.367c.974-.623%202.12-.924%203.242-.924h5.247c1.132%200%202.243.353%203.177.923%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m29.352%2022.507l2.407%203.043l.092.118L33.917%2023H31a3%203%200%200%201-1.648-.493M30%2020a1%201%200%200%201%201-1h6a1%201%200%201%201%200%202h-6a1%201%200%200%201-1-1m-13.432%209.728l4.887%206.204l.005.006l1.16%201.48l-4.255%205.425a2%202%200%200%201-2.781.36l-4.379-3.317a2%202%200%200%201-.368-2.826z%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%22M29.591%204.675C28.79%204.217%2027.891%204%2026.924%204h-5.248c-1.824%200-3.669.85-4.779%202.387l-.108.141l-2.337%203.03l-.811%201.081l-.002.002a9.414%209.414%200%200%200%20.002%2011.339l.006.008l9.777%2012.402L30%2042.775a2%202%200%200%200%202.912.252l4.066-3.662a2%202%200%200%200%20.241-2.713l-7.43-9.563l-4.792-6.058l-5.423-7.004a4.06%204.06%200%200%201%202.012-.518h5.247c.663%200%201.343.193%201.941.518l-3.019%203.9l1.21%201.564l1.215%201.534A3%203%200%200%201%2031%2017h5.645a9.4%209.4%200%200%200-1.866-6.45l-.812-1.084l-.009-.01l-2.331-3.023l-.011-.015l.012-.009c-.575-.804-1.352-1.343-2.037-1.734m.419%207.757a4.03%204.03%200%200%200%20.022-4.792l-.1-.13l.015-.011c-.329-.428-.797-.773-1.348-1.088C28.134%206.145%2027.585%206%2026.924%206h-5.248c-1.243%200-2.466.59-3.167%201.572l-.01.015l-.116.149a3.9%203.9%200%200%200-.774%202.33c0%20.811.253%201.68.735%202.367c.974-.623%202.12-.924%203.242-.924h5.247c1.132%200%202.243.353%203.177.923%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m29.352%2022.507l2.407%203.043l.092.118L33.917%2023H31a3%203%200%200%201-1.648-.493M30%2020a1%201%200%200%201%201-1h6a1%201%200%201%201%200%202h-6a1%201%200%200%201-1-1m-13.432%209.728l4.887%206.204l.005.006l1.16%201.48l-4.255%205.425a2%202%200%200%201-2.781.36l-4.379-3.317a2%202%200%200%201-.368-2.826z%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/hiv-neg.svg?color=%231a73e8&size=48