health icon
health-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.
- Name
- health-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
- Aliases
- health2x-outline
3 other variants in Health Icons
The same icon in other sets
More symbols icons from Health Icons
Use the health icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M22 22v-7h4v7h7v4h-7l-.001 7h-4v-7h-7v-4z"/><path fill-rule="evenodd" d="M13.823 36.991c2.448 2.211 5.13 4.037 8.158 5.477c1.622.77 3.546.7 5.101-.187c2.623-1.496 4.906-3.297 7.113-5.29c4.679-4.226 7.406-10.041 7.585-16.174l.209-7.151c.024-.832.001-2.666.001-2.666a71 71 0 0 0-3.162-.426c-3.27-.392-6.526-.781-9.383-2.528l-2.037-1.245a5.54 5.54 0 0 0-5.737 0L19.72 7.994c-3.267 1.996-7.248 2.374-11.101 2.74c-.873.083-1.74.166-2.59.266c0 0-.024 1.845 0 2.689l.209 7.128c.179 6.133 2.906 11.948 7.585 16.174m-5.804-24.19c0 .32.003.615.01.83l.208 7.128c.163 5.57 2.64 10.876 6.926 14.748c2.312 2.087 4.833 3.802 7.677 5.154a3.55 3.55 0 0 0 3.252-.117c2.455-1.4 4.619-3.101 6.763-5.037c4.286-3.872 6.763-9.177 6.926-14.748l.209-7.151c.006-.224.01-.539.01-.875q-.702-.089-1.43-.176l-.054-.006a69 69 0 0 1-3.322-.455c-2.244-.38-4.592-.999-6.792-2.343l-2.037-1.246a3.54 3.54 0 0 0-3.651 0L20.763 9.7c-2.32 1.417-4.88 2.089-7.347 2.486c-1.53.246-3.178.403-4.721.551z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHealthOutline(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 d="M22 22v-7h4v7h7v4h-7l-.001 7h-4v-7h-7v-4z"/><path fillRule="evenodd" d="M13.823 36.991c2.448 2.211 5.13 4.037 8.158 5.477c1.622.77 3.546.7 5.101-.187c2.623-1.496 4.906-3.297 7.113-5.29c4.679-4.226 7.406-10.041 7.585-16.174l.209-7.151c.024-.832.001-2.666.001-2.666a71 71 0 0 0-3.162-.426c-3.27-.392-6.526-.781-9.383-2.528l-2.037-1.245a5.54 5.54 0 0 0-5.737 0L19.72 7.994c-3.267 1.996-7.248 2.374-11.101 2.74c-.873.083-1.74.166-2.59.266c0 0-.024 1.845 0 2.689l.209 7.128c.179 6.133 2.906 11.948 7.585 16.174m-5.804-24.19c0 .32.003.615.01.83l.208 7.128c.163 5.57 2.64 10.876 6.926 14.748c2.312 2.087 4.833 3.802 7.677 5.154a3.55 3.55 0 0 0 3.252-.117c2.455-1.4 4.619-3.101 6.763-5.037c4.286-3.872 6.763-9.177 6.926-14.748l.209-7.151c.006-.224.01-.539.01-.875q-.702-.089-1.43-.176l-.054-.006a69 69 0 0 1-3.322-.455c-2.244-.38-4.592-.999-6.792-2.343l-2.037-1.246a3.54 3.54 0 0 0-3.651 0L20.763 9.7c-2.32 1.417-4.88 2.089-7.347 2.486c-1.53.246-3.178.403-4.721.551z" clipRule="evenodd"/></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 d="M22 22v-7h4v7h7v4h-7l-.001 7h-4v-7h-7v-4z"/><path fill-rule="evenodd" d="M13.823 36.991c2.448 2.211 5.13 4.037 8.158 5.477c1.622.77 3.546.7 5.101-.187c2.623-1.496 4.906-3.297 7.113-5.29c4.679-4.226 7.406-10.041 7.585-16.174l.209-7.151c.024-.832.001-2.666.001-2.666a71 71 0 0 0-3.162-.426c-3.27-.392-6.526-.781-9.383-2.528l-2.037-1.245a5.54 5.54 0 0 0-5.737 0L19.72 7.994c-3.267 1.996-7.248 2.374-11.101 2.74c-.873.083-1.74.166-2.59.266c0 0-.024 1.845 0 2.689l.209 7.128c.179 6.133 2.906 11.948 7.585 16.174m-5.804-24.19c0 .32.003.615.01.83l.208 7.128c.163 5.57 2.64 10.876 6.926 14.748c2.312 2.087 4.833 3.802 7.677 5.154a3.55 3.55 0 0 0 3.252-.117c2.455-1.4 4.619-3.101 6.763-5.037c4.286-3.872 6.763-9.177 6.926-14.748l.209-7.151c.006-.224.01-.539.01-.875q-.702-.089-1.43-.176l-.054-.006a69 69 0 0 1-3.322-.455c-2.244-.38-4.592-.999-6.792-2.343l-2.037-1.246a3.54 3.54 0 0 0-3.651 0L20.763 9.7c-2.32 1.417-4.88 2.089-7.347 2.486c-1.53.246-3.178.403-4.721.551z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-health-outline {
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%20d%3D%22M22%2022v-7h4v7h7v4h-7l-.001%207h-4v-7h-7v-4z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.823%2036.991c2.448%202.211%205.13%204.037%208.158%205.477c1.622.77%203.546.7%205.101-.187c2.623-1.496%204.906-3.297%207.113-5.29c4.679-4.226%207.406-10.041%207.585-16.174l.209-7.151c.024-.832.001-2.666.001-2.666a71%2071%200%200%200-3.162-.426c-3.27-.392-6.526-.781-9.383-2.528l-2.037-1.245a5.54%205.54%200%200%200-5.737%200L19.72%207.994c-3.267%201.996-7.248%202.374-11.101%202.74c-.873.083-1.74.166-2.59.266c0%200-.024%201.845%200%202.689l.209%207.128c.179%206.133%202.906%2011.948%207.585%2016.174m-5.804-24.19c0%20.32.003.615.01.83l.208%207.128c.163%205.57%202.64%2010.876%206.926%2014.748c2.312%202.087%204.833%203.802%207.677%205.154a3.55%203.55%200%200%200%203.252-.117c2.455-1.4%204.619-3.101%206.763-5.037c4.286-3.872%206.763-9.177%206.926-14.748l.209-7.151c.006-.224.01-.539.01-.875q-.702-.089-1.43-.176l-.054-.006a69%2069%200%200%201-3.322-.455c-2.244-.38-4.592-.999-6.792-2.343l-2.037-1.246a3.54%203.54%200%200%200-3.651%200L20.763%209.7c-2.32%201.417-4.88%202.089-7.347%202.486c-1.53.246-3.178.403-4.721.551z%22%20clip-rule%3D%22evenodd%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%20d%3D%22M22%2022v-7h4v7h7v4h-7l-.001%207h-4v-7h-7v-4z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.823%2036.991c2.448%202.211%205.13%204.037%208.158%205.477c1.622.77%203.546.7%205.101-.187c2.623-1.496%204.906-3.297%207.113-5.29c4.679-4.226%207.406-10.041%207.585-16.174l.209-7.151c.024-.832.001-2.666.001-2.666a71%2071%200%200%200-3.162-.426c-3.27-.392-6.526-.781-9.383-2.528l-2.037-1.245a5.54%205.54%200%200%200-5.737%200L19.72%207.994c-3.267%201.996-7.248%202.374-11.101%202.74c-.873.083-1.74.166-2.59.266c0%200-.024%201.845%200%202.689l.209%207.128c.179%206.133%202.906%2011.948%207.585%2016.174m-5.804-24.19c0%20.32.003.615.01.83l.208%207.128c.163%205.57%202.64%2010.876%206.926%2014.748c2.312%202.087%204.833%203.802%207.677%205.154a3.55%203.55%200%200%200%203.252-.117c2.455-1.4%204.619-3.101%206.763-5.037c4.286-3.872%206.763-9.177%206.926-14.748l.209-7.151c.006-.224.01-.539.01-.875q-.702-.089-1.43-.176l-.054-.006a69%2069%200%200%201-3.322-.455c-2.244-.38-4.592-.999-6.792-2.343l-2.037-1.246a3.54%203.54%200%200%200-3.651%200L20.763%209.7c-2.32%201.417-4.88%202.089-7.347%202.486c-1.53.246-3.178.403-4.721.551z%22%20clip-rule%3D%22evenodd%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/health-outline.svg?color=%231a73e8&size=48