medical file icon
medical-file from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- medical-file
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the medical file icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19 9V7.818c0-1.693 0-2.54-.252-3.216a4 4 0 0 0-2.35-2.35C15.722 2 14.875 2 13.182 2c-2.963 0-4.445 0-5.628.441A7 7 0 0 0 3.44 6.554C3 7.737 3 9.219 3 12.182v2.545c0 3.07 0 4.604.798 5.67a4 4 0 0 0 .805.805c1.066.798 2.6.798 5.67.798H14.5"/><path d="M11 14.333h.84c.662 0 .993 0 1.258.175c.266.174.414.488.71 1.115L15.4 19l2.2-7l1.592 3.377c.296.627.444.941.71 1.115s.596.175 1.258.175H22M3 12a3.333 3.333 0 0 1 3.333-3.333h1.111c.517 0 .775 0 .987-.057A1.67 1.67 0 0 0 9.61 7.43c.057-.212.057-.47.057-.987v-1.11A3.333 3.333 0 0 1 13 2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMedicalFile(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M19 9V7.818c0-1.693 0-2.54-.252-3.216a4 4 0 0 0-2.35-2.35C15.722 2 14.875 2 13.182 2c-2.963 0-4.445 0-5.628.441A7 7 0 0 0 3.44 6.554C3 7.737 3 9.219 3 12.182v2.545c0 3.07 0 4.604.798 5.67a4 4 0 0 0 .805.805c1.066.798 2.6.798 5.67.798H14.5"/><path d="M11 14.333h.84c.662 0 .993 0 1.258.175c.266.174.414.488.71 1.115L15.4 19l2.2-7l1.592 3.377c.296.627.444.941.71 1.115s.596.175 1.258.175H22M3 12a3.333 3.333 0 0 1 3.333-3.333h1.111c.517 0 .775 0 .987-.057A1.67 1.67 0 0 0 9.61 7.43c.057-.212.057-.47.057-.987v-1.11A3.333 3.333 0 0 1 13 2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19 9V7.818c0-1.693 0-2.54-.252-3.216a4 4 0 0 0-2.35-2.35C15.722 2 14.875 2 13.182 2c-2.963 0-4.445 0-5.628.441A7 7 0 0 0 3.44 6.554C3 7.737 3 9.219 3 12.182v2.545c0 3.07 0 4.604.798 5.67a4 4 0 0 0 .805.805c1.066.798 2.6.798 5.67.798H14.5"/><path d="M11 14.333h.84c.662 0 .993 0 1.258.175c.266.174.414.488.71 1.115L15.4 19l2.2-7l1.592 3.377c.296.627.444.941.71 1.115s.596.175 1.258.175H22M3 12a3.333 3.333 0 0 1 3.333-3.333h1.111c.517 0 .775 0 .987-.057A1.67 1.67 0 0 0 9.61 7.43c.057-.212.057-.47.057-.987v-1.11A3.333 3.333 0 0 1 13 2"/></g></svg> </template>
CSS
.icon-medical-file {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19%209V7.818c0-1.693%200-2.54-.252-3.216a4%204%200%200%200-2.35-2.35C15.722%202%2014.875%202%2013.182%202c-2.963%200-4.445%200-5.628.441A7%207%200%200%200%203.44%206.554C3%207.737%203%209.219%203%2012.182v2.545c0%203.07%200%204.604.798%205.67a4%204%200%200%200%20.805.805c1.066.798%202.6.798%205.67.798H14.5%22%2F%3E%3Cpath%20d%3D%22M11%2014.333h.84c.662%200%20.993%200%201.258.175c.266.174.414.488.71%201.115L15.4%2019l2.2-7l1.592%203.377c.296.627.444.941.71%201.115s.596.175%201.258.175H22M3%2012a3.333%203.333%200%200%201%203.333-3.333h1.111c.517%200%20.775%200%20.987-.057A1.67%201.67%200%200%200%209.61%207.43c.057-.212.057-.47.057-.987v-1.11A3.333%203.333%200%200%201%2013%202%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19%209V7.818c0-1.693%200-2.54-.252-3.216a4%204%200%200%200-2.35-2.35C15.722%202%2014.875%202%2013.182%202c-2.963%200-4.445%200-5.628.441A7%207%200%200%200%203.44%206.554C3%207.737%203%209.219%203%2012.182v2.545c0%203.07%200%204.604.798%205.67a4%204%200%200%200%20.805.805c1.066.798%202.6.798%205.67.798H14.5%22%2F%3E%3Cpath%20d%3D%22M11%2014.333h.84c.662%200%20.993%200%201.258.175c.266.174.414.488.71%201.115L15.4%2019l2.2-7l1.592%203.377c.296.627.444.941.71%201.115s.596.175%201.258.175H22M3%2012a3.333%203.333%200%200%201%203.333-3.333h1.111c.517%200%20.775%200%20.987-.057A1.67%201.67%200%200%200%209.61%207.43c.057-.212.057-.47.057-.987v-1.11A3.333%203.333%200%200%201%2013%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/medical-file.svg?color=%231a73e8&size=48