8 negative icon

8-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
8-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the 8 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(#healthicons8Negative)"><path d="M30 18c0-2.2-1.795-4-4.032-4h-3.936C19.795 14 18 15.8 18 18s1.795 4 4.032 4h3.936C28.205 22 30 20.2 30 18m-4.032 8h-3.936C19.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-4"/><path fill-rule="evenodd" d="M48 0H0v48h48zM14 18a7.96 7.96 0 0 0 2.72 6A7.96 7.96 0 0 0 14 30c0 4.428 3.606 8 8.032 8h3.936C30.394 38 34 34.428 34 30a7.96 7.96 0 0 0-2.72-6A7.96 7.96 0 0 0 34 18c0-4.428-3.606-8-8.032-8h-3.936C17.606 10 14 13.572 14 18" clip-rule="evenodd"/></g><defs><clipPath id="healthicons8Negative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function Healthicons8Negative(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(#healthicons8Negative)"><path d="M30 18c0-2.2-1.795-4-4.032-4h-3.936C19.795 14 18 15.8 18 18s1.795 4 4.032 4h3.936C28.205 22 30 20.2 30 18m-4.032 8h-3.936C19.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-4"/><path fillRule="evenodd" d="M48 0H0v48h48zM14 18a7.96 7.96 0 0 0 2.72 6A7.96 7.96 0 0 0 14 30c0 4.428 3.606 8 8.032 8h3.936C30.394 38 34 34.428 34 30a7.96 7.96 0 0 0-2.72-6A7.96 7.96 0 0 0 34 18c0-4.428-3.606-8-8.032-8h-3.936C17.606 10 14 13.572 14 18" clipRule="evenodd"/></g><defs><clipPath id="healthicons8Negative"><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(#healthicons8Negative)"><path d="M30 18c0-2.2-1.795-4-4.032-4h-3.936C19.795 14 18 15.8 18 18s1.795 4 4.032 4h3.936C28.205 22 30 20.2 30 18m-4.032 8h-3.936C19.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-4"/><path fill-rule="evenodd" d="M48 0H0v48h48zM14 18a7.96 7.96 0 0 0 2.72 6A7.96 7.96 0 0 0 14 30c0 4.428 3.606 8 8.032 8h3.936C30.394 38 34 34.428 34 30a7.96 7.96 0 0 0-2.72-6A7.96 7.96 0 0 0 34 18c0-4.428-3.606-8-8.032-8h-3.936C17.606 10 14 13.572 14 18" clip-rule="evenodd"/></g><defs><clipPath id="healthicons8Negative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-8-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(%23healthicons8Negative)%22%3E%3Cpath%20d%3D%22M30%2018c0-2.2-1.795-4-4.032-4h-3.936C19.795%2014%2018%2015.8%2018%2018s1.795%204%204.032%204h3.936C28.205%2022%2030%2020.2%2030%2018m-4.032%208h-3.936C19.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-4%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM14%2018a7.96%207.96%200%200%200%202.72%206A7.96%207.96%200%200%200%2014%2030c0%204.428%203.606%208%208.032%208h3.936C30.394%2038%2034%2034.428%2034%2030a7.96%207.96%200%200%200-2.72-6A7.96%207.96%200%200%200%2034%2018c0-4.428-3.606-8-8.032-8h-3.936C17.606%2010%2014%2013.572%2014%2018%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthicons8Negative%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(%23healthicons8Negative)%22%3E%3Cpath%20d%3D%22M30%2018c0-2.2-1.795-4-4.032-4h-3.936C19.795%2014%2018%2015.8%2018%2018s1.795%204%204.032%204h3.936C28.205%2022%2030%2020.2%2030%2018m-4.032%208h-3.936C19.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-4%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM14%2018a7.96%207.96%200%200%200%202.72%206A7.96%207.96%200%200%200%2014%2030c0%204.428%203.606%208%208.032%208h3.936C30.394%2038%2034%2034.428%2034%2030a7.96%207.96%200%200%200-2.72-6A7.96%207.96%200%200%200%2034%2018c0-4.428-3.606-8-8.032-8h-3.936C17.606%2010%2014%2013.572%2014%2018%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthicons8Negative%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/8-negative.svg?color=%231a73e8&size=48