woman 2 emoji
woman-2 from Streamline Emojis by Streamline · Default · Smiley People · CC-BY-4.0 Attribution required.
- Name
- woman-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 woman 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 1.5a16.16 16.16 0 0 1 16.16 16.16v21.08A1.81 1.81 0 0 1 39 40.43a40.3 40.3 0 0 1-30 0a1.81 1.81 0 0 1-1.14-1.69V17.66A16.16 16.16 0 0 1 24 1.5"/><path fill="#de926a" d="M24 1.5A16.16 16.16 0 0 0 7.84 17.66v4.47a16.16 16.16 0 0 1 32.32 0v-4.47A16.16 16.16 0 0 0 24 1.5"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 1.5a16.16 16.16 0 0 1 16.16 16.16v21.08A1.81 1.81 0 0 1 39 40.43h0a40.3 40.3 0 0 1-30 0h0a1.81 1.81 0 0 1-1.14-1.69V17.66A16.16 16.16 0 0 1 24 1.5"/><path fill="#ffcebf" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M37.47 21A13 13 0 0 1 29 13.57l-.93-2.21a23.56 23.56 0 0 1-14.78 9.17l-2.8.51a2.7 2.7 0 0 0 0 5.39h.17a13.45 13.45 0 0 0 26.6 0h.17a2.7 2.7 0 0 0 0-5.39Z"/><path fill="#45413c" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M15.93 23.18A1.15 1.15 0 1 0 17.07 22a1.14 1.14 0 0 0-1.14 1.18m16.14 0A1.15 1.15 0 1 1 30.93 22a1.14 1.14 0 0 1 1.14 1.18"/><path fill="#ff6242" d="M20.31 30.47a.57.57 0 0 0-.44.2a.54.54 0 0 0-.13.46a4.32 4.32 0 0 0 8.52 0a.54.54 0 0 0-.13-.46a.57.57 0 0 0-.44-.2Z"/><path fill="#ffa694" d="M24 32.24a5.37 5.37 0 0 0-3.29 1a4.36 4.36 0 0 0 6.58 0a5.37 5.37 0 0 0-3.29-1"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M20.31 30.47a.57.57 0 0 0-.44.2a.54.54 0 0 0-.13.46a4.32 4.32 0 0 0 8.52 0a.54.54 0 0 0-.13-.46a.57.57 0 0 0-.44-.2Z"/><path fill="#ffb59e" d="M13.69 28.06a1.49.89 0 1 0 2.98 0a1.49.89 0 1 0-2.98 0m17.64 0a1.49.89 0 1 0 2.98 0a1.49.89 0 1 0-2.98 0"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisWoman2(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 1.5a16.16 16.16 0 0 1 16.16 16.16v21.08A1.81 1.81 0 0 1 39 40.43a40.3 40.3 0 0 1-30 0a1.81 1.81 0 0 1-1.14-1.69V17.66A16.16 16.16 0 0 1 24 1.5"/><path fill="#de926a" d="M24 1.5A16.16 16.16 0 0 0 7.84 17.66v4.47a16.16 16.16 0 0 1 32.32 0v-4.47A16.16 16.16 0 0 0 24 1.5"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M24 1.5a16.16 16.16 0 0 1 16.16 16.16v21.08A1.81 1.81 0 0 1 39 40.43h0a40.3 40.3 0 0 1-30 0h0a1.81 1.81 0 0 1-1.14-1.69V17.66A16.16 16.16 0 0 1 24 1.5"/><path fill="#ffcebf" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M37.47 21A13 13 0 0 1 29 13.57l-.93-2.21a23.56 23.56 0 0 1-14.78 9.17l-2.8.51a2.7 2.7 0 0 0 0 5.39h.17a13.45 13.45 0 0 0 26.6 0h.17a2.7 2.7 0 0 0 0-5.39Z"/><path fill="#45413c" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M15.93 23.18A1.15 1.15 0 1 0 17.07 22a1.14 1.14 0 0 0-1.14 1.18m16.14 0A1.15 1.15 0 1 1 30.93 22a1.14 1.14 0 0 1 1.14 1.18"/><path fill="#ff6242" d="M20.31 30.47a.57.57 0 0 0-.44.2a.54.54 0 0 0-.13.46a4.32 4.32 0 0 0 8.52 0a.54.54 0 0 0-.13-.46a.57.57 0 0 0-.44-.2Z"/><path fill="#ffa694" d="M24 32.24a5.37 5.37 0 0 0-3.29 1a4.36 4.36 0 0 0 6.58 0a5.37 5.37 0 0 0-3.29-1"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M20.31 30.47a.57.57 0 0 0-.44.2a.54.54 0 0 0-.13.46a4.32 4.32 0 0 0 8.52 0a.54.54 0 0 0-.13-.46a.57.57 0 0 0-.44-.2Z"/><path fill="#ffb59e" d="M13.69 28.06a1.49.89 0 1 0 2.98 0a1.49.89 0 1 0-2.98 0m17.64 0a1.49.89 0 1 0 2.98 0a1.49.89 0 1 0-2.98 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 1.5a16.16 16.16 0 0 1 16.16 16.16v21.08A1.81 1.81 0 0 1 39 40.43a40.3 40.3 0 0 1-30 0a1.81 1.81 0 0 1-1.14-1.69V17.66A16.16 16.16 0 0 1 24 1.5"/><path fill="#de926a" d="M24 1.5A16.16 16.16 0 0 0 7.84 17.66v4.47a16.16 16.16 0 0 1 32.32 0v-4.47A16.16 16.16 0 0 0 24 1.5"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 1.5a16.16 16.16 0 0 1 16.16 16.16v21.08A1.81 1.81 0 0 1 39 40.43h0a40.3 40.3 0 0 1-30 0h0a1.81 1.81 0 0 1-1.14-1.69V17.66A16.16 16.16 0 0 1 24 1.5"/><path fill="#ffcebf" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M37.47 21A13 13 0 0 1 29 13.57l-.93-2.21a23.56 23.56 0 0 1-14.78 9.17l-2.8.51a2.7 2.7 0 0 0 0 5.39h.17a13.45 13.45 0 0 0 26.6 0h.17a2.7 2.7 0 0 0 0-5.39Z"/><path fill="#45413c" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M15.93 23.18A1.15 1.15 0 1 0 17.07 22a1.14 1.14 0 0 0-1.14 1.18m16.14 0A1.15 1.15 0 1 1 30.93 22a1.14 1.14 0 0 1 1.14 1.18"/><path fill="#ff6242" d="M20.31 30.47a.57.57 0 0 0-.44.2a.54.54 0 0 0-.13.46a4.32 4.32 0 0 0 8.52 0a.54.54 0 0 0-.13-.46a.57.57 0 0 0-.44-.2Z"/><path fill="#ffa694" d="M24 32.24a5.37 5.37 0 0 0-3.29 1a4.36 4.36 0 0 0 6.58 0a5.37 5.37 0 0 0-3.29-1"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M20.31 30.47a.57.57 0 0 0-.44.2a.54.54 0 0 0-.13.46a4.32 4.32 0 0 0 8.52 0a.54.54 0 0 0-.13-.46a.57.57 0 0 0-.44-.2Z"/><path fill="#ffb59e" d="M13.69 28.06a1.49.89 0 1 0 2.98 0a1.49.89 0 1 0-2.98 0m17.64 0a1.49.89 0 1 0 2.98 0a1.49.89 0 1 0-2.98 0"/></svg> </template>
CSS
.icon-woman-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%201.5a16.16%2016.16%200%200%201%2016.16%2016.16v21.08A1.81%201.81%200%200%201%2039%2040.43a40.3%2040.3%200%200%201-30%200a1.81%201.81%200%200%201-1.14-1.69V17.66A16.16%2016.16%200%200%201%2024%201.5%22%2F%3E%3Cpath%20fill%3D%22%23de926a%22%20d%3D%22M24%201.5A16.16%2016.16%200%200%200%207.84%2017.66v4.47a16.16%2016.16%200%200%201%2032.32%200v-4.47A16.16%2016.16%200%200%200%2024%201.5%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%201.5a16.16%2016.16%200%200%201%2016.16%2016.16v21.08A1.81%201.81%200%200%201%2039%2040.43h0a40.3%2040.3%200%200%201-30%200h0a1.81%201.81%200%200%201-1.14-1.69V17.66A16.16%2016.16%200%200%201%2024%201.5%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%22M37.47%2021A13%2013%200%200%201%2029%2013.57l-.93-2.21a23.56%2023.56%200%200%201-14.78%209.17l-2.8.51a2.7%202.7%200%200%200%200%205.39h.17a13.45%2013.45%200%200%200%2026.6%200h.17a2.7%202.7%200%200%200%200-5.39Z%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%22M15.93%2023.18A1.15%201.15%200%201%200%2017.07%2022a1.14%201.14%200%200%200-1.14%201.18m16.14%200A1.15%201.15%200%201%201%2030.93%2022a1.14%201.14%200%200%201%201.14%201.18%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20d%3D%22M20.31%2030.47a.57.57%200%200%200-.44.2a.54.54%200%200%200-.13.46a4.32%204.32%200%200%200%208.52%200a.54.54%200%200%200-.13-.46a.57.57%200%200%200-.44-.2Z%22%2F%3E%3Cpath%20fill%3D%22%23ffa694%22%20d%3D%22M24%2032.24a5.37%205.37%200%200%200-3.29%201a4.36%204.36%200%200%200%206.58%200a5.37%205.37%200%200%200-3.29-1%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%22M20.31%2030.47a.57.57%200%200%200-.44.2a.54.54%200%200%200-.13.46a4.32%204.32%200%200%200%208.52%200a.54.54%200%200%200-.13-.46a.57.57%200%200%200-.44-.2Z%22%2F%3E%3Cpath%20fill%3D%22%23ffb59e%22%20d%3D%22M13.69%2028.06a1.49.89%200%201%200%202.98%200a1.49.89%200%201%200-2.98%200m17.64%200a1.49.89%200%201%200%202.98%200a1.49.89%200%201%200-2.98%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%201.5a16.16%2016.16%200%200%201%2016.16%2016.16v21.08A1.81%201.81%200%200%201%2039%2040.43a40.3%2040.3%200%200%201-30%200a1.81%201.81%200%200%201-1.14-1.69V17.66A16.16%2016.16%200%200%201%2024%201.5%22%2F%3E%3Cpath%20fill%3D%22%23de926a%22%20d%3D%22M24%201.5A16.16%2016.16%200%200%200%207.84%2017.66v4.47a16.16%2016.16%200%200%201%2032.32%200v-4.47A16.16%2016.16%200%200%200%2024%201.5%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%201.5a16.16%2016.16%200%200%201%2016.16%2016.16v21.08A1.81%201.81%200%200%201%2039%2040.43h0a40.3%2040.3%200%200%201-30%200h0a1.81%201.81%200%200%201-1.14-1.69V17.66A16.16%2016.16%200%200%201%2024%201.5%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%22M37.47%2021A13%2013%200%200%201%2029%2013.57l-.93-2.21a23.56%2023.56%200%200%201-14.78%209.17l-2.8.51a2.7%202.7%200%200%200%200%205.39h.17a13.45%2013.45%200%200%200%2026.6%200h.17a2.7%202.7%200%200%200%200-5.39Z%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%22M15.93%2023.18A1.15%201.15%200%201%200%2017.07%2022a1.14%201.14%200%200%200-1.14%201.18m16.14%200A1.15%201.15%200%201%201%2030.93%2022a1.14%201.14%200%200%201%201.14%201.18%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20d%3D%22M20.31%2030.47a.57.57%200%200%200-.44.2a.54.54%200%200%200-.13.46a4.32%204.32%200%200%200%208.52%200a.54.54%200%200%200-.13-.46a.57.57%200%200%200-.44-.2Z%22%2F%3E%3Cpath%20fill%3D%22%23ffa694%22%20d%3D%22M24%2032.24a5.37%205.37%200%200%200-3.29%201a4.36%204.36%200%200%200%206.58%200a5.37%205.37%200%200%200-3.29-1%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%22M20.31%2030.47a.57.57%200%200%200-.44.2a.54.54%200%200%200-.13.46a4.32%204.32%200%200%200%208.52%200a.54.54%200%200%200-.13-.46a.57.57%200%200%200-.44-.2Z%22%2F%3E%3Cpath%20fill%3D%22%23ffb59e%22%20d%3D%22M13.69%2028.06a1.49.89%200%201%200%202.98%200a1.49.89%200%201%200-2.98%200m17.64%200a1.49.89%200%201%200%202.98%200a1.49.89%200%201%200-2.98%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/woman-2.svg?color=%231a73e8&size=48