medical records icon
medical-records from Health Icons by Resolve to Save Lives · Filled · Specialties · MIT Free for personal and commercial use.
- Name
- medical-records
- Set
- Health Icons
- Style
- Filled
- Category
- Specialties
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More specialties icons from Health Icons
accident-and-emergencyadmissionsbiochemistry-laboratoryburn-unitcardiologychaplaincycoronary-care-unitcritical-caredischarge-loungeears-nose-and-throatendocrinologyfinance-deptgastroenterologygeneral-surgerygeriatricsgymgynecologyhematologyhematology-laboratoryhepatologyhuman-resorucesintensive-care-unitnephrologyobstetricsmonia
Use the medical records 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="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm13 3h-3a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V14a2 2 0 0 0-2-2h-3a2 2 0 0 0-2-2h-6a2 2 0 0 0-2 2m3.064 22.649L24.557 28H21a1 1 0 0 1 0-2h10.301a1 1 0 1 1 0 2h-2.858l2.493 6.649a1 1 0 1 1-1.872.702l-1.259-3.355h-2.61l-1.259 3.355a1 1 0 1 1-1.872-.702M17 19.24h14v-2H17zm5 4.16h-5v-2h5zm4.5 1.6a2 2 0 1 0 0-4a2 2 0 0 0 0 4M21 12h6v2h-6z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMedicalRecords(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="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm13 3h-3a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V14a2 2 0 0 0-2-2h-3a2 2 0 0 0-2-2h-6a2 2 0 0 0-2 2m3.064 22.649L24.557 28H21a1 1 0 0 1 0-2h10.301a1 1 0 1 1 0 2h-2.858l2.493 6.649a1 1 0 1 1-1.872.702l-1.259-3.355h-2.61l-1.259 3.355a1 1 0 1 1-1.872-.702M17 19.24h14v-2H17zm5 4.16h-5v-2h5zm4.5 1.6a2 2 0 1 0 0-4a2 2 0 0 0 0 4M21 12h6v2h-6z" 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="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm13 3h-3a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V14a2 2 0 0 0-2-2h-3a2 2 0 0 0-2-2h-6a2 2 0 0 0-2 2m3.064 22.649L24.557 28H21a1 1 0 0 1 0-2h10.301a1 1 0 1 1 0 2h-2.858l2.493 6.649a1 1 0 1 1-1.872.702l-1.259-3.355h-2.61l-1.259 3.355a1 1 0 1 1-1.872-.702M17 19.24h14v-2H17zm5 4.16h-5v-2h5zm4.5 1.6a2 2 0 1 0 0-4a2 2 0 0 0 0 4M21 12h6v2h-6z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-medical-records {
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%22M6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm13%203h-3a2%202%200%200%200-2%202v22a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2V14a2%202%200%200%200-2-2h-3a2%202%200%200%200-2-2h-6a2%202%200%200%200-2%202m3.064%2022.649L24.557%2028H21a1%201%200%200%201%200-2h10.301a1%201%200%201%201%200%202h-2.858l2.493%206.649a1%201%200%201%201-1.872.702l-1.259-3.355h-2.61l-1.259%203.355a1%201%200%201%201-1.872-.702M17%2019.24h14v-2H17zm5%204.16h-5v-2h5zm4.5%201.6a2%202%200%201%200%200-4a2%202%200%200%200%200%204M21%2012h6v2h-6z%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%22M6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm13%203h-3a2%202%200%200%200-2%202v22a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2V14a2%202%200%200%200-2-2h-3a2%202%200%200%200-2-2h-6a2%202%200%200%200-2%202m3.064%2022.649L24.557%2028H21a1%201%200%200%201%200-2h10.301a1%201%200%201%201%200%202h-2.858l2.493%206.649a1%201%200%201%201-1.872.702l-1.259-3.355h-2.61l-1.259%203.355a1%201%200%201%201-1.872-.702M17%2019.24h14v-2H17zm5%204.16h-5v-2h5zm4.5%201.6a2%202%200%201%200%200-4a2%202%200%200%200%200%204M21%2012h6v2h-6z%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/medical-records.svg?color=%231a73e8&size=48