man 2 emoji
man-2 from Streamline Emojis by Streamline · Default · Smiley People · CC-BY-4.0 Attribution required.
- Name
- man-2
- Set
- Streamline Emojis
- Style
- Default
- Category
- Smiley People
- Viewbox
- 48×48
- License
- CC BY 4.0
The same emoji in other sets
More smiley people icons from Streamline Emojis
alienamazed-faceamusing-faceanguished-faceanxious-faceastonished-faceastronaut-1astronaut-2baby-1baby-2baby-3baby-angel-1baby-angel-2backhand-index-pointing-down-1backhand-index-pointing-down-2backhand-index-pointing-left-1backhand-index-pointing-left-2backhand-index-pointing-right-1backhand-index-pointing-right-2backhand-index-pointing-up-1backhand-index-pointing-up-2beaming-face-with-smiling-eyesbikiniboy-1
Use the man 2 emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M11.5 44.5a12.5 1.5 0 1 0 25 0a12.5 1.5 0 1 0-25 0" opacity=".15"/><path fill="#a86c4d" d="M24 5.23a14.3 14.3 0 0 0-3.55.45c-2.71.61-6.23 1.63-9.41 1a6.1 6.1 0 0 0 1.21 4.68a14.3 14.3 0 0 0-2.55 8.17V27h28.6v-7.47A14.3 14.3 0 0 0 24 5.23"/><path fill="#de926a" d="M24 5.23a14.3 14.3 0 0 0-3.55.45c-2.71.61-6.23 1.63-9.41 1a6.83 6.83 0 0 0 .48 3.46c3.05.43 6.36-.52 8.93-1.1A14.29 14.29 0 0 1 38.3 22.91v-3.38A14.3 14.3 0 0 0 24 5.23"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 5.23a14.3 14.3 0 0 0-3.55.45c-2.71.61-6.23 1.63-9.41 1a6.1 6.1 0 0 0 1.21 4.68a14.3 14.3 0 0 0-2.55 8.17V27h28.6v-7.47A14.3 14.3 0 0 0 24 5.23"/><path fill="#ffcebf" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M39.82 25.92a2.69 2.69 0 0 0-2-2.25l-.86-.23a3 3 0 0 1-2.18-2.88v-3a2.71 2.71 0 0 0-2-2.62A22.5 22.5 0 0 1 24 16.51a22.5 22.5 0 0 1-8.71-1.58a2.7 2.7 0 0 0-2 2.62v3.63a2.34 2.34 0 0 1-2.32 2.33a2.74 2.74 0 0 0-2.74 2.2a2.64 2.64 0 0 0 2.61 3.07H11a13.17 13.17 0 0 0 26.06 0h.16a2.63 2.63 0 0 0 2.6-2.86"/><path fill="#45413c" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M16.09 25.61a1.13 1.13 0 1 0 1.12-1.12a1.12 1.12 0 0 0-1.12 1.12m15.82 0a1.13 1.13 0 1 1-1.12-1.12a1.12 1.12 0 0 1 1.12 1.12"/><path fill="#ff6242" d="M19.87 32.45a.66.66 0 0 0-.49.22a.65.65 0 0 0-.14.52a4.83 4.83 0 0 0 9.52 0a.65.65 0 0 0-.14-.52a.66.66 0 0 0-.49-.22Z"/><path fill="#ffa694" d="M24 34.43a5.92 5.92 0 0 0-3.67 1.12a4.87 4.87 0 0 0 7.34 0A5.92 5.92 0 0 0 24 34.43"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M19.87 32.45a.66.66 0 0 0-.49.22a.65.65 0 0 0-.14.52a4.83 4.83 0 0 0 9.52 0a.65.65 0 0 0-.14-.52a.66.66 0 0 0-.49-.22Z"/><path fill="#ffb59e" d="M13.89 30.39a1.46.87 0 1 0 2.92 0a1.46.87 0 1 0-2.92 0m17.3 0a1.46.87 0 1 0 2.92 0a1.46.87 0 1 0-2.92 0"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisMan2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M11.5 44.5a12.5 1.5 0 1 0 25 0a12.5 1.5 0 1 0-25 0" opacity=".15"/><path fill="#a86c4d" d="M24 5.23a14.3 14.3 0 0 0-3.55.45c-2.71.61-6.23 1.63-9.41 1a6.1 6.1 0 0 0 1.21 4.68a14.3 14.3 0 0 0-2.55 8.17V27h28.6v-7.47A14.3 14.3 0 0 0 24 5.23"/><path fill="#de926a" d="M24 5.23a14.3 14.3 0 0 0-3.55.45c-2.71.61-6.23 1.63-9.41 1a6.83 6.83 0 0 0 .48 3.46c3.05.43 6.36-.52 8.93-1.1A14.29 14.29 0 0 1 38.3 22.91v-3.38A14.3 14.3 0 0 0 24 5.23"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M24 5.23a14.3 14.3 0 0 0-3.55.45c-2.71.61-6.23 1.63-9.41 1a6.1 6.1 0 0 0 1.21 4.68a14.3 14.3 0 0 0-2.55 8.17V27h28.6v-7.47A14.3 14.3 0 0 0 24 5.23"/><path fill="#ffcebf" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M39.82 25.92a2.69 2.69 0 0 0-2-2.25l-.86-.23a3 3 0 0 1-2.18-2.88v-3a2.71 2.71 0 0 0-2-2.62A22.5 22.5 0 0 1 24 16.51a22.5 22.5 0 0 1-8.71-1.58a2.7 2.7 0 0 0-2 2.62v3.63a2.34 2.34 0 0 1-2.32 2.33a2.74 2.74 0 0 0-2.74 2.2a2.64 2.64 0 0 0 2.61 3.07H11a13.17 13.17 0 0 0 26.06 0h.16a2.63 2.63 0 0 0 2.6-2.86"/><path fill="#45413c" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M16.09 25.61a1.13 1.13 0 1 0 1.12-1.12a1.12 1.12 0 0 0-1.12 1.12m15.82 0a1.13 1.13 0 1 1-1.12-1.12a1.12 1.12 0 0 1 1.12 1.12"/><path fill="#ff6242" d="M19.87 32.45a.66.66 0 0 0-.49.22a.65.65 0 0 0-.14.52a4.83 4.83 0 0 0 9.52 0a.65.65 0 0 0-.14-.52a.66.66 0 0 0-.49-.22Z"/><path fill="#ffa694" d="M24 34.43a5.92 5.92 0 0 0-3.67 1.12a4.87 4.87 0 0 0 7.34 0A5.92 5.92 0 0 0 24 34.43"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M19.87 32.45a.66.66 0 0 0-.49.22a.65.65 0 0 0-.14.52a4.83 4.83 0 0 0 9.52 0a.65.65 0 0 0-.14-.52a.66.66 0 0 0-.49-.22Z"/><path fill="#ffb59e" d="M13.89 30.39a1.46.87 0 1 0 2.92 0a1.46.87 0 1 0-2.92 0m17.3 0a1.46.87 0 1 0 2.92 0a1.46.87 0 1 0-2.92 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M11.5 44.5a12.5 1.5 0 1 0 25 0a12.5 1.5 0 1 0-25 0" opacity=".15"/><path fill="#a86c4d" d="M24 5.23a14.3 14.3 0 0 0-3.55.45c-2.71.61-6.23 1.63-9.41 1a6.1 6.1 0 0 0 1.21 4.68a14.3 14.3 0 0 0-2.55 8.17V27h28.6v-7.47A14.3 14.3 0 0 0 24 5.23"/><path fill="#de926a" d="M24 5.23a14.3 14.3 0 0 0-3.55.45c-2.71.61-6.23 1.63-9.41 1a6.83 6.83 0 0 0 .48 3.46c3.05.43 6.36-.52 8.93-1.1A14.29 14.29 0 0 1 38.3 22.91v-3.38A14.3 14.3 0 0 0 24 5.23"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 5.23a14.3 14.3 0 0 0-3.55.45c-2.71.61-6.23 1.63-9.41 1a6.1 6.1 0 0 0 1.21 4.68a14.3 14.3 0 0 0-2.55 8.17V27h28.6v-7.47A14.3 14.3 0 0 0 24 5.23"/><path fill="#ffcebf" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M39.82 25.92a2.69 2.69 0 0 0-2-2.25l-.86-.23a3 3 0 0 1-2.18-2.88v-3a2.71 2.71 0 0 0-2-2.62A22.5 22.5 0 0 1 24 16.51a22.5 22.5 0 0 1-8.71-1.58a2.7 2.7 0 0 0-2 2.62v3.63a2.34 2.34 0 0 1-2.32 2.33a2.74 2.74 0 0 0-2.74 2.2a2.64 2.64 0 0 0 2.61 3.07H11a13.17 13.17 0 0 0 26.06 0h.16a2.63 2.63 0 0 0 2.6-2.86"/><path fill="#45413c" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M16.09 25.61a1.13 1.13 0 1 0 1.12-1.12a1.12 1.12 0 0 0-1.12 1.12m15.82 0a1.13 1.13 0 1 1-1.12-1.12a1.12 1.12 0 0 1 1.12 1.12"/><path fill="#ff6242" d="M19.87 32.45a.66.66 0 0 0-.49.22a.65.65 0 0 0-.14.52a4.83 4.83 0 0 0 9.52 0a.65.65 0 0 0-.14-.52a.66.66 0 0 0-.49-.22Z"/><path fill="#ffa694" d="M24 34.43a5.92 5.92 0 0 0-3.67 1.12a4.87 4.87 0 0 0 7.34 0A5.92 5.92 0 0 0 24 34.43"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M19.87 32.45a.66.66 0 0 0-.49.22a.65.65 0 0 0-.14.52a4.83 4.83 0 0 0 9.52 0a.65.65 0 0 0-.14-.52a.66.66 0 0 0-.49-.22Z"/><path fill="#ffb59e" d="M13.89 30.39a1.46.87 0 1 0 2.92 0a1.46.87 0 1 0-2.92 0m17.3 0a1.46.87 0 1 0 2.92 0a1.46.87 0 1 0-2.92 0"/></svg> </template>
CSS
.icon-man-2 {
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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M11.5%2044.5a12.5%201.5%200%201%200%2025%200a12.5%201.5%200%201%200-25%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23a86c4d%22%20d%3D%22M24%205.23a14.3%2014.3%200%200%200-3.55.45c-2.71.61-6.23%201.63-9.41%201a6.1%206.1%200%200%200%201.21%204.68a14.3%2014.3%200%200%200-2.55%208.17V27h28.6v-7.47A14.3%2014.3%200%200%200%2024%205.23%22%2F%3E%3Cpath%20fill%3D%22%23de926a%22%20d%3D%22M24%205.23a14.3%2014.3%200%200%200-3.55.45c-2.71.61-6.23%201.63-9.41%201a6.83%206.83%200%200%200%20.48%203.46c3.05.43%206.36-.52%208.93-1.1A14.29%2014.29%200%200%201%2038.3%2022.91v-3.38A14.3%2014.3%200%200%200%2024%205.23%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%205.23a14.3%2014.3%200%200%200-3.55.45c-2.71.61-6.23%201.63-9.41%201a6.1%206.1%200%200%200%201.21%204.68a14.3%2014.3%200%200%200-2.55%208.17V27h28.6v-7.47A14.3%2014.3%200%200%200%2024%205.23%22%2F%3E%3Cpath%20fill%3D%22%23ffcebf%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M39.82%2025.92a2.69%202.69%200%200%200-2-2.25l-.86-.23a3%203%200%200%201-2.18-2.88v-3a2.71%202.71%200%200%200-2-2.62A22.5%2022.5%200%200%201%2024%2016.51a22.5%2022.5%200%200%201-8.71-1.58a2.7%202.7%200%200%200-2%202.62v3.63a2.34%202.34%200%200%201-2.32%202.33a2.74%202.74%200%200%200-2.74%202.2a2.64%202.64%200%200%200%202.61%203.07H11a13.17%2013.17%200%200%200%2026.06%200h.16a2.63%202.63%200%200%200%202.6-2.86%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.09%2025.61a1.13%201.13%200%201%200%201.12-1.12a1.12%201.12%200%200%200-1.12%201.12m15.82%200a1.13%201.13%200%201%201-1.12-1.12a1.12%201.12%200%200%201%201.12%201.12%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20d%3D%22M19.87%2032.45a.66.66%200%200%200-.49.22a.65.65%200%200%200-.14.52a4.83%204.83%200%200%200%209.52%200a.65.65%200%200%200-.14-.52a.66.66%200%200%200-.49-.22Z%22%2F%3E%3Cpath%20fill%3D%22%23ffa694%22%20d%3D%22M24%2034.43a5.92%205.92%200%200%200-3.67%201.12a4.87%204.87%200%200%200%207.34%200A5.92%205.92%200%200%200%2024%2034.43%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.87%2032.45a.66.66%200%200%200-.49.22a.65.65%200%200%200-.14.52a4.83%204.83%200%200%200%209.52%200a.65.65%200%200%200-.14-.52a.66.66%200%200%200-.49-.22Z%22%2F%3E%3Cpath%20fill%3D%22%23ffb59e%22%20d%3D%22M13.89%2030.39a1.46.87%200%201%200%202.92%200a1.46.87%200%201%200-2.92%200m17.3%200a1.46.87%200%201%200%202.92%200a1.46.87%200%201%200-2.92%200%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M11.5%2044.5a12.5%201.5%200%201%200%2025%200a12.5%201.5%200%201%200-25%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23a86c4d%22%20d%3D%22M24%205.23a14.3%2014.3%200%200%200-3.55.45c-2.71.61-6.23%201.63-9.41%201a6.1%206.1%200%200%200%201.21%204.68a14.3%2014.3%200%200%200-2.55%208.17V27h28.6v-7.47A14.3%2014.3%200%200%200%2024%205.23%22%2F%3E%3Cpath%20fill%3D%22%23de926a%22%20d%3D%22M24%205.23a14.3%2014.3%200%200%200-3.55.45c-2.71.61-6.23%201.63-9.41%201a6.83%206.83%200%200%200%20.48%203.46c3.05.43%206.36-.52%208.93-1.1A14.29%2014.29%200%200%201%2038.3%2022.91v-3.38A14.3%2014.3%200%200%200%2024%205.23%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%205.23a14.3%2014.3%200%200%200-3.55.45c-2.71.61-6.23%201.63-9.41%201a6.1%206.1%200%200%200%201.21%204.68a14.3%2014.3%200%200%200-2.55%208.17V27h28.6v-7.47A14.3%2014.3%200%200%200%2024%205.23%22%2F%3E%3Cpath%20fill%3D%22%23ffcebf%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M39.82%2025.92a2.69%202.69%200%200%200-2-2.25l-.86-.23a3%203%200%200%201-2.18-2.88v-3a2.71%202.71%200%200%200-2-2.62A22.5%2022.5%200%200%201%2024%2016.51a22.5%2022.5%200%200%201-8.71-1.58a2.7%202.7%200%200%200-2%202.62v3.63a2.34%202.34%200%200%201-2.32%202.33a2.74%202.74%200%200%200-2.74%202.2a2.64%202.64%200%200%200%202.61%203.07H11a13.17%2013.17%200%200%200%2026.06%200h.16a2.63%202.63%200%200%200%202.6-2.86%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.09%2025.61a1.13%201.13%200%201%200%201.12-1.12a1.12%201.12%200%200%200-1.12%201.12m15.82%200a1.13%201.13%200%201%201-1.12-1.12a1.12%201.12%200%200%201%201.12%201.12%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20d%3D%22M19.87%2032.45a.66.66%200%200%200-.49.22a.65.65%200%200%200-.14.52a4.83%204.83%200%200%200%209.52%200a.65.65%200%200%200-.14-.52a.66.66%200%200%200-.49-.22Z%22%2F%3E%3Cpath%20fill%3D%22%23ffa694%22%20d%3D%22M24%2034.43a5.92%205.92%200%200%200-3.67%201.12a4.87%204.87%200%200%200%207.34%200A5.92%205.92%200%200%200%2024%2034.43%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.87%2032.45a.66.66%200%200%200-.49.22a.65.65%200%200%200-.14.52a4.83%204.83%200%200%200%209.52%200a.65.65%200%200%200-.14-.52a.66.66%200%200%200-.49-.22Z%22%2F%3E%3Cpath%20fill%3D%22%23ffb59e%22%20d%3D%22M13.89%2030.39a1.46.87%200%201%200%202.92%200a1.46.87%200%201%200-2.92%200m17.3%200a1.46.87%200%201%200%202.92%200a1.46.87%200%201%200-2.92%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/man-2.svg?color=%231a73e8&size=48