woman icon
woman-outline from Health Icons by Resolve to Save Lives · Outline · People · MIT Free for personal and commercial use.
- Name
- woman-outline
- Set
- Health Icons
- Style
- Outline
- Category
- People
- Viewbox
- 48×48
- License
- MIT
- Aliases
- woman2x-outline
3 other variants in Health Icons
The same icon in other sets
woman-outlinedAnt Design IconswomanEmoji One (Colored)womanFluent EmojiwomanFluent Emoji FlatwomanFluent Emoji High ContrastwomanFirefox OS EmojiwomanHuge IconswomanIconParkwomanIconPark OutlinewomanIonIconswomanMaterial SymbolswomanMaterial Symbols LightwomanNoto EmojiwomanOpenMojiwomanTabler IconswomanTwitter Emoji
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altancvasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ycall-centrechild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-worker
Use the woman icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24 11a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0 2a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-3.04 4c-1.37 0-2.298.665-2.907 1.531c-.564.801-.897 1.829-1.168 2.717c-.2.66-.237.798-.331 1.159l-.003.011c-.131.503-.365 1.396-1.195 4.328c-.134.477.132 1.048.735 1.213c.62.171 1.195-.202 1.338-.705c.91-3.22 1.106-3.984 1.204-4.366v-.003c.078-.305.106-.41.314-1.094c.28-.92.54-1.657.897-2.164l.002-.004l.009-.011l1.688.873l-3.96 14.315c1.18.314 3.055.7 6.418.7c3.258 0 5.3-.363 6.427-.665l-3.97-14.35l1.687-.876l.012.018c.357.507.617 1.244.897 2.165c.208.684.236.788.314 1.093v.003c.098.382.294 1.147 1.204 4.366c.143.503.717.876 1.338.705c.603-.165.87-.736.735-1.213a212 212 0 0 1-1.18-4.273l-.018-.066c-.094-.361-.13-.5-.331-1.16c-.27-.887-.604-1.915-1.168-2.716c-.61-.866-1.537-1.531-2.906-1.531zm12.338 4.894c.127.486.357 1.368 1.183 4.285a3 3 0 0 1-2.084 3.715a3 3 0 0 1-1.327.056l1.213 4.385c.271.98-.214 2.114-1.27 2.407c-1.292.36-3.525.758-7.012.758c-3.536 0-5.571-.41-6.905-.766c-1.06-.283-1.646-1.428-1.352-2.49l1.188-4.294c-.432.08-.885.065-1.328-.056a3 3 0 0 1-2.084-3.715c.826-2.917 1.056-3.798 1.183-4.285v-.003c.104-.396.147-.557.358-1.25c.263-.863.675-2.193 1.449-3.294c.91-1.295 2.377-2.347 4.45-2.347h6.082c2.072 0 3.538 1.052 4.45 2.347c.774 1.1 1.185 2.43 1.448 3.294c.201.66.25.837.343 1.195zM19 39.014v3.374a1.5 1.5 0 0 0 2.947.394l.921-3.375A39 39 0 0 1 19 39.014m7.13.386l.923 3.382A1.5 1.5 0 0 0 30 42.388V39a41 41 0 0 1-3.87.4" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsWomanOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M24 11a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0 2a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-3.04 4c-1.37 0-2.298.665-2.907 1.531c-.564.801-.897 1.829-1.168 2.717c-.2.66-.237.798-.331 1.159l-.003.011c-.131.503-.365 1.396-1.195 4.328c-.134.477.132 1.048.735 1.213c.62.171 1.195-.202 1.338-.705c.91-3.22 1.106-3.984 1.204-4.366v-.003c.078-.305.106-.41.314-1.094c.28-.92.54-1.657.897-2.164l.002-.004l.009-.011l1.688.873l-3.96 14.315c1.18.314 3.055.7 6.418.7c3.258 0 5.3-.363 6.427-.665l-3.97-14.35l1.687-.876l.012.018c.357.507.617 1.244.897 2.165c.208.684.236.788.314 1.093v.003c.098.382.294 1.147 1.204 4.366c.143.503.717.876 1.338.705c.603-.165.87-.736.735-1.213a212 212 0 0 1-1.18-4.273l-.018-.066c-.094-.361-.13-.5-.331-1.16c-.27-.887-.604-1.915-1.168-2.716c-.61-.866-1.537-1.531-2.906-1.531zm12.338 4.894c.127.486.357 1.368 1.183 4.285a3 3 0 0 1-2.084 3.715a3 3 0 0 1-1.327.056l1.213 4.385c.271.98-.214 2.114-1.27 2.407c-1.292.36-3.525.758-7.012.758c-3.536 0-5.571-.41-6.905-.766c-1.06-.283-1.646-1.428-1.352-2.49l1.188-4.294c-.432.08-.885.065-1.328-.056a3 3 0 0 1-2.084-3.715c.826-2.917 1.056-3.798 1.183-4.285v-.003c.104-.396.147-.557.358-1.25c.263-.863.675-2.193 1.449-3.294c.91-1.295 2.377-2.347 4.45-2.347h6.082c2.072 0 3.538 1.052 4.45 2.347c.774 1.1 1.185 2.43 1.448 3.294c.201.66.25.837.343 1.195zM19 39.014v3.374a1.5 1.5 0 0 0 2.947.394l.921-3.375A39 39 0 0 1 19 39.014m7.13.386l.923 3.382A1.5 1.5 0 0 0 30 42.388V39a41 41 0 0 1-3.87.4" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24 11a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0 2a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-3.04 4c-1.37 0-2.298.665-2.907 1.531c-.564.801-.897 1.829-1.168 2.717c-.2.66-.237.798-.331 1.159l-.003.011c-.131.503-.365 1.396-1.195 4.328c-.134.477.132 1.048.735 1.213c.62.171 1.195-.202 1.338-.705c.91-3.22 1.106-3.984 1.204-4.366v-.003c.078-.305.106-.41.314-1.094c.28-.92.54-1.657.897-2.164l.002-.004l.009-.011l1.688.873l-3.96 14.315c1.18.314 3.055.7 6.418.7c3.258 0 5.3-.363 6.427-.665l-3.97-14.35l1.687-.876l.012.018c.357.507.617 1.244.897 2.165c.208.684.236.788.314 1.093v.003c.098.382.294 1.147 1.204 4.366c.143.503.717.876 1.338.705c.603-.165.87-.736.735-1.213a212 212 0 0 1-1.18-4.273l-.018-.066c-.094-.361-.13-.5-.331-1.16c-.27-.887-.604-1.915-1.168-2.716c-.61-.866-1.537-1.531-2.906-1.531zm12.338 4.894c.127.486.357 1.368 1.183 4.285a3 3 0 0 1-2.084 3.715a3 3 0 0 1-1.327.056l1.213 4.385c.271.98-.214 2.114-1.27 2.407c-1.292.36-3.525.758-7.012.758c-3.536 0-5.571-.41-6.905-.766c-1.06-.283-1.646-1.428-1.352-2.49l1.188-4.294c-.432.08-.885.065-1.328-.056a3 3 0 0 1-2.084-3.715c.826-2.917 1.056-3.798 1.183-4.285v-.003c.104-.396.147-.557.358-1.25c.263-.863.675-2.193 1.449-3.294c.91-1.295 2.377-2.347 4.45-2.347h6.082c2.072 0 3.538 1.052 4.45 2.347c.774 1.1 1.185 2.43 1.448 3.294c.201.66.25.837.343 1.195zM19 39.014v3.374a1.5 1.5 0 0 0 2.947.394l.921-3.375A39 39 0 0 1 19 39.014m7.13.386l.923 3.382A1.5 1.5 0 0 0 30 42.388V39a41 41 0 0 1-3.87.4" clip-rule="evenodd"/></svg> </template>
CSS
.icon-woman-outline {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2011a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m0%202a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m-3.04%204c-1.37%200-2.298.665-2.907%201.531c-.564.801-.897%201.829-1.168%202.717c-.2.66-.237.798-.331%201.159l-.003.011c-.131.503-.365%201.396-1.195%204.328c-.134.477.132%201.048.735%201.213c.62.171%201.195-.202%201.338-.705c.91-3.22%201.106-3.984%201.204-4.366v-.003c.078-.305.106-.41.314-1.094c.28-.92.54-1.657.897-2.164l.002-.004l.009-.011l1.688.873l-3.96%2014.315c1.18.314%203.055.7%206.418.7c3.258%200%205.3-.363%206.427-.665l-3.97-14.35l1.687-.876l.012.018c.357.507.617%201.244.897%202.165c.208.684.236.788.314%201.093v.003c.098.382.294%201.147%201.204%204.366c.143.503.717.876%201.338.705c.603-.165.87-.736.735-1.213a212%20212%200%200%201-1.18-4.273l-.018-.066c-.094-.361-.13-.5-.331-1.16c-.27-.887-.604-1.915-1.168-2.716c-.61-.866-1.537-1.531-2.906-1.531zm12.338%204.894c.127.486.357%201.368%201.183%204.285a3%203%200%200%201-2.084%203.715a3%203%200%200%201-1.327.056l1.213%204.385c.271.98-.214%202.114-1.27%202.407c-1.292.36-3.525.758-7.012.758c-3.536%200-5.571-.41-6.905-.766c-1.06-.283-1.646-1.428-1.352-2.49l1.188-4.294c-.432.08-.885.065-1.328-.056a3%203%200%200%201-2.084-3.715c.826-2.917%201.056-3.798%201.183-4.285v-.003c.104-.396.147-.557.358-1.25c.263-.863.675-2.193%201.449-3.294c.91-1.295%202.377-2.347%204.45-2.347h6.082c2.072%200%203.538%201.052%204.45%202.347c.774%201.1%201.185%202.43%201.448%203.294c.201.66.25.837.343%201.195zM19%2039.014v3.374a1.5%201.5%200%200%200%202.947.394l.921-3.375A39%2039%200%200%201%2019%2039.014m7.13.386l.923%203.382A1.5%201.5%200%200%200%2030%2042.388V39a41%2041%200%200%201-3.87.4%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2011a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m0%202a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m-3.04%204c-1.37%200-2.298.665-2.907%201.531c-.564.801-.897%201.829-1.168%202.717c-.2.66-.237.798-.331%201.159l-.003.011c-.131.503-.365%201.396-1.195%204.328c-.134.477.132%201.048.735%201.213c.62.171%201.195-.202%201.338-.705c.91-3.22%201.106-3.984%201.204-4.366v-.003c.078-.305.106-.41.314-1.094c.28-.92.54-1.657.897-2.164l.002-.004l.009-.011l1.688.873l-3.96%2014.315c1.18.314%203.055.7%206.418.7c3.258%200%205.3-.363%206.427-.665l-3.97-14.35l1.687-.876l.012.018c.357.507.617%201.244.897%202.165c.208.684.236.788.314%201.093v.003c.098.382.294%201.147%201.204%204.366c.143.503.717.876%201.338.705c.603-.165.87-.736.735-1.213a212%20212%200%200%201-1.18-4.273l-.018-.066c-.094-.361-.13-.5-.331-1.16c-.27-.887-.604-1.915-1.168-2.716c-.61-.866-1.537-1.531-2.906-1.531zm12.338%204.894c.127.486.357%201.368%201.183%204.285a3%203%200%200%201-2.084%203.715a3%203%200%200%201-1.327.056l1.213%204.385c.271.98-.214%202.114-1.27%202.407c-1.292.36-3.525.758-7.012.758c-3.536%200-5.571-.41-6.905-.766c-1.06-.283-1.646-1.428-1.352-2.49l1.188-4.294c-.432.08-.885.065-1.328-.056a3%203%200%200%201-2.084-3.715c.826-2.917%201.056-3.798%201.183-4.285v-.003c.104-.396.147-.557.358-1.25c.263-.863.675-2.193%201.449-3.294c.91-1.295%202.377-2.347%204.45-2.347h6.082c2.072%200%203.538%201.052%204.45%202.347c.774%201.1%201.185%202.43%201.448%203.294c.201.66.25.837.343%201.195zM19%2039.014v3.374a1.5%201.5%200%200%200%202.947.394l.921-3.375A39%2039%200%200%201%2019%2039.014m7.13.386l.923%203.382A1.5%201.5%200%200%200%2030%2042.388V39a41%2041%200%200%201-3.87.4%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/woman-outline.svg?color=%231a73e8&size=48