ancv negative icon
ancv-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- ancv-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the ancv 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(#healthiconsAncvNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm24 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-7.282 14.713L14.6 21.019c.222-.36.474-.752.74-1.142q.241-.355.48-.676c.41 1.241.698 2.396.898 3.512m.406 4.783a2 2 0 0 1-1.373-.434l-5-4a2 2 0 0 1-.507-2.52L12 21.5l-1.756-.958l.002-.002l.002-.005l.008-.014l.029-.053l.105-.188a40 40 0 0 1 1.645-2.657c.492-.721 1.079-1.513 1.682-2.145c.3-.314.655-.643 1.05-.906c.36-.24.97-.572 1.733-.572h2a2 2 0 0 1 1.176.383L18.5 16a389 389 0 0 1 1.177-1.617l.003.002l.006.004l.017.013l.058.043l.202.154c.17.131.411.322.704.564a33 33 0 0 1 2.247 2.048c1.7 1.7 3.795 4.177 4.943 7.046c.665 1.662.681 3.22.148 4.593c-.513 1.319-1.452 2.255-2.329 2.892c-.88.641-1.807 1.06-2.484 1.316c-.282.107-.53.189-.73.25L21 41v1a2 2 0 1 1-4 0v-1c-.164-3.775-.059-6.742.033-9.326c.053-1.493.101-2.859.09-4.178M32 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8m0 2a6 6 0 1 0 0-12a6 6 0 0 0 0 12m1-8a1 1 0 1 0-2 0v2.303l.168.252l1 1.5a1 1 0 0 0 1.664-1.11L33 11.697z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsAncvNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAncvNegative(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(#healthiconsAncvNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm24 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-7.282 14.713L14.6 21.019c.222-.36.474-.752.74-1.142q.241-.355.48-.676c.41 1.241.698 2.396.898 3.512m.406 4.783a2 2 0 0 1-1.373-.434l-5-4a2 2 0 0 1-.507-2.52L12 21.5l-1.756-.958l.002-.002l.002-.005l.008-.014l.029-.053l.105-.188a40 40 0 0 1 1.645-2.657c.492-.721 1.079-1.513 1.682-2.145c.3-.314.655-.643 1.05-.906c.36-.24.97-.572 1.733-.572h2a2 2 0 0 1 1.176.383L18.5 16a389 389 0 0 1 1.177-1.617l.003.002l.006.004l.017.013l.058.043l.202.154c.17.131.411.322.704.564a33 33 0 0 1 2.247 2.048c1.7 1.7 3.795 4.177 4.943 7.046c.665 1.662.681 3.22.148 4.593c-.513 1.319-1.452 2.255-2.329 2.892c-.88.641-1.807 1.06-2.484 1.316c-.282.107-.53.189-.73.25L21 41v1a2 2 0 1 1-4 0v-1c-.164-3.775-.059-6.742.033-9.326c.053-1.493.101-2.859.09-4.178M32 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8m0 2a6 6 0 1 0 0-12a6 6 0 0 0 0 12m1-8a1 1 0 1 0-2 0v2.303l.168.252l1 1.5a1 1 0 0 0 1.664-1.11L33 11.697z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsAncvNegative"><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(#healthiconsAncvNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm24 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-7.282 14.713L14.6 21.019c.222-.36.474-.752.74-1.142q.241-.355.48-.676c.41 1.241.698 2.396.898 3.512m.406 4.783a2 2 0 0 1-1.373-.434l-5-4a2 2 0 0 1-.507-2.52L12 21.5l-1.756-.958l.002-.002l.002-.005l.008-.014l.029-.053l.105-.188a40 40 0 0 1 1.645-2.657c.492-.721 1.079-1.513 1.682-2.145c.3-.314.655-.643 1.05-.906c.36-.24.97-.572 1.733-.572h2a2 2 0 0 1 1.176.383L18.5 16a389 389 0 0 1 1.177-1.617l.003.002l.006.004l.017.013l.058.043l.202.154c.17.131.411.322.704.564a33 33 0 0 1 2.247 2.048c1.7 1.7 3.795 4.177 4.943 7.046c.665 1.662.681 3.22.148 4.593c-.513 1.319-1.452 2.255-2.329 2.892c-.88.641-1.807 1.06-2.484 1.316c-.282.107-.53.189-.73.25L21 41v1a2 2 0 1 1-4 0v-1c-.164-3.775-.059-6.742.033-9.326c.053-1.493.101-2.859.09-4.178M32 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8m0 2a6 6 0 1 0 0-12a6 6 0 0 0 0 12m1-8a1 1 0 1 0-2 0v2.303l.168.252l1 1.5a1 1 0 0 0 1.664-1.11L33 11.697z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsAncvNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-ancv-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(%23healthiconsAncvNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm24%208a4%204%200%201%201-8%200a4%204%200%200%201%208%200m-7.282%2014.713L14.6%2021.019c.222-.36.474-.752.74-1.142q.241-.355.48-.676c.41%201.241.698%202.396.898%203.512m.406%204.783a2%202%200%200%201-1.373-.434l-5-4a2%202%200%200%201-.507-2.52L12%2021.5l-1.756-.958l.002-.002l.002-.005l.008-.014l.029-.053l.105-.188a40%2040%200%200%201%201.645-2.657c.492-.721%201.079-1.513%201.682-2.145c.3-.314.655-.643%201.05-.906c.36-.24.97-.572%201.733-.572h2a2%202%200%200%201%201.176.383L18.5%2016a389%20389%200%200%201%201.177-1.617l.003.002l.006.004l.017.013l.058.043l.202.154c.17.131.411.322.704.564a33%2033%200%200%201%202.247%202.048c1.7%201.7%203.795%204.177%204.943%207.046c.665%201.662.681%203.22.148%204.593c-.513%201.319-1.452%202.255-2.329%202.892c-.88.641-1.807%201.06-2.484%201.316c-.282.107-.53.189-.73.25L21%2041v1a2%202%200%201%201-4%200v-1c-.164-3.775-.059-6.742.033-9.326c.053-1.493.101-2.859.09-4.178M32%2016a4%204%200%201%200%200-8a4%204%200%200%200%200%208m0%202a6%206%200%201%200%200-12a6%206%200%200%200%200%2012m1-8a1%201%200%201%200-2%200v2.303l.168.252l1%201.5a1%201%200%200%200%201.664-1.11L33%2011.697z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAncvNegative%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(%23healthiconsAncvNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm24%208a4%204%200%201%201-8%200a4%204%200%200%201%208%200m-7.282%2014.713L14.6%2021.019c.222-.36.474-.752.74-1.142q.241-.355.48-.676c.41%201.241.698%202.396.898%203.512m.406%204.783a2%202%200%200%201-1.373-.434l-5-4a2%202%200%200%201-.507-2.52L12%2021.5l-1.756-.958l.002-.002l.002-.005l.008-.014l.029-.053l.105-.188a40%2040%200%200%201%201.645-2.657c.492-.721%201.079-1.513%201.682-2.145c.3-.314.655-.643%201.05-.906c.36-.24.97-.572%201.733-.572h2a2%202%200%200%201%201.176.383L18.5%2016a389%20389%200%200%201%201.177-1.617l.003.002l.006.004l.017.013l.058.043l.202.154c.17.131.411.322.704.564a33%2033%200%200%201%202.247%202.048c1.7%201.7%203.795%204.177%204.943%207.046c.665%201.662.681%203.22.148%204.593c-.513%201.319-1.452%202.255-2.329%202.892c-.88.641-1.807%201.06-2.484%201.316c-.282.107-.53.189-.73.25L21%2041v1a2%202%200%201%201-4%200v-1c-.164-3.775-.059-6.742.033-9.326c.053-1.493.101-2.859.09-4.178M32%2016a4%204%200%201%200%200-8a4%204%200%200%200%200%208m0%202a6%206%200%201%200%200-12a6%206%200%200%200%200%2012m1-8a1%201%200%201%200-2%200v2.303l.168.252l1%201.5a1%201%200%200%200%201.664-1.11L33%2011.697z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsAncvNegative%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/ancv-negative.svg?color=%231a73e8&size=48