healthcare it icon

healthcare-it-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.

Name
healthcare-it-outline
Set
Health Icons
Style
Outline
Category
Symbols
Viewbox
48×48
License
MIT
Aliases
healthcare-it2x-outline

1 other variant in Health Icons

More symbols icons from Health Icons

Use the healthcare it 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.5 20.5V17h2v3.5H28v2h-3.5V26h-2v-3.5H19v-2z"/><path fill-rule="evenodd" d="M7.057 31.476A2 2 0 0 1 7 31V12a2 2 0 0 1 2-2h30a2 2 0 0 1 2 2v19c0 .244-.044.477-.123.693l3.111 4.76A1 1 0 0 1 43.151 38H4.8a1 1 0 0 1-.849-1.528zM9 12h30v19H9z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHealthcareItOutline(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.5 20.5V17h2v3.5H28v2h-3.5V26h-2v-3.5H19v-2z"/><path fillRule="evenodd" d="M7.057 31.476A2 2 0 0 1 7 31V12a2 2 0 0 1 2-2h30a2 2 0 0 1 2 2v19c0 .244-.044.477-.123.693l3.111 4.76A1 1 0 0 1 43.151 38H4.8a1 1 0 0 1-.849-1.528zM9 12h30v19H9z" 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.5 20.5V17h2v3.5H28v2h-3.5V26h-2v-3.5H19v-2z"/><path fill-rule="evenodd" d="M7.057 31.476A2 2 0 0 1 7 31V12a2 2 0 0 1 2-2h30a2 2 0 0 1 2 2v19c0 .244-.044.477-.123.693l3.111 4.76A1 1 0 0 1 43.151 38H4.8a1 1 0 0 1-.849-1.528zM9 12h30v19H9z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-healthcare-it-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.5%2020.5V17h2v3.5H28v2h-3.5V26h-2v-3.5H19v-2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.057%2031.476A2%202%200%200%201%207%2031V12a2%202%200%200%201%202-2h30a2%202%200%200%201%202%202v19c0%20.244-.044.477-.123.693l3.111%204.76A1%201%200%200%201%2043.151%2038H4.8a1%201%200%200%201-.849-1.528zM9%2012h30v19H9z%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.5%2020.5V17h2v3.5H28v2h-3.5V26h-2v-3.5H19v-2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.057%2031.476A2%202%200%200%201%207%2031V12a2%202%200%200%201%202-2h30a2%202%200%200%201%202%202v19c0%20.244-.044.477-.123.693l3.111%204.76A1%201%200%200%201%2043.151%2038H4.8a1%201%200%200%201-.849-1.528zM9%2012h30v19H9z%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/healthcare-it-outline.svg?color=%231a73e8&size=48