woman icon
woman from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- woman
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
woman-outlinedAnt Design IconswomanEmoji One (Colored)womanFluent EmojiwomanFluent Emoji FlatwomanFluent Emoji High ContrastwomanFirefox OS EmojiwomanHealth IconswomanIconParkwomanIconPark OutlinewomanIonIconswomanMaterial SymbolswomanMaterial Symbols LightwomanNoto EmojiwomanOpenMojiwomanTabler IconswomanTwitter Emoji
Use the woman icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M14 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="M10 16v4c0 .943 0 1.414.293 1.707S11.057 22 12 22s1.414 0 1.707-.293S14 20.943 14 20v-4h.26c1.553 0 2.329 0 2.633-.485c.303-.486-.062-1.142-.792-2.456l-1.8-3.235C13.848 9.009 12.963 8.5 12 8.5s-1.848.509-2.3 1.324L7.9 13.06c-.731 1.313-1.096 1.97-.793 2.455S8.187 16 9.74 16z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWoman(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M14 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="M10 16v4c0 .943 0 1.414.293 1.707S11.057 22 12 22s1.414 0 1.707-.293S14 20.943 14 20v-4h.26c1.553 0 2.329 0 2.633-.485c.303-.486-.062-1.142-.792-2.456l-1.8-3.235C13.848 9.009 12.963 8.5 12 8.5s-1.848.509-2.3 1.324L7.9 13.06c-.731 1.313-1.096 1.97-.793 2.455S8.187 16 9.74 16z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M14 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="M10 16v4c0 .943 0 1.414.293 1.707S11.057 22 12 22s1.414 0 1.707-.293S14 20.943 14 20v-4h.26c1.553 0 2.329 0 2.633-.485c.303-.486-.062-1.142-.792-2.456l-1.8-3.235C13.848 9.009 12.963 8.5 12 8.5s-1.848.509-2.3 1.324L7.9 13.06c-.731 1.313-1.096 1.97-.793 2.455S8.187 16 9.74 16z"/></g></svg> </template>
CSS
.icon-woman {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%204a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20d%3D%22M10%2016v4c0%20.943%200%201.414.293%201.707S11.057%2022%2012%2022s1.414%200%201.707-.293S14%2020.943%2014%2020v-4h.26c1.553%200%202.329%200%202.633-.485c.303-.486-.062-1.142-.792-2.456l-1.8-3.235C13.848%209.009%2012.963%208.5%2012%208.5s-1.848.509-2.3%201.324L7.9%2013.06c-.731%201.313-1.096%201.97-.793%202.455S8.187%2016%209.74%2016z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%204a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20d%3D%22M10%2016v4c0%20.943%200%201.414.293%201.707S11.057%2022%2012%2022s1.414%200%201.707-.293S14%2020.943%2014%2020v-4h.26c1.553%200%202.329%200%202.633-.485c.303-.486-.062-1.142-.792-2.456l-1.8-3.235C13.848%209.009%2012.963%208.5%2012%208.5s-1.848.509-2.3%201.324L7.9%2013.06c-.731%201.313-1.096%201.97-.793%202.455S8.187%2016%209.74%2016z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/woman.svg?color=%231a73e8&size=48