rmnh negative icon
rmnh-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- rmnh-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the rmnh 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(#healthiconsRmnhNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM36.98 9.84a3.84 3.84 0 1 1-7.68 0a3.84 3.84 0 0 1 7.68 0m1.272 5.386a1.5 1.5 0 0 0-1.471-.614l-7.274 1.213a2.5 2.5 0 0 0-1.825 1.348L25.318 21.9a1.5 1.5 0 0 0 .165 1.602l3.6 4.548a1.5 1.5 0 0 0 2.353-1.862l-1.802-2.276c.175-.219.4-.404.667-.538l2.06-1.03l-.726-.245a1 1 0 0 1-.682-.948v-1.92a1 1 0 1 1 2 0v1.202l1.795.604a1.944 1.944 0 1 1 1.85.875a2 2 0 0 1 .447.913l-1.174 1.418a1.5 1.5 0 1 0 2.313 1.912l3.472-4.2a1.5 1.5 0 0 0 .069-1.822zM28.087 29.134a2.397 2.397 0 0 0 4.569-1.014h.003a4.3 4.3 0 0 0 2.286-.653a2.395 2.395 0 0 0 3.612.537c.763 3.073 1.512 5.314 1.976 6.583c.224.615-.166 1.301-.816 1.38c-3.977.478-8.579.489-12.544-.01a.984.984 0 0 1-.801-1.29c.42-1.286 1.124-3.48 1.715-5.533M28 40.5v-2.486c1.275.19 2.464.316 3.622.38l-.674 2.497A1.5 1.5 0 0 1 28 40.5m8.052.39l-.676-2.504A42 42 0 0 0 39 38v2.5a1.5 1.5 0 0 1-2.948.39m-13.2-11.741a1.5 1.5 0 1 0-.705-2.916c-2.86.692-5.018 1.003-7.142.995c-2.127-.008-4.29-.336-7.168-.999a1.5 1.5 0 0 0-.674 2.924c1.706.392 3.223.685 4.668.865v4.334a2 2 0 0 0-.022.127l-.733 5.834a1.5 1.5 0 0 0 2.962.465l1.093-5.795l1.092 5.795a1.5 1.5 0 0 0 2.963-.465l-.734-5.834a2 2 0 0 0-.022-.127v-4.35c1.37-.178 2.812-.464 4.423-.853M15 26a3 3 0 1 0 0-6a3 3 0 0 0 0 6" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsRmnhNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsRmnhNegative(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(#healthiconsRmnhNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM36.98 9.84a3.84 3.84 0 1 1-7.68 0a3.84 3.84 0 0 1 7.68 0m1.272 5.386a1.5 1.5 0 0 0-1.471-.614l-7.274 1.213a2.5 2.5 0 0 0-1.825 1.348L25.318 21.9a1.5 1.5 0 0 0 .165 1.602l3.6 4.548a1.5 1.5 0 0 0 2.353-1.862l-1.802-2.276c.175-.219.4-.404.667-.538l2.06-1.03l-.726-.245a1 1 0 0 1-.682-.948v-1.92a1 1 0 1 1 2 0v1.202l1.795.604a1.944 1.944 0 1 1 1.85.875a2 2 0 0 1 .447.913l-1.174 1.418a1.5 1.5 0 1 0 2.313 1.912l3.472-4.2a1.5 1.5 0 0 0 .069-1.822zM28.087 29.134a2.397 2.397 0 0 0 4.569-1.014h.003a4.3 4.3 0 0 0 2.286-.653a2.395 2.395 0 0 0 3.612.537c.763 3.073 1.512 5.314 1.976 6.583c.224.615-.166 1.301-.816 1.38c-3.977.478-8.579.489-12.544-.01a.984.984 0 0 1-.801-1.29c.42-1.286 1.124-3.48 1.715-5.533M28 40.5v-2.486c1.275.19 2.464.316 3.622.38l-.674 2.497A1.5 1.5 0 0 1 28 40.5m8.052.39l-.676-2.504A42 42 0 0 0 39 38v2.5a1.5 1.5 0 0 1-2.948.39m-13.2-11.741a1.5 1.5 0 1 0-.705-2.916c-2.86.692-5.018 1.003-7.142.995c-2.127-.008-4.29-.336-7.168-.999a1.5 1.5 0 0 0-.674 2.924c1.706.392 3.223.685 4.668.865v4.334a2 2 0 0 0-.022.127l-.733 5.834a1.5 1.5 0 0 0 2.962.465l1.093-5.795l1.092 5.795a1.5 1.5 0 0 0 2.963-.465l-.734-5.834a2 2 0 0 0-.022-.127v-4.35c1.37-.178 2.812-.464 4.423-.853M15 26a3 3 0 1 0 0-6a3 3 0 0 0 0 6" clipRule="evenodd"/></g><defs><clipPath id="healthiconsRmnhNegative"><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(#healthiconsRmnhNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM36.98 9.84a3.84 3.84 0 1 1-7.68 0a3.84 3.84 0 0 1 7.68 0m1.272 5.386a1.5 1.5 0 0 0-1.471-.614l-7.274 1.213a2.5 2.5 0 0 0-1.825 1.348L25.318 21.9a1.5 1.5 0 0 0 .165 1.602l3.6 4.548a1.5 1.5 0 0 0 2.353-1.862l-1.802-2.276c.175-.219.4-.404.667-.538l2.06-1.03l-.726-.245a1 1 0 0 1-.682-.948v-1.92a1 1 0 1 1 2 0v1.202l1.795.604a1.944 1.944 0 1 1 1.85.875a2 2 0 0 1 .447.913l-1.174 1.418a1.5 1.5 0 1 0 2.313 1.912l3.472-4.2a1.5 1.5 0 0 0 .069-1.822zM28.087 29.134a2.397 2.397 0 0 0 4.569-1.014h.003a4.3 4.3 0 0 0 2.286-.653a2.395 2.395 0 0 0 3.612.537c.763 3.073 1.512 5.314 1.976 6.583c.224.615-.166 1.301-.816 1.38c-3.977.478-8.579.489-12.544-.01a.984.984 0 0 1-.801-1.29c.42-1.286 1.124-3.48 1.715-5.533M28 40.5v-2.486c1.275.19 2.464.316 3.622.38l-.674 2.497A1.5 1.5 0 0 1 28 40.5m8.052.39l-.676-2.504A42 42 0 0 0 39 38v2.5a1.5 1.5 0 0 1-2.948.39m-13.2-11.741a1.5 1.5 0 1 0-.705-2.916c-2.86.692-5.018 1.003-7.142.995c-2.127-.008-4.29-.336-7.168-.999a1.5 1.5 0 0 0-.674 2.924c1.706.392 3.223.685 4.668.865v4.334a2 2 0 0 0-.022.127l-.733 5.834a1.5 1.5 0 0 0 2.962.465l1.093-5.795l1.092 5.795a1.5 1.5 0 0 0 2.963-.465l-.734-5.834a2 2 0 0 0-.022-.127v-4.35c1.37-.178 2.812-.464 4.423-.853M15 26a3 3 0 1 0 0-6a3 3 0 0 0 0 6" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsRmnhNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-rmnh-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(%23healthiconsRmnhNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM36.98%209.84a3.84%203.84%200%201%201-7.68%200a3.84%203.84%200%200%201%207.68%200m1.272%205.386a1.5%201.5%200%200%200-1.471-.614l-7.274%201.213a2.5%202.5%200%200%200-1.825%201.348L25.318%2021.9a1.5%201.5%200%200%200%20.165%201.602l3.6%204.548a1.5%201.5%200%200%200%202.353-1.862l-1.802-2.276c.175-.219.4-.404.667-.538l2.06-1.03l-.726-.245a1%201%200%200%201-.682-.948v-1.92a1%201%200%201%201%202%200v1.202l1.795.604a1.944%201.944%200%201%201%201.85.875a2%202%200%200%201%20.447.913l-1.174%201.418a1.5%201.5%200%201%200%202.313%201.912l3.472-4.2a1.5%201.5%200%200%200%20.069-1.822zM28.087%2029.134a2.397%202.397%200%200%200%204.569-1.014h.003a4.3%204.3%200%200%200%202.286-.653a2.395%202.395%200%200%200%203.612.537c.763%203.073%201.512%205.314%201.976%206.583c.224.615-.166%201.301-.816%201.38c-3.977.478-8.579.489-12.544-.01a.984.984%200%200%201-.801-1.29c.42-1.286%201.124-3.48%201.715-5.533M28%2040.5v-2.486c1.275.19%202.464.316%203.622.38l-.674%202.497A1.5%201.5%200%200%201%2028%2040.5m8.052.39l-.676-2.504A42%2042%200%200%200%2039%2038v2.5a1.5%201.5%200%200%201-2.948.39m-13.2-11.741a1.5%201.5%200%201%200-.705-2.916c-2.86.692-5.018%201.003-7.142.995c-2.127-.008-4.29-.336-7.168-.999a1.5%201.5%200%200%200-.674%202.924c1.706.392%203.223.685%204.668.865v4.334a2%202%200%200%200-.022.127l-.733%205.834a1.5%201.5%200%200%200%202.962.465l1.093-5.795l1.092%205.795a1.5%201.5%200%200%200%202.963-.465l-.734-5.834a2%202%200%200%200-.022-.127v-4.35c1.37-.178%202.812-.464%204.423-.853M15%2026a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsRmnhNegative%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(%23healthiconsRmnhNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM36.98%209.84a3.84%203.84%200%201%201-7.68%200a3.84%203.84%200%200%201%207.68%200m1.272%205.386a1.5%201.5%200%200%200-1.471-.614l-7.274%201.213a2.5%202.5%200%200%200-1.825%201.348L25.318%2021.9a1.5%201.5%200%200%200%20.165%201.602l3.6%204.548a1.5%201.5%200%200%200%202.353-1.862l-1.802-2.276c.175-.219.4-.404.667-.538l2.06-1.03l-.726-.245a1%201%200%200%201-.682-.948v-1.92a1%201%200%201%201%202%200v1.202l1.795.604a1.944%201.944%200%201%201%201.85.875a2%202%200%200%201%20.447.913l-1.174%201.418a1.5%201.5%200%201%200%202.313%201.912l3.472-4.2a1.5%201.5%200%200%200%20.069-1.822zM28.087%2029.134a2.397%202.397%200%200%200%204.569-1.014h.003a4.3%204.3%200%200%200%202.286-.653a2.395%202.395%200%200%200%203.612.537c.763%203.073%201.512%205.314%201.976%206.583c.224.615-.166%201.301-.816%201.38c-3.977.478-8.579.489-12.544-.01a.984.984%200%200%201-.801-1.29c.42-1.286%201.124-3.48%201.715-5.533M28%2040.5v-2.486c1.275.19%202.464.316%203.622.38l-.674%202.497A1.5%201.5%200%200%201%2028%2040.5m8.052.39l-.676-2.504A42%2042%200%200%200%2039%2038v2.5a1.5%201.5%200%200%201-2.948.39m-13.2-11.741a1.5%201.5%200%201%200-.705-2.916c-2.86.692-5.018%201.003-7.142.995c-2.127-.008-4.29-.336-7.168-.999a1.5%201.5%200%200%200-.674%202.924c1.706.392%203.223.685%204.668.865v4.334a2%202%200%200%200-.022.127l-.733%205.834a1.5%201.5%200%200%200%202.962.465l1.093-5.795l1.092%205.795a1.5%201.5%200%200%200%202.963-.465l-.734-5.834a2%202%200%200%200-.022-.127v-4.35c1.37-.178%202.812-.464%204.423-.853M15%2026a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsRmnhNegative%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/rmnh-negative.svg?color=%231a73e8&size=48