6 negative icon
6-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- 6-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the 6 negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthicons6Negative)"><path d="M22.032 26C19.795 26 18 27.8 18 30s1.795 4 4.032 4h3.936C28.205 34 30 32.2 30 30s-1.795-4-4.032-4z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM29.772 16.67A4.03 4.03 0 0 0 25.968 14h-3.936C19.795 14 18 15.8 18 18v5.08A8 8 0 0 1 22.032 22h3.936C30.394 22 34 25.572 34 30s-3.606 8-8.032 8h-3.936C17.606 38 14 34.428 14 30V18c0-4.428 3.606-8 8.032-8h3.936a8.03 8.03 0 0 1 7.573 5.33a2 2 0 0 1-3.769 1.34" clip-rule="evenodd"/></g><defs><clipPath id="healthicons6Negative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function Healthicons6Negative(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 fill="currentColor" clipPath="url(#healthicons6Negative)"><path d="M22.032 26C19.795 26 18 27.8 18 30s1.795 4 4.032 4h3.936C28.205 34 30 32.2 30 30s-1.795-4-4.032-4z"/><path fillRule="evenodd" d="M48 0H0v48h48zM29.772 16.67A4.03 4.03 0 0 0 25.968 14h-3.936C19.795 14 18 15.8 18 18v5.08A8 8 0 0 1 22.032 22h3.936C30.394 22 34 25.572 34 30s-3.606 8-8.032 8h-3.936C17.606 38 14 34.428 14 30V18c0-4.428 3.606-8 8.032-8h3.936a8.03 8.03 0 0 1 7.573 5.33a2 2 0 0 1-3.769 1.34" clipRule="evenodd"/></g><defs><clipPath id="healthicons6Negative"><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 fill="currentColor" clip-path="url(#healthicons6Negative)"><path d="M22.032 26C19.795 26 18 27.8 18 30s1.795 4 4.032 4h3.936C28.205 34 30 32.2 30 30s-1.795-4-4.032-4z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM29.772 16.67A4.03 4.03 0 0 0 25.968 14h-3.936C19.795 14 18 15.8 18 18v5.08A8 8 0 0 1 22.032 22h3.936C30.394 22 34 25.572 34 30s-3.606 8-8.032 8h-3.936C17.606 38 14 34.428 14 30V18c0-4.428 3.606-8 8.032-8h3.936a8.03 8.03 0 0 1 7.573 5.33a2 2 0 0 1-3.769 1.34" clip-rule="evenodd"/></g><defs><clipPath id="healthicons6Negative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-6-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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthicons6Negative)%22%3E%3Cpath%20d%3D%22M22.032%2026C19.795%2026%2018%2027.8%2018%2030s1.795%204%204.032%204h3.936C28.205%2034%2030%2032.2%2030%2030s-1.795-4-4.032-4z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM29.772%2016.67A4.03%204.03%200%200%200%2025.968%2014h-3.936C19.795%2014%2018%2015.8%2018%2018v5.08A8%208%200%200%201%2022.032%2022h3.936C30.394%2022%2034%2025.572%2034%2030s-3.606%208-8.032%208h-3.936C17.606%2038%2014%2034.428%2014%2030V18c0-4.428%203.606-8%208.032-8h3.936a8.03%208.03%200%200%201%207.573%205.33a2%202%200%200%201-3.769%201.34%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthicons6Negative%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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthicons6Negative)%22%3E%3Cpath%20d%3D%22M22.032%2026C19.795%2026%2018%2027.8%2018%2030s1.795%204%204.032%204h3.936C28.205%2034%2030%2032.2%2030%2030s-1.795-4-4.032-4z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM29.772%2016.67A4.03%204.03%200%200%200%2025.968%2014h-3.936C19.795%2014%2018%2015.8%2018%2018v5.08A8%208%200%200%201%2022.032%2022h3.936C30.394%2022%2034%2025.572%2034%2030s-3.606%208-8.032%208h-3.936C17.606%2038%2014%2034.428%2014%2030V18c0-4.428%203.606-8%208.032-8h3.936a8.03%208.03%200%200%201%207.573%205.33a2%202%200%200%201-3.769%201.34%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthicons6Negative%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/6-negative.svg?color=%231a73e8&size=48