health negative icon
health-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- health-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the health 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(#healthiconsHealthNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM27.408 6.8a5.54 5.54 0 0 0-5.737 0L19.72 7.995c-3.267 1.996-7.248 2.374-11.101 2.74c-.873.083-1.74.166-2.59.266c0 0-.024 1.845 0 2.689l.209 7.128c.179 6.133 2.906 11.948 7.585 16.174c2.448 2.211 5.13 4.037 8.158 5.477c1.622.77 3.546.7 5.101-.187c2.623-1.496 4.906-3.297 7.113-5.29c4.679-4.226 7.406-10.041 7.585-16.174l.209-7.151c.024-.832.001-2.666.001-2.666a71 71 0 0 0-3.162-.426c-3.27-.392-6.526-.781-9.383-2.528zM22 15v7h-7v4h7v7h4v-7h7v-4h-7v-7z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsHealthNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHealthNegative(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(#healthiconsHealthNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM27.408 6.8a5.54 5.54 0 0 0-5.737 0L19.72 7.995c-3.267 1.996-7.248 2.374-11.101 2.74c-.873.083-1.74.166-2.59.266c0 0-.024 1.845 0 2.689l.209 7.128c.179 6.133 2.906 11.948 7.585 16.174c2.448 2.211 5.13 4.037 8.158 5.477c1.622.77 3.546.7 5.101-.187c2.623-1.496 4.906-3.297 7.113-5.29c4.679-4.226 7.406-10.041 7.585-16.174l.209-7.151c.024-.832.001-2.666.001-2.666a71 71 0 0 0-3.162-.426c-3.27-.392-6.526-.781-9.383-2.528zM22 15v7h-7v4h7v7h4v-7h7v-4h-7v-7z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsHealthNegative"><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(#healthiconsHealthNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM27.408 6.8a5.54 5.54 0 0 0-5.737 0L19.72 7.995c-3.267 1.996-7.248 2.374-11.101 2.74c-.873.083-1.74.166-2.59.266c0 0-.024 1.845 0 2.689l.209 7.128c.179 6.133 2.906 11.948 7.585 16.174c2.448 2.211 5.13 4.037 8.158 5.477c1.622.77 3.546.7 5.101-.187c2.623-1.496 4.906-3.297 7.113-5.29c4.679-4.226 7.406-10.041 7.585-16.174l.209-7.151c.024-.832.001-2.666.001-2.666a71 71 0 0 0-3.162-.426c-3.27-.392-6.526-.781-9.383-2.528zM22 15v7h-7v4h7v7h4v-7h7v-4h-7v-7z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsHealthNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-health-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(%23healthiconsHealthNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM27.408%206.8a5.54%205.54%200%200%200-5.737%200L19.72%207.995c-3.267%201.996-7.248%202.374-11.101%202.74c-.873.083-1.74.166-2.59.266c0%200-.024%201.845%200%202.689l.209%207.128c.179%206.133%202.906%2011.948%207.585%2016.174c2.448%202.211%205.13%204.037%208.158%205.477c1.622.77%203.546.7%205.101-.187c2.623-1.496%204.906-3.297%207.113-5.29c4.679-4.226%207.406-10.041%207.585-16.174l.209-7.151c.024-.832.001-2.666.001-2.666a71%2071%200%200%200-3.162-.426c-3.27-.392-6.526-.781-9.383-2.528zM22%2015v7h-7v4h7v7h4v-7h7v-4h-7v-7z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsHealthNegative%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(%23healthiconsHealthNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM27.408%206.8a5.54%205.54%200%200%200-5.737%200L19.72%207.995c-3.267%201.996-7.248%202.374-11.101%202.74c-.873.083-1.74.166-2.59.266c0%200-.024%201.845%200%202.689l.209%207.128c.179%206.133%202.906%2011.948%207.585%2016.174c2.448%202.211%205.13%204.037%208.158%205.477c1.622.77%203.546.7%205.101-.187c2.623-1.496%204.906-3.297%207.113-5.29c4.679-4.226%207.406-10.041%207.585-16.174l.209-7.151c.024-.832.001-2.666.001-2.666a71%2071%200%200%200-3.162-.426c-3.27-.392-6.526-.781-9.383-2.528zM22%2015v7h-7v4h7v7h4v-7h7v-4h-7v-7z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsHealthNegative%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/health-negative.svg?color=%231a73e8&size=48