woman negative icon
woman-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- woman-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the woman negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsWomanNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM24 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-8.691 22.078C16.164 32.045 18.5 23.53 18.5 21v-1.663q-.1.103-.191.233c-.282.399-.532 1.01-.806 1.975l-.022.077c-.139.492-.191.676-.24.862c-.03.111-.058.223-.104.403c-.129.505-.393 1.546-1.203 4.622a2 2 0 0 1-3.868-1.018c.77-2.926 1.044-4 1.184-4.55v-.001c.145-.566.149-.582.405-1.485c.588-2.078 1.573-4.63 4.591-5.394c.2-.05.391-.065.448-.07h.006a9 9 0 0 1 .293-.016c.196-.007.44-.011.702-.014c.528-.004 1.188 0 1.827.005a282 282 0 0 1 2.301.03l.158.003h.039l.157-.003a366 366 0 0 1 2.301-.03c.639-.006 1.3-.009 1.827-.005c.262.003.506.007.702.014c.098.004.199.009.293.016h.006c.057.005.248.02.448.07c3.018.764 4.003 3.316 4.591 5.394c.256.903.26.92.405 1.485c.14.552.414 1.625 1.184 4.551a2 2 0 0 1-3.868 1.018c-.81-3.076-1.074-4.117-1.203-4.622c-.046-.18-.074-.292-.104-.403c-.049-.186-.101-.37-.24-.861l-.022-.078c-.274-.966-.524-1.576-.806-1.976a2 2 0 0 0-.191-.232v1.666c.003 2.185 2.357 10.987 3.202 14.078a.996.996 0 0 1-.816 1.25c-5.987.876-9.78.906-15.768.005a.997.997 0 0 1-.809-1.258M18.5 38.57v3.818a1.5 1.5 0 0 0 2.947.394l1.04-3.814a39 39 0 0 1-3.987-.398m7.01.392l1.043 3.82a1.5 1.5 0 0 0 2.947-.394v-3.831c-1.41.207-2.715.343-3.99.405" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsWomanNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsWomanNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsWomanNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM24 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-8.691 22.078C16.164 32.045 18.5 23.53 18.5 21v-1.663q-.1.103-.191.233c-.282.399-.532 1.01-.806 1.975l-.022.077c-.139.492-.191.676-.24.862c-.03.111-.058.223-.104.403c-.129.505-.393 1.546-1.203 4.622a2 2 0 0 1-3.868-1.018c.77-2.926 1.044-4 1.184-4.55v-.001c.145-.566.149-.582.405-1.485c.588-2.078 1.573-4.63 4.591-5.394c.2-.05.391-.065.448-.07h.006a9 9 0 0 1 .293-.016c.196-.007.44-.011.702-.014c.528-.004 1.188 0 1.827.005a282 282 0 0 1 2.301.03l.158.003h.039l.157-.003a366 366 0 0 1 2.301-.03c.639-.006 1.3-.009 1.827-.005c.262.003.506.007.702.014c.098.004.199.009.293.016h.006c.057.005.248.02.448.07c3.018.764 4.003 3.316 4.591 5.394c.256.903.26.92.405 1.485c.14.552.414 1.625 1.184 4.551a2 2 0 0 1-3.868 1.018c-.81-3.076-1.074-4.117-1.203-4.622c-.046-.18-.074-.292-.104-.403c-.049-.186-.101-.37-.24-.861l-.022-.078c-.274-.966-.524-1.576-.806-1.976a2 2 0 0 0-.191-.232v1.666c.003 2.185 2.357 10.987 3.202 14.078a.996.996 0 0 1-.816 1.25c-5.987.876-9.78.906-15.768.005a.997.997 0 0 1-.809-1.258M18.5 38.57v3.818a1.5 1.5 0 0 0 2.947.394l1.04-3.814a39 39 0 0 1-3.987-.398m7.01.392l1.043 3.82a1.5 1.5 0 0 0 2.947-.394v-3.831c-1.41.207-2.715.343-3.99.405" clipRule="evenodd"/></g><defs><clipPath id="healthiconsWomanNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsWomanNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM24 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-8.691 22.078C16.164 32.045 18.5 23.53 18.5 21v-1.663q-.1.103-.191.233c-.282.399-.532 1.01-.806 1.975l-.022.077c-.139.492-.191.676-.24.862c-.03.111-.058.223-.104.403c-.129.505-.393 1.546-1.203 4.622a2 2 0 0 1-3.868-1.018c.77-2.926 1.044-4 1.184-4.55v-.001c.145-.566.149-.582.405-1.485c.588-2.078 1.573-4.63 4.591-5.394c.2-.05.391-.065.448-.07h.006a9 9 0 0 1 .293-.016c.196-.007.44-.011.702-.014c.528-.004 1.188 0 1.827.005a282 282 0 0 1 2.301.03l.158.003h.039l.157-.003a366 366 0 0 1 2.301-.03c.639-.006 1.3-.009 1.827-.005c.262.003.506.007.702.014c.098.004.199.009.293.016h.006c.057.005.248.02.448.07c3.018.764 4.003 3.316 4.591 5.394c.256.903.26.92.405 1.485c.14.552.414 1.625 1.184 4.551a2 2 0 0 1-3.868 1.018c-.81-3.076-1.074-4.117-1.203-4.622c-.046-.18-.074-.292-.104-.403c-.049-.186-.101-.37-.24-.861l-.022-.078c-.274-.966-.524-1.576-.806-1.976a2 2 0 0 0-.191-.232v1.666c.003 2.185 2.357 10.987 3.202 14.078a.996.996 0 0 1-.816 1.25c-5.987.876-9.78.906-15.768.005a.997.997 0 0 1-.809-1.258M18.5 38.57v3.818a1.5 1.5 0 0 0 2.947.394l1.04-3.814a39 39 0 0 1-3.987-.398m7.01.392l1.043 3.82a1.5 1.5 0 0 0 2.947-.394v-3.831c-1.41.207-2.715.343-3.99.405" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsWomanNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-woman-negative {
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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsWomanNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24%2013a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m-8.691%2022.078C16.164%2032.045%2018.5%2023.53%2018.5%2021v-1.663q-.1.103-.191.233c-.282.399-.532%201.01-.806%201.975l-.022.077c-.139.492-.191.676-.24.862c-.03.111-.058.223-.104.403c-.129.505-.393%201.546-1.203%204.622a2%202%200%200%201-3.868-1.018c.77-2.926%201.044-4%201.184-4.55v-.001c.145-.566.149-.582.405-1.485c.588-2.078%201.573-4.63%204.591-5.394c.2-.05.391-.065.448-.07h.006a9%209%200%200%201%20.293-.016c.196-.007.44-.011.702-.014c.528-.004%201.188%200%201.827.005a282%20282%200%200%201%202.301.03l.158.003h.039l.157-.003a366%20366%200%200%201%202.301-.03c.639-.006%201.3-.009%201.827-.005c.262.003.506.007.702.014c.098.004.199.009.293.016h.006c.057.005.248.02.448.07c3.018.764%204.003%203.316%204.591%205.394c.256.903.26.92.405%201.485c.14.552.414%201.625%201.184%204.551a2%202%200%200%201-3.868%201.018c-.81-3.076-1.074-4.117-1.203-4.622c-.046-.18-.074-.292-.104-.403c-.049-.186-.101-.37-.24-.861l-.022-.078c-.274-.966-.524-1.576-.806-1.976a2%202%200%200%200-.191-.232v1.666c.003%202.185%202.357%2010.987%203.202%2014.078a.996.996%200%200%201-.816%201.25c-5.987.876-9.78.906-15.768.005a.997.997%200%200%201-.809-1.258M18.5%2038.57v3.818a1.5%201.5%200%200%200%202.947.394l1.04-3.814a39%2039%200%200%201-3.987-.398m7.01.392l1.043%203.82a1.5%201.5%200%200%200%202.947-.394v-3.831c-1.41.207-2.715.343-3.99.405%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsWomanNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsWomanNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24%2013a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m-8.691%2022.078C16.164%2032.045%2018.5%2023.53%2018.5%2021v-1.663q-.1.103-.191.233c-.282.399-.532%201.01-.806%201.975l-.022.077c-.139.492-.191.676-.24.862c-.03.111-.058.223-.104.403c-.129.505-.393%201.546-1.203%204.622a2%202%200%200%201-3.868-1.018c.77-2.926%201.044-4%201.184-4.55v-.001c.145-.566.149-.582.405-1.485c.588-2.078%201.573-4.63%204.591-5.394c.2-.05.391-.065.448-.07h.006a9%209%200%200%201%20.293-.016c.196-.007.44-.011.702-.014c.528-.004%201.188%200%201.827.005a282%20282%200%200%201%202.301.03l.158.003h.039l.157-.003a366%20366%200%200%201%202.301-.03c.639-.006%201.3-.009%201.827-.005c.262.003.506.007.702.014c.098.004.199.009.293.016h.006c.057.005.248.02.448.07c3.018.764%204.003%203.316%204.591%205.394c.256.903.26.92.405%201.485c.14.552.414%201.625%201.184%204.551a2%202%200%200%201-3.868%201.018c-.81-3.076-1.074-4.117-1.203-4.622c-.046-.18-.074-.292-.104-.403c-.049-.186-.101-.37-.24-.861l-.022-.078c-.274-.966-.524-1.576-.806-1.976a2%202%200%200%200-.191-.232v1.666c.003%202.185%202.357%2010.987%203.202%2014.078a.996.996%200%200%201-.816%201.25c-5.987.876-9.78.906-15.768.005a.997.997%200%200%201-.809-1.258M18.5%2038.57v3.818a1.5%201.5%200%200%200%202.947.394l1.04-3.814a39%2039%200%200%201-3.987-.398m7.01.392l1.043%203.82a1.5%201.5%200%200%200%202.947-.394v-3.831c-1.41.207-2.715.343-3.99.405%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsWomanNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/woman-negative.svg?color=%231a73e8&size=48