rmnh icon
rmnh from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.
- Name
- rmnh
- Set
- Health Icons
- Style
- Filled
- Category
- People
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altancvasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ycall-centrechild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-worker
Use the rmnh icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M33.14 13.68a3.84 3.84 0 1 0 0-7.68a3.84 3.84 0 0 0 0 7.68m3.641.933a1.5 1.5 0 0 1 1.471.613l3.472 4.908a1.5 1.5 0 0 1-.068 1.822l-3.472 4.2a1.5 1.5 0 0 1-2.312-1.912l1.173-1.418a2 2 0 0 0-.448-.913a1.944 1.944 0 1 0-1.85-.875l-1.794-.604v-1.202a1 1 0 0 0-2 0v1.92a1 1 0 0 0 .681.948l.728.245l-2.061 1.03a2 2 0 0 0-.667.538l1.802 2.276a1.5 1.5 0 0 1-2.353 1.862l-3.6-4.548a1.5 1.5 0 0 1-.165-1.602l2.364-4.728a2.5 2.5 0 0 1 1.825-1.348z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M28.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 38.014V40.5a1.5 1.5 0 0 0 2.948.39l.674-2.496a40 40 0 0 1-3.622-.38m7.376.372l.676 2.505A1.5 1.5 0 0 0 39 40.5V38a42 42 0 0 1-3.624.386m-12.523-9.237a1.5 1.5 0 1 0-.706-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 1 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.794l1.092 5.794a1.5 1.5 0 0 0 2.963-.465l-.734-5.834a2 2 0 0 0-.022-.127v-4.35c1.37-.178 2.812-.463 4.423-.853" clip-rule="evenodd"/><path d="M18 23a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsRmnh(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M33.14 13.68a3.84 3.84 0 1 0 0-7.68a3.84 3.84 0 0 0 0 7.68m3.641.933a1.5 1.5 0 0 1 1.471.613l3.472 4.908a1.5 1.5 0 0 1-.068 1.822l-3.472 4.2a1.5 1.5 0 0 1-2.312-1.912l1.173-1.418a2 2 0 0 0-.448-.913a1.944 1.944 0 1 0-1.85-.875l-1.794-.604v-1.202a1 1 0 0 0-2 0v1.92a1 1 0 0 0 .681.948l.728.245l-2.061 1.03a2 2 0 0 0-.667.538l1.802 2.276a1.5 1.5 0 0 1-2.353 1.862l-3.6-4.548a1.5 1.5 0 0 1-.165-1.602l2.364-4.728a2.5 2.5 0 0 1 1.825-1.348z" clipRule="evenodd"/><path fillRule="evenodd" d="M28.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 38.014V40.5a1.5 1.5 0 0 0 2.948.39l.674-2.496a40 40 0 0 1-3.622-.38m7.376.372l.676 2.505A1.5 1.5 0 0 0 39 40.5V38a42 42 0 0 1-3.624.386m-12.523-9.237a1.5 1.5 0 1 0-.706-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 1 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.794l1.092 5.794a1.5 1.5 0 0 0 2.963-.465l-.734-5.834a2 2 0 0 0-.022-.127v-4.35c1.37-.178 2.812-.463 4.423-.853" clipRule="evenodd"/><path d="M18 23a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M33.14 13.68a3.84 3.84 0 1 0 0-7.68a3.84 3.84 0 0 0 0 7.68m3.641.933a1.5 1.5 0 0 1 1.471.613l3.472 4.908a1.5 1.5 0 0 1-.068 1.822l-3.472 4.2a1.5 1.5 0 0 1-2.312-1.912l1.173-1.418a2 2 0 0 0-.448-.913a1.944 1.944 0 1 0-1.85-.875l-1.794-.604v-1.202a1 1 0 0 0-2 0v1.92a1 1 0 0 0 .681.948l.728.245l-2.061 1.03a2 2 0 0 0-.667.538l1.802 2.276a1.5 1.5 0 0 1-2.353 1.862l-3.6-4.548a1.5 1.5 0 0 1-.165-1.602l2.364-4.728a2.5 2.5 0 0 1 1.825-1.348z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M28.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 38.014V40.5a1.5 1.5 0 0 0 2.948.39l.674-2.496a40 40 0 0 1-3.622-.38m7.376.372l.676 2.505A1.5 1.5 0 0 0 39 40.5V38a42 42 0 0 1-3.624.386m-12.523-9.237a1.5 1.5 0 1 0-.706-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 1 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.794l1.092 5.794a1.5 1.5 0 0 0 2.963-.465l-.734-5.834a2 2 0 0 0-.022-.127v-4.35c1.37-.178 2.812-.463 4.423-.853" clip-rule="evenodd"/><path d="M18 23a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></g></svg> </template>
CSS
.icon-rmnh {
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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.14%2013.68a3.84%203.84%200%201%200%200-7.68a3.84%203.84%200%200%200%200%207.68m3.641.933a1.5%201.5%200%200%201%201.471.613l3.472%204.908a1.5%201.5%200%200%201-.068%201.822l-3.472%204.2a1.5%201.5%200%200%201-2.312-1.912l1.173-1.418a2%202%200%200%200-.448-.913a1.944%201.944%200%201%200-1.85-.875l-1.794-.604v-1.202a1%201%200%200%200-2%200v1.92a1%201%200%200%200%20.681.948l.728.245l-2.061%201.03a2%202%200%200%200-.667.538l1.802%202.276a1.5%201.5%200%200%201-2.353%201.862l-3.6-4.548a1.5%201.5%200%200%201-.165-1.602l2.364-4.728a2.5%202.5%200%200%201%201.825-1.348z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M28.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%2038.014V40.5a1.5%201.5%200%200%200%202.948.39l.674-2.496a40%2040%200%200%201-3.622-.38m7.376.372l.676%202.505A1.5%201.5%200%200%200%2039%2040.5V38a42%2042%200%200%201-3.624.386m-12.523-9.237a1.5%201.5%200%201%200-.706-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%201%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.794l1.092%205.794a1.5%201.5%200%200%200%202.963-.465l-.734-5.834a2%202%200%200%200-.022-.127v-4.35c1.37-.178%202.812-.463%204.423-.853%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18%2023a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.14%2013.68a3.84%203.84%200%201%200%200-7.68a3.84%203.84%200%200%200%200%207.68m3.641.933a1.5%201.5%200%200%201%201.471.613l3.472%204.908a1.5%201.5%200%200%201-.068%201.822l-3.472%204.2a1.5%201.5%200%200%201-2.312-1.912l1.173-1.418a2%202%200%200%200-.448-.913a1.944%201.944%200%201%200-1.85-.875l-1.794-.604v-1.202a1%201%200%200%200-2%200v1.92a1%201%200%200%200%20.681.948l.728.245l-2.061%201.03a2%202%200%200%200-.667.538l1.802%202.276a1.5%201.5%200%200%201-2.353%201.862l-3.6-4.548a1.5%201.5%200%200%201-.165-1.602l2.364-4.728a2.5%202.5%200%200%201%201.825-1.348z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M28.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%2038.014V40.5a1.5%201.5%200%200%200%202.948.39l.674-2.496a40%2040%200%200%201-3.622-.38m7.376.372l.676%202.505A1.5%201.5%200%200%200%2039%2040.5V38a42%2042%200%200%201-3.624.386m-12.523-9.237a1.5%201.5%200%201%200-.706-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%201%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.794l1.092%205.794a1.5%201.5%200%200%200%202.963-.465l-.734-5.834a2%202%200%200%200-.022-.127v-4.35c1.37-.178%202.812-.463%204.423-.853%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18%2023a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/rmnh.svg?color=%231a73e8&size=48