woman icon
woman-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- woman-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
woman-outlinedAnt Design IconswomanEmoji One (Colored)womanFluent EmojiwomanFluent Emoji FlatwomanFluent Emoji High ContrastwomanFirefox OS EmojiwomanHealth IconswomanHuge IconswomanIconParkwomanIconPark OutlinewomanIonIconswomanMaterial SymbolswomanMaterial Symbols LightwomanNoto EmojiwomanOpenMojiwomanTwitter Emoji
Use the woman icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 8c1.91 0 3.79.752 5.625 2.219a1 1 0 1 1-1.25 1.562c-1.019-.815-2.016-1.345-2.997-1.6l1.584 5.544A1 1 0 0 1 16 17h-1v4a1 1 0 0 1-2 0v-4h-2v4a1 1 0 0 1-2 0v-4H8a1 1 0 0 1-.962-1.275l1.584-5.545c-.98.256-1.978.786-2.997 1.601a1 1 0 1 1-1.25-1.562c1.733-1.386 3.506-2.133 5.307-2.212L10.017 8zm-2-7a3 3 0 1 1-3 3l.005-.176A3 3 0 0 1 12 1"/></svg>
React
import type { SVGProps } from "react";
export function TablerWomanFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 8c1.91 0 3.79.752 5.625 2.219a1 1 0 1 1-1.25 1.562c-1.019-.815-2.016-1.345-2.997-1.6l1.584 5.544A1 1 0 0 1 16 17h-1v4a1 1 0 0 1-2 0v-4h-2v4a1 1 0 0 1-2 0v-4H8a1 1 0 0 1-.962-1.275l1.584-5.545c-.98.256-1.978.786-2.997 1.601a1 1 0 1 1-1.25-1.562c1.733-1.386 3.506-2.133 5.307-2.212L10.017 8zm-2-7a3 3 0 1 1-3 3l.005-.176A3 3 0 0 1 12 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 8c1.91 0 3.79.752 5.625 2.219a1 1 0 1 1-1.25 1.562c-1.019-.815-2.016-1.345-2.997-1.6l1.584 5.544A1 1 0 0 1 16 17h-1v4a1 1 0 0 1-2 0v-4h-2v4a1 1 0 0 1-2 0v-4H8a1 1 0 0 1-.962-1.275l1.584-5.545c-.98.256-1.978.786-2.997 1.601a1 1 0 1 1-1.25-1.562c1.733-1.386 3.506-2.133 5.307-2.212L10.017 8zm-2-7a3 3 0 1 1-3 3l.005-.176A3 3 0 0 1 12 1"/></svg> </template>
CSS
.icon-woman-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%208c1.91%200%203.79.752%205.625%202.219a1%201%200%201%201-1.25%201.562c-1.019-.815-2.016-1.345-2.997-1.6l1.584%205.544A1%201%200%200%201%2016%2017h-1v4a1%201%200%200%201-2%200v-4h-2v4a1%201%200%200%201-2%200v-4H8a1%201%200%200%201-.962-1.275l1.584-5.545c-.98.256-1.978.786-2.997%201.601a1%201%200%201%201-1.25-1.562c1.733-1.386%203.506-2.133%205.307-2.212L10.017%208zm-2-7a3%203%200%201%201-3%203l.005-.176A3%203%200%200%201%2012%201%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%208c1.91%200%203.79.752%205.625%202.219a1%201%200%201%201-1.25%201.562c-1.019-.815-2.016-1.345-2.997-1.6l1.584%205.544A1%201%200%200%201%2016%2017h-1v4a1%201%200%200%201-2%200v-4h-2v4a1%201%200%200%201-2%200v-4H8a1%201%200%200%201-.962-1.275l1.584-5.545c-.98.256-1.978.786-2.997%201.601a1%201%200%201%201-1.25-1.562c1.733-1.386%203.506-2.133%205.307-2.212L10.017%208zm-2-7a3%203%200%201%201-3%203l.005-.176A3%203%200%200%201%2012%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/woman-filled.svg?color=%231a73e8&size=48