male and female negative icon
male-and-female-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- male-and-female-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the male and female 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(#healthiconsMaleAndFemaleNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm14.5 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m5.148 7c.05.352.094.729.132 1.122C20 23.367 20 25.8 20 26.5a1.5 1.5 0 1 0 3 0v-.007c0-.707 0-3.264-.234-5.662c-.115-1.19-.296-2.43-.597-3.406c-.147-.479-.355-1.002-.67-1.436c-.317-.434-.91-.989-1.81-.989H9.31c-.901 0-1.494.555-1.81.99c-.316.433-.524.956-.67 1.435c-.301.976-.482 2.217-.598 3.406C6 23.229 6 25.786 6 26.493v.007a1.5 1.5 0 0 0 3 0c0-.7 0-3.133.22-5.378c.037-.393.081-.77.131-1.122H10v20.5a1.5 1.5 0 0 0 2.995.12l.85-10.62h1.31l.85 10.62A1.5 1.5 0 0 0 19 40.5V20zM33.5 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m4 2a1.5 1.5 0 0 1 .367.046c1.113.28 1.861.959 2.332 1.886c.413.81.614 1.82.78 2.822l1 6a1.5 1.5 0 1 1-2.959.493l-1-6a15 15 0 0 0-.265-1.309L37.5 22c0 1.606 1.703 10.36 2.298 13.37a.99.99 0 0 1-.83 1.173c-4.12.599-6.816.618-10.938.004a.99.99 0 0 1-.823-1.177C27.806 32.408 29.5 23.87 29.5 22l-.255-3.061c-.087.327-.173.752-.265 1.309l-1 6a1.5 1.5 0 0 1-2.96-.493l1-6c.167-1.003.368-2.011.78-2.823c.471-.926 1.22-1.605 2.334-1.885q.179-.046.364-.046H37.5m-7.869 23.112l.377 3.012a1 1 0 0 0 1.962.119l.72-2.88c-.992-.037-2-.121-3.059-.252m4.685.273l.714 2.857a1 1 0 0 0 1.962-.118l.364-2.913a35 35 0 0 1-3.04.174" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMaleAndFemaleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMaleAndFemaleNegative(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(#healthiconsMaleAndFemaleNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm14.5 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m5.148 7c.05.352.094.729.132 1.122C20 23.367 20 25.8 20 26.5a1.5 1.5 0 1 0 3 0v-.007c0-.707 0-3.264-.234-5.662c-.115-1.19-.296-2.43-.597-3.406c-.147-.479-.355-1.002-.67-1.436c-.317-.434-.91-.989-1.81-.989H9.31c-.901 0-1.494.555-1.81.99c-.316.433-.524.956-.67 1.435c-.301.976-.482 2.217-.598 3.406C6 23.229 6 25.786 6 26.493v.007a1.5 1.5 0 0 0 3 0c0-.7 0-3.133.22-5.378c.037-.393.081-.77.131-1.122H10v20.5a1.5 1.5 0 0 0 2.995.12l.85-10.62h1.31l.85 10.62A1.5 1.5 0 0 0 19 40.5V20zM33.5 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m4 2a1.5 1.5 0 0 1 .367.046c1.113.28 1.861.959 2.332 1.886c.413.81.614 1.82.78 2.822l1 6a1.5 1.5 0 1 1-2.959.493l-1-6a15 15 0 0 0-.265-1.309L37.5 22c0 1.606 1.703 10.36 2.298 13.37a.99.99 0 0 1-.83 1.173c-4.12.599-6.816.618-10.938.004a.99.99 0 0 1-.823-1.177C27.806 32.408 29.5 23.87 29.5 22l-.255-3.061c-.087.327-.173.752-.265 1.309l-1 6a1.5 1.5 0 0 1-2.96-.493l1-6c.167-1.003.368-2.011.78-2.823c.471-.926 1.22-1.605 2.334-1.885q.179-.046.364-.046H37.5m-7.869 23.112l.377 3.012a1 1 0 0 0 1.962.119l.72-2.88c-.992-.037-2-.121-3.059-.252m4.685.273l.714 2.857a1 1 0 0 0 1.962-.118l.364-2.913a35 35 0 0 1-3.04.174" clipRule="evenodd"/></g><defs><clipPath id="healthiconsMaleAndFemaleNegative"><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(#healthiconsMaleAndFemaleNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm14.5 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m5.148 7c.05.352.094.729.132 1.122C20 23.367 20 25.8 20 26.5a1.5 1.5 0 1 0 3 0v-.007c0-.707 0-3.264-.234-5.662c-.115-1.19-.296-2.43-.597-3.406c-.147-.479-.355-1.002-.67-1.436c-.317-.434-.91-.989-1.81-.989H9.31c-.901 0-1.494.555-1.81.99c-.316.433-.524.956-.67 1.435c-.301.976-.482 2.217-.598 3.406C6 23.229 6 25.786 6 26.493v.007a1.5 1.5 0 0 0 3 0c0-.7 0-3.133.22-5.378c.037-.393.081-.77.131-1.122H10v20.5a1.5 1.5 0 0 0 2.995.12l.85-10.62h1.31l.85 10.62A1.5 1.5 0 0 0 19 40.5V20zM33.5 13a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m4 2a1.5 1.5 0 0 1 .367.046c1.113.28 1.861.959 2.332 1.886c.413.81.614 1.82.78 2.822l1 6a1.5 1.5 0 1 1-2.959.493l-1-6a15 15 0 0 0-.265-1.309L37.5 22c0 1.606 1.703 10.36 2.298 13.37a.99.99 0 0 1-.83 1.173c-4.12.599-6.816.618-10.938.004a.99.99 0 0 1-.823-1.177C27.806 32.408 29.5 23.87 29.5 22l-.255-3.061c-.087.327-.173.752-.265 1.309l-1 6a1.5 1.5 0 0 1-2.96-.493l1-6c.167-1.003.368-2.011.78-2.823c.471-.926 1.22-1.605 2.334-1.885q.179-.046.364-.046H37.5m-7.869 23.112l.377 3.012a1 1 0 0 0 1.962.119l.72-2.88c-.992-.037-2-.121-3.059-.252m4.685.273l.714 2.857a1 1 0 0 0 1.962-.118l.364-2.913a35 35 0 0 1-3.04.174" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMaleAndFemaleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-male-and-female-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(%23healthiconsMaleAndFemaleNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm14.5%2013a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m5.148%207c.05.352.094.729.132%201.122C20%2023.367%2020%2025.8%2020%2026.5a1.5%201.5%200%201%200%203%200v-.007c0-.707%200-3.264-.234-5.662c-.115-1.19-.296-2.43-.597-3.406c-.147-.479-.355-1.002-.67-1.436c-.317-.434-.91-.989-1.81-.989H9.31c-.901%200-1.494.555-1.81.99c-.316.433-.524.956-.67%201.435c-.301.976-.482%202.217-.598%203.406C6%2023.229%206%2025.786%206%2026.493v.007a1.5%201.5%200%200%200%203%200c0-.7%200-3.133.22-5.378c.037-.393.081-.77.131-1.122H10v20.5a1.5%201.5%200%200%200%202.995.12l.85-10.62h1.31l.85%2010.62A1.5%201.5%200%200%200%2019%2040.5V20zM33.5%2013a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m4%202a1.5%201.5%200%200%201%20.367.046c1.113.28%201.861.959%202.332%201.886c.413.81.614%201.82.78%202.822l1%206a1.5%201.5%200%201%201-2.959.493l-1-6a15%2015%200%200%200-.265-1.309L37.5%2022c0%201.606%201.703%2010.36%202.298%2013.37a.99.99%200%200%201-.83%201.173c-4.12.599-6.816.618-10.938.004a.99.99%200%200%201-.823-1.177C27.806%2032.408%2029.5%2023.87%2029.5%2022l-.255-3.061c-.087.327-.173.752-.265%201.309l-1%206a1.5%201.5%200%200%201-2.96-.493l1-6c.167-1.003.368-2.011.78-2.823c.471-.926%201.22-1.605%202.334-1.885q.179-.046.364-.046H37.5m-7.869%2023.112l.377%203.012a1%201%200%200%200%201.962.119l.72-2.88c-.992-.037-2-.121-3.059-.252m4.685.273l.714%202.857a1%201%200%200%200%201.962-.118l.364-2.913a35%2035%200%200%201-3.04.174%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMaleAndFemaleNegative%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(%23healthiconsMaleAndFemaleNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm14.5%2013a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m5.148%207c.05.352.094.729.132%201.122C20%2023.367%2020%2025.8%2020%2026.5a1.5%201.5%200%201%200%203%200v-.007c0-.707%200-3.264-.234-5.662c-.115-1.19-.296-2.43-.597-3.406c-.147-.479-.355-1.002-.67-1.436c-.317-.434-.91-.989-1.81-.989H9.31c-.901%200-1.494.555-1.81.99c-.316.433-.524.956-.67%201.435c-.301.976-.482%202.217-.598%203.406C6%2023.229%206%2025.786%206%2026.493v.007a1.5%201.5%200%200%200%203%200c0-.7%200-3.133.22-5.378c.037-.393.081-.77.131-1.122H10v20.5a1.5%201.5%200%200%200%202.995.12l.85-10.62h1.31l.85%2010.62A1.5%201.5%200%200%200%2019%2040.5V20zM33.5%2013a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m4%202a1.5%201.5%200%200%201%20.367.046c1.113.28%201.861.959%202.332%201.886c.413.81.614%201.82.78%202.822l1%206a1.5%201.5%200%201%201-2.959.493l-1-6a15%2015%200%200%200-.265-1.309L37.5%2022c0%201.606%201.703%2010.36%202.298%2013.37a.99.99%200%200%201-.83%201.173c-4.12.599-6.816.618-10.938.004a.99.99%200%200%201-.823-1.177C27.806%2032.408%2029.5%2023.87%2029.5%2022l-.255-3.061c-.087.327-.173.752-.265%201.309l-1%206a1.5%201.5%200%200%201-2.96-.493l1-6c.167-1.003.368-2.011.78-2.823c.471-.926%201.22-1.605%202.334-1.885q.179-.046.364-.046H37.5m-7.869%2023.112l.377%203.012a1%201%200%200%200%201.962.119l.72-2.88c-.992-.037-2-.121-3.059-.252m4.685.273l.714%202.857a1%201%200%200%200%201.962-.118l.364-2.913a35%2035%200%200%201-3.04.174%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMaleAndFemaleNegative%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/male-and-female-negative.svg?color=%231a73e8&size=48