disguised face emoji
disguised-face from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- disguised-face
- 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
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbombbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecrying-cat
Use the disguised face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m10.347 22.243l1.054-.75A3.03 3.03 0 0 0 14.029 23h3.943a3.03 3.03 0 0 0 2.625-1.504l.924.641c1.377.954 1.908 2.778 1.095 4.22A3.26 3.26 0 0 1 19.766 28a3.3 3.3 0 0 1-1.876-.583l-.379-.265a2.63 2.63 0 0 0-3.035.021l-.227.16c-1.269.9-3.068.89-4.206-.17c-1.539-1.421-1.322-3.764.304-4.92M10.5 11a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m11 0a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5"/><path d="M30.625 12.246a15.5 15.5 0 0 0-1.17-3.52a3 3 0 0 0-.334-3.847c-1.65-1.65-3.769-2.442-5.868-2.375C21.21 1.534 18.786 1 15.999 1s-5.212.534-7.254 1.504c-2.099-.067-4.216.725-5.866 2.375a3 3 0 0 0-.335 3.845a15.5 15.5 0 0 0-1.165 3.492a1 1 0 0 0-.223 1.321A19 19 0 0 0 1 16c0 4.061 1.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.576c0-.84-.053-1.669-.159-2.477A.93.93 0 0 0 31 13c0-.3-.146-.57-.375-.755M12.163 3.42A16.7 16.7 0 0 1 16 3c1.399 0 2.677.147 3.837.422a8.3 8.3 0 0 0-1.957 1.457a3 3 0 0 0-.093 4.146A6.48 6.48 0 0 1 22.5 7c2.056 0 3.889.954 5.08 2.444c.393.798.705 1.653.936 2.556h-.723a5.5 5.5 0 0 0-1.06-2.012A5.49 5.49 0 0 0 22.5 8a5.48 5.48 0 0 0-3.92 1.643A5.5 5.5 0 0 0 17.206 12h-2.414a5.5 5.5 0 0 0-1.372-2.357A5.48 5.48 0 0 0 9.5 8a5.49 5.49 0 0 0-4.233 1.988A5.5 5.5 0 0 0 4.207 12h-.725c.23-.9.541-1.753.933-2.549A6.49 6.49 0 0 1 9.5 7c1.856 0 3.53.778 4.714 2.025a3 3 0 0 0-.093-4.146a8.3 8.3 0 0 0-1.958-1.458M28.883 14q.115.976.115 1.999c0 3.67-1.106 6.91-3.235 9.221c-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 16q0-1.024.114-1.999h.908a5.5 5.5 0 0 0 9.406 3.35c-.653 1.159-1.253 1.85-1.253 1.85c-.591 1.315.387 2.8 1.854 2.8h3.943c1.457 0 2.445-1.475 1.854-2.79c0 0-.548-.672-1.164-1.77A5.5 5.5 0 0 0 27.978 14zM12.31 9.984a4.5 4.5 0 1 1-5.618 7.032a4.5 4.5 0 0 1 5.618-7.032m5.698 3.516a4.493 4.493 0 1 1 8.986 0a4.493 4.493 0 0 1-8.986 0"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastDisguisedFace(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="m10.347 22.243l1.054-.75A3.03 3.03 0 0 0 14.029 23h3.943a3.03 3.03 0 0 0 2.625-1.504l.924.641c1.377.954 1.908 2.778 1.095 4.22A3.26 3.26 0 0 1 19.766 28a3.3 3.3 0 0 1-1.876-.583l-.379-.265a2.63 2.63 0 0 0-3.035.021l-.227.16c-1.269.9-3.068.89-4.206-.17c-1.539-1.421-1.322-3.764.304-4.92M10.5 11a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m11 0a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5"/><path d="M30.625 12.246a15.5 15.5 0 0 0-1.17-3.52a3 3 0 0 0-.334-3.847c-1.65-1.65-3.769-2.442-5.868-2.375C21.21 1.534 18.786 1 15.999 1s-5.212.534-7.254 1.504c-2.099-.067-4.216.725-5.866 2.375a3 3 0 0 0-.335 3.845a15.5 15.5 0 0 0-1.165 3.492a1 1 0 0 0-.223 1.321A19 19 0 0 0 1 16c0 4.061 1.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.576c0-.84-.053-1.669-.159-2.477A.93.93 0 0 0 31 13c0-.3-.146-.57-.375-.755M12.163 3.42A16.7 16.7 0 0 1 16 3c1.399 0 2.677.147 3.837.422a8.3 8.3 0 0 0-1.957 1.457a3 3 0 0 0-.093 4.146A6.48 6.48 0 0 1 22.5 7c2.056 0 3.889.954 5.08 2.444c.393.798.705 1.653.936 2.556h-.723a5.5 5.5 0 0 0-1.06-2.012A5.49 5.49 0 0 0 22.5 8a5.48 5.48 0 0 0-3.92 1.643A5.5 5.5 0 0 0 17.206 12h-2.414a5.5 5.5 0 0 0-1.372-2.357A5.48 5.48 0 0 0 9.5 8a5.49 5.49 0 0 0-4.233 1.988A5.5 5.5 0 0 0 4.207 12h-.725c.23-.9.541-1.753.933-2.549A6.49 6.49 0 0 1 9.5 7c1.856 0 3.53.778 4.714 2.025a3 3 0 0 0-.093-4.146a8.3 8.3 0 0 0-1.958-1.458M28.883 14q.115.976.115 1.999c0 3.67-1.106 6.91-3.235 9.221c-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 16q0-1.024.114-1.999h.908a5.5 5.5 0 0 0 9.406 3.35c-.653 1.159-1.253 1.85-1.253 1.85c-.591 1.315.387 2.8 1.854 2.8h3.943c1.457 0 2.445-1.475 1.854-2.79c0 0-.548-.672-1.164-1.77A5.5 5.5 0 0 0 27.978 14zM12.31 9.984a4.5 4.5 0 1 1-5.618 7.032a4.5 4.5 0 0 1 5.618-7.032m5.698 3.516a4.493 4.493 0 1 1 8.986 0a4.493 4.493 0 0 1-8.986 0"/></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="m10.347 22.243l1.054-.75A3.03 3.03 0 0 0 14.029 23h3.943a3.03 3.03 0 0 0 2.625-1.504l.924.641c1.377.954 1.908 2.778 1.095 4.22A3.26 3.26 0 0 1 19.766 28a3.3 3.3 0 0 1-1.876-.583l-.379-.265a2.63 2.63 0 0 0-3.035.021l-.227.16c-1.269.9-3.068.89-4.206-.17c-1.539-1.421-1.322-3.764.304-4.92M10.5 11a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m11 0a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5"/><path d="M30.625 12.246a15.5 15.5 0 0 0-1.17-3.52a3 3 0 0 0-.334-3.847c-1.65-1.65-3.769-2.442-5.868-2.375C21.21 1.534 18.786 1 15.999 1s-5.212.534-7.254 1.504c-2.099-.067-4.216.725-5.866 2.375a3 3 0 0 0-.335 3.845a15.5 15.5 0 0 0-1.165 3.492a1 1 0 0 0-.223 1.321A19 19 0 0 0 1 16c0 4.061 1.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.576c0-.84-.053-1.669-.159-2.477A.93.93 0 0 0 31 13c0-.3-.146-.57-.375-.755M12.163 3.42A16.7 16.7 0 0 1 16 3c1.399 0 2.677.147 3.837.422a8.3 8.3 0 0 0-1.957 1.457a3 3 0 0 0-.093 4.146A6.48 6.48 0 0 1 22.5 7c2.056 0 3.889.954 5.08 2.444c.393.798.705 1.653.936 2.556h-.723a5.5 5.5 0 0 0-1.06-2.012A5.49 5.49 0 0 0 22.5 8a5.48 5.48 0 0 0-3.92 1.643A5.5 5.5 0 0 0 17.206 12h-2.414a5.5 5.5 0 0 0-1.372-2.357A5.48 5.48 0 0 0 9.5 8a5.49 5.49 0 0 0-4.233 1.988A5.5 5.5 0 0 0 4.207 12h-.725c.23-.9.541-1.753.933-2.549A6.49 6.49 0 0 1 9.5 7c1.856 0 3.53.778 4.714 2.025a3 3 0 0 0-.093-4.146a8.3 8.3 0 0 0-1.958-1.458M28.883 14q.115.976.115 1.999c0 3.67-1.106 6.91-3.235 9.221c-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 16q0-1.024.114-1.999h.908a5.5 5.5 0 0 0 9.406 3.35c-.653 1.159-1.253 1.85-1.253 1.85c-.591 1.315.387 2.8 1.854 2.8h3.943c1.457 0 2.445-1.475 1.854-2.79c0 0-.548-.672-1.164-1.77A5.5 5.5 0 0 0 27.978 14zM12.31 9.984a4.5 4.5 0 1 1-5.618 7.032a4.5 4.5 0 0 1 5.618-7.032m5.698 3.516a4.493 4.493 0 1 1 8.986 0a4.493 4.493 0 0 1-8.986 0"/></g></svg> </template>
CSS
.icon-disguised-face {
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%22m10.347%2022.243l1.054-.75A3.03%203.03%200%200%200%2014.029%2023h3.943a3.03%203.03%200%200%200%202.625-1.504l.924.641c1.377.954%201.908%202.778%201.095%204.22A3.26%203.26%200%200%201%2019.766%2028a3.3%203.3%200%200%201-1.876-.583l-.379-.265a2.63%202.63%200%200%200-3.035.021l-.227.16c-1.269.9-3.068.89-4.206-.17c-1.539-1.421-1.322-3.764.304-4.92M10.5%2011a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m11%200a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5%22%2F%3E%3Cpath%20d%3D%22M30.625%2012.246a15.5%2015.5%200%200%200-1.17-3.52a3%203%200%200%200-.334-3.847c-1.65-1.65-3.769-2.442-5.868-2.375C21.21%201.534%2018.786%201%2015.999%201s-5.212.534-7.254%201.504c-2.099-.067-4.216.725-5.866%202.375a3%203%200%200%200-.335%203.845a15.5%2015.5%200%200%200-1.165%203.492a1%201%200%200%200-.223%201.321A19%2019%200%200%200%201%2016c0%204.061%201.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.576c0-.84-.053-1.669-.159-2.477A.93.93%200%200%200%2031%2013c0-.3-.146-.57-.375-.755M12.163%203.42A16.7%2016.7%200%200%201%2016%203c1.399%200%202.677.147%203.837.422a8.3%208.3%200%200%200-1.957%201.457a3%203%200%200%200-.093%204.146A6.48%206.48%200%200%201%2022.5%207c2.056%200%203.889.954%205.08%202.444c.393.798.705%201.653.936%202.556h-.723a5.5%205.5%200%200%200-1.06-2.012A5.49%205.49%200%200%200%2022.5%208a5.48%205.48%200%200%200-3.92%201.643A5.5%205.5%200%200%200%2017.206%2012h-2.414a5.5%205.5%200%200%200-1.372-2.357A5.48%205.48%200%200%200%209.5%208a5.49%205.49%200%200%200-4.233%201.988A5.5%205.5%200%200%200%204.207%2012h-.725c.23-.9.541-1.753.933-2.549A6.49%206.49%200%200%201%209.5%207c1.856%200%203.53.778%204.714%202.025a3%203%200%200%200-.093-4.146a8.3%208.3%200%200%200-1.958-1.458M28.883%2014q.115.976.115%201.999c0%203.67-1.106%206.91-3.235%209.221c-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%2016q0-1.024.114-1.999h.908a5.5%205.5%200%200%200%209.406%203.35c-.653%201.159-1.253%201.85-1.253%201.85c-.591%201.315.387%202.8%201.854%202.8h3.943c1.457%200%202.445-1.475%201.854-2.79c0%200-.548-.672-1.164-1.77A5.5%205.5%200%200%200%2027.978%2014zM12.31%209.984a4.5%204.5%200%201%201-5.618%207.032a4.5%204.5%200%200%201%205.618-7.032m5.698%203.516a4.493%204.493%200%201%201%208.986%200a4.493%204.493%200%200%201-8.986%200%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%22m10.347%2022.243l1.054-.75A3.03%203.03%200%200%200%2014.029%2023h3.943a3.03%203.03%200%200%200%202.625-1.504l.924.641c1.377.954%201.908%202.778%201.095%204.22A3.26%203.26%200%200%201%2019.766%2028a3.3%203.3%200%200%201-1.876-.583l-.379-.265a2.63%202.63%200%200%200-3.035.021l-.227.16c-1.269.9-3.068.89-4.206-.17c-1.539-1.421-1.322-3.764.304-4.92M10.5%2011a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m11%200a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5%22%2F%3E%3Cpath%20d%3D%22M30.625%2012.246a15.5%2015.5%200%200%200-1.17-3.52a3%203%200%200%200-.334-3.847c-1.65-1.65-3.769-2.442-5.868-2.375C21.21%201.534%2018.786%201%2015.999%201s-5.212.534-7.254%201.504c-2.099-.067-4.216.725-5.866%202.375a3%203%200%200%200-.335%203.845a15.5%2015.5%200%200%200-1.165%203.492a1%201%200%200%200-.223%201.321A19%2019%200%200%200%201%2016c0%204.061%201.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.576c0-.84-.053-1.669-.159-2.477A.93.93%200%200%200%2031%2013c0-.3-.146-.57-.375-.755M12.163%203.42A16.7%2016.7%200%200%201%2016%203c1.399%200%202.677.147%203.837.422a8.3%208.3%200%200%200-1.957%201.457a3%203%200%200%200-.093%204.146A6.48%206.48%200%200%201%2022.5%207c2.056%200%203.889.954%205.08%202.444c.393.798.705%201.653.936%202.556h-.723a5.5%205.5%200%200%200-1.06-2.012A5.49%205.49%200%200%200%2022.5%208a5.48%205.48%200%200%200-3.92%201.643A5.5%205.5%200%200%200%2017.206%2012h-2.414a5.5%205.5%200%200%200-1.372-2.357A5.48%205.48%200%200%200%209.5%208a5.49%205.49%200%200%200-4.233%201.988A5.5%205.5%200%200%200%204.207%2012h-.725c.23-.9.541-1.753.933-2.549A6.49%206.49%200%200%201%209.5%207c1.856%200%203.53.778%204.714%202.025a3%203%200%200%200-.093-4.146a8.3%208.3%200%200%200-1.958-1.458M28.883%2014q.115.976.115%201.999c0%203.67-1.106%206.91-3.235%209.221c-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%2016q0-1.024.114-1.999h.908a5.5%205.5%200%200%200%209.406%203.35c-.653%201.159-1.253%201.85-1.253%201.85c-.591%201.315.387%202.8%201.854%202.8h3.943c1.457%200%202.445-1.475%201.854-2.79c0%200-.548-.672-1.164-1.77A5.5%205.5%200%200%200%2027.978%2014zM12.31%209.984a4.5%204.5%200%201%201-5.618%207.032a4.5%204.5%200%200%201%205.618-7.032m5.698%203.516a4.493%204.493%200%201%201%208.986%200a4.493%204.493%200%200%201-8.986%200%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/disguised-face.svg?color=%231a73e8&size=48