9 negative icon
9-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- 9-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the 9 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(#healthicons9Negative)"><path d="M25.968 22C28.205 22 30 20.2 30 18s-1.795-4-4.032-4h-3.936C19.795 14 18 15.8 18 18s1.795 4 4.032 4z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM18.228 31.33A4.03 4.03 0 0 0 22.032 34h3.936C28.205 34 30 32.2 30 30v-5.08A8 8 0 0 1 25.968 26h-3.936C17.606 26 14 22.428 14 18s3.606-8 8.032-8h3.936C30.394 10 34 13.572 34 18v12c0 4.428-3.606 8-8.032 8h-3.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="healthicons9Negative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function Healthicons9Negative(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(#healthicons9Negative)"><path d="M25.968 22C28.205 22 30 20.2 30 18s-1.795-4-4.032-4h-3.936C19.795 14 18 15.8 18 18s1.795 4 4.032 4z"/><path fillRule="evenodd" d="M48 0H0v48h48zM18.228 31.33A4.03 4.03 0 0 0 22.032 34h3.936C28.205 34 30 32.2 30 30v-5.08A8 8 0 0 1 25.968 26h-3.936C17.606 26 14 22.428 14 18s3.606-8 8.032-8h3.936C30.394 10 34 13.572 34 18v12c0 4.428-3.606 8-8.032 8h-3.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="healthicons9Negative"><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(#healthicons9Negative)"><path d="M25.968 22C28.205 22 30 20.2 30 18s-1.795-4-4.032-4h-3.936C19.795 14 18 15.8 18 18s1.795 4 4.032 4z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM18.228 31.33A4.03 4.03 0 0 0 22.032 34h3.936C28.205 34 30 32.2 30 30v-5.08A8 8 0 0 1 25.968 26h-3.936C17.606 26 14 22.428 14 18s3.606-8 8.032-8h3.936C30.394 10 34 13.572 34 18v12c0 4.428-3.606 8-8.032 8h-3.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="healthicons9Negative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-9-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(%23healthicons9Negative)%22%3E%3Cpath%20d%3D%22M25.968%2022C28.205%2022%2030%2020.2%2030%2018s-1.795-4-4.032-4h-3.936C19.795%2014%2018%2015.8%2018%2018s1.795%204%204.032%204z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM18.228%2031.33A4.03%204.03%200%200%200%2022.032%2034h3.936C28.205%2034%2030%2032.2%2030%2030v-5.08A8%208%200%200%201%2025.968%2026h-3.936C17.606%2026%2014%2022.428%2014%2018s3.606-8%208.032-8h3.936C30.394%2010%2034%2013.572%2034%2018v12c0%204.428-3.606%208-8.032%208h-3.936a8.03%208.03%200%200%201-7.573-5.33a2%202%200%200%201%203.769-1.34%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthicons9Negative%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(%23healthicons9Negative)%22%3E%3Cpath%20d%3D%22M25.968%2022C28.205%2022%2030%2020.2%2030%2018s-1.795-4-4.032-4h-3.936C19.795%2014%2018%2015.8%2018%2018s1.795%204%204.032%204z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM18.228%2031.33A4.03%204.03%200%200%200%2022.032%2034h3.936C28.205%2034%2030%2032.2%2030%2030v-5.08A8%208%200%200%201%2025.968%2026h-3.936C17.606%2026%2014%2022.428%2014%2018s3.606-8%208.032-8h3.936C30.394%2010%2034%2013.572%2034%2018v12c0%204.428-3.606%208-8.032%208h-3.936a8.03%208.03%200%200%201-7.573-5.33a2%202%200%200%201%203.769-1.34%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthicons9Negative%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/9-negative.svg?color=%231a73e8&size=48