face with head bandage emoji

face-with-head-bandage from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
face-with-head-bandage
Set
Fluent Emoji High Contrast
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji High Contrast

Use the face with head bandage emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M13.371 24.928c2.031-.812 3.861-.034 4.757 1.562a1 1 0 1 0 1.744-.98c-1.384-2.464-4.274-3.626-7.243-2.439a1 1 0 0 0 .742 1.857M21 20a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M15.999 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999s1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1M3 15.999q0-.495.027-.978c2.2.01 4.321-.19 6.332-.533a3 3 0 1 0 2.19-.438c3.669-.84 6.898-2.113 9.478-3.358C21.276 11.886 22.484 14 25.5 14a.5.5 0 1 0 0-1c-2.49 0-3.368-1.752-3.507-2.582a.5.5 0 0 0-.063-.174a44 44 0 0 0 4.525-2.636c1.676 2.23 2.543 5.141 2.543 8.39c0 3.671-1.106 6.91-3.235 9.222c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16m22.093-9.89C21.951 8.174 13.506 13 3.26 13.02q.235-1.296.678-2.47c6.047.191 13.485-2.004 18.41-6.263a11 11 0 0 1 2.745 1.823m-3.786-2.253a22.7 22.7 0 0 1-4.131 2.663c-1.68-1.02-3.888-1.56-5.936-1.83a28 28 0 0 0-2.02-.19c1.825-.948 4.076-1.5 6.779-1.5c2.017 0 3.783.307 5.307.858M7.704 5.452c.997.007 2.182.07 3.406.231c1.747.23 3.53.654 4.957 1.368C12.302 8.744 8.079 9.613 4.36 9.56a11.3 11.3 0 0 1 1.874-2.783a10.7 10.7 0 0 1 1.47-1.326"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastFaceWithHeadBandage(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M13.371 24.928c2.031-.812 3.861-.034 4.757 1.562a1 1 0 1 0 1.744-.98c-1.384-2.464-4.274-3.626-7.243-2.439a1 1 0 0 0 .742 1.857M21 20a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M15.999 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999s1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1M3 15.999q0-.495.027-.978c2.2.01 4.321-.19 6.332-.533a3 3 0 1 0 2.19-.438c3.669-.84 6.898-2.113 9.478-3.358C21.276 11.886 22.484 14 25.5 14a.5.5 0 1 0 0-1c-2.49 0-3.368-1.752-3.507-2.582a.5.5 0 0 0-.063-.174a44 44 0 0 0 4.525-2.636c1.676 2.23 2.543 5.141 2.543 8.39c0 3.671-1.106 6.91-3.235 9.222c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16m22.093-9.89C21.951 8.174 13.506 13 3.26 13.02q.235-1.296.678-2.47c6.047.191 13.485-2.004 18.41-6.263a11 11 0 0 1 2.745 1.823m-3.786-2.253a22.7 22.7 0 0 1-4.131 2.663c-1.68-1.02-3.888-1.56-5.936-1.83a28 28 0 0 0-2.02-.19c1.825-.948 4.076-1.5 6.779-1.5c2.017 0 3.783.307 5.307.858M7.704 5.452c.997.007 2.182.07 3.406.231c1.747.23 3.53.654 4.957 1.368C12.302 8.744 8.079 9.613 4.36 9.56a11.3 11.3 0 0 1 1.874-2.783a10.7 10.7 0 0 1 1.47-1.326"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M13.371 24.928c2.031-.812 3.861-.034 4.757 1.562a1 1 0 1 0 1.744-.98c-1.384-2.464-4.274-3.626-7.243-2.439a1 1 0 0 0 .742 1.857M21 20a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/><path d="M15.999 1C11.095 1 7.313 2.654 4.763 5.423C2.226 8.178 1 11.938 1 15.999s1.226 7.82 3.763 10.576c2.55 2.769 6.332 4.423 11.236 4.423s8.686-1.654 11.235-4.423c2.537-2.755 3.764-6.515 3.764-10.576S29.77 8.178 27.234 5.423C24.684 2.654 20.903 1 16 1M3 15.999q0-.495.027-.978c2.2.01 4.321-.19 6.332-.533a3 3 0 1 0 2.19-.438c3.669-.84 6.898-2.113 9.478-3.358C21.276 11.886 22.484 14 25.5 14a.5.5 0 1 0 0-1c-2.49 0-3.368-1.752-3.507-2.582a.5.5 0 0 0-.063-.174a44 44 0 0 0 4.525-2.636c1.676 2.23 2.543 5.141 2.543 8.39c0 3.671-1.106 6.91-3.235 9.222c-2.116 2.298-5.333 3.778-9.764 3.778s-7.648-1.48-9.764-3.778C4.105 22.91 3 19.67 3 16m22.093-9.89C21.951 8.174 13.506 13 3.26 13.02q.235-1.296.678-2.47c6.047.191 13.485-2.004 18.41-6.263a11 11 0 0 1 2.745 1.823m-3.786-2.253a22.7 22.7 0 0 1-4.131 2.663c-1.68-1.02-3.888-1.56-5.936-1.83a28 28 0 0 0-2.02-.19c1.825-.948 4.076-1.5 6.779-1.5c2.017 0 3.783.307 5.307.858M7.704 5.452c.997.007 2.182.07 3.406.231c1.747.23 3.53.654 4.957 1.368C12.302 8.744 8.079 9.613 4.36 9.56a11.3 11.3 0 0 1 1.874-2.783a10.7 10.7 0 0 1 1.47-1.326"/></g></svg>
</template>

CSS

.icon-face-with-head-bandage {
  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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.371%2024.928c2.031-.812%203.861-.034%204.757%201.562a1%201%200%201%200%201.744-.98c-1.384-2.464-4.274-3.626-7.243-2.439a1%201%200%200%200%20.742%201.857M21%2020a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3Cpath%20d%3D%22M15.999%201C11.095%201%207.313%202.654%204.763%205.423C2.226%208.178%201%2011.938%201%2015.999s1.226%207.82%203.763%2010.576c2.55%202.769%206.332%204.423%2011.236%204.423s8.686-1.654%2011.235-4.423c2.537-2.755%203.764-6.515%203.764-10.576S29.77%208.178%2027.234%205.423C24.684%202.654%2020.903%201%2016%201M3%2015.999q0-.495.027-.978c2.2.01%204.321-.19%206.332-.533a3%203%200%201%200%202.19-.438c3.669-.84%206.898-2.113%209.478-3.358C21.276%2011.886%2022.484%2014%2025.5%2014a.5.5%200%201%200%200-1c-2.49%200-3.368-1.752-3.507-2.582a.5.5%200%200%200-.063-.174a44%2044%200%200%200%204.525-2.636c1.676%202.23%202.543%205.141%202.543%208.39c0%203.671-1.106%206.91-3.235%209.222c-2.116%202.298-5.333%203.778-9.764%203.778s-7.648-1.48-9.764-3.778C4.105%2022.91%203%2019.67%203%2016m22.093-9.89C21.951%208.174%2013.506%2013%203.26%2013.02q.235-1.296.678-2.47c6.047.191%2013.485-2.004%2018.41-6.263a11%2011%200%200%201%202.745%201.823m-3.786-2.253a22.7%2022.7%200%200%201-4.131%202.663c-1.68-1.02-3.888-1.56-5.936-1.83a28%2028%200%200%200-2.02-.19c1.825-.948%204.076-1.5%206.779-1.5c2.017%200%203.783.307%205.307.858M7.704%205.452c.997.007%202.182.07%203.406.231c1.747.23%203.53.654%204.957%201.368C12.302%208.744%208.079%209.613%204.36%209.56a11.3%2011.3%200%200%201%201.874-2.783a10.7%2010.7%200%200%201%201.47-1.326%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.371%2024.928c2.031-.812%203.861-.034%204.757%201.562a1%201%200%201%200%201.744-.98c-1.384-2.464-4.274-3.626-7.243-2.439a1%201%200%200%200%20.742%201.857M21%2020a3%203%200%201%200%200-6a3%203%200%200%200%200%206%22%2F%3E%3Cpath%20d%3D%22M15.999%201C11.095%201%207.313%202.654%204.763%205.423C2.226%208.178%201%2011.938%201%2015.999s1.226%207.82%203.763%2010.576c2.55%202.769%206.332%204.423%2011.236%204.423s8.686-1.654%2011.235-4.423c2.537-2.755%203.764-6.515%203.764-10.576S29.77%208.178%2027.234%205.423C24.684%202.654%2020.903%201%2016%201M3%2015.999q0-.495.027-.978c2.2.01%204.321-.19%206.332-.533a3%203%200%201%200%202.19-.438c3.669-.84%206.898-2.113%209.478-3.358C21.276%2011.886%2022.484%2014%2025.5%2014a.5.5%200%201%200%200-1c-2.49%200-3.368-1.752-3.507-2.582a.5.5%200%200%200-.063-.174a44%2044%200%200%200%204.525-2.636c1.676%202.23%202.543%205.141%202.543%208.39c0%203.671-1.106%206.91-3.235%209.222c-2.116%202.298-5.333%203.778-9.764%203.778s-7.648-1.48-9.764-3.778C4.105%2022.91%203%2019.67%203%2016m22.093-9.89C21.951%208.174%2013.506%2013%203.26%2013.02q.235-1.296.678-2.47c6.047.191%2013.485-2.004%2018.41-6.263a11%2011%200%200%201%202.745%201.823m-3.786-2.253a22.7%2022.7%200%200%201-4.131%202.663c-1.68-1.02-3.888-1.56-5.936-1.83a28%2028%200%200%200-2.02-.19c1.825-.948%204.076-1.5%206.779-1.5c2.017%200%203.783.307%205.307.858M7.704%205.452c.997.007%202.182.07%203.406.231c1.747.23%203.53.654%204.957%201.368C12.302%208.744%208.079%209.613%204.36%209.56a11.3%2011.3%200%200%201%201.874-2.783a10.7%2010.7%200%200%201%201.47-1.326%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/face-with-head-bandage.svg?color=%231a73e8&size=48