face with medical mask emoji
face-with-medical-mask from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.
- Name
- face-with-medical-mask
- Set
- Twitter Emoji
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More smileys & emotion icons from Twitter Emoji
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-catcrying-face
Use the face with medical mask emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18c-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.941 0 18 8.06 18 18"/><path fill="#664500" d="M7.001 15a1 1 0 0 1-.556-1.832C6.578 13.08 9.746 11 14 11a1 1 0 0 1 0 2c-3.655 0-6.418 1.814-6.445 1.832a1 1 0 0 1-.554.168m21.998 0a1 1 0 0 1-.552-.167C28.419 14.815 25.628 13 22 13a1 1 0 1 1 0-2c4.254 0 7.422 2.08 7.555 2.168A1 1 0 0 1 28.999 15"/><path fill="#f5f8fa" d="M27 22.091L36 18c0-.66-.041-1.309-.109-1.95L27 20.091V19a2 2 0 0 0-2-2H11a2 2 0 0 0-2 2v1.091L.11 16.05C.041 16.691 0 17.34 0 18l9 4.091v4.546l-7.453-1.355c.341.77.741 1.507 1.183 2.215L9 28.637V30a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-1.363l6.271-1.141c.441-.708.841-1.445 1.182-2.215L27 26.637z"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiFaceWithMedicalMask(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18c-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.941 0 18 8.06 18 18"/><path fill="#664500" d="M7.001 15a1 1 0 0 1-.556-1.832C6.578 13.08 9.746 11 14 11a1 1 0 0 1 0 2c-3.655 0-6.418 1.814-6.445 1.832a1 1 0 0 1-.554.168m21.998 0a1 1 0 0 1-.552-.167C28.419 14.815 25.628 13 22 13a1 1 0 1 1 0-2c4.254 0 7.422 2.08 7.555 2.168A1 1 0 0 1 28.999 15"/><path fill="#f5f8fa" d="M27 22.091L36 18c0-.66-.041-1.309-.109-1.95L27 20.091V19a2 2 0 0 0-2-2H11a2 2 0 0 0-2 2v1.091L.11 16.05C.041 16.691 0 17.34 0 18l9 4.091v4.546l-7.453-1.355c.341.77.741 1.507 1.183 2.215L9 28.637V30a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-1.363l6.271-1.141c.441-.708.841-1.445 1.182-2.215L27 26.637z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18c-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.941 0 18 8.06 18 18"/><path fill="#664500" d="M7.001 15a1 1 0 0 1-.556-1.832C6.578 13.08 9.746 11 14 11a1 1 0 0 1 0 2c-3.655 0-6.418 1.814-6.445 1.832a1 1 0 0 1-.554.168m21.998 0a1 1 0 0 1-.552-.167C28.419 14.815 25.628 13 22 13a1 1 0 1 1 0-2c4.254 0 7.422 2.08 7.555 2.168A1 1 0 0 1 28.999 15"/><path fill="#f5f8fa" d="M27 22.091L36 18c0-.66-.041-1.309-.109-1.95L27 20.091V19a2 2 0 0 0-2-2H11a2 2 0 0 0-2 2v1.091L.11 16.05C.041 16.691 0 17.34 0 18l9 4.091v4.546l-7.453-1.355c.341.77.741 1.507 1.183 2.215L9 28.637V30a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-1.363l6.271-1.141c.441-.708.841-1.445 1.182-2.215L27 26.637z"/></svg> </template>
CSS
.icon-face-with-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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018c-9.94%200-18-8.059-18-18C0%208.06%208.06%200%2018%200c9.941%200%2018%208.06%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M7.001%2015a1%201%200%200%201-.556-1.832C6.578%2013.08%209.746%2011%2014%2011a1%201%200%200%201%200%202c-3.655%200-6.418%201.814-6.445%201.832a1%201%200%200%201-.554.168m21.998%200a1%201%200%200%201-.552-.167C28.419%2014.815%2025.628%2013%2022%2013a1%201%200%201%201%200-2c4.254%200%207.422%202.08%207.555%202.168A1%201%200%200%201%2028.999%2015%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M27%2022.091L36%2018c0-.66-.041-1.309-.109-1.95L27%2020.091V19a2%202%200%200%200-2-2H11a2%202%200%200%200-2%202v1.091L.11%2016.05C.041%2016.691%200%2017.34%200%2018l9%204.091v4.546l-7.453-1.355c.341.77.741%201.507%201.183%202.215L9%2028.637V30a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2v-1.363l6.271-1.141c.441-.708.841-1.445%201.182-2.215L27%2026.637z%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018c-9.94%200-18-8.059-18-18C0%208.06%208.06%200%2018%200c9.941%200%2018%208.06%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M7.001%2015a1%201%200%200%201-.556-1.832C6.578%2013.08%209.746%2011%2014%2011a1%201%200%200%201%200%202c-3.655%200-6.418%201.814-6.445%201.832a1%201%200%200%201-.554.168m21.998%200a1%201%200%200%201-.552-.167C28.419%2014.815%2025.628%2013%2022%2013a1%201%200%201%201%200-2c4.254%200%207.422%202.08%207.555%202.168A1%201%200%200%201%2028.999%2015%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M27%2022.091L36%2018c0-.66-.041-1.309-.109-1.95L27%2020.091V19a2%202%200%200%200-2-2H11a2%202%200%200%200-2%202v1.091L.11%2016.05C.041%2016.691%200%2017.34%200%2018l9%204.091v4.546l-7.453-1.355c.341.77.741%201.507%201.183%202.215L9%2028.637V30a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2v-1.363l6.271-1.141c.441-.708.841-1.445%201.182-2.215L27%2026.637z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/face-with-medical-mask.svg?color=%231a73e8&size=48