Female Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Female icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310708.svg" alt="Female icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310708.svg" alt="Female icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310708.svg" alt="Female icon" :width="24" :height="24" />
CSS background
.icon-female {
background-image: url('https://proicons.com/icon/310708.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 14.3125C15.1929 14.3125 17.7812 11.7241 17.7812 8.53125C17.7812 5.33835 15.1929 2.75 12 2.75C8.8071 2.75 6.21875 5.33835 6.21875 8.53125C6.21875 11.7241 8.8071 14.3125 12 14.3125Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 14.3125V21.25" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.53122 17.7812H15.4687" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Female in other icon packs
Copied!