medical mask icon
medical-mask from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- medical-mask
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the medical mask 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="M10 8.5H8.707c-.453 0-.887.18-1.207.5m6.5-.5h1.293c.453 0 .887.18 1.207.5"/><circle cx="12" cy="12" r="10"/><path d="M7.313 17.92c-.417-1.367-.417-3.47-.001-4.838C7.57 12.234 8.298 12 9.118 12h5.764c.819 0 1.546.233 1.805 1.08c.417 1.368.417 3.472 0 4.84c-.259.847-.986 1.08-1.805 1.08H9.118c-.819 0-1.546-.233-1.805-1.08M7 13.5L2 12m15 1.5l5-1.5M7 17.5L3.5 17m13.5.5l3.5-.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMedicalMask(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="M10 8.5H8.707c-.453 0-.887.18-1.207.5m6.5-.5h1.293c.453 0 .887.18 1.207.5"/><circle cx="12" cy="12" r="10"/><path d="M7.313 17.92c-.417-1.367-.417-3.47-.001-4.838C7.57 12.234 8.298 12 9.118 12h5.764c.819 0 1.546.233 1.805 1.08c.417 1.368.417 3.472 0 4.84c-.259.847-.986 1.08-1.805 1.08H9.118c-.819 0-1.546-.233-1.805-1.08M7 13.5L2 12m15 1.5l5-1.5M7 17.5L3.5 17m13.5.5l3.5-.5"/></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="M10 8.5H8.707c-.453 0-.887.18-1.207.5m6.5-.5h1.293c.453 0 .887.18 1.207.5"/><circle cx="12" cy="12" r="10"/><path d="M7.313 17.92c-.417-1.367-.417-3.47-.001-4.838C7.57 12.234 8.298 12 9.118 12h5.764c.819 0 1.546.233 1.805 1.08c.417 1.368.417 3.472 0 4.84c-.259.847-.986 1.08-1.805 1.08H9.118c-.819 0-1.546-.233-1.805-1.08M7 13.5L2 12m15 1.5l5-1.5M7 17.5L3.5 17m13.5.5l3.5-.5"/></g></svg> </template>
CSS
.icon-medical-mask {
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%22M10%208.5H8.707c-.453%200-.887.18-1.207.5m6.5-.5h1.293c.453%200%20.887.18%201.207.5%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%2F%3E%3Cpath%20d%3D%22M7.313%2017.92c-.417-1.367-.417-3.47-.001-4.838C7.57%2012.234%208.298%2012%209.118%2012h5.764c.819%200%201.546.233%201.805%201.08c.417%201.368.417%203.472%200%204.84c-.259.847-.986%201.08-1.805%201.08H9.118c-.819%200-1.546-.233-1.805-1.08M7%2013.5L2%2012m15%201.5l5-1.5M7%2017.5L3.5%2017m13.5.5l3.5-.5%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%22M10%208.5H8.707c-.453%200-.887.18-1.207.5m6.5-.5h1.293c.453%200%20.887.18%201.207.5%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%2F%3E%3Cpath%20d%3D%22M7.313%2017.92c-.417-1.367-.417-3.47-.001-4.838C7.57%2012.234%208.298%2012%209.118%2012h5.764c.819%200%201.546.233%201.805%201.08c.417%201.368.417%203.472%200%204.84c-.259.847-.986%201.08-1.805%201.08H9.118c-.819%200-1.546-.233-1.805-1.08M7%2013.5L2%2012m15%201.5l5-1.5M7%2017.5L3.5%2017m13.5.5l3.5-.5%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-mask.svg?color=%231a73e8&size=48