patient band alt icon

patient-band-alt from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.

Name
patient-band-alt
Set
Health Icons
Style
Filled
Category
Devices
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More devices icons from Health Icons

Use the patient band alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M8.443 15.857A1.5 1.5 0 0 1 8 14.787v-1.544a2 2 0 0 0-.586-1.415l-1.707-1.707a3 3 0 0 1 0-4.242l.172-.172a3 3 0 0 1 4.242 0l1.707 1.707A2 2 0 0 0 13.243 8h1.544c.402 0 .787.16 1.07.443l8.79 8.79A4.62 4.62 0 0 1 26 20.5c0 .695.276 1.362.768 1.854l15.44 15.439a3.122 3.122 0 0 1-4.415 4.414l-15.44-15.44A2.62 2.62 0 0 0 20.5 26a4.62 4.62 0 0 1-3.268-1.354zM8 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2m18 18a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2M13.293 11.707l-1.586 1.586a1 1 0 0 0 0 1.414l7.586 7.586a1 1 0 0 0 1.414 0l1.586-1.586a1 1 0 0 0 0-1.414l-7.586-7.586a1 1 0 0 0-1.414 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPatientBandAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M8.443 15.857A1.5 1.5 0 0 1 8 14.787v-1.544a2 2 0 0 0-.586-1.415l-1.707-1.707a3 3 0 0 1 0-4.242l.172-.172a3 3 0 0 1 4.242 0l1.707 1.707A2 2 0 0 0 13.243 8h1.544c.402 0 .787.16 1.07.443l8.79 8.79A4.62 4.62 0 0 1 26 20.5c0 .695.276 1.362.768 1.854l15.44 15.439a3.122 3.122 0 0 1-4.415 4.414l-15.44-15.44A2.62 2.62 0 0 0 20.5 26a4.62 4.62 0 0 1-3.268-1.354zM8 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2m18 18a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2M13.293 11.707l-1.586 1.586a1 1 0 0 0 0 1.414l7.586 7.586a1 1 0 0 0 1.414 0l1.586-1.586a1 1 0 0 0 0-1.414l-7.586-7.586a1 1 0 0 0-1.414 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M8.443 15.857A1.5 1.5 0 0 1 8 14.787v-1.544a2 2 0 0 0-.586-1.415l-1.707-1.707a3 3 0 0 1 0-4.242l.172-.172a3 3 0 0 1 4.242 0l1.707 1.707A2 2 0 0 0 13.243 8h1.544c.402 0 .787.16 1.07.443l8.79 8.79A4.62 4.62 0 0 1 26 20.5c0 .695.276 1.362.768 1.854l15.44 15.439a3.122 3.122 0 0 1-4.415 4.414l-15.44-15.44A2.62 2.62 0 0 0 20.5 26a4.62 4.62 0 0 1-3.268-1.354zM8 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2m18 18a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2M13.293 11.707l-1.586 1.586a1 1 0 0 0 0 1.414l7.586 7.586a1 1 0 0 0 1.414 0l1.586-1.586a1 1 0 0 0 0-1.414l-7.586-7.586a1 1 0 0 0-1.414 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-patient-band-alt {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.443%2015.857A1.5%201.5%200%200%201%208%2014.787v-1.544a2%202%200%200%200-.586-1.415l-1.707-1.707a3%203%200%200%201%200-4.242l.172-.172a3%203%200%200%201%204.242%200l1.707%201.707A2%202%200%200%200%2013.243%208h1.544c.402%200%20.787.16%201.07.443l8.79%208.79A4.62%204.62%200%200%201%2026%2020.5c0%20.695.276%201.362.768%201.854l15.44%2015.439a3.122%203.122%200%200%201-4.415%204.414l-15.44-15.44A2.62%202.62%200%200%200%2020.5%2026a4.62%204.62%200%200%201-3.268-1.354zM8%209a1%201%200%201%200%200-2a1%201%200%200%200%200%202m18%2018a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4%202a1%201%200%201%201-2%200a1%201%200%200%201%202%200m2%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4%202a1%201%200%201%201-2%200a1%201%200%200%201%202%200m2%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202M13.293%2011.707l-1.586%201.586a1%201%200%200%200%200%201.414l7.586%207.586a1%201%200%200%200%201.414%200l1.586-1.586a1%201%200%200%200%200-1.414l-7.586-7.586a1%201%200%200%200-1.414%200%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.443%2015.857A1.5%201.5%200%200%201%208%2014.787v-1.544a2%202%200%200%200-.586-1.415l-1.707-1.707a3%203%200%200%201%200-4.242l.172-.172a3%203%200%200%201%204.242%200l1.707%201.707A2%202%200%200%200%2013.243%208h1.544c.402%200%20.787.16%201.07.443l8.79%208.79A4.62%204.62%200%200%201%2026%2020.5c0%20.695.276%201.362.768%201.854l15.44%2015.439a3.122%203.122%200%200%201-4.415%204.414l-15.44-15.44A2.62%202.62%200%200%200%2020.5%2026a4.62%204.62%200%200%201-3.268-1.354zM8%209a1%201%200%201%200%200-2a1%201%200%200%200%200%202m18%2018a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4%202a1%201%200%201%201-2%200a1%201%200%200%201%202%200m2%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4%202a1%201%200%201%201-2%200a1%201%200%200%201%202%200m2%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202M13.293%2011.707l-1.586%201.586a1%201%200%200%200%200%201.414l7.586%207.586a1%201%200%200%200%201.414%200l1.586-1.586a1%201%200%200%200%200-1.414l-7.586-7.586a1%201%200%200%200-1.414%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/patient-band-alt.svg?color=%231a73e8&size=48