medical mask icon
medical-mask-sharp from Material Symbols by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- medical-mask-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the medical mask icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19.05q-2.025 0-4.012-.175T4 18.375v-2.5q-1.325-.35-2.162-1.425T1 12q0-1.35.838-2.425T4 8.15V4.775q2 .325 3.988.5T12 5.45t4.013-.175t3.987-.5V8.15q1.325.35 2.163 1.413T23 12t-.837 2.438T20 15.85v2.525q-2 .325-3.988.5T12 19.05m0-3.55q1.2 0 2.375-.175t2.375-.475v-2.075q-1.2.325-2.375.525T12 13.5t-2.363-.2t-2.362-.525v2.075q1.2.3 2.362.475T12 15.5m-8-1.775V10.3q-.475.275-.737.725T3 12q0 .55.263 1t.737.725m16 0q.475-.275.738-.725T21 12q0-.525-.275-.975T20 10.3zM12 11.5q1.2 0 2.375-.175t2.375-.475V8.775q-1.2.325-2.375.525T12 9.5t-2.363-.2t-2.362-.525v2.075q1.2.3 2.362.475T12 11.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMedicalMaskSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19.05q-2.025 0-4.012-.175T4 18.375v-2.5q-1.325-.35-2.162-1.425T1 12q0-1.35.838-2.425T4 8.15V4.775q2 .325 3.988.5T12 5.45t4.013-.175t3.987-.5V8.15q1.325.35 2.163 1.413T23 12t-.837 2.438T20 15.85v2.525q-2 .325-3.988.5T12 19.05m0-3.55q1.2 0 2.375-.175t2.375-.475v-2.075q-1.2.325-2.375.525T12 13.5t-2.363-.2t-2.362-.525v2.075q1.2.3 2.362.475T12 15.5m-8-1.775V10.3q-.475.275-.737.725T3 12q0 .55.263 1t.737.725m16 0q.475-.275.738-.725T21 12q0-.525-.275-.975T20 10.3zM12 11.5q1.2 0 2.375-.175t2.375-.475V8.775q-1.2.325-2.375.525T12 9.5t-2.363-.2t-2.362-.525v2.075q1.2.3 2.362.475T12 11.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19.05q-2.025 0-4.012-.175T4 18.375v-2.5q-1.325-.35-2.162-1.425T1 12q0-1.35.838-2.425T4 8.15V4.775q2 .325 3.988.5T12 5.45t4.013-.175t3.987-.5V8.15q1.325.35 2.163 1.413T23 12t-.837 2.438T20 15.85v2.525q-2 .325-3.988.5T12 19.05m0-3.55q1.2 0 2.375-.175t2.375-.475v-2.075q-1.2.325-2.375.525T12 13.5t-2.363-.2t-2.362-.525v2.075q1.2.3 2.362.475T12 15.5m-8-1.775V10.3q-.475.275-.737.725T3 12q0 .55.263 1t.737.725m16 0q.475-.275.738-.725T21 12q0-.525-.275-.975T20 10.3zM12 11.5q1.2 0 2.375-.175t2.375-.475V8.775q-1.2.325-2.375.525T12 9.5t-2.363-.2t-2.362-.525v2.075q1.2.3 2.362.475T12 11.5"/></svg> </template>
CSS
.icon-medical-mask-sharp {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2019.05q-2.025%200-4.012-.175T4%2018.375v-2.5q-1.325-.35-2.162-1.425T1%2012q0-1.35.838-2.425T4%208.15V4.775q2%20.325%203.988.5T12%205.45t4.013-.175t3.987-.5V8.15q1.325.35%202.163%201.413T23%2012t-.837%202.438T20%2015.85v2.525q-2%20.325-3.988.5T12%2019.05m0-3.55q1.2%200%202.375-.175t2.375-.475v-2.075q-1.2.325-2.375.525T12%2013.5t-2.363-.2t-2.362-.525v2.075q1.2.3%202.362.475T12%2015.5m-8-1.775V10.3q-.475.275-.737.725T3%2012q0%20.55.263%201t.737.725m16%200q.475-.275.738-.725T21%2012q0-.525-.275-.975T20%2010.3zM12%2011.5q1.2%200%202.375-.175t2.375-.475V8.775q-1.2.325-2.375.525T12%209.5t-2.363-.2t-2.362-.525v2.075q1.2.3%202.362.475T12%2011.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2019.05q-2.025%200-4.012-.175T4%2018.375v-2.5q-1.325-.35-2.162-1.425T1%2012q0-1.35.838-2.425T4%208.15V4.775q2%20.325%203.988.5T12%205.45t4.013-.175t3.987-.5V8.15q1.325.35%202.163%201.413T23%2012t-.837%202.438T20%2015.85v2.525q-2%20.325-3.988.5T12%2019.05m0-3.55q1.2%200%202.375-.175t2.375-.475v-2.075q-1.2.325-2.375.525T12%2013.5t-2.363-.2t-2.362-.525v2.075q1.2.3%202.362.475T12%2015.5m-8-1.775V10.3q-.475.275-.737.725T3%2012q0%20.55.263%201t.737.725m16%200q.475-.275.738-.725T21%2012q0-.525-.275-.975T20%2010.3zM12%2011.5q1.2%200%202.375-.175t2.375-.475V8.775q-1.2.325-2.375.525T12%209.5t-2.363-.2t-2.362-.525v2.075q1.2.3%202.362.475T12%2011.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/medical-mask-sharp.svg?color=%231a73e8&size=48